body, html	{ font-family: 'Open Sans Condensed', sans-serif; font-size: 21px; font-weight: 400; color: #444; background: #fff; line-height: 23px; margin: 0!important; } 
body		{ overflow-x: hidden; }
a			{ text-decoration: none; color: #999; }
a:hover		{ text-decoration: underline; color: #e53e11; }
p			{ display: block; font-size: 21px!important; line-height: 23px!important; text-align: left; margin-bottom: 20px; color: #333; }
p *			{ font-size: 21px!important; line-height: 23px!important; }
li 			{ margin-left: 20px; list-style-type: none; font-size: 21px; line-height: 23px; }

#top-link {
	position: fixed; display: none; bottom: 20px; right: 20px; text-align: center; line-height: 50px;
	background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); width: 50px; height: 50px; z-index: 99998; border: solid 2px #fff; 
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
#top-link:hover { background-color: #e53e11; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

.arrow { box-sizing: border-box; height: 15px; width: 15px; display: inline-block; border-style: solid; border-color: #fff; border-width: 0px 1px 1px 0px; transform: rotate(-135deg); }

.hideme	{ opacity:0; }

.no-margins				{ margin: 0!important; }
.no-marginleft			{ margin-left: 0!important; }
.no-marginright			{ margin-right: 0!important; }
.no-paddings			{ padding: 0!important; }
.no-padleft				{ padding-left: 0!important; }
.no-padright			{ padding-right: 0!important; }
.no-padtop				{ padding-top: 0!important; }
.no-padbot				{ padding-bottom: 0!important; }

.shadow						{ -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); }
.rounded					{ -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; }
.no-rounded					{ -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.tooltip > .tooltip-inner 			{ background-color: #fff; color: #444; border: 0; padding: 7px 15px; font-family: 'Open Sans Condensed', sans-serif; font-size: 14px; line-height: 16px; max-width: 250px; border: 1px dotted #444; }
.tooltip.top > .tooltip-arrow 		{ border-top: 5px solid #444; }
.tooltip.bottom > .tooltip-arrow 	{ border-bottom: 5px solid #444; }
.tooltip.left > .tooltip-arrow 		{ border-left: 5px solid #444; }
.tooltip.right > .tooltip-arrow 	{ border-right: 5px solid #444; }

.modal 			{ text-align: center; padding: 0!important; overflow: auto!important; z-index: 999999!important; }
.modal-dialog 	{ text-align: left; width: 100%!important; height: 100%!important; margin: 0!important; padding: 0!important; }

.bootbox .modal:before 	{ content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.bootbox .modal-dialog 	{ display: inline-block; text-align: left; vertical-align: middle; width: auto!important; height: auto!important; margin: 10px!important; }

.modal-content 	{ height: auto!important; min-height: 100%!important; border-radius: 0!important; }
.modal-header 	{ padding: 0px 15px!important; background-color: #2f2f2f; }
.modal-body		{ padding-top: 0!important; margin-top: 15px!important; }
.modal-title 	{ color: #fff!important; font-size: 28px!important; text-transform: uppercase!important; height: auto; }
.modal-title b	{ color: #fff!important; font-weight: 700!important; }
h1.modal-title	{ display: inline-block; }

.modal  img 		{ max-width: 100%; width: auto; }
.modal-header .close 	{ 
	margin-top: 15px; font-size: 28px; font-weight: 300; color: #fff; width: 32px; height: 32px; text-shadow: none; filter: alpha(opacity=100); opacity: 1; border: solid 2px #fff;  outline: none!important; z-index: 9999;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
}
.modal-header .close:hover 	{ color: #fff; background-color: #e53e11; border: solid 1px #e53e11;}
.modal .modal-wide		{ width: 65%; }

.container-fluid { padding-right: 0; padding-left: 0; }
 
h1 				{ 
	display: block; font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; font-size: 30px; color: #444; margin: 15px 0; padding: 15px 0 15px 35px; font-weight: 300; clear: both;
	background: url(../images/puce_rouge.png) no-repeat left center;
}
h2 				{ font-family: 'Open Sans Condensed', sans-serif; font-size: 26px; font-weight: 400; margin: 15px 0; color: #e53e11; }
h3				{ margin-top: 0; }

.btn			{ 
	display: inline-block!important; width: auto; color: #fff; font-size: 28px; text-transform: uppercase; border: solid 2px #2f2f2f; font-weight: 200; padding: 0 20px; background: #2f2f2f; cursor: pointer; 
	transition: all 0.3s ease-in-out; -webkit-transition-property: all; -webkit-transition-duration: 0.3s;
	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; 
}
.btn:hover		{ background: #e53e11; color: #fff; border: solid 2px #fff; }

.btn_back		{ font-size: 21px; padding: 5px 15px; }

.row-eq-height 	{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

/* HEADER */

#header				{ position: absolute; top: 0; width: 100%; z-index: 999; }

#topbar 			{ position: relative; width: 100%; height: 50px; line-height: 50px; background-color: #e53e11; text-align: right; }	
#topbar .tb_ctn		{ margin: 0 auto; width: 100%; max-width: 1280px; position: relative; }
#topbar .item		{ font-size: 21px; font-weight: 300; color: #fff; display: inline-block; margin-right: 40px; }
#topbar .item	*	{ color: #fff; }
#topbar .item_phone	{ font-weight: 700; }
#topbar .item_mail	{ }
#topbar .rs			{ margin: 0 10px 0 0; } 

/*#header .top		{ margin: 0 auto; width: 100%; max-width: 1280px; position: relative; }*/

#menu				{
	position: absolute; top: 50px; left: 0; right: 0; z-index: 9999; width: 100%; height: 100px; text-align: right; padding: 35px 80px; 
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

#menu .logo		{ 
	position: absolute; top: -50px; width: 354px; height: 230px; z-index: 9999; background: url(../images/logo_deko.png) no-repeat; background-size: contain;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
} 

#menu  ul 				{ position: relative; max-width: 1280px; padding: 0; margin: 0 auto; white-space: nowrap; overflow: visible; }
#menu  ul  li 			{ position: relative; display: inline-block; vertical-align: top; margin-left: 30px; }
#menu  ul  li::before 	{ display: none; }
#menu  ul  li > a 					{ 
	position: relative; color: #333; font-family: 'Open Sans Condensed', sans-serif; font-size: 21px; line-height: 24px; font-weight: 300; text-decoration: none; display: block; text-align: left; text-transform: uppercase;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; padding-bottom: 10px;
}
#menu  ul  li.active > a, #menu ul li:hover > a { color: #e53e11; }

#menu  ul  li .mega-menu 		{ position: absolute; display: none; left: 0; top: 25px; text-align: left; min-width: 200px; max-width: 350px; padding: 1px; }
#menu .sub-menu 	 			{ position: relative; background-color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.90); padding: 10px; }
#menu .sub-menu li		  		{ margin-left: 25px; padding: 0 5px 0 0; color: #333; display: list-item; list-style-type: circle; }
#menu .sub-menu li a 			{ font-size: 18px; line-height: 21px; color: #333; text-transform: none; padding-bottom: 0; }
#menu .sub-menu li.active, #menu .sub-menu li.active	*, #menu .sub-menu li a:hover { color: #e53e11; }

#menu  ul  li.btn_home			{ 
	cursor: pointer; width: 36px; height: 28px; background: url(../images/picto_home.png) left no-repeat; background-size: contain; margin-left: 0; 
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
} 

#menu .btn_menu 				{ display: none; }

#menu.sticky					{ 
	position: fixed; top: 0; width: 100%; height: 70px; padding: 20px 80px; background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(128,128,128,0.1); -moz-box-shadow: 0px 5px 5px 0px rgba(128,128,128,0.1); box-shadow: 0px 5px 5px 0px rgba(128,128,128,0.1);
}
#menu.sticky .logo 				{ top: -5px; width: 180px; background-image: url(../images/logo_deko_sm.png); }
#menu.sticky  ul  				{ margin: 0 auto; }
#menu.sticky  ul  li > a 		{ color: #333; }
#menu.sticky  ul  li.active > a, #menu.sticky ul li:hover > a { color: #e53e11; }

/* ACCUEIL */
.content				{ margin: 0 auto; width: 100%; max-width: 1280px; padding: 0 25px; }

.swiper-container 					{ width: 100%!important; max-width: 100%; }
.swiper-container .swiper-slide		{ background-size: cover; background-position: center; }
.swiper-button-next, .swiper-button-prev { 
	width: 70px!important; height: 70px!important; top: 50%!important; background-size: contain!important; outline: none; z-index: 9999;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;	
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.swiper-button-next 				{ right: 20px!important; background-image: url(../images/arrow_right.png)!important; }
.swiper-button-prev 				{ left: 20px!important; background-image: url(../images/arrow_left.png)!important; }
.swiper-button-next:hover, .swiper-button-prev:hover { background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.75); }

#diaporama 						{ position: relative; border-bottom: solid 3px #000; }
#diaporama .mask				{ position: absolute; z-index: 999; top: 0; width: 100%; height: 344px; background: url(../images/msk_blanc.png) no-repeat; background-size: 100% 100%; }
#diaporama .bloc 				{ position: absolute; bottom: 15%; left: 10%; max-width: 35%; }
#diaporama .bloc .texte			{ position: relative; display: inline-block; width: 100%; vertical-align: middle; font-family: 'Open Sans Condensed', sans-serif; font-size: 30px; line-height: 35px; font-weight: 400; color: #fff; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 0px 5px rgba(0, 0, 0, 0.6); }
#diaporama .swiper-container	{ width: 100%!important; max-width: 100%; height: 800px; }

#realisations				{ position: relative; background-color: #2f2f2f; height: 160px; margin-bottom: 90px; z-index: 997; }
#realisations a 			{ text-decoration: none; }
#realisations .real_ctn		{ margin: 0 auto; width: 100%; max-width: 1280px; text-align: center; }
#realisations .real_item 	{ position: relative; width: 327px; height: 343px; display: inline-block; vertical-align: top; margin: -115px 20px 0 20px; background-repeat: no-repeat; background-size: contain; }
#realisations .real_item h2	{ 
	position: absolute; top: 95px; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 32px; font-weight: 700; text-transform: uppercase; text-align: center; z-index: 999;
	text-shadow: 0px 0px 5px #333; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
}
#realisations .real_item:hover h2	{ color: #333; text-shadow: 0px 0px 5px #fff; top: 75px; }
#realisations .real_bloc	{ 
	filter: alpha(opacity=0); opacity: 0; position: absolute; top: 112px; left: 2.5%; width: 95%; height: 163px; background-color: rgb(255,255,255); background-color: rgba(255,255,255,0.85); 
	-webkit-transition: all 0.3s cubic-bezier(0.80,-0.3, 0, 1.5); transition: all 0.3s cubic-bezier(0.80,-0.3, 0, 1.5); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);
}
#realisations .real_desc	{ font-size: 21px; line-height: 25px; color: #000; padding: 30px 20px; -webkit-transition: all 0.3s linear; }
#realisations .real_item:hover .real_bloc	{ filter: alpha(opacity=100); opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
#realisations .real_btn {
	position: absolute; bottom: -50px; text-align: center; line-height: 45px; width: 50px; height: 50px; border: solid 3px #e53e11; background: #fff;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: 50%; transform: translate(-50%, -50%);
}
#realisations .real_btn .arrow { border-color: #e53e11; transform: rotate(-45deg); margin-left: -5px; }

#presentation				{ margin: 25px auto; width: 100%; max-width: 1280px; padding: 0 25px;}
#presentation .visu	img		{ display: block; max-width: 100%; }

.bloc_sep 					{ height: 180%; }

#references					{ position: relative; background: #ececec; padding: 30px 0; }
#references h1				{ color: #fff; }
#references .ls_refs 		{ margin-top: 0; width: 100%!important; max-width: 1280px!important; text-align: center!important; }
#references .item_ref 		{ display: inline-block; vertical-align: middle; margin: 0 10px; }
#references .item_ref img 	{ max-width: 150px; display: block; }

/* CONTACT */
#contact					{ position: relative; margin: 0 auto; padding-bottom: 25px; color: #fff; width: 100%; background: #e53e11 url(../images/forme_w_contour.png) no-repeat center; }
#contact h1, #contact a		{ color: #fff; }
#contact h1 				{ background-image: url(../images/puce_blanc.png); }
#contact .item				{ font-size: 21px; padding-left: 50px; line-height: 40px; margin: 0; font-weight: 300; text-align: left; background-repeat: no-repeat; background-position: left center; }
#contact .tel				{ background-image: url(../images/picto_tel_white.png); font-size: 28px; }
#contact .mail				{ background-image: url(../images/picto_contact_white.png); }
#contact .adr				{ background-image: url(../images/picto_adr_white.png); }
#contact .rs				{ font-size: 21px; line-height: 40px; text-transform: uppercase; margin: 0; font-weight: 300; text-align: left; }

.aster							{ font-size: 14px; text-align: right; margin-bottom: 5px; }
.form							{ padding: 0; margin: 0; }
.field50						{ position: relative; width: 49%; display: inline-block; margin: 8px 0; vertical-align: bottom; font-weight: 300; font-size: 18px; }
input							{ width: 100%; padding: 5px 15px; border: 1px solid #eee; color: #fff; background: none; font-family: 'Open Sans Condensed', sans-serif; font-size: 18px; font-weight: 300; transition: all 0.3s ease-in-out; -webkit-transition-property: all; -webkit-transition-duration: 0.3s; }
textarea						{ width: 100%; padding: 5px 15px; border: 1px solid #eee; color: #fff; background: none; height: 87px; margin-top: 8px; font-family: 'Open Sans Condensed', sans-serif; font-size: 18px; line-height: 21px; font-weight: 300; transition: all 0.3s ease-in-out; -webkit-transition-property: all; -webkit-transition-duration: 0.3s; }
input:hover, input:focus		{ background: #fff; color: #444; }
textarea:hover, textarea:focus	{ background: #fff; color: #444; }
::placeholder					{ color: #fff; }
input:hover::placeholder, input:focus::placeholder, textarea:hover::placeholder, textarea:focus::placeholder	{ color: #444; }
.with-errors					{ position: absolute; background-color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, .80); color: #444!important; margin: 0!important; z-index: 9999; border-radius: 50px; }
.with-errors ul 				{ margin: 0!important; padding: 0!important; }
.with-errors li					{ margin: 0!important; padding: 10px 15px; font-size: 16px!important; line-height: 16px!important; }
.g-recaptcha					{ margin-top: 15px; }

.checkbox						{ vertical-align: top; }
.checkbox label					{ padding-left: 3%!important; color: #fff!important; }
.checkbox label:after 			{ content: ''; display: table; clear: both; }
.checkbox .cr 					{ position: relative; display: inline-block; border: 1px solid #eee; width: 1.3em; height: 1.3em; float: left; margin-right: .5em; }
.checkbox .cr .cr-icon 			{ position: absolute; font-size: .8em; line-height: 0; top: 50%; left: 20%; }
.checkbox label input[type="checkbox"] { display: none; }
.checkbox label input[type="checkbox"] + .cr > .cr-icon { transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all .3s ease-in; }
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon { transform: scale(1) rotateZ(0deg); opacity: 1; }
.checkbox label input[type="checkbox"]:disabled + .cr { opacity: .5; }
.checkbox .with-errors			{  left: 3%; }

/* FOOTER */

#footer							{ position: relative; width: 100%; background-color: #2f2f2f; color: #fff; font-size: 18px; }
#footer a						{ text-decoration: none; }
#footer .foot_bloc				{ position: relative; margin: 0 auto; width: 100%; max-width: 1280px; padding: 20px; vertical-align: middle; }
#footer .foot_bloc .item		{ 
	font-size: 21px; line-height: 24px; color: #fff; font-weight: 400; margin-left: 15%; padding: 2px 0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;  
}
#footer .foot_bloc .item:hover		{ color: #e53e11; }
#footer .foot_bloc .logo_foot img	{ width: 100%; max-width: 143px;  }
#footer .foot_bloc .webulous img	{ margin-top: -5px; }

/* 404 */
#content .p404 				{ text-align: center; min-height: 400px; line-height: 400px; background: #fff url(../images/404.png) 10% no-repeat; background-size: auto 85%; }
#content .p404 > div		{ line-height: 24px; display: inline-block; vertical-align: middle; }
#content .p404 p			{ margin: 50px 0; font-size: 18px; }

/* ARTICLES */
#article, #projet								{ position: relative; margin: 70px 0 30px 0; }
#article .head_article, #projet .head_article	{ position: relative; width: 100%; height: 250px!important; }
#article .content								{ position: relative; margin: 0 auto; width: 100%; max-width: 1280px; padding: 10px 25px; background-color: #fff; }
#article .visu	img								{ display: block; max-width: 100%; }


/* REALISATIONS */

.hovereffect { position: relative; text-align: center; cursor: default; min-height: 300px; background-size: cover; background-repeat: no-repeat; border-right: solid 3px #fff; border-bottom: solid 3px #fff; }

.hovereffect .overlay {
	width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81); transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .overlay { background-color: rgba(0, 0, 0, 0); }

.hovereffect .titre_photo {
	text-transform: uppercase; color: #fff; text-align: center; position: absolute; font-size: 18px; line-height: 20px; padding: 20px; background: rgba(229, 62, 17, 0.8); top: 50%; width: 100%;
	-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81); transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect:hover .titre_photo { top: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);  }

.hovereffect .info {
  text-decoration: none; text-transform: uppercase; color: #fff; border: 1px solid #fff; background-color: transparent; opacity: 0; filter: alpha(opacity=0); cursor: pointer;
  -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81); transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal; position: absolute; width: 90%; height: 90%; top: 5%; left: 5%; line-height: 300px; 
}
.hovereffect:hover .info { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.hovereffect .info:hover { box-shadow: 0 0 5px #fff; }

.hovereffect .plus  { 
	display: inline-block; background: url(../images/picto_plus.png) center no-repeat; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; 
	width: 50px; height: 50px; text-align: center; line-height: 50px; padding: 0; background-color: rgba(255, 255, 255, 0.6); border: solid 1px #000;
	-webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81); transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
	-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.hovereffect .plus:hover  { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); background-color: rgba(229, 62, 17, 0.6); }

#filters { margin: -60px 0 40px 0; text-align: center; }
#filters .filter_rubrique { 
	text-transform: uppercase; display: inline-block; margin-right: 20px; cursor: pointer; background: #2f2f2f; padding: 5px 15px; color: #fff; outline: none; border: none; 
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
	transition: all 0.3s ease-in-out; -webkit-transition-property: all; -webkit-transition-duration: 0.3s; 
 }
#filters .filter_rubrique:hover,	#filters .filter_rubrique:focus { background: #e53e11; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.nophotos						{ text-align: center; height: 100px; line-height: 100px; font-size: 24px; color: #e53e11; }

#projet .head					{ position: relative; padding: 10px 25px; background-color: #2f2f2f;  }
#projet .content				{ padding: 0 15px; }
#projet h1						{ margin: 0 auto; width: 100%; max-width: 1280px; color: #fff; background-image: url(../images/puce_blanc.png); }
#projet h2						{ font-size: 30px; padding: 15px; margin: 25px 0; display: inline-block; border-left: solid 2px #2f2f2f; border-bottom: solid 2px #2f2f2f; }
#projet .btn					{ margin: 40px 0 0 0; }

#projet .swiper-container		{ width: 100%!important; max-width: 100%; height: auto; }
#projet .swiper-slide {
	max-height: 100%!important; overflow: hidden;
	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;
    -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}
#projet .swiper-slide img 		{ width: 100%!important; max-height: 100%!important; }
#projet #diaporama 				{ border-top: solid 3px #000; }
#projet .legende				{ position: absolute; bottom: 15px; left: 15px; padding: 10px 20px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; background: #2f2f2f; color: #fff; max-width: 350px; }
#projet .legende span			{ text-transform: uppercase; }
#projet .legende div			{ font-size: 18px; line-height: 21px; }
#projet .num					{ position: absolute; bottom: 15px; right: 15px; padding: 10px 20px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; background: #e53e11; color: #fff; }


#projet .bloc					{ margin-top: 40px; }
#projet .detail					{ -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; padding: 20px; background: #ececec; }
#projet .descr					{ padding-left: 40px; }
#projet h3						{ display: inline-block; color: #e53e11; text-transform: uppercase; margin: 0; }
#projet .item_real				{ padding: 15px 0; }

@media screen and (max-width: 1280px) {
	
	/* HEADER */
	#topbar 			{ height: 40px; line-height: 40px; }	
	#topbar .item		{ font-size: 18px; margin-right: 30px; }
	#topbar .rs			{ margin: 0 10px 0 0; } 

	#menu				{ top: 35px; padding: 35px; }
	#menu .logo			{ top: -45px; width: 280px; height: 180px; } 

	#menu  ul  li 		{ margin-left: 20px; }
	#menu  ul  li > a 	{ font-size: 18px; line-height: 21px; }
	#menu  ul  li .mega-menu 	{ top: 20px; min-width: 150px; max-width: 250px; }
	#menu .sub-menu li		  	{ margin-left: 25px; padding: 0 5px 0 0; color: #333; display: list-item; list-style-type: circle; }
	#menu .sub-menu li a 		{ font-size: 16px; line-height: 18px; }
	#menu  ul  li.btn_home		{ width: 30px; height: 24px; } 
	#menu.sticky				{ height: 55px; padding: 15px 35px; }
	
	/* ACCUEIL */
	.content					{ padding: 0 15px; }

	.swiper-button-next, .swiper-button-prev { width: 50px!important; height: 50px!important; }
	.swiper-button-next 				{ right: 15px!important; }
	.swiper-button-prev 				{ left: 15px!important; }
	
	#diaporama 						{ border-bottom: solid 2px #000; }
	#diaporama .mask				{ height: 250px; }
	#diaporama .swiper-container	{ height: 650px; }
	
	#realisations				{ height: 135px; margin-bottom: 70px; }
	#realisations .real_item 	{ width: 250px; height: 260px; margin: -87px 20px 0 20px; }
	#realisations .real_item h2	{ top: 65px; font-size: 28px; }
	#realisations .real_item:hover h2	{ top: 53px; }
	#realisations .real_bloc	{ top: 85px; left: 2.5%; width: 94%; height: 137px; }
	#realisations .real_desc	{ font-size: 18px; line-height: 20px; padding: 15px; }
	#realisations .real_btn 	{ bottom: -35px; line-height: 30px; width: 35px; height: 35px; border: solid 2px #e53e11; }
	#realisations .real_btn .arrow { margin-left: -7px; }
}

@media screen and (max-width: 1024px) {
	/* HEADER */
	#topbar 			{ height: 35px; line-height: 35px; }	
	#topbar .item		{ font-size: 16px; margin-right: 20px; }
	#topbar .rs			{ margin: 0 5px 0 0; } 

	#menu				{ top: 35px; padding: 15px 10px; }
	#menu .logo			{ top: -37px; width: 240px; height: 130px; } 

	#menu  ul  li 		{ margin-left: 15px; }
	#menu  ul  li.btn_home		{ width: 25px; height: 21px; } 
	#menu.sticky				{ height: 50px; padding: 15px 10px; }
	#menu.sticky .logo 			{ top: -5px; width: 140px; }
	
	.content					{ padding: 0 15px; }

	#diaporama .mask				{ height: 200px; }
	#diaporama .swiper-container	{ height: 480px; }
	
	#realisations				{ height: 120px; margin-bottom: 50px; }
	#realisations .real_item 	{ width: 210px; height: 220px; margin: -74px 5px 0 5px; }
	#realisations .real_item h2	{ top: 50px; font-size: 24px; }
	#realisations .real_item:hover h2	{ top: 50px;}
	#realisations .real_bloc	{ top: 72px; width: 95%; height: 122px; }
	#realisations .real_desc	{ font-size: 16px; line-height: 18px; padding: 10px; }
	
	.dzsparallaxer				{ height: 200px!important; }

	#references					{ padding: 20px 0; }
	#references .item_ref 		{ margin: 0 5px; }
	#references .item_ref img 	{ max-width: 100px; }
	
	/* CONTACT */
	#contact					{ padding-bottom: 20px; }
	#contact .item				{ font-size: 18px; padding-left: 40px; line-height: 30px; }
	#contact .tel				{ font-size: 24px; }
	#contact .rs				{ font-size: 18px; line-height: 30px; }

	#footer .foot_bloc				{ padding: 15px; }
	#footer .foot_bloc .item		{ font-size: 18px; line-height: 21px; margin-left: 10%; }
	#footer .foot_bloc .logo_foot img	{ max-width: 120px;  }
	
	#article					{ margin: 50px 0 0 0; }
	#article .head_article		{ height: 150px!important; }
	
	#filters { float: right; }
	#filters .filter_rubrique { margin: 0 0 5px 0!important; padding: 5px 10px; }
	
	#projet .content				{ padding: 0; }
	
	#projet .head					{ padding: 0 15px; }
	#projet h2						{ font-size: 30px; padding: 10px; margin: 20px 15px; }
	#projet .btn					{ margin: 30px 15px 0 0; font-size: 24px; }

	#projet #diaporama 				{ border-top: solid 2px #000; }
	#projet .legende				{ font-size: 16px; bottom: 10px; left: 10px; padding: 5px 10px; max-width: 250px; }
	#projet .legende div			{ font-size: 14px; line-height: 16px; }
	#projet .num					{ font-size: 16px; bottom: 10px; right: 10px; padding: 5px 10px; }

	#projet .bloc					{ margin: 20px 15px; }
	#projet .detail					{ padding: 20px; }
	#projet .descr					{ padding: 20px; }
	#projet .item_real				{ padding: 15px 0; }

}

@media screen and (max-width: 768px) {
	#header .btn_menu 		{ 
		position: absolute; display: block; right: 5px; top: 5px; width: 50px; height: 50px; cursor: pointer; z-index: 99999; 
		background: #2f2f2f url(../images/picto_menu.png) no-repeat center; background-size: 50%; border: solid 4px #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;	
	}
	
	#topbar					{ position: fixed; top: 55px; border-bottom: solid 1px #2f2f2f; }
	#menu.sticky			{ height: 60px }
	#menu.sticky .logo 		{ width: 110px; }
	#menu > ul				{ display: none; position: absolute; width: 100%; top: 60px; left: 0; background: #2f2f2f; text-align: right; padding: 10px 20px; } 
	#menu ul li				{ display: block; width: 100%; padding: 0; margin: 5px 0; }
	#menu ul li  > a 		{ font-size: 21px; line-height: 25px; text-align: right; color: #fff!important; border: 0; }
	#menu ul li.btn_home	{ display: none; }
	#menu.sticky  ul  li.active > a, #menu.sticky ul li:hover > a { color: #e53e11!important; }
	#menu.sticky  ul  li.active > a	{ font-weight: 700; }
	#menu .mega-menu 				{ position: relative!important; display: inline-block!important; top: auto!important; right: 0!important; margin: 0!important; border-right: solid 1px #fff; padding-right: 20px!important; }
	#menu .sub-menu 	 			{ padding: 0; display: block; top: auto; background: none; }
	#menu .sub-menu li		  		{ display: block; padding-right: 20px; }
	
	#diaporama						{ margin-top: 80px; }
	#diaporama .mask				{ display: none; }
	#diaporama .swiper-container	{ height: 250px; }
	
	#realisations				{ height: auto; margin-bottom: 0; padding: 20px; }
	#realisations .real_item 	{ position: relative; width: 100%; height: 160px; display: block; margin: 0; }
	#realisations .real_item h2	{ position: absolute; top: -10px; left: auto; right: 0; transform: none; font-size: 24px; }
	#realisations .real_item:hover h2	{ color: #fff; text-shadow: none; top: -10px; }
	#realisations .real_bloc	{ 
		filter: alpha(opacity=100); opacity: 1; position: absolute; top: 40px; left: auto; right: 0; width: 60%; height: auto; background: none; 
		-webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); text-align: right;
	}
	#realisations .real_desc	{ font-size: 18px; line-height: 20px; color: #fff; padding: 0; }
	#realisations .real_item:hover .real_bloc	{ filter: alpha(opacity=100); opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
	#realisations .real_btn { position: absolute; top: 80px; left: 0; transform: none; line-height: 35px; width: 40px; height: 40px; border: solid 2px #e53e11; }
	
	.dzsparallaxer	{ display: none; }
	
	#references .item_ref 		{ margin: 5px; }
	
	.field50						{ display: block; width: 100%; margin: 0 0 10px 0!important; }
	.checkbox label					{ padding-left: 0!important; margin-top: 5px; }
	
	#footer .foot_bloc				{ padding: 10px; }
	#footer .foot_bloc .logo_foot	{ margin-bottom: 20px; }
	#footer .foot_bloc .webulous 	{ margin-top: 20px; }
	
	#article						{ margin: 70px 0 0 0; }
	
	#filters 						{ margin: 0 0 15px 0; float: none; }
	#filters .filter_rubrique 		{ font-size: 16px; }
	
	#projet .head					{ padding: 15px 0 5px 15px; }
	#projet h1						{ margin: 15px 0; padding: 0 0 0 30px; }
	#projet h2						{ font-size: 24px; padding: 5px; margin: 15px 10px; }
	#projet .btn					{ margin: 15px 10px 10px 0; font-size: 18px; }

	#projet #diaporama 				{ border-top: solid 2px #000; margin: 0; }
	#projet .legende				{ font-size: 16px; bottom: 10px; left: 10px; padding: 5px 10px; max-width: 250px; }
	#projet .legende div			{ font-size: 14px; line-height: 16px; }
	#projet .num					{ font-size: 16px; bottom: 10px; right: 10px; padding: 5px 10px; }

	#projet h3						{ font-size: 21px; }
	#projet .bloc					{ margin: 15px 10px; font-size: 18px; }
	#projet .detail					{ padding: 15px; }
	#projet .descr					{ padding: 15px; }
	#projet .item_real				{ padding: 5px 0; }
}

@media screen and (max-width: 480px) {
	#diaporama .swiper-container	{ height: 200px; }
	
	#realisations				{ padding: 10px; }
	#realisations .real_item h2	{ font-size: 21px; }
	#realisations .real_bloc	{ top: 35px; width: 55%; }
	#realisations .real_desc	{ font-size: 16px; line-height: 18px;  }	
}