/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/**********************************
  structure globale du site
***********************************/

html{
	overflow-x: hidden;
}

/* ------------
HEADER (EN-TETE)
--------------*/
#header {
	position: relative;
}
header.scrollUp.nav-down {
    -webkit-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.scrollUp.nav-down .logo img,
header.scrollUp.nav-up .logo img{
	max-width: 150px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.headerPage .image img{
	object-position: left center;
}	
.headerImgContainer{
	max-height: 450px;
	overflow: hidden;
	border-radius: 240px 240px 240px 0;
	display: flex;
	align-items: center;
}
.headerImg{
	border-radius: 240px 240px 240px 0;
	overflow: hidden;
}
.header-logo {
	margin-top:-30px;
}
.header-menu {
	position: inherit!important;
	text-align: end;
}

/*HEADER TOP*/

/* .headertopBar .menuHeaderTop {
	margin-bottom: 24px;
} */
.headertopBarRs li:not(:first-child) {
	margin: 0 0 0 15px;
}


/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

section#contents {
    padding: 0  0 50px 0;
}
body.home section#contents,
body.page-template-page-service section#contents{
	padding-bottom: 0;
}
.single-post section#contents{
	padding-top: 0;
}
.new > div:nth-child(1){
	margin-top: 0 !important;
}
.single-post .desc p{
margin-bottom: 0;
}
.headerPage_text_inner--text{
	padding-left: 15px;
	padding-right: 15px;
}
.page-template-pages .contenu-page-inte > div:first-of-type{
margin-top: 0 !important;
}
/* WIDGET ASIDE */



/* ----------------------
HEADER PAGE - EN TETE PAGE
-----------------------*/

.headerPage {
	overflow: hidden;

}
.home .headerPage .image::before{
	content: "";
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9023984593837535) 0%, rgb(0 0 0 / 19%) 82%, rgb(0 0 0 / 20%) 82%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9023984593837535) 0%, rgb(0 0 0 / 19%) 82%, rgb(0 0 0 / 20%) 82%);
    background: linear-gradient(0deg, rgba(0,0,0,0.9023984593837535) 0%, rgb(0 0 0 / 19%) 82%, rgb(0 0 0 / 20%) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
}

.headerPage-bg .headerPage_text_inner--img img {
	height: 100%;
}
.headerPage-bg .headerPage_text_inner {
	height: 700px;
}

.headerPage_text_inner {
	padding: 16px 0 40px;
	z-index:1;
}
.headerPage_text_inner.without-img h1 {
	background: var(--color-degrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.headerPage_text_inner.without-img .headerSubtitle {
	color: var(--gray-900)!important;
}
/* body:not(.home) .headerPage_text_inner {
    padding: 50px 40px;
	z-index: 1;
}	 */
.headerPageOverlay {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.20) 100%);
}

/*En-tête page acceuil*/
.slider-home .slick-slide > div {
	width: 100%!important;
}
.slider-home .slick-slide .headerPage {
	min-height: 500px;
}


/* span.mobile-buton {
	display: none !important;
	width: 35px;
	cursor: pointer;
} */
span.mobile-buton span {
    width: 100%;
    height: 2px;
    background-color: var(--black);
    display: block;
    margin: 6px 0;
    border-radius: 2px;
}
span.mobile-buton::before, span.mobile-buton::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--black);
    border-radius: 2px;
}
.mm-listitem{
	border-color: transparent !important;
}
/* .mm-panel{
	background: white !important;
} */
.mm-navbar_sticky{
	text-indent: -10000px;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
    background-size: auto !important;
}
.mm-listitem__text{color: #fff !important;}
.mm-menu .mm-navbar__title{
	background-color: transparent !important;
}


/* ------------
COLONNES
--------------*/
#leftbar >.inner{

}
#rightbar > .inner{
	
}


/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
.footer-logo img{
	max-width: 356px;
	margin-bottom: 56px;
}

footer#footer {
	color: #FFFFFFCC;
}
footer#footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap;
	padding-left: 0;
	margin: 0;
}
footer#footer ul li {
	padding: 0;
}			
footer#footer ul li a {
	color: #FFFFFFCC;
}
footer#footer ul#menu-menu-footer {
	gap:12px;
}
/* footer#footer ul:not(.headertopBarRs) li:not(:last-child) a::after {
	content: "";
	margin: 0 15px;
} */

footer #footer-newsletter {
	padding: 32px 10px;
	border-top-right-radius: 40px;
}
			
footer #footer-inner{
	padding: 5.2rem 0;
}
footer #footer-inner .intro-text-footer {
	margin-right: 243px;
}
footer #footer-inner .widget.widget_text,
footer #footer-inner .title-footer {
	display: block;
	color: var(--white);
	margin-bottom: 24px;
}
footer #footer-inner .title-footer::after {
	content:"";
	border-bottom: 4px solid var(--color-primary);
	display: block;
    width: 43px;
    padding-bottom: 12px;
}
footer #footer-inner .widget ul {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	gap:6px;
}
footer #footer-inner .link-phone {
	display: block;
	color: #FFFFFFCC;
	transition: 0.8s all;
}
footer #footer-inner .link-phone:hover {
	text-decoration: underline;
	transition: 0.8s all;
}

#legal-notice {
	border-top: 1px solid var(--gray-700);
}
#legal-notice ul li a {
	transition: 0.8s all;
}
#legal-notice ul li a:hover {
	text-decoration: underline;
	transition: 0.8s all;
}

#legal-notice .legal-notice-rs .rs-link:hover .rs-icon {
    fill: #008094;
	transition:0.8s all;
}




/* ------------
PAGE ERREUR
--------------*/
#error_page{

}
.error{
	color:#f00;
}
.error_form{
	color:#f00;
}

/*RESPONSIVE*/
/*01 - DESKTOP */
@media screen and (max-width: 1500px){
	footer #footer-inner .intro-text-footer {
   		margin-right: 120px;
	}
}
@media screen and (max-width: 1199px){
	.headerPage-bg .headerPage_text_inner {
    	height: 450px;
	}
	
	footer #footer-inner .intro-text-footer {
        margin-right: 0;
    }
}
/*02 TABLETTE*/
@media screen and (min-width: 1024px){


}
/*02 TABLETTE*/
@media screen and (max-width: 1024px), (max-device-width: 1024px){
	
	
}
@media screen and (max-width: 999px), (max-device-width: 999px){
	#headerInner{
		background-color: var(--white);
	}
	/* body:not(.home) .headerPage_text_inner{
		padding: 15px;
	} */
	
}

/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 1220px), (max-device-width: 1220px){
	.header-logo {
		margin-top:0;
	}
	/* span.mobile-buton {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	} */
	/* .logo img {
		max-width: 150px;
		width: auto;
		min-width: 150px;
	} */

	#widget-inscription{
		display: none;
	}

	.headertopbar--inner{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	
}


@media (max-width:768px) {

	.headerPage{
		margin-bottom: 2rem !important;
	}
	.headerPage-bg .headerPage_text_inner {
		height: auto;
	}

	.footer-logo img {
		width: 270px;
	}

	.legal-notice-inner {
		flex-direction: column;
	}
	footer#footer ul#menu-menu-footer {
		flex-direction: column;
	}
	footer#footer ul#menu-menu-footer li {
		text-align: center;
		margin-bottom: 5px;
	}
}