/**********************************
  structure globale du site
***********************************/


/* ------------
HEADER (EN-TETE)
--------------*/
#header {
	background-color: #fff;
	position: relative;
	z-index: 100;
}
@media (min-width:992px){
	#header {
		width: calc(100% - 95px);
	}
}

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 {
			padding: 0 !important;
		}
		.headertopBarRs li:not(:first-child) {
			margin: 0 0 0 5px;
		}
		.headertopBarNav ul li a{
			padding: 0 10px;

		}

	
/* ----------------------
RIGHTBAR FIXED
-----------------------*/
/* 
		@media (max-width:1023px){
			#rightbarFixed {
				position: fixed;
				bottom: 0;
				right: 0;
				left: 0;
			}
		} */
		@media (min-width:768px){
			#rightbarFixed {
				position: fixed;
				top: 0;
				right: 0;
				z-index: 10000;
			}
		}

/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

section#contents {
	padding: 50px 0;
	position: relative;
	z-index: 10;
}

/* ----------------------
HEADER PAGE
-----------------------*/

.headerPage {
	/* background-image: url('../img/charte/font-headerpage.jpg');
	background-repeat: no-repeat;
	background-position: center top;
    height: 340px; */
}
	
	.headerPage .text, .headerPage .text .container {
		height: 100%;
	}
	.headerPage .text {
		z-index: 1;
		top: 0;
	}
	.headerPage .desc {
		font-size: 2rem;
		color: var(--color04);
	}
span.mobile-buton {
	display: none;
	width: 35px;
}
	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 {
    background-color: var(--color00);
}
	footer#footer ul {
		margin: 0;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		footer#footer ul li {
			padding: 0;
		}
			footer#footer ul li a {
				font-size: 1.2rem;
				color: #fff;
				color: var(--color05);
			}
			footer#footer ul li:not(:last-child) a::after {
				content: "/";
				margin: 0 5px;
			}
		

/* ------------
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 (max-width: 1024px), (max-device-width: 1024px){
}
/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 767px), (max-device-width: 767px){
		
	span.mobile-buton {
		display: flex;
	}
	.logo img {
		max-width: 198px;
	}
	
}

