/**********************************
  structure globale du site
***********************************/


/* ------------
HEADER (EN-TETE)
--------------*/
#header {
	background-color: rgba(255,255,255,.8);
}
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);
}
.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 60%;
}

	@media (min-width:768px){
		.logo{
			max-width:40%;
		}
		
	}
		.logo img {
		}
		.headertopBar {
			padding: 5px 0;
		}
		.headertopBarRs li:not(:first-child) {
			margin: 0 0 0 5px;
		}


/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

section#contents {
    padding: 50px 0;
}
#wrapper .inner{
	margin-top:-10px;
}
.bg-page{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/* ----------------------
HEADER PAGE
-----------------------*/



.headerPage {
	background-color: #000;
	padding-top: 30vh;
	padding-bottom:8vh;
}
	.headerPage .text, .headerPage .text .container {
		height: 100%;
	}
	.headerPage_heading {
		opacity: 0.7;
	}
	.headerPage .text {
		z-index: 1;
		top: 0;
	}
		.headerPage .text .container .desc {
			text-align: center;
		}
		
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 {
}
	footer#footer ul {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		footer#footer ul li {
			padding: 0;
		}
			footer#footer ul li a {
				font-size: 1.3rem;
				color: #fff;
			}
			footer#footer ul li:not(:last-child) a::after {
				content: "/";
				margin: 0 5px;
			}


/* ------------
PAGE ERREUR
--------------*/
#error_page{

}
.error{
	color:#f00;
}
.error_form{
	color:#f00;
}
