/**********************************
  structure globale du site
***********************************/


/* ------------
HEADER (EN-TETE)
--------------*/
button#open_sogoacc {
    display: none;
}
#header {
    background-color: #fff;
}
#header.scrollUp.nav-down {
    padding: 20px 20px 10px 0px;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.3);
}
#headerInner .headerContent{
	position: relative;
	justify-content: space-between;
	padding: 32px 0 24px;
}

	@media (min-width: 1024px) and (max-width: 1199px) {
		#headerInner .headerContent{
			display: flex;
			flex-direction: column;
   			border-bottom: 1px solid var(--black);
		}
	}

	@media (min-width: 1024px) {
		#headerInner .headerContent{
   			border-bottom: 1px solid var(--black);
			padding: 0;
		}
	}

	#header.scrollUp.nav-down .header-menuEntete {
		display: none;
	}
	.header-menuEntete {
	    -webkit-box-pack: end;
	            justify-content: flex-end;
    	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
		.header-menuEntete .widgettitle {
		    display: none;
		}
		.header-menuEntete .menu {
		    display: -webkit-box;
		    display: flex;
		    -webkit-box-align: center;
		            align-items: center;
			border-right: 1px solid rgba(0, 0, 0, 0.1);
			font-size: 1.3rem;
		    margin: 0;
			padding-right: 15px;
		}

		@media (min-width: 1200px) {
			.header-menuEntete .menu {
				font-size: 1.4rem;
			}
		}
			.header-menuEntete .menu li {
				padding: 15px;
			}

			.header-menuEntete .menu li.border-x {
				border-left: 1px solid rgba(0, 0, 0, 0.1);
				border-right: 1px solid rgba(0, 0, 0, 0.1);
			}

				.header-menuEntete .menu li a {
					color: rgba(0, 0, 0, 0.75);
				}
	.header-menuEntete p.accessibilite {
	    cursor: pointer;
		color: var(--black);
		font-size: 1.6rem;
		font-weight: 700;
	    margin: 0;
	    padding: 0 0 0 30px;
	}
		.header-menuEntete p.accessibilite span {
			margin-right: 12px;
		}
		.inner .box-logo{
			display:block;
		}

			.inner .box-logo p, .inner .box-logo h1{
				margin:0;
				padding:0;
			}
			.inner .box-logo .box-titre, .inner .box-logo span{
				display:none;
			}

			@media (min-width: 1024px) and (max-width: 1199px){
				.hdr-logo {
					margin-top: 24px;
				}
			}

			.hdr-logo img {
				width: 180px;
			}	
			
.smart-menu {
	display: none
}
#headerInner div.forme form div{
	display: -webkit-box;
	display: flex;
    -webkit-box-align: center;
            align-items: center;
} 
	#headerInner div.forme form div .screen-reader-text{
		margin-right: 5px;
	}
	
#wrapper {
	margin-top: 24px;
}

/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

/* EN TETE */
.headerPage {
    margin: 0 auto 26px;
}	
		.headerPage.noImage .title h1 {
			color: var(--color02);
			color: var(--white);
		}
	.headerPage .title {
		top: 50%;
		left: 100px;
		transform: translateY(-50%);
	}
	.headerPage .title .container {
		height: 100%;
	}

.headerPage .relative {
	overflow: hidden;
}

	/* HEADER SANS IMAGE */
	.headerPage__noimage::after {
		content: "";
		position: relative;
		background: var(--peche);
		display: block;
		height: 100%;
		width: 100%;
		z-index: 1;

	}

@media (min-width: 1024px) {
	.headerPage__decoration__before {
		position: absolute;
		bottom: 20px;
		display: block;
		background-color: var(--yellow);
		width: 100%;
		height: 125px;
		transform-origin: top right;
		transform: skew(0deg, 20deg);
		z-index: 0;
	}

		.headerPage__image .headerPage__decoration__before {
			right: -80px;
			bottom: 64px;
			z-index: -1;
		}

	.headerPage__decoration__after {
		position: absolute;
		bottom: 64px;
		display: block;
		background-color: var(--orange);
		width: 100%;
		height: 125px;
		transform-origin: top right;
		transform: skew(0deg, -10deg);
		z-index: 1;
	}

		.headerPage__image .headerPage__decoration__after {
			position: absolute;
			bottom: 64px;
			right: -80px;
			display: block;
			background-color: var(--orange);
			width: calc(100% + 80px);
			height: 125px;
			transform-origin: top right;
			transform: skew(0deg, -10deg);
			z-index: 1;
		}
}

	.headerPage.noImage .headerPage__decoration::before {
		background-color: var(--yellow);
	}
	.headerPage.noImage .headerPage__decoration::after {
		background-color: var(--orange);
	}

.headerPage__image {
	position: relative;
	/* height: 200px; */
	z-index: 1;
}

	@media (min-width: 768px) {
		.headerPage__image {
			/* height: 445px; */
		}
	}

.headerPage__image::before {
	content: "";
    background-color: var(--black--25o);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.headerPage__title h1 {
	position: relative;
    background-color: var(--peche);
	font-size: 4rem;
    margin: 0;
	padding: 32px 16px;
    z-index: 1;
}

	@media (min-width: 768px) {
		.headerPage__title h1 {
   			padding: 97px 103px;
			padding-right: 30%;
		}
	}

	.headerPage__image .headerPage__title h1 {
		padding: 32px 16px;
		background: transparent;
		z-index: 2;
	}

		@media (min-width: 1024px) {
			.headerPage__image .headerPage__title h1 {
				padding: 151px 103px 170px;
				padding-right: 30%;
			}
		}


.headerPage__image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		object-fit: cover;
		height: 100%;
		width: 100%;
}

.headerPage__decoration {
	position: relative;
	margin-top: -64px;
    margin-right: -80px;
}

	@media (max-width: 767px) {
		.headerPage__decoration {
			display: none;
		}
	}

	.headerPage__decoration::before {
		content: "";
		position: absolute;
		bottom: 25vw;
		display: block;
		background-color: var(--yellow);
		width: 100%;
		height: 125px;
		transform: skew(0deg, 20deg);
	}

		@media (min-width: 1440px) {
			.headerPage__decoration::before {
				bottom: 370px;
			}
		}

	.headerPage__decoration::after {
		content: "";
		position: relative;
		display: block;
		background-color: var(--peche);
		width: 100%;
		height: 125px;
		transform: skew(0deg, -10deg);
		z-index: 1;
	}

div#page {
	overflow: hidden;
}

/* BARRE DE RECHERCHE */

.box-right__search {
    position: fixed;
    bottom: 70px;
    right: 0;
    left: 0;
    background: var(--peche--20o);
    padding: 20px;
    z-index: 1;
	transform: translateY(100%);
	transition: transform .4s;
}

	@media (min-width: 1024px) {
		.box-right__search {
			top: 50%;
			bottom: auto;
			transform: translateX(100%);
		}
	}

.box-right__search.active {
	transform: translate(0);
}



.box-right__search.active {
	transform: translateX(0);
}

.box-right__search .blocSearch {
	position: relative;
	display: flex;
}

	.box-right__search .blocSearch::after {
		content: "\e906";
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: var(--white);
		color: var(--vermillon);
		font-family: 'icomoon';
		font-size: 2rem;
		width: 43px;
		height: 43px;
		z-index: -1;
	}

	.box-right__search .blocSearch input[type="text"]::placeholder {
		color: var(--black);
	}

.box-right__search .blocSearch input[type="text"] {
    background-color: var(--white);
    padding: 14px 12px;
	width: 85vw;
	max-width: 462px;
    height: auto;
}

	@media (min-width: 1024px) {
		.box-right__search .blocSearch input[type="text"] {
			width: 462px;
		}
	}

.box-right__search .blocSearch input[type="submit"] {
	padding: 0;
	width: 43px;
	opacity: 0;
}


/* Résultat de recherche */
#resultats-recherche h2 {
	font-size: 4rem;
}


/* ------------
COLONNES
--------------*/
#leftbar >.inner{

}
#rightbar > .inner{
	
}
.templateFaq-rightBar h3{
	font-size: 2.6rem;
	font-weight: 600;
}


/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
#footer {
    margin: 70px 0 0 0;
}
.home #footer {
	margin: 0;
}
	#footer .footerBlocOne {
		background-color: var(--vermillon--20o);
		color: var(--black);
	    padding: 80px 0;
	}
		.footer__logo {
			width: 200px;
		}

		#footer .footerBlocOne .adress {
			font-size: 1.6rem;
		    margin: 0 80px;
		}
			#footer .footerBlocOne .title {
				color: var(--black);
				font-size: 2rem;
				font-weight: 700;
			}
		#footer .footerBlocOne .question {
			color: #fff;
			margin: 0 78px 0px 0px;
		}
			@media (min-width: 1024px) {
				#footer .footerBlocOne .question {
					color: #fff;
					margin: 0 78px 0px 0px;
				}
			}

		#footer .footerBlocOne .reseauS [class*="icon"]{
			color: var(--vermillon);
			font-size: 40px;
			margin-right: 25px;
		}



	#footer .footerBlocTwo {
	    background-color: var(--black);
		font-size: 1.6rem;
		padding: 34px 0 100px;
	}

		@media (min-width: 1024px) {
			#footer .footerBlocTwo {
				padding: 34px 0;
			}
		}

		#footer .footerBlocTwo ul {
			margin: 0;
			display: -webkit-box;
			display: flex;
			-webkit-box-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			        align-items: center;
			flex-wrap: wrap;
		}

			@media (max-width: 767px) {
				#footer .footerBlocTwo ul {
					display: flex;
					flex-direction: column;
					align-items: center;
					margin-bottom: 40px;
				}
			}
			#footer .footerBlocTwo ul li {
			    padding: 5px 10px;
			}

				@media (max-width: 1199px) {
					#footer .footerBlocTwo ul li {
						margin-bottom: 15px;
					}
				}

	#footer .footerBlocTwo a {
		color: var(--white);
		font-weight: 700;
		text-decoration: underline;
	}

	.footerBottom {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		@media (min-width: 1200px) {
			.footerBottom {
				flex-direction: row;
				justify-content: space-between;
			}
		}

/* ------------
PAGE ERREUR
--------------*/
#error_page{

}
.error{
	color:#f00;
}
.error_form{
	color:#f00;
}

/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1399px), (max-device-width: 1399px){
}
@media screen and (max-width: 1199px), (max-device-width: 1199px){
	.hdr-logo img {
		max-width: 166px;
	}
}
/*02 TABLETTE*/
@media screen and (max-width: 1023px), (max-device-width: 1023px){
	.header-menuEntete .menu-en-tete-header-container{
		display: none;
	}

	.smart-menu {
			/* position: absolute;
			top: 55px;
			right: 32px; */
			display: block;
			background-color: var(--vermillon);
			border-radius: 5px;
			padding: 7.5px 6px;
			width: 33px;
			z-index: 9999;
		}
		.smart-menu::before, .smart-menu::after {
			content: "";
			display: block;
			background-color: var(--white);
			width: 100%;
			height: 2px;
			-webkit-transition: -webkit-transform .5s;
			transition: -webkit-transform .5s;
			transition: transform .5s;
			transition: transform .5s, -webkit-transform .5s;
		}
			.smart-menu span {
				background-color: var(--white);
				display: block;
				margin: 6px 0;
				width: 100%;
				height: 2px;
			}
			.mm-wrapper_opening .smart-menu span {
				display: none;
			}
			.mm-wrapper_opening .smart-menu::after {
				-webkit-transform: rotate(-45deg) translateX(2px);
				        transform: rotate(-45deg) translateX(2px);
			}
			
			.mm-wrapper_opening .smart-menu::before {
				-webkit-transform: rotate(45deg) translate(3px, 0px);
				        transform: rotate(45deg) translate(3px, 0px);
			}
	.mm-menu {
		background: #fff !important;
	}
		.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
			color: var(--color05) !important;
			text-transform: uppercase;
		}
		.mm-listitem>a, .mm-listitem>span {
			color: var(--color02) !important;
			line-height: 1.5;
		}

	.hdr-logo {
		/* margin-right: auto; */
	}
	#footer .footerBlocOne {
		padding: 50px 0;
	}
	#footer .footerBlocOne .adress {
		margin: 0 30px;
	}
	#footer .footerBlocOne .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		        align-items: center;
	}
	#footer .footerBlocOne .question {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 30px 0px;
	}

	#footer .footerBlocOne .title {
		text-align: center;
	}
}
/*03 MINI-TABLETTE*/
@media screen and (max-width: 767px), (max-device-width: 767px){

	#header {
		background-color: #fff;
		padding: 5px 0 0 0;
	}
		.header-menuEntete {
			padding: 0px 0 0px 0;
		}

		/* .smart-menu {
			position: absolute;
			top: 55px;
			right: 10px;
			display: block;
			background-color: var(--vermillon);
			border-radius: 5px;
			padding: 7.5px 6px;
			width: 33px;
			z-index: 9999;
		}
		.smart-menu::before, .smart-menu::after {
			content: "";
			display: block;
			background-color: var(--white);
			width: 100%;
			height: 2px;
			-webkit-transition: -webkit-transform .5s;
			transition: -webkit-transform .5s;
			transition: transform .5s;
			transition: transform .5s, -webkit-transform .5s;
		}
			.smart-menu span {
				background-color: var(--white);
				display: block;
				margin: 6px 0;
				width: 100%;
				height: 2px;
			}
			.mm-wrapper_opening .smart-menu span {
				display: none;
			}
			.mm-wrapper_opening .smart-menu::after {
				-webkit-transform: rotate(-45deg) translateX(2px);
				        transform: rotate(-45deg) translateX(2px);
			}
			
			.mm-wrapper_opening .smart-menu::before {
				-webkit-transform: rotate(45deg) translate(3px, 0px);
				        transform: rotate(45deg) translate(3px, 0px);
			}
	.mm-menu {
		background: #fff !important;
	}
		.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
			color: var(--color05) !important;
			text-transform: uppercase;
		}
		.mm-listitem>a, .mm-listitem>span {
			color: var(--color02) !important;
			line-height: 1.5;
		} */
}
/*03 MOBILE*/
@media screen and (max-width: 599px), (max-device-width: 599px){

}



/* @changelog 2021-11-16 [FIX] (Anne-Lyse) On masque le badge google */

.google_mention {
	color: var(--white--75o);
	text-align: center;
	margin-bottom: 0;
}

	@media (min-width: 1200px) {
		.google_mention {
			text-align: right;
		}
	}

#footer .footerBlocTwo .google_mention a {
	color: var(--white--75o);
	font-weight: 400;
}

.grecaptcha-badge { visibility: hidden; }



/* ------------
	Widgets droit
--------------*/

.box-right {
	position: fixed;
	bottom: 0;
	background-color: var(--peche--20o);
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
	padding: 15px;
	width: 100%;
	z-index: 10;
}

	@media (min-width: 1024px) {
		.box-right {
			top: 50%;
			right: 0;
			bottom: auto;
			padding: 25px 10px;
			max-width: 80px;
			transform: translateY(-50%);
		}
	}

.box-right .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 375px;
}

	@media (min-width: 1024px) {
		.box-right .row {
			flex-direction: column;
		}
	}

.box-right .boxes {
	cursor: pointer;
	margin: 0 auto;
}

	@media (min-width: 1024px) {
		.box-right .boxes {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-bottom: 25px;
			flex: 1;
		}
	}

	.box-right .boxes:last-child {
		margin-bottom: 0;
	}

.box-right a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--black);
}

.box-right .boxes__image {
	color: var(--vermillon);
	font-size: 2rem;
	line-height: 0.7;
	margin-bottom: 8px;
}