@charset "UTF-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	width: auto;
}


#vp #large {
	display:none !important;
}
#vp #medium {
	display:none !important;
}
#vp #small {
	display:block !important;
}

.col-100-s {
	width:100%;
}
.col-90-s {
	width:90%;
}
.col-80-s {
	width:80%;
}
.col-70-s {
	width:70%;
}
.col-60-s {
	width:60%;
}
.col-50-s {
	width:50%;
}
.col-40-s {
	width:40%;
}
.col-30-s {
	width:30%;
}
.col-20-s {
	width:20%;
}
.col-10-s {
	width:10%;
}

.col-33-s {
	width:33%;
}
.col-66-s {
	width:66%;
}

.col-25-s {
	width:25%;
}
.col-75-s {
	width:75%;
}




img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
	max-width: 100%;
}

img {
	height: auto;
}

textarea,
table,
td,
th,
code,
pre,
samp {
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
}

.hide-s {
	display:none;
}
.show-s {
	display:block !important;
}

.page {
	width:100%;
}

.left,
.right {
	float:none;
}



.parallax-container {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.parallax-container .parallax {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.parallax-container .parallax img {
	width: 100% !important;
	height: auto !important;
    min-height: auto;
    position: relative;
    display: block;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}


header {
	position: relative;
}

/*

header .wrapper-logo {
	text-align: center;
	padding-bottom: 20px;
}
header .wrapper-logo a {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 180px !important;
}
*/
header .wrapper-nav {
	padding:0;
	text-align: left;
}
header.scroll .wrapper-nav {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	width: 100%;
	padding-bottom: 0;
}
header .wrapper-nav nav {
	display: none;
}

header .wrapper-nav nav ul li {
	display: block;
	text-align: left;
}
header .wrapper-nav nav ul li a {
	display: block;
	padding: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

header .wrapper-nav #sticky {
	display: block;
	background-color: rgb(0, 92, 170);
	color: #FFF;
	padding: 10px;
	text-align: left;
	margin-bottom: 5px;
	cursor: pointer;
}
header .wrapper-nav #sticky img {
	display: inline-block;
	height: 20px;
	width: auto;
	vertical-align: middle;
	margin-right: 10px;
}
header .wrapper-nav #sticky span {
	display: inline-block;
	
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	vertical-align: middle;
}

.padd-v-l,
.padd-v-xl {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padd-l-s,
.padd-l-m {
	padding-left: 0;
}

.padd-r-s,
.padd-r-m {
	padding-right: 0;
}

.padd-t-xl {
	padding-top: 80px;
}
.padd-b-l {
	padding-bottom: 50px;
}
.padd-b-xl {
	padding-bottom: 100px;
}

#contact form table tr,
#contact form table tr td {
	display:block;
	width:100% !important;
	padding:0;
	margin:0;

}

#contact form table tr td input,
#contact form table tr td select,
#contact form table tr td textarea {
	margin:0;
	margin-bottom:10px;
	display:block;
	width:100% !important;
}


section {
    margin-top: 0;
}

.titre h1 {
    font-size: 18px;
}
.titre h1 strong {
    font-size: 30px;
}
.titre hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
#actu .titre h2 {
    font-size: 16px;
}

#actu .ariane {
    padding-top: 15px;
}

#actualites .listing {
    padding-top: 0;
}

#actualites article h1 {
    text-align: left;
}


#presentation .titre {
    padding-bottom: 0;
}

#presentation .txt-justify h2 {
    text-align: left;
}

#presentation .col-100-s {
    padding-bottom: 50px;
}

.padd-t-z {
    padding-top:0;
}
.padd-b-z {
    padding-bottom:0;
}
.padd-r-z {
    padding-right:0;
}
.padd-l-z {
    padding-left:0;
}

.expertises hr {
    width: 80%;
}
.expertises h1,
.expertises h2 {
    font-size: 35px;
}
.col-100-s.padd-h-m {
    padding-left: 0;
    padding-right: 0;
}
.col-100-s.padd-l-m {
    padding-left: 0;
}
.col-100-s.padd-r-m {
    padding-right: 0;
}

#contact .coordonnees {
     text-align: center;
}

footer .txt-right {
     text-align: center;
}
footer .logo {
    display: block;
    width: 100%;
    height:auto;
    margin-bottom: 25px;
}

footer .logo img {
    display: block;
    width: 100%;
    height: auto;
}

footer h5 {
    margin-bottom: 5px;
}
footer .adresse {
    margin-bottom: 20px;
}
header .wrapper-logo .logo {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

header .wrapper-logo .logo img {
    display: block;
    width: 100%;
    height: auto;
}

header .wrapper-nav .logo-ge {
    display: block;
    width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

header .wrapper-nav .logo-ge img {
    display: block;
    width: 100%;
    height: auto;
}

#homepage .intro .photos .padd-r-xs {
    padding-right: 5px;
}
#homepage .intro .photos .padd-l-xs {
    padding-left: 5px;
}

hr {
    max-width: 80%;
}

.actualites h2 {
    font-size: 25px;
}

.biseau {
	bottom: 0;
}

#slider_homepage .owl-nav {
    display: none;
}

#slider_homepage .owl-item {
    height: 40vh;
}