/*
* 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;
}

#headerInner {
    position: relative; /* Position normale par défaut */
    transition: top 0.3s;
}

#headerInner.header-fixe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
	background-color: var(--white);
}
#headerInner.header-fixe .logo {
	padding: 0 32px;
	margin-bottom: 0;
}
#headerInner.header-fixe .logo img {
	max-width: 100px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/* 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 {
    padding: 32px 32px 48px 32px;
    border-radius: 0px 0px 999px 999px;
    background-color: var(--white);
    margin-bottom: -100px;
    z-index: 1;
}

.header-search {
	background-color: var(--color-primary-light);
	padding: 12px;
	border-radius: 99px;
	transition:0.8s all;
}
.header-search:hover {
	background-color: var(--color-primary-x-light);
	transition:0.8s all;
}
.header-search .search-icon {
	background-image: url(/wp-content/themes/mediapilote/img/charte/icon-search.svg);
	width: 24px;
    height: 24px;
    display: block;
}


/* ----------------------
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
-----------------------*/

.slider-home .headerPage {
	overflow: visible;
}
.headerPage {
	overflow: hidden;
}
.headerPage .headerPage_text img {
	object-fit: cover;
	border-radius: 32px;
}
.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;
}

/* 
body:not(.home) .headerPage_text_inner {
    padding: 50px 40px;
	z-index: 1;
}	 */
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: 186px;
	padding-top: 0;
}

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;
	font-family: "Lexend", serif;
}
footer#footer ul li a:hover {
	font-family: "Lexend", serif;
	color: #FFF;
}
			
footer #footer-inner{
	padding-bottom: 4.8rem;
}
footer #footer-inner .widget.widget_text,
footer #footer-inner .title-footer {
	display: block;
	color: var(--white);
	font-family: "Lexend", serif;
	margin-bottom: 24px;
}
footer #footer-inner .widget ul {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
}

footer #footer-inner .footer-logo {
	padding: 32px 32px 48px 32px;
	border-radius: 0px 0px 999px 999px;
	background-color: var(--white);
}

footer #footer-inner .link-contact::before {
	content:"";
	background-position: center;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	background-color: var(--color-primary-light);
	padding: 4px;
	border-radius: 99px;
	margin-right: 8px;
	transition: 0.8s all;
}
footer #footer-inner .link-contact:hover::before {
	background-color: var(--color-primary-x-light);
	transition: 0.8s all;
}
footer #footer-inner .link-phone::before {
	background-image: url(/wp-content/themes/mediapilote/img/charte/icon-phone.svg);
}
footer #footer-inner .link-mail::before {
	background-image: url(/wp-content/themes/mediapilote/img/charte/icon-mail.svg);
}


#legal-notice .legal-notice-inner {
	padding-right: 70px;
}
#legal-notice .legal-notice-inner ul#menu-menu-footer {
	gap:64px;
}
#legal-notice ul li a {
	color: var(--white)!important;
	font-family: "Lexend", serif!important;
	font-size: 1.4rem;
	text-decoration-line: underline;
}
#legal-notice ul li a:hover {
	color: var(--color-primary-light)!important;
}





/* ------------
PAGE ERREUR
--------------*/
#error_page{

}
.error{
	color:#f00;
}
.error_form{
	color:#f00;
}

/*RESPONSIVE*/
/*01 - DESKTOP */
@media screen and (max-width: 1485px), (max-device-width: 1485px){
	
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
}
/*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: 1200px), (max-device-width: 1200px){
		
	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;
	}

	.headerInnerContainer {
		justify-content: space-between;
	}
	.headertopbar--inner{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}

	.footerLogo {
		width: 100%;
	}
	.footerLogo .footer-logo {
		width: 292px;
	}
	
}

@media screen and (max-width:1000px) {
	.footer-bottom {
		flex-direction: column;
	}
	#legal-notice .legal-notice-inner {
		padding-right: 0;
	}
	#legal-notice .legal-notice-inner ul#menu-menu-footer {
		gap:32px;
	}
}

@media (max-width:768px) {

	.headerPage{
		margin-bottom: 2rem !important;
	}
	#legal-notice .legal-notice-inner ul#menu-menu-footer {
		flex-direction: column;
		align-items: center;
	}
}