/**********************************
  structure globale du site
***********************************/


/* ------------
HEADER (EN-TETE)
--------------*/
#header {
    background-color: #fff;
	height: 530px;
}
.headerPage-picture::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 530px;
	background: -o-linear-gradient(top, #000000b5, rgb(0 0 0 / 25%));
	background: -webkit-gradient(linear, left top, left bottom, from(#000000b5), to(rgb(0 0 0 / 25%)));
	background: linear-gradient(to bottom, #000000b5, rgb(0 0 0 / 25%));
}
.headerPage-picture{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 530px;
}
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 > .inner {
	padding: 10px 0;
}
.headertopBarRs li:not(:first-child) {
	margin: 0 0 0 5px;
}
.headerTopBarInner.container{
	max-width: 100%;
}

.logo {
	width: 380px;
}
.logo img {
	max-width: 288px;
}
.logo-duret {
	background-color: #181716;
	width: 150px!important;
}

/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

section#contents {
    padding: 50px 0;
}


/* ----------------------
HEADER PAGE
-----------------------*/
.headerPage-picture img {
    opacity: 0.7;
}

	.breadcrumb {
		top: 0;
		left: 0;
	}
	.headerPage .text, .headerPage .text .container {
		height: 100%;
		top: 10%;
	}
	.headerPage .text .like-h2{font-weight: bold;}
	
	.headerPage .text .container .like-h2{font-weight: bold;}
	.headerPage .text {
		z-index: 1;
		top: 0;
	}
		.headerPage .text .container .desc {
			text-align: center;
		}
		
span.mobile-buton {
	display: none;
	width: 35px;
	margin-right: 10px;
	position: absolute;
    top: 30px;
    right: 5px;
}
	span.mobile-buton span {
		width: 100%;
		height: 3px;
		background-color: #fff;
		display: block;
		margin: 6px 0;
	}
span.mobile-buton::before, span.mobile-buton::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
}


/* ------------
COLONNES
--------------*/
#leftbar >.inner{

}
#rightbar > .inner{
	
}


/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
footer#footer {
	position: relative;
}
	footer#footer ul {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
		footer#footer ul li {
			padding: 0;
		}
			footer#footer ul li a {
				font-size: 1rem;
			}
			.footer-links ul li:not(:last-child) a::after {
				content: "|";
				margin: 0 5px;
			}
			.footer-top p{
				margin-bottom: 0;
			}
			.footer-top-first-inner{
				text-transform: uppercase;
			}
				.footer-links a{
					opacity: 0.5;
				}
			


/* ------------
PAGE ERREUR
--------------*/
#error_page{

}
.error{
	color:#f00;
}
.error_form{
	color:#f00;
}

/*RESPONSIVE
01 - DESKTOP */


@media screen and (min-width: 980px){
	.headerContent{
		padding-right: 10%;
	}
	/* .headerContent .logo{
		padding-left: 10%;
		padding-right: 5%;
	} */
	.footer-top-first-inner div:not(:last-child){
		border-right: 1px solid var(--color01);
	}
}

@media screen and (max-width:1270px) {
	.headerContent {
		padding-right: 0!important;
	}
}

@media screen and (max-width:1199px) {
	.logo-duret {
		width: 100%!important;
		margin: auto;
		justify-content: center;
	}
	.text-duret {
		margin-bottom: 0;
	}
}

@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 (max-width: 1024px), (max-device-width: 1024px){
}
/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 767px), (max-device-width: 767px){
		
	.logo img {
		max-width: 170px;
	}
	.headertopBar ul.noMargin {
		display: none !important;
	}
	#header .logo{
		padding-top: 1rem !important;
    	padding-bottom: 1rem !important;
    	padding: 1rem;
		width: auto;
		text-align: center;
	}
	.logo-duret {
		padding: 1rem;
	}
	.header-menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
	}
	#footer .footer-top-last{
		justify-content: center !important;
	}
	.follow-us .text-uppercase{
		display: none;
	}
	#footer .logo img,
	#footer .adresse{
		margin-bottom: 20px;
	}
	.contact-box .btn-contact{
		padding: 0rem;
	}
}

@media screen and (max-width:480px) {
	.headerTopBarInner {
		flex-direction: column;
		margin-top:25px;
	}
}

@media screen and (max-width: 400px), (max-device-width: 400px){
	.logo img {
		max-width: 135px;
	}
	.logo-duret img {
		max-width: 100px;
	}
	.text-duret {
		font-size: 11px;
	}
	#footer .logo img{
		max-width: 170px;
		
	}
}