*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.chromeframe {position: absolute; top: 0;}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: .8em;
}
body, select, input, textarea {color: #333;}

.banniere{
	height: 50px;
	width: 100%;
	position: relative;
	background-color: #1c1c1c;
}
.banniere #sociaux {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	color: #ffffff;
}
#sociaux ul {
	list-style: none;
	text-align: right;
	padding-top: 10px;
	font-size: 1.2em;
}
#sociaux li {
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.5);
	padding: 5px 25px;
}
#sociaux li:last-child {
	border-right: none;
}
#sociaux li a {
	color: #ffffff;
}
#sociaux li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#sociaux li.facebook {
	position: relative;
}
#sociaux li.facebook img {
	position: absolute;
	right: 0;
	top: -7px;
}
.merci{
	display: none;
}
.hidden {
	display: none!important;
}

img{
	max-width:100%;
}

a {
	text-decoration: none;
}
small {
	font-size: 0.8em;
}

::-moz-selection{background: #313031; color: #fff; text-shadow: none;}
::selection {background: #313031; color: #fff; text-shadow: none;} 

a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #313031; color: #000; text-decoration: none;}
mark {background-color: #313031; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.clear { clear: both; }
.goright { float:right; margin:0 0 0 20px;}
.goleft { float:left; margin:0 20px 0 0;}

/*font-family: 'Open Sans', sans-serif;*/
/*------------------- Mise en place de la structure */
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

#content_header {
	width: 100%;
	background: #ffffff;
	padding: 0;
	border-bottom: 1px solid #e9e9ea;
}

#content_header .contentMenu{
	float: right;
}


header {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	max-width: 96%;
	height: 135px;
	padding: 18px 0;
}
header h1 {
	float: left;
	width: 325px;
}
header nav {
	width: 100%;
	float: right;
	font-family: 'Open Sans', sans-serif;
}


/************ MENU MOBILE *************/
ul.mobileTrigger{
	width: 45px;
	display: none;
	position: absolute;
	bottom: 53px;
	right: 0;
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;     
	user-select: none;
	cursor: pointer;
	z-index: 9999;
}
ul.mobileTrigger li{
	width: 100%;
	height: 4px;
	display: block;
	background: #5c5c61;
	margin-top: 9px;
  	-webkit-user-select: none; 
  	-moz-user-select: none;   
  	-ms-user-select: none;   
  	user-select: none;
}
ul.mobileTrigger li:first-child{
	margin: 0;
}
.menuMobile{
    position: fixed; 
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.90);
    z-index: 9998;
    padding: 15% 0%;
    text-align: center;
    font-size: 2em;
}
	.menuMobile li a,.menuMobile li a:visited{
	    color: #ffffff;
	    display: block;
	    padding: 3% 0;
	    /*border-bottom: 1px solid #ccc;
	    border-bottom: 1px solid rgba(255,255,255,0.2);*/
	}
	.menuMobile li#selected a,.menuMobile li a:hover{
	    color: rgba(255,255,255,0.4);
	}
/************ FIN MENU MOBILE *************/
	
nav ul {
	list-style: none;
	padding-top: 40px;
	text-align: right;
}
nav ul li {
	display: inline;
}
nav li a {
	color: #5c5c61;
	font-size: 1.325em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 15px 10px 15px;
}
nav li a:hover, nav li#selected a {
	color: #5c5c61;
	background: url(../images/img/line_menu.gif) no-repeat bottom center;
}

.sousCat{
	margin: 0 15px;
	background: #302F31;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 16px;
	margin-top: 10px;
}

.nob{
	position: absolute;
	z-index: 99;
	left: 0px;
	max-width: 150px;
}
#slides { /*projet détail*/
	display: none;
	width: 1200px;
	max-width: 100%;
}
#slides .slick-slide {
	text-align: center;
}
#slides .slick-slide img {
	margin: 0 auto;
}

body .slick-dots{
	text-align: center;
}
	body .slick-dots li{
		background: transparent!important;
		padding: 0!important;
		display: inline-block!important;
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}
		body .slick-dots li button{
			border: 2px solid #363536;
		    border-radius: 120px;
		    -moz-border-radius: 120px;
		    -webkit-border-radius: 120px;
		    background-color: #363536;
		    display: block;
		    height: 12px;
		    width: 12px;
		    outline: none;
		    line-height: 0;
		    font-size: 0;
		    color: transparent;
		    padding: 5px;
		    cursor: pointer;
		    -webkit-transition: all 0.4s ease;
		    -moz-transition: all 0.4s ease;
		    -ms-transition: all 0.4s ease;
		    -o-transition: all 0.4s ease;
		    transition: all 0.4s ease;
		}
		body .slick-dots li button:focus{
			outline: 0;
		}
		body .slick-dots li.slick-active button{
			background: transparent;
		}


#slider {
    opacity: 0;
    min-height: 800px;
    -webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
	#slider .slick-slide {
	    height: 800px;
	    background-position: center center;
	    background-size: cover;
	    position: relative;
	}
		#slider .slick-slide .texte{
		    position: absolute;
		    width: 960px;
		    bottom: 100px;
		    left: 50%;
		    margin-left: -480px;
		    color: #fff;
		}
			#slider .slick-slide .texte h2{
			    font-size: 3em;
			    font-family: 'Open Sans', sans-serif;
			    text-shadow: 1px 3px 5px rgba(0,0,0,0.35);
			    width: 80%;
			    text-transform: uppercase;
			    line-height: 38px;
			}




#sections {
	width: 100%;
	position: relative;
}
#sections #logo { position:relative; margin:0 auto; width:960px; display: none; min-height: 60px;max-width:96%;}
.logo_left {
	float: left;
	margin-left: -5px;
	width: 35%;
}
.logo_right {
	float: right;
	margin-right: -5px;
	width: 35%; 
}
#title {
	display: block;
	width: 960px;
	position: relative;
	margin: 10px auto;
	max-width:96%;
}
#title h1 {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.0em;
	font-weight: 700;
	line-height: normal;
}

article {
	width: 1200px;
	max-width: 96%;
	position: relative;
	margin: 0 auto;
}
#sections article {
	background-color: #ffffff;
}
#sections article #content {
	padding: 70px 0px;
}
#sections article #content_realisations {
	padding: 70px 0;
	background: #ffffff;
}
.home article {
	width: 1000px;
	padding: 50px 0px;
	max-width:96%;
}
.home article .bloc_pic_left {
	width: 100%;
}
.home article .bloc_pic_left img{
	float: left;
	max-width: 40%;
}
.home article .bloc_pic_left .wrapTxt{
	float: right;
	width: 56%;
}
#sections article .bloc_pic_left {
	width: 100%;
	padding: 0 0 25px 0;
}
#sections article .bloc_txt {
	width: 100%;
	padding: 0 0 25px 0;
}
body.services #sections article img.services{
	max-width: 33%;
	float: right;
}
body.services #sections article .bloc_txt{
	width: 63%;
	float: left;
	border-bottom: none;
}
	body.services #sections article .bloc_txt ul{
		margin-bottom: 20px;
	}
#sections article .bloc_txt2 {
	width: 100%;
	border-top: 1px solid #d3d4d5;
	padding: 25px 0 15px 0;
}
#sections article .bloc_txt3 {
	width: 100%;
	padding: 0 0 5px 0;
}
.controls {
    padding: 1rem 0;
    display: block;
    margin-bottom: 50px;
}
.controls button {
margin: 0;
padding: 0;
border: 1px solid #5c5c61;
padding: 10px 30px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-repeat: no-repeat;
margin-top: -10px;
max-height: 50px;
font-size: 1.35em;
font-weight: 400;
margin-right: 25px;
text-transform: uppercase;
float: left;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.controls button:last-child {
	margin-right: 0;
}
.controls button:focus {
  outline: none;
}

.controls button.active {
	display: block;
	font-size: 1.3em;
	margin-right: 20px;
	padding: 10px;
	background-color: #1c1c1c;
	color: #ffffff;
}

button.neuve {
    font-size: 1.3em;
    margin-right: 20px;
    padding: 10px;
}
button.agrandissement {
    font-size: 1.3em;
    margin-right: 20px;
    padding: 10px;
}
.mixitup-control-active {
    background: #1c1c1c;
    color: #ffffff;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}
#sections article #content_realisations .bloc_txt {
    width: auto;
    border-bottom: 1px solid #d3d4d5;
    margin: 50px auto 35px auto;
    width: 100%;
}
#sections article #content_realisations .bloc_txt .client{
	text-align: right;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
#sections article #content_realisations .bloc_txt .client:last-child{
	margin-bottom: 0;
}
#sections article #content_realisations .bloc_txt2 {
	width: auto;
	border-top: 1px solid #d3d4d5;
	margin: 25px 80px 0 80px;
}
#sections article #content_realisations .bloc_txt3 {
	width: auto;
	padding: 0 80px;
}

#sections article #content_realisations .bloc_txt_mentions {
	width: auto;
	padding: 0 15px;
}
#sections article #content_realisations .bloc_btn_retour {
	width: auto;
	padding: 0 80px;
	position: relative;
	display: none;
}
#sections article #content_realisations .bloc_btn_retour .btn_retour {
	position: absolute;
	top: -40px;
	right: 80px;
	width: 75%;
}
#sections article #content_realisations .bloc_btn_retour2 {
	width: auto;
	padding: 0;
	position: relative;
}
#sections article #content_realisations .bloc_btn_retour2 .btn_retour {
	width: 100%;
}
.bloc_btn_retour .btn_retour a {
	display: block;
}
article h1 {
	font-family: 'Open Sans', sans-serif;
	color: #363536;
	text-transform: uppercase;
	font-size: 1.7em;
	margin-bottom: 20px;
	font-weight: bolder;
	line-height: normal;
	margin-top: 10px;
}
article h2 {
	font-family: 'Open Sans', sans-serif;
	color: #363536;
	font-size: 1.5em;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
article h3 {
	font-family: 'Open Sans', sans-serif;
	color: #363536;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: normal;
	display: block;
}
article h4 {
	font-family: 'Open Sans', sans-serif;
	color: #363536;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: normal;
	display: block;
}
#sections article li {
	background: url(../images/img/arrow_listing.png) no-repeat left 9px;
	padding: 0 0 0 20px;
	line-height: 28px;
	font-size: 1.2em;
	font-weight: 500;
}
article p {
	margin-bottom: 20px;
	display: block;
	font-size: 1.3em;
	font-weight: 500;
	clear: right;
}
article a {
	color: #363536;
	text-decoration: underline;
}
article a.btn_more {
	float: right;
	/*width: 30%;*/
	padding: 5px 35px 10px 0;
	background: url(../images/img/btn_arrow.png) no-repeat right center;
	font-family: 'Open Sans', sans-serif;
	color: #363536;
	font-size: 1em;
	text-align: right;
	font-weight: 700;
	margin-bottom: 10px;
}
.entreprise article a.btn_more {
	font-size: 1em;
}
article a:hover.btn_more {
	opacity:0.6;
	filter:alpha(opacity=60);
}
article .btn_row {
	float: right;
	width: 90%;
}
#sections article .bloc_txt2 a.btn_more {
	width: auto;
	margin-left: 25px;
	font-size: 1em;
}
article .content_nobilis {
	display: block;
	background: url(../images/img/division_section.gif) no-repeat top center;
	padding: 50px 10% 0 10%;
}
.home article .bloc_logos_home {
	display: inline-block;
	float: left;
	width: 33.3333%;
	text-align: center;
}
.home article .bloc_logos_home img {
	margin: 0 auto;
}


#sections article .bloc_infos {
	margin: 0 auto;
	width: 93%;
	text-align: center;
	padding: 15px 0 25px 0;
	clear: both;
}

.desc{
	border-bottom: 1px solid #d3d4d5;
	padding: 0 0 50px 0;
	margin-bottom: 50px;
}
	.desc p b{
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}

#sections article .two_rows {
	display: block;
}
#sections article .two_rows .left_row {
	float: left;
	width: 47%;
}
#sections article .two_rows .right_row {
	float: right;
	width: 47%;
}
#sections article .two_rows h3 {
	font-weight: 600;
}
#sections article .two_rows img {
	display: block;
	margin-bottom: 10px;
}
#sections article .two_rows .profil {
	margin-bottom: 40px;
}
#content_realisations .realisations {
	display: block;
}
#content_realisations .realisations a {
	text-decoration: none;
}
#content_realisations .realisations .bloc_realisation {
	position: relative;
	float: left;
	width: 33.33333%;
	max-width: 100%;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*#content_realisations .realisations .bloc_realisation:nth-child(odd) {
	margin-right: 4%;
}*/
#content_realisations .realisations .bloc_realisation .titre {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 80%;
	color: #fff;
	z-index: 25;
	opacity: 0;
}
#content_realisations .realisations .bloc_realisation .btn_voir {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 25;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}
#content_realisations .realisations .bloc_realisation .overlay {
	display: block;
    position: relative;
}
#content_realisations .realisations .bloc_realisation .overlay::after {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0;
	background: rgba(0,0,0,0.6);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#content_realisations .realisations .bloc_realisation:hover .overlay::after {
	opacity: 1;
}
#content_realisations .realisations .bloc_realisation:hover .btn_voir {
	opacity: 1;
}
#content_realisations .realisations .bloc_realisation:hover .titre{
	opacity: 1;
}
#content_realisations .realisations .bloc_realisation a.voir{
	float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-image: url(../images/design/voir_arrow.png);
    background-repeat: no-repeat;
    padding: 6px 34px 5px 0px;
    background-position: center right;
}
#content_realisations .realisations .bloc_realisation .nouveau{
	background: #EC1C23;
	background: rgba(236, 28, 35, 0.85);
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 4px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;
}


#sections article #content_realisations h2 {
    border-bottom: 1px solid #d3d4d5;
    padding-bottom: 17px;
    margin-bottom: 25px;
}
#content_realisations .realisations .bloc_realisation img {
	display: block;
	//margin-bottom: 10px;
}
#content_realisations .realisations .distinctions img {
	margin: 0 auto;
	text-align: center;
}
.mentions article #container_mentions {
	padding: 70px 0;
	background: #ffffff;
}
.mentions article .content_mentions {
	display: block;
	padding: 50px 2% 0 2%;
}
.mentions article .content_mentions.line {
	display: block;
	padding: 50px 2% 35px 2%;
	border-bottom: 1px solid #d3d4d5;
	margin-bottom: 35px;
}
.mentions article .bloc_mention {
	display: inline-block;
	float: left;
	width: 33.3333%;
	text-align: center;
}
.mentions article .bloc_mention img {
	margin: 0 auto;
}

#sections article .contact {
	display: block;
	border-bottom: 1px solid #d3d4d5;
	padding: 0 0 25px 0;
}
#sections article .contact .adress {
	float: left;
	width: 50%;
	line-height: 35px;
}
#sections article .contact .map {
	float: left;
	width: 50%;
}
#sections article .formulaire {
	display: block;
	padding: 25px 0 0 0;
}
/* Formulaire de contact */


.error_box{
	color: #fff;
	font-weight: bold;
	background-color: #EC1C23;
	margin-bottom: 5px;
}

.error_box span{
	display: block;
	margin: 0px 0;
	padding: 10px;
	font-size: 1.1em;
}



#content #form {
	margin: 10px 0 20px 0;
}
#form .inputArea {
	float: left;
	font-weight: bold;
	padding: 0 10px 25px 10px;
	width: 100%;
	max-width: 100%;
}
#form #response-alert {
	color: #363536;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
    color: #5cb85c;
    text-transform: uppercase;
}
#form .inputArea label {
	display: block;
	margin-bottom: 15px;
	font-size: 1.25em;
	font-weight: 600;
}
#form .inputArea input.info_contact {
	width: 50%;
	font-size: 1.25em;
	color: #58585a;
	background-color: #f8f8f8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
	padding: 10px;
	margin-top: 5px;
}
#form .inputArea textarea.info_contact {
	width: 50%;
	height: 120px;
	font-size: 1.25em;
	color: #58585a;
	background-color: #f9f9f9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
	padding: 3px;
	margin-top: 5px;
}
#form .inputArea .btn_send {
	background: #1f1e1f url(../images/img/arrow_listing.png) no-repeat 90% 12px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior:url(border-radius.htc);
	padding: 10px 25px 10px 25px;
	color: #ffffff;
	display: block;
	font-size: 1.25em;
	border: none;
	width: 160px;
	text-align: left;
	cursor: pointer;
}
#form .inputArea .btn_send:hover {
	background: #1f1e1f url(../images/img/arrow_listing.png) no-repeat 80% 12px;
}

#content_footer {
	width: 100%;
	background: #f8f8f8;
}
footer {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	max-width: 96%;
}
footer p {
	display: block;
	margin-bottom: 15px;
}
footer #coordonnees {
	width: 330px;
	float: left;
	border-left: 1px solid #d8d8d9;
	padding: 0 0 30px 10px;
	color: #393739;
	font-weight: 600;
	font-size: 1.2em;
}

footer #coordonnees img{
	max-width: 60%;
}

footer #coordonnees a {
	color: #393739;
}
footer #menu_footer {
	width: 100%;
	border-bottom: 1px solid #e8e8e9;
	padding: 0 0 30px 10px;
}
footer #menu_footer .menufooter {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
footer #menu_footer ul {
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	min-width: 600px;
}
footer #menu_footer ul li {
	display: inline;
}
footer #menu_footer li a {
	color: #393739;
	font-weight: 600;
	padding: 8px 20px;
	font-size: 1.1em;
}
footer #copyright .bloc_logos_footer {
	display: block;
	padding: 0 15% 25px 15%;
}
footer #copyright .bloc_logos_footer .logo_footer {
	display: inline-block;
    float: left;
    width: 33.3333%;
    text-align: center;
}
footer #copyright .bloc_logos_footer .logo_footer img {
	margin: 0 auto;
}
footer #copyright {
	width: 100%;
	padding: 30px 0 30px 10px;
	max-width: 100%;
}
footer #copyright .garantie{
	width: 115px;
}
footer #copyright .apcha {
	margin-top: 30px !important;
}
footer #copyright .novo {
	margin-left: 33px;
	margin-top: 30px !important;
}
footer #copyright h6 {
	color: #393739;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
footer #copyright p.rbq {
	color: #393739;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 4px;
	margin-bottom: 70px;
}
footer #copyright p.copyright {
	color: #393739;
	font-size: 1.1em;
	margin-bottom: 10px;
}
footer #copyright p.copyright a {
	color: #393739;
	cursor: alias;
}

/* Print styles!------------------------------------*/
@media print {

}


/* Media queries!----------------------------------*/
@media screen and (max-width: 400px) {
	footer #menu_footer ul {
		min-width: 100px !important;
	}
	body #slider .slick-slide .texte h2{
	    font-size: 1.4em!important;
	    line-height: 22px!important;
	}
	body footer #menu_footer li{
		display: block!important;
		font-size: 1.1em!important;
		margin: 7px 0px 7px 0!important;
	}
	body #content_realisations .realisations .bloc_realisation {
	    width: 100%!important;
	    margin: 2% 0% 0% 0!important;
	}
	body #content_realisations .realisations .bloc_realisation:nth-child(3n){
	    margin-right: 0%!important;
	}
}
@media screen and (max-width: 500px) {
	.banniere {
		height: auto;
	}
	.banniere #sociaux {
		height: auto;
	}
	#sociaux ul {
		font-size: 1em;
	}
	#sociaux li {
		padding: 3px 0;
		display: block;
		border-right: none;
		/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
	}
	#sociaux li.facebook img {
		display: none;
	}
	ul.mobileTrigger{
		width: 30px;
	}
	ul.mobileTrigger li{
		height: 3px;
		margin-top: 5px;
	}
	ul.mobileTrigger li:first-child{
		margin: 0;
	}
}

@media screen and (max-width: 550px) {
	body #slider .slick-slide {
	    padding-top: 13%;
	}
	article {
		max-width: 92%;
	}
	.home article .bloc_pic_left img{
		max-width: 70%;
   		margin-left: 10%;
		margin-bottom: 20px;
	}
	.home article .bloc_pic_left .wrapTxt{
		width: 100%;
	}
	.home article .bloc_logos_home {
	    display: inline-block;
	    float: none;
	    width: 100%;
	    text-align: center;
	    margin-left: 0;
	    margin-top: 40px;
	}

	#sections article .two_rows .left_row {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	#sections article .two_rows .right_row {
		float: right;
		width: 100%;
	}

	body.services #sections article img.services{
		max-width: 70%;
   		margin-left: 10%;
		float: left;
		margin-bottom: 20px;
	}
	body.services #sections article .bloc_txt{
		width: 100%;
		float: left;
		border-bottom: none;
	}

	header h1 {
	    float: left;
	    width: 250px;
    	max-width: 80%;
	}

	#content_header {
	    padding: 2% 0;
	}
	#content_header header {
	    height: auto;
	}
	header #sociaux{
		display: none;
	}

	body ul.mobileTrigger {
	    bottom: 40%;
	}
	.controls {
    	padding: 0 10% !important;
	}

    .banniere h1{
		font-size: 1.5em;
    }

	#sections article .contact .map {
	    width: 100%;
	}
	#sections article .contact .map iframe{
	    width: 100%;
	}
	#sections article .contact .adress {
	    width: 100%;
	}
	.mentions article #container_mentions .bloc_mention {
		width: 100%;
	}
	body footer #coordonnees {
		width: 100%!important;
		border-left: none;
		padding-bottom: 10px;
	}
	body footer #menu_footer {
		width: 100%!important;
		border-left: none;
		text-align: left;
		margin-bottom: 10px;
	}
	body footer #menu_footer li{
		display: block;
		text-align: center;
	}
	body footer #copyright {
		width: 100%!important;
		text-align: left!important;
		border-left: none;
	}
	body footer #copyright img{
		float: none!important;
		margin-left: 0px!important;
		margin-top: 25px!important;
		margin-bottom: 0!important;
		margin-right: 10px !important;
		max-width: 130px;
	}
	footer #copyright .bloc_logos_footer .logo_footer {
		display: block;
	    float: none;
	    width: 100%;
	}
	footer #copyright .apcha {
		margin-top: 0 !important;
	}
	footer #copyright .novo {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 600px) {
	body footer #menu_footer li{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 640px) {
	#sociaux ul {
		font-size: 1.1em;
	}
	#sociaux li {
		padding: 5px 10px;
	}
	#sociaux li.facebook img {
		position: absolute;
		right: 0;
		top: -7px;
	}
	body #content_realisations .realisations .bloc_realisation {
	    position: relative;
	    float: left;
	    width: 48%;
	    max-width: 100%;
	    margin: 2% 2% 0% 0;
	}
	body #content_realisations .realisations .bloc_realisation:nth-child(2n){
	    margin-right: 0;
	}
	body #content_realisations .realisations .bloc_realisation:nth-child(3n){
	    margin-right: 2%;
	}
	footer #copyright .bloc_logos_footer {
		padding: 0 5% 25px 5%;
	}
	footer #menu_footer ul {
		min-width: 300px;
	}
}


@media screen and (max-width: 768px) {
	body #slider .slick-slide .texte h2{
	    font-size: 1.8em;
	    width: 90%;
	    line-height: 26px;
	}
	footer #menu_footer li a {
		padding: 8px 10px;
	}
}

@media screen and (max-width: 802px) {
	.mentions article .bloc_mention {
		width: 50%;
		margin-bottom: 25px;
	}
	.controls {
		text-align: center;
    	padding: 0 20%;
    	margin-bottom: 10px;
	}
	.controls button {
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}
}


@media screen and (max-width: 960px) {
	.menuDesktop{
		display: none;
	}
	ul.mobileTrigger{
		display: inline-block;
	}
	#slider {
	    min-height: 0;
	    position: relative;
	}
		#slider .slick-slide {
		    height: auto;
		    padding-top: 11%;
		}
			#slider .slick-slide .texte{
			    width: 96%;
			    bottom: 12%;
			    margin-left: -48%;
			}
				#slider .slick-slide .texte h2{
				    font-size: 2.5em;
				    width: 90%;
				    line-height: 35px;
				}
	.mentions article .content_mentions {
		padding: 50px 0 0 0;
	}
	.mentions article .content_mentions.line {
		padding: 50px 0 35px 0;
	}
}

@media screen and (min-width: 960px) {
	body .menuMobile{
		display: none!important;
	}
}
@media screen and (max-width: 1200px) {
	.banniere #sociaux {
		width: 100%;
		margin: 0 auto;
		max-width: 96%;
	}
	header {
		width: 100%;
	}
	nav li a {
		font-size: 1.2em;
		padding: 0 5px 10px 5px;
	}
	article {
		width: 100%;
	}
}

