/**********************************
  structure globale du site
***********************************/

html{
	overflow-x: hidden;
}

/* ------------
HEADER (EN-TETE)
--------------*/
#header {
	position: relative;
    z-index: 2;
}

#headerInner{
	min-height: 100px;
}
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;
}


	#header > .inner {
		padding: 10px 0;
	}
	.logo-eurorepar {
		
	}
	.logo-eurorepar img {
		width: 180px;
		height: auto;
	}
		.logo img {
			max-width: 300px;
		}
		.headertopBar {
			padding: 15px 0;
		}
		.headertopBarRs li:not(:first-child) {
			margin: 0 0 0 15px;
		}
	
		.headerImgContainer{
			max-height: 450px;
			overflow: hidden;
			border-radius: 240px 240px 240px 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
		
		.headerImg{
			border-radius: 240px 240px 240px 0;
			overflow: hidden;
		}
		.single-associations .headerImg{
			border-radius: 30px 30px 0 30px;
		}
		.desc{
			font-size: 2rem;
		}


	


/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
.home section#contents{
	padding: 0;
}
section#contents {
    padding: 50px 0;
}
.page-template-page-activite section#contents{
	padding-bottom: 0;
}


/* WIDGET ASIDE */


.usefull-links{
	-webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.322));
	        filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.322));
	background-color: var(--white);
	border-radius: 25px 25px 0 25px;
	padding: 3rem 3rem 0;
}
.usefull-links .title{
	margin-bottom: 4rem;
}

.usefull-links .title span{
	font-family: 'lato bold', sans-serif;
	font-size: 2.5rem;
	color: #000;
	display: block;
}
.usefull-links .title span.bigger{
	font-family: 'kalam bold', sans-serif;
	font-size: 3.5rem;
}

.usefull-links .btn-fourth.doc{
	border-top: 1px dashed var(--color-secondary-light-grey);
}
.usefull-links .btn-fourth.doc::after{
-webkit-transition: margin 0.2s;
-o-transition: margin 0.2s;
transition: margin 0.2s;
}
.usefull-links .btn-fourth.doc:hover::after{
	margin-left: 1.3rem;
}
.usefull-links .link-usefull-title{
	margin-top: -80px;
    margin-left: 40px;
}
.usefull-links .bigger::before{
	content: '';
    display: inline-block;
    min-width: 68px;
    width: 68px;
    height: 40px;
    background-image: url(/wp-content/themes/mediapilote/img/charte/sprite-site.svg);
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: -177px -122px;
    /* position: absolute;
    left: -85px; */
}


/* ----------------------
HEADER PAGE
-----------------------*/
.headerPage_actuality{
	position: relative;
}
.headerPage {
	position: relative;
	max-height: 400px;
	margin-top: -160px;
	z-index: 1;
}
.single-vehicules .headerPage{
	max-height: 100px;
}
.home .headerPage{
	max-height: initial;
    height: calc(100vh - 92px);
}
.home .headerPage .text{
	z-index: 2;
}
.home .headerPage::after{
	content: '';
    background-image: url(/wp-content/themes/mediapilote/img/charte/form-red.webp);
    background-repeat: no-repeat;
    display: block;
    width: 800px;
    height: 790px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 70% auto;
    background-position: bottom right;
	filter: brightness(0) invert(1);
}
/* body:not(.home) #wrapper::after{
	content: '';
    background-image: url(/wp-content/themes/mediapilote/img/charte/roue-garage.svg);
    background-repeat: no-repeat;
    display: block;
    width: 250px;
    height: 350px;
    position: absolute;
    right: -110px;
    top: -200px;
    background-size: 250px auto;
    background-position: top right;
	z-index: 1;
} */
.headerPage img{
	opacity: 0.6;
}
		

.mm-menu,
.mm-menu a, .mm-menu a:link, .mm-menu a:visited{
	color: var(--color-secondary) !important;
}
.mm-menu #menu-item-1221 a,
.mm-menu  #menu-item-1036 a,
.mm-menu #menu-item-517 a, 
.mm-menu #menu-item-1035 a{
	color: var(--color-secondary-light-grey) !important;
}
.mm-listitem{
	border-color: #F8F8F8 !important;
}
.mm-panel{
	background: #F8F8F8 !important;
}
.mm-menu .mm-navbar__title{
	background-color: #F8F8F8 !important;
}


/* ------------
COLONNES
--------------*/
#leftbar >.inner{

}
#rightbar > .inner{
	
}


/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/

	#legal-notice ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
		#legal-notice ul li {
			padding: 0;
		}
			#legal-notice ul li a {
				font-size: 1.6rem;
				color: #797979;
			}
			#legal-notice ul:not(.headertopBarRs) li:not(:last-child) a::after {
				content: "/";
				margin: 0 5px;
			}

			footer #footer-inner{
				padding: 20rem 0 6rem;
				margin-top: -11rem;
			}

			.title-footer{
				font-size: 2rem;
				margin-bottom: 2rem;
				display: block;
				font-family: 'lato bold', sans-serif;
			}
			.intro-text-footer{
				font-size: 1.2rem;
				color: var(--color-secondary-blue);
			}
			.footer-logo img{
				width: auto;
			}

			.widgettitle{
				font-weight: 700;
				font-size: 22px;
				font-size: 2.2rem;
				margin-bottom: 5rem;
				display: block
			}
			#footer-inner strong{
				font-weight: 500;
				color: #fff !important;
			}

			#footer .headertopBarRs{
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
			}
			.time strong{
				color: #fff;
			}
			.time p{
				color: #777777;
			}

			#footer-assistance{
				-webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
				        clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
				padding: 30px;
				min-height: 225px;
			}
			#footer-assistance p{
				margin-bottom: 0;
			}




/* ------------
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){
}
/*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){
	
	.widgettitle{
		margin-bottom: 1rem;
	}

	body:not(.home) #wrapper::after{
		background-size: 190px auto;
	}
}

@media screen and (max-width: 780px), (max-device-width: 780px){
	.services-item .picto{
		width: 30px;
		min-width: 30px;
		height: 30px;
		padding: 4px;
	}
	.services-item-inner p{
		padding-left: 5px;
		font-size: 1.6rem;
	font-size: 16px;
	}
	.contact-text.white{
		color: black !important;
	}
	footer #footer-inner{
		padding: 20rem 0 0rem;
	}
	#footer-inner p{
		color: #fff !important;
	}

}
/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 1085px), (max-device-width: 1085px){
		
	span.mobile-buton {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.logo img {
		max-width: 198px;
	}

	span.mobile-buton {
		display: none;
		width: 35px;
		cursor: pointer;
	}
	span.mobile-buton span {
		width: 100%;
		height: 2px;
		background-color: var(--white);
		display: block;
		margin: 6px 0;
		border-radius: 2px;
	}
	span.mobile-buton::before, span.mobile-buton::after {
		content: "";
		width: 100%;
		height: 2px;
		background-color: var(--white);
		border-radius: 2px;
	}
	
}


@media (max-width:768px) {

	.headerPage img{
		min-height: 300px;
	}
	.breadcrumb{
		display: none;
	}
	#wrapper::after{
		display: none;
	}

}