


/**
* AVIS
**/

body.page-template-avis #content {
	overflow: visible;
	z-index: 1;
}

body.page-template-avis #content .entry-content {
	max-width: 880px;
}

body.page-template-avis #content #avis-form {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding-right: 520px;
	margin-right: -520px;
	position: relative;
}

/* Formulaire avis */
body.page-template-avis #content #avis-form .wpcf7 {
	padding: 0px;
}

body.page-template-avis #content #avis-form .scf-group {
	max-width: none;
	margin-bottom: -8px;
	position: relative;
}

body.page-template-avis #content #avis-form .scf-group .scf-error-text {
	position: absolute;
	right: 28px;
	top: 8px;
	z-index: 9;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.02em;
	border-radius: 5px;
	padding: 6px 9px;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	-webkit-transition: top .2s ease-in-out, opacity .2s ease-in-out;
	-o-transition: top .2s ease-in-out, opacity .2s ease-in-out;
	transition: top .2s ease-in-out, opacity .2s ease-in-out;
}

body.page-template-avis #content #avis-form .scf-group.scf-date .scf-error-text {
	right: 58px;
}

body.page-template-avis #content #avis-form .scf-group.scf-error:has(.scf-error-symbol:hover) .scf-error-text {
	opacity: 1;
	top: 5px;
}

body.page-template-avis #content #avis-form .scf-group.scf-error .scf-error-text {
	background-color: #212121;
}

body.page-template-avis #content #avis-form .scf-group .scf-error-text:not(:empty):before {
	position: absolute;
	left: 50%;
	top: 100%;
	border: 5px solid transparent;
	border-top-color: #212121;
	margin-left: -5px;
	margin: 0;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-first_name {
	display: inline-block;
	width: 43%;
	vertical-align: top;
	margin-right: 6%;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-last_name {
	display: inline-block;
	vertical-align: top;
	width: 51%;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-cp {
	display: inline-block;
	width: 38%;
	vertical-align: top;
	margin-right: 6%;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-ville {
	display: inline-block;
	vertical-align: top;
	width: 56%;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-arrivee {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	margin-right: 6%;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-depart {
	display: inline-block;
	vertical-align: top;
	width: 47%;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-avis {
	margin-bottom: 30px;
}

body.page-template-avis #content #avis-form .scf-group.scf-group-name-files {
	margin-top: -10px;
	margin-bottom: 10px;
}

body.page-template-avis #content #avis-form .wpcf7-form {
	font-size: 0;
	white-space: nowrap;
	position: relative;
}

body.page-template-avis #content #avis-form .wpcf7-form:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}

body.page-template-avis #content #avis-form .wpcf7-form > div {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	float: none;
	white-space: normal;
}

body.page-template-avis #content #avis-form .wpcf7-form input[type="submit"].screen-reader-text:focus-visible + input[type="submit"][tabindex="-1"] {
	color: #E20026;
	background-color: #FFFFFF;
	outline: 2px dotted #E20026;
	outline-offset: 0px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

body.page-template-avis #content #avis-form .wpcf7-form #wpcf7-nb-errors {
	background-color: transparent;
	color: #000;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	min-width: 0;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .8s cubic-bezier(.8,0,.2,1);
	-o-transition: height .8s cubic-bezier(.8,0,.2,1);
	transition: height .8s cubic-bezier(.8,0,.2,1);
	pointer-events: none;
}

body.page-template-avis #content #avis-form .wpcf7-form #wpcf7-nb-errors:focus-visible {
	height: 56px;
}

body.page-template-avis #content #avis-form .wpcf7-form #wpcf7-nb-errors span {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-size: 0.941176rem;
	font-size: max(0.941176rem, 14px);
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1;
	color: #FFFFFF;
	background-color: #E20026;
	background-image: none;
	overflow: visible;
	position: relative;
	border: none;
	border-radius: 9999px;
	padding: 6px 10px 5px 10px;
	margin-top: 9px;
	outline: 0;
	cursor: pointer;
	pointer-events: all;
}

body.page-template-avis #content #avis-form .wpcf7-form #wpcf7-nb-errors:focus-visible span {
	color: #E20026;
	background-color: #FFFFFF;
	outline: 2px dotted #E20026;
	outline-offset: 0px;
}

body.page-template-avis #content #avis-form .wpcf7-form #avis-form-inputs {
	position: relative;
	opacity: 1;
	top: 0;
	-webkit-transition: opacity .5s ease-in-out, top .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out, top .5s ease-in-out;
	transition: opacity .5s ease-in-out, top .5s ease-in-out;
}

body.page-template-avis #content #avis-form p.form-legal {
	font-size: 10px;
	font-size: 0.588235rem;
	text-align: center;
	color: #757575;
	margin-top: 5px;
	text-wrap: pretty;
}

body.page-template-avis #content #avis-form .wpcf7-spinner {
	margin-right: -48px;
	display: none !important;
}

body.page-template-avis #content #avis-form .wpcf7-form.submitting:before {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 44%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 200%;
	border: 4px solid rgba(129,126,76,.3);
	border-top-color: #7B7848;
	z-index: 9;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: loading 1s infinite cubic-bezier(.5,.3,.5,.7);
	-moz-animation: loading 1s infinite cubic-bezier(.5,.3,.5,.7);
	-o-animation: loading 1s infinite cubic-bezier(.5,.3,.5,.7);
	animation: loading 1s infinite cubic-bezier(.5,.3,.5,.7);
}

@media (prefers-reduced-motion: reduce) {
	body.page-template-avis #content #avis-form .wpcf7-form.submitting:before {
		content: 'Envoi en cours...';
		font-weight: 900;
		color: #000;
		left: 0;
		margin-left: 0;
		line-height: 50px;
		width: 100%;
		border: none;
		border-radius: 0;
		font-size: 18px;
		font-size: 1.05882rem;
		text-transform: uppercase;
		text-align: center;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
}

@-webkit-keyframes loading {
	0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes loading {
	0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes loading {
	0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes loading {
	0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

body.page-template-avis #content #avis-form .wpcf7-form.submitting > #avis-form-inputs {
	opacity: .4;
}


/* Response */
body.page-template-avis #content #avis-form #avis-form-response {
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-transition: opacity .5s ease-in-out, top .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out, top .5s ease-in-out;
	transition: opacity .5s ease-in-out, top .5s ease-in-out;
}

body.page-template-avis #content #avis-form #avis-form-response > a {
	font-size: 16px;
	font-size: 1rem;
}
/*
body.page-template-avis #content #avis-form #avis-form-response > a span {
	padding: 2px 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABAQMAAAAhLob3AAAABlBMVEUAAADiACbdDDj8AAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=');
	background-repeat: repeat-x;
	-webkit-background-size: auto;
	background-size: auto;
	background-position: bottom left;
}

body.page-template-avis #content #avis-form #avis-form-response > a:hover {
	color: #5C5C5C;
}
body.page-template-avis #content #avis-form #avis-form-response > a:hover span {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABAQMAAAAhLob3AAAABlBMVEUAAABcXFy0EmGcAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=');
}

body.page-template-avis #content #avis-form #avis-form-response > a:focus-visible {
	color: #5C5C5C;
}

body.page-template-avis #content #avis-form #avis-form-response > a:focus-visible span {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABAQMAAAAhLob3AAAABlBMVEUAAABcXFy0EmGcAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=');
}

*/
body.page-template-avis #content #avis-form #avis-form-response > a span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border: 4px solid transparent;
	border-right-color: currentColor;
	margin-right: 7px;
	margin-top: -1px;
	border-left: none;
	opacity: .9;
}

body.page-template-avis #content #avis-form #avis-form-response-inner {
	position: relative;
	margin-bottom: 40px;
}


body.page-template-avis #content #avis-form .wpcf7-response-output {
	font-size: 20px;
	font-size: 1.17647rem;
	font-weight: 500;
	line-height: 1;
	max-width: 247px;
	border: none;
	padding: 0;
	text-align: center;
	white-space: normal;
	position: relative;
	margin: 0;
}

body.page-template-avis #content #avis-form .wpcf7-form.spam #avis-form-inputs,
body.page-template-avis #content #avis-form .wpcf7-form.invalid #avis-form-inputs,
body.page-template-avis #content #avis-form .wpcf7-form.failed #avis-form-inputs,
body.page-template-avis #content #avis-form .wpcf7-form.sent #avis-form-inputs {
	top: -20px;
	opacity: 0;
}

body.page-template-avis #content #avis-form .wpcf7-form.spam #avis-form-response,
body.page-template-avis #content #avis-form .wpcf7-form.invalid #avis-form-response,
body.page-template-avis #content #avis-form .wpcf7-form.failed #avis-form-response,
body.page-template-avis #content #avis-form .wpcf7-form.sent #avis-form-response {
	top: 0px;
	opacity: 1;
	pointer-events: all;
}


/* avis liste */
body.page-template-avis #content #avis-list {
	display: inline-block;
	width: 520px;
	padding-left: 60px;
	padding-top: 30px;
	vertical-align: top;
	position: relative;
}

body.page-template-avis #content #avis-list .avis-list__item hr {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	height: 1px;
}

body.page-template-avis #content #avis-list .avis-list__item .avis-list__item__author {
	font-weight: 700;
	font-style: italic;
	font-size: 23px;
	font-size: 1.35294rem;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

body.page-template-avis #content #avis-list .avis-list__item .avis-list__item__content:before {
	content: '«\00a0';
}

body.page-template-avis #content #avis-list .avis-list__item .avis-list__item__content:after {
	content: '\00a0»';
}



body.page-template-avis #content #avis-list .avis-empty {
	text-align: center;
	font-size: 19px;
	font-size: 1.11765rem;
	font-weight: 700;
	padding-top: 100px;
}








