/**********************************
  structure globale du site
***********************************/


/* ------------
HEADER (EN-TETE)
--------------*/
#header {
    background-color: #2B2B2B;
	/* overflow: hidden; */
}
header.scrollUp.nav-down {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
}
	#header > .inner {
		padding: 10px 0;
	}
		.logo img {
			max-width: 288px;
		}
		.headertopBar {
			padding: 5px 0;
		}
		.headertopBarRs li:not(:first-child) {
			margin: 0 0 0 10px;
		}
header .menuTop ul.firstLevel{
	display: flex;
	margin: 0px;
}
	header .menuTop ul.firstLevel li.nav-main-item{
		padding: 0 0 0 35px;
	}
	header .menuTop ul.firstLevel li.nav-main-item:last-of-type{
		padding: 0 35px 0 35px;
	}
		header .menuTop ul.firstLevel li.nav-main-item a{
			font-size: 1.6rem;
			color: var(--color00);
			
		}
		header .menuTop ul.firstLevel li.nav-main-item a:hover{
			color: var(--color02);
		}
		#wrapper .headerPage .nocover{
			top: -25px;
			margin-right: 10px;
			position: relative;
		}
header .headertopBar .phoneNumber a{
	color: var(--color00, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: "poppins bold", Arial, Helvetica, sans-serif;
}
/* header .headertopBar .phoneNumber:hover a{
	font-size: 2.4rem;
	color: var(--color04);
	font-family: 'ab', sans-serif;
} */
header .headertopBar .phoneNumber span.ico.phone{
	margin-right: 10px;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    /* line-height: 37px; */
    background-position: -356px -7px;
}
/* header .headertopBar .phoneNumber:hover span.ico.phone{
	background-position: -365px -57px;
} */

.headerPage .textBloc{
	font-family: 'poppins regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.headerPage .textBloc p{
	padding: 20px 0;
}
#access li.btn-last-menu{
	background-color: var(--color02);
    border-radius: 0 25px 25px 0;
    padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.2s;
}
#access li.btn-last-menu a{
	color: var(--color00) !important;
	transition: 0.2s;

}
#access li.btn-last-menu:hover{
	background-color: var(--color02-hover, #A30059);
}


/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

section#contents {
    padding: 50px 0;
}
.page-template-page-contact section#contents::before{
	display: none;
}
section#contents::before{
	content: '';
    display: block;
    margin-top: -84px;
    width: 100%;
    height: 84px;
    background-image: url(../img/charte/vague-top.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: relative;
}
section#contents .widgetFixe{
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 99;
	text-indent: -1000000px;
}
	section#contents .widgetFixe .calendlyBouton,
	section#contents .widgetFixe .contactBouton, section#contents .widgetFixe .phoneBouton{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 64px;
		height: 64px;
		margin-bottom: 12px;
	}	
	section#contents .widgetFixe .calendlyBouton::after,
	section#contents .widgetFixe .contactBouton::after,
	section#contents .widgetFixe .phoneBouton::after{
		content: "";
		border-radius: 100px 0px 0px 100px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.08);
    width: 64px;
    height: 64px;
    flex-shrink: 0;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: 0.2s;
	}

	section#contents .widgetFixe .calendlyBouton:hover::after, 
	section#contents .widgetFixe .contactBouton:hover::after, 
	section#contents .widgetFixe .phoneBouton:hover::after{
		background: var(--color03, #eed4e3);
	}
	section#contents .widgetFixe .calendlyBouton a,
	section#contents .widgetFixe .contactBouton a, section#contents .widgetFixe .phoneBouton a{
		z-index: 2;
		line-height: 0px;
	}

	section#contents .widgetFixe .phoneBouton .etreRappelerBloc{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 250px;
		padding: 18px 25px 0px 25px;
		background-color: var(--color00);
		border: 3px solid var(--color02);
		border-radius: 18px;
		opacity: 0;
		left: 100%;
		transition: opacity 2s;
	}
	section#contents .widgetFixe .phoneBouton.active .etreRappelerBloc{
		opacity: 1;
		left: inherit;
		right: 100%;
	}
	section#contents .widgetFixe .phoneBouton.active .etreRappelerBloc #input_4_5_1{
		width: auto;
		margin-top: 0;
	}

	
		section#contents .widgetFixe .phoneBouton .etreRappelerBloc span.close{
			position: absolute;
			top: -15px;
			right: -22px;
		}
		section#contents .widgetFixe .phoneBouton .etreRappelerBloc span.title{
			font-size: 1.8rem;
			font-family: 'abr', sans-serif;
			text-transform: uppercase;
			margin-bottom: 0px;
			color: var(--color01);
		}
		section#contents .widgetFixe .phoneBouton .etreRappelerBloc .form .gform_wrapper{
			margin-top: 0px;
		}
		section#contents .widgetFixe .phoneBouton .etreRappelerBloc form .gform_heading, section#contents .widgetFixe .phoneBouton .etreRappelerBloc form ul li::before{
			display: none;
		}
		section#contents .widgetFixe .phoneBouton .etreRappelerBloc form ul li{
			padding: 0px;
		}
		section#contents .widgetFixe .phoneBouton .etreRappelerBloc form ul li::before{
			display: none;
		}
			section#contents .widgetFixe .phoneBouton .etreRappelerBloc form ul li input{
				padding: 6px 10px;
				border: 2px solid var(--color05);
				outline: none;
				width: 100%;
			}
			section#contents .widgetFixe .phoneBouton .etreRappelerBloc form ul li input:hover, section#contents .widgetFixe .phoneBouton .etreRappelerBloc form ul li input:focus{
				padding: 6px 10px;
				border: 2px solid var(--color02);
			}
			section#contents .widgetFixe .phoneBouton .etreRappelerBloc form .gform_footer{
				text-align: center;
			}
				section#contents .widgetFixe .phoneBouton .etreRappelerBloc form .gform_footer input{
					background-color: var(--color00);
					color: var(--color02);
					font-size: 1.4rem;
					border-radius: 18px;
					border: 1px solid var(--color02);
					z-index: 9;
					padding: 10px 30px;
					transition: background .2s, color .2s;
					cursor: pointer;
					outline: none;
				}
				section#contents .widgetFixe .phoneBouton .etreRappelerBloc form .gform_footer input:hover{
					background-color: var(--color02);
					color: var(--color00);
				}

/* ----------------------
HEADER PAGE
-----------------------*/

.headerPage{
	position: relative;
	z-index: 2;
}
#headerInner{
	position: relative;
    z-index: 1000000;
}
.headerPage {
	position: relative;
	padding-bottom: 5rem
}
.home .headerPage{
	max-height: initial;
}
.home .headerPage img{
	height: 100%;
}
body:not(.home) #header::after{
    content: "";
	display: block;
	position: absolute;
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 105%;
	background: linear-gradient(180deg, #363636 50.48%, rgba(43, 43, 43, 0.00) 98.3%, rgba(43, 43, 43, 0.38) 98.3%);
mix-blend-mode: multiply;
}
.home .headerPage::after {
    content: "";
	display: block;
	position: absolute;
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header.cover img{
	height: 100% !important;
}
.home .headerPage::after{
    background: linear-gradient(0deg, #2B2B2B -15.05%, rgba(43, 43, 43, 0.00) 101.49%, rgba(43, 43, 43, 0.38) 101.49%);

}
.headerPage::after{
	opacity: 0.8;
background: linear-gradient(180deg, #363636 50.48%, rgba(43, 43, 43, 0.00) 98.3%, rgba(43, 43, 43, 0.38) 98.3%);
mix-blend-mode: multiply;
}

	.breadcrumb {
		margin-top: 30px;
	}
	.headerPage .text, .headerPage .text .container {
		height: 100%;
	}
	.home .headerPage .text{
		padding: 46px 0 180px 0;
	}

	.headerPage .text {
		z-index: 1;
		top: 0;
		font-size: 18px;
		/* font-family: 'poppins medium',Arial, Helvetica, sans-serif; */
		font-weight: 400;
	}
		.headerPage .text h1{
			color: var(--color00);
			font-size: 8rem;
			font-family: 'poppins bold', Arial, Helvetica, sans-serif;
			line-height: 1.2;
			position: relative;
			margin-top: 44px;
			padding-bottom: 20px;
		}
		.home .headerPage .text h1{
			max-width: 100%;
			line-height: 1;
		}
		.home .headerPage .text h1{

		}
		
		
span.mobile-buton {
	display: none !important;
	width: 40px;
	min-width: 40px;
}
	span.mobile-buton span {
		width: 100%;
		height: 3px;
		background-color: var(--color02);
		display: block;
		margin: 6px 0;
	}
span.mobile-buton::before, span.mobile-buton::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--color02);
}


/* ------------
COLONNES
--------------*/
#leftbar >.inner{

}
#rightbar > .inner{
	
}


/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
footer#footer .footerContactLink{
	display: none;
}
	footer#footer .footerContactLink .col-sm-12{
		background-color: var(--color01);
		padding: 6px 0px !important;
	}
		footer#footer .footerContactLink .col-sm-12 a{
			color: var(--color02);
		
		}
			footer#footer .footerContactLink .col-sm-12 a span{
				margin-right: 15px;
			}
footer#footer .footerContentBloc {

    padding: 60px 0;
}
	footer#footer .footerContentBloc ul {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		footer#footer .footerContentBloc ul li {
			padding: 0;
		}
			footer#footer .footerContentBloc ul li a {
				font-size: 1.2rem;
				color: var(--color01);
			}
			footer#footer .footerContentBloc ul li a:hover{
				color: var(--color02);
			}
			footer#footer .footerContentBloc ul li:not(:last-child) a::after {
				content: "-";
				margin: 0 8px;
			}

footer#footer .contentLogoText .text{
	line-height: 15px;
	font-size: 1.2rem;
}
footer#footer .menuContent{
	padding: 10px 0px;
}
	footer#footer .menuContent #nav_menu-3{
		display: flex;
		align-items: center;
	}
		footer#footer .menuContent #nav_menu-3 li a{

			font-size: 1.2rem;
			margin-right: 15px;
		}
		footer#footer .menuContent #nav_menu-3 li a::after{
			display: none;
		}
		footer#footer .menuContent ul{
			margin-left: auto;
		}
			footer#footer .menuContent ul li:not(:last-child) a::after {
				display: none;
		}
footer#footer #nav_menu-2{
	padding: 5px 0px;
}
	footer#footer #nav_menu-2 ul{
		justify-content: start;
	}
	footer#footer .logo{
		margin-bottom: 32px;
	}
	footer#footer .logo img{
		max-width: 210px;
	}

/* ------------
PAGE ERREUR
--------------*/
#error_page{

}
.error{
	color:#f00;
}
.error_form{
	color:#f00;
}

/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px){
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
	.home .headerPage .text h1{
		font-size: 6rem;
	}
	.text-little{
		font-size: 40px;
	}
}
/*02 TABLETTE*/
@media screen and (max-width: 992px), (max-device-width: 992px){
	section#contents .widgetFixe{
		display: none !important;
	}
	footer#footer .footerContactLink{
		display: flex !important;
	}
	.headerPage .text .container{
		align-items: center;
	}
	.headerPage .text h1{
		text-align: center;
		max-width: max-content;
	}

}
/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 767px), (max-device-width: 767px){
		
	span.mobile-buton {
		display: flex !important;
	}
	.logo img {
		max-width: 198px;
	}
	
}

.title-footer{
	color: var(--Mcolor06, #2B2B2B);
font-family: 'poppins bold', Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 800;
display: block;
line-height: 150%; 
margin-bottom: 32px;
}
.info-time{
padding: 16px;
gap: 22px;
border-radius: 8px;
background: #F0F0F0;
}
.info-time p:last-child{
	margin-bottom: 0;
}
.info-time .text-intro{
	color: var(--color06, #2B2B2B);
	font-weight: 500;
	font-family: 'poppins medium', Arial, Helvetica, sans-serif;
}