/* Global Styles */
@font-face{
	font-family:'adzo';
	src:url("/fonts/GOTHIC.TTF");
}
@font-face{
	font-family:'tagline';
	src:url("/fonts/WalkwaySemiBold.ttf");
	/*src:url("/fonts/VentillaScript.ttf");*/
	/*src:url("/fonts/TheConstellationOfHeracles.ttf");*/
	/*src:url("/fonts/WalkwaySemiBold.ttf");*/
	/*src:url("/fonts/AccrossTheRoad.ttf");*/
}
@font-face{
	font-family:'din';
	src:url("/fonts/DinRegular.ttf");
}
html,body {
	height: 100%;
}

body {
	font-family: 'adzo', sans-serif;
	font-weight: 300;
}

.body {
	width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Loading */
#mask {
	background-color: #b90e1a;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 10000000000;
	padding:0px;
	margin:0px;
	top:0px;
}

.loader {
	position: absolute;
	width: 220px;
	height: 90px;
	margin: -45px 0 0 -110px;
	top: 50%;
	left: 50%;
}
/* Homepage */
#home .item h3{
	font-family:'tagline';
	position: absolute;
    top: 40%;
    left: 0;
	right:0;
	text-align:center;
    font-size: 9em;
	opacity:0.7;
	font-weight:300;
	background-color:#ffffff;
}
h3.white{
	color:#ffffff;
}
h3.grey{
	color:#99999a;
}
h3.red{
	color:#ff0000;
}
#home_link{
	float:left;
	margin:15px;
	margin-left:20px;
	margin-top:40px;
}

/* footer */
.footer-main-container {
	margin: 0 auto;
    position: fixed;
    left: 130px;
    bottom: 25px;
}
.footer-main-container a{
	cursor:pointer;
	color:#000000;
	font-size:0.9em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-main-container a:hover{
	color:#FF0000;
}
.footer-main-modal {
	position:fixed;
	left:30%;
	right:30%;
	bottom:30%;
	top:30%;
	min-width:300px;
	min-height:250px;
	padding:20px;
	padding-top:0;
	text-align:left;
	background:#ffffff;
	color:#000000;
	font-size:0.9em;
	z-index:502;
	display:none;
	overflow:auto;
	line-height:1.3;
}

.footer-main-modal h1 {
	font-weight:bold;
	font-size:1em;
	padding:10px;
	padding-left:0;
	margin:0;
}

.footer-main-modal ul {
	list-style-type:none;
}

.footer-main-modal h1 span{
	font-weight:300;
	color:#000000;
}

.footer-main-modal span {
	color:#ff0000;
}

.footer-main-background {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#000000;
	z-index:501;
	opacity:0.7;
	display:none;
	background-image:url('/storage/images/close.png');
	background-position:99% 5%;
	background-repeat:no-repeat;
	cursor:pointer;
}

/* Animate Styles */
.animate {
	opacity: 0;
}

.animate-slide {
	opacity: 0;
	bottom: -100% !important;
}

.mac-img div {
	position: relative;
	bottom: 0;
}

.show {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.show.delay {
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

p {
	font-weight: 400;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}
/* Contact */
.typo-verysign {
	font-family:"din";
	width:100%;
	font-size:1.3em;
}
.contact-container{
	line-height:1;
	position:absolute;
	top:153px;
	left:20px;
	height:200px;
	width:200px;
	font-size:15px;
	z-index:5000;
}
.contact-baseline {
	font-size:0.7em;
	padding-top:20px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.contact-baseline-black {
	font-size:1.7em;
	font-weight:bold;
	color:#000000;
}
.copyright {
	font-size:1em !important;
	position:relative;
	top:-6px;
}
.contact-baseline-red {
	font-size:1.7em;
	font-weight:bold;
	color:#FF0000;
}
.bg-black, .bg-black a{
	color:#000000;
}
.bg-white, .bg-white a{
	color:#ffffff;
}
.bg-black a:hover, .bg-white a:hover {
	color:#ff0000;
}
/* Header - nav */
.index a:hover{
	color:#ff0000 !important;
}
.container{
	overflow:hidden;
}
.social-icons{
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:500;
}
.social-icons img{
	margin:10px;
	margin-top:0px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor:pointer;
	opacity:0.8;
}
.social-icons img:hover{
	opacity:1;
}
.menu-outer-container{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	z-index:5000000;
	opacity:0.85;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.menu-open{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
}
.navbar-main-collapse{
	width:100%;
}
.menu-logo{
	color:#ff0000;
	font-size:30px;
	font-family:Century Gothic;
	padding-top:5%;
}
header {
	height: 88px;
	left: 0;
	right: 0;
	z-index: 9999999;
}
header nav li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #7E7A7A;
	font-weight: 500;
	letter-spacing: 2.5px;
}
.page-scroll #company_link {
	margin-left:-25px;
}
.page-scroll #team_link {
	margin-left:20px;
}
.page-scroll #contact_link {
	margin-left:10px;
}
.menu-container{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
	z-index:5000;
}
.realisations-inner-frame {
	position:fixed;
	background:#ffffff;
	top:0px;
	left:0px;
	right:0px;
	height:140px;
	z-index:5000;
}

.navbar-nav.index > li > a {
    color: white;
}

.navbar-nav > li > a {
	padding-top: 15px;
	font-size:2em;
}

.navbar-nav > li > a:hover {
	background: none;
}
.navbar-nav > li > a.active{
	color: #FF0000;
	font-weight:bold;
}
.navbar-nav > li > a span{
	width: 10px;
    height: 10px;
	margin:5px;
    display: inline;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-nav > li > a.active span{
	margin:0px;
	margin-right:30px;
	margin-left:-30px;
    display: inline;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-brand {
	padding: 32px 0;
	margin: 0;
}

.sticky-wrapper {
	position: relative;
	z-index: 999;
}

.navigation{
	display: table;
    width: 75%;
    margin-top: 50px;
    padding-left: 50px;
}
.navigation .current a {
	color: #ff0000 !important;
}
#wr_hamburgermenu {
	display:none;
}
#wr_hamburgermenu_list > .page-scroll > a:link {
	margin-left:0px !important;
}
#wr_hamburgermenu_list{
	display:none;
	position:fixed;
	z-index:5100;
	top:0px;
	left:230px;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
	background:#ffffff;
	font-size:2em;
	margin:auto;
	padding-top:15%;
	text-align:left;
	list-style:none;
	border-left:1px solid #000000;
	padding-left:10px;
	line-height:1.5;
}
#wr_fullmenu {
	display:table;
}
.current {
}

/* Top wrap */
.slider-wrap {
	background: #000;
	position: relative;
}

#owl-main {
	margin-bottom: -10px;
}

#owl-main .owl-prev {
	width: 80px;
	height: 118px;
	background: url(/storage/images/arrow-dark-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	margin-left: 70px;
	position: relative;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-main .owl-next {
	width: 80px;
	height: 118px;
	background: url(/storage/images/arrow-dark-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 18px;
	position: relative;
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-main .owl-prev:hover,#owl-main .owl-next:hover {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-main .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	margin: auto;
	z-index: 999999;
}

.overlay {
}

.slide-content {
	z-index: 100000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	height: 270px;
	margin: auto;
	bottom: 0;
}
.slide-content h1{
	color:#ff0000;
	text-align:center;
}
#owl-main-text {
	height: 150px;
	margin-bottom: -30px;
}

#owl-main-text h2 {
	font-size: 60px;
	font-family:Century Gothic;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
}

#owl-main-text h2 span {
	font-weight: 700;
}

.slide-content p {
	width: 870px;
	margin: 0 auto;
	position: relative;
	top: -15px;
}

.slide-content p .line-left {
	width: 25%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 15px;
}

.slide-content p .line-right {
	width: 25%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 15px;
}

.slide-content p span {
	font-size: 22px;
	font-family: Titillium Web;
	text-transform: uppercase;
	text-align: center;
	color: #ff0000;
	width: 50%;
	display: table;
	float: left;
}

.welcome img {
	display: table;
	margin: 0 auto;
	padding-top: 25px;
}

.intro-btn {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 14px 25px;
	margin: 45px auto 0;
	display: table;
}

.scroll-btn {
	width: 55px;
	height: 55px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	display: table;
	z-index: 100001;
}

.scroll-btn:hover {
	background: rgba(0,0,0,1);
}

.scroll-btn:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 55px;
}

.home-video {
	min-height: 1070px;
	padding: 375px 0;
	background: none !important;
}

.home-img {
	padding: 350px 0;
	background: url(../demo/slider/main/01.jpg) no-repeat center center;
	background-size: auto 100%;
}

/* Common Styles */
.section-title {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #434041;
}

.section-subtitle {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0 20%;
	line-height: 26px;
	margin: 0;
}

.sep {
	height: 13px;
	background: url(/storage/images/sep.png) no-repeat center center;
	width: 100%;
	margin: 15px 0;
}

.section-title-lite {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.section-subtitle-lite {
	color: #9b9999;
	font-size: 18px;
	text-align: center;
	padding: 0 20%;
	line-height: 26px;
	margin: 0;
	color: #fff;
}

.sep-lite {
	height: 13px;
	background: url(/storage/images/sep-lite.png) no-repeat center center;
	width: 100%;
	margin: 15px 0;
}
/* Team */
.team-wrap{
	overflow:auto;
	background: #ffffff;
	position: absolute;
	z-index: 0;
	top:110px;
	left:290px;
	bottom:0px;
	right:0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.team .element-item {
	cursor:default;
	width:250px;
	height:250px;
	margin-right:70px;
	margin-bottom:20px;
	background-size:contain;
	background-repeat:no-repeat;
}
#realisation_grid .element-item {
	cursor:pointer;
}
/* Company */
.company {
	overflow:auto;
	background: #ffffff;
	position: absolute;
	z-index: 0;
	top:150px;
	left:290px;
	bottom:0px;
	right:0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.pole-container{
	float:left;
	width:30%;
	min-width:269px;
	height:400px;
	margin:5%;
	margin-top:1%;
	margin-bottom:4%;
	text-align:center;
	-webkit-box-shadow: 0 0 3px 1px #C7C7C7;
	box-shadow: 0 0 3px 1px #C7C7C7;
}
.pole-title{
	float:left;
	color:#000000;
	width:100%;
	font-size:2.3em;
    font-weight:bold;
	padding:20px;
}
.pole-text{
	color:#000000;
	width:100%;
	padding:20px;
	font-weight:bold;
}
.company-text{
	overflow-y:auto;
	overflow-x:hidden;
	position:absolute;
	top:40px;
	left:0px;
	bottom:0px;
	right:0px;
}
.company-text div{
	margin-left:50px;
	color:#000000;
	padding:10px;
	font-weight:bold;
}
.company-text div ul{
	padding-top:20px;
	margin-left:20px;
	font-weight:300;
}
.company-text a{
	color:#000000;
	font-size:1.2em;
	background-color: #ffffff;
    background-image: url('/storage/images/dash.png');
	background-position:0 100%;
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    margin-left: 0px;
    padding: 0px;
}
#etude, #fabrication, #installation, #environnement {
	padding:0px;
	padding-left:0px;
	margin:5px;
	display:table;
}
.company-header a{
	color:#000000;
	padding-left:20px;
	font-size:1em;
}
.company-header a:active,.company-header a:focus{
	color:#FF0000;
}
.orderedList li{
	float:inherit;
}
/* News section */
.news {
	overflow:auto;
	background: #ffffff;
	position: absolute;
	z-index: 0;
	top:155px;
	left:295px;
	bottom:0px;
	right:0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.news img{
	margin:10px;
	max-width:60%;
	max-height:200px;
}
.news h1{
	color:#ff0000;
	font-weight:bold;
	font-size:1.8em;
	display:table;
	width:100%;
	padding-top:10px;
}
.news h1 div{
	background-color:#ffffff;
	background-image:url('/storage/images/dash.png');
	background-repeat:repeat-x;
	width:100%;
	height:2px;
	margin:10px;
	margin-left:0px;
	padding:0px;
}
td.text{
	background-color:#f2f2f2;
	padding:10px;
	color:#000000;
	vertical-align:middle;
}
div.one-col{
	background-color:#f2f2f2;
	text-align:justify;
	padding:10px;
	width:100%;
	color:#000000;
	margin-bottom:20px;
}
div.one-col span, td.text span{
	font-weight:bold;
	display:block;
	color:#FF0000;
}
div.one-col a, td.text a {
	color:#FF0000;
}
/* Contact */
#contact_container {
	position:absolute;
	top:150px;
	left:210px;
	bottom:0px;
	right:0px;
	text-align:center;
	margin:auto;
    color:#000;
}
#map {
	width:50%;
	height:50%;
}
#map img {
	width:100%;
	cursor:pointer;
}
#map font {
	font-size:0.9em;
	color:#000000;
	font-style:italic;
}
#map a {
	font-size:1.5em;
	color:#ff0000;
	position:relative;
	top:30px;
}
#map a:hover {
	color:#000000;
}
/* Modal Frame */
.modal-frame{
	display:none;
	position:absolute;
	top:80px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:#ffffff;
	z-index:50000;
	color:#000000;
	padding:20px;
}
.main-button{
	color:#ffffff;
	font-size:1.2em;
	background-color:#ff0000;
	border:0px;
	padding:10px;
	cursor:pointer;
	outline:0;
}
/* About wrap */
.about {
	background: #ffffff;
	position: absolute;
	z-index: 0;
	top:110px;
	left:240px;
	bottom:0px;
	right:0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	height:100%;
}

.pr-no {
	padding-right: 0 !important;
}

.about p {
	font-size: 16px;
	line-height: 33.333px;
	color: #777;
	margin: 10px 0 30px;
}

.about-slider,.service-info-right {
	padding-left: 60px;
}

#owl-about .item img,#owl-project-single .item img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-about .owl-prev,#owl-project-single .owl-prev {
	width: 43px;
	height: 43px;
	background: #ff0000 url(/storage/images/arrow-next.png) no-repeat center center;
	font-size: 0;
	float: left;
	margin-left: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: 11px;
}

#owl-about .owl-next,#owl-project-single .owl-next {
	width: 43px;
	height: 43px;
	background: #ff0000 url(/storage/images/arrow-prev.png) no-repeat center center;
	font-size: 0;
	float: right;
	margin-right: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: 11px;
}

#owl-about .owl-buttons,#owl-project-single .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
}

#owl-about:hover .owl-prev,#owl-project-single:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-about:hover .owl-next,#owl-project-single:hover .owl-next {
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#filters .is-checked {
	color:#FF0000;
}

.highlight-text {
	color: #ff0000;
}

.btn1 {
	background-color: #fff;
	border: solid 1px #050404;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #191919;
	display: table;
	font-size: 18px;
	font-weight: 500;
	display: table;
}

.btn2 {
	background-color: #fff;
	border: solid 1px #a6aaab;
	line-height: 58px;
	padding: 0 50px;
	text-transform: uppercase;
	color: #a3a7a8;
	display: table;
	font-size: 18px;
	font-weight: 500;
	margin: 30px auto 0;
}

.btn1:hover,.btn2:hover,.intro-btn:hover,.btn3:hover {
	border: solid 1px #ff0000;
	color: #ff0000;
}

/* Services */
.services {
	background: #f7f6f4;
	position: relative;
	padding: 72px 0 57px;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.service-content {
	padding: 25px;
	background: #f7f6f4;
	margin-bottom: 20px;
}

.service-content:hover {
	cursor: pointer;
	background: #e2e1de;
}

.service-info h4 {
	font-size: 26px;
	text-transform: uppercase;
	color: #222;
	margin: 0 0 10px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-content:hover h4 {
	color: #f97b7a;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-info p {
	font-size: 16px;
	margin: 0;
	color: #777;
	line-height: 26px;
}

.service-ico {
	width: 70px;
	float: left;
	position: relative;
}

.ico1 {
	background: url(/storage/images/ico1.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico1 {
	background: url(/storage/images/ico1-hr.png) no-repeat;
}

.ico2 {
	background: url(/storage/images/ico2.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico2 {
	background: url(/storage/images/ico2-hr.png) no-repeat;
}

.ico3 {
	background: url(/storage/images/ico3.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico3 {
	background: url(/storage/images/ico3-hr.png) no-repeat;
}

.ico4 {
	background: url(/storage/images/ico4.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico4 {
	background: url(/storage/images/ico4-hr.png) no-repeat;
}

.ico5 {
	background: url(/storage/images/ico5.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico5 {
	background: url(/storage/images/ico5-hr.png) no-repeat;
}

.ico6 {
	background: url(/storage/images/ico6.png) no-repeat;
	width: 70px;
	height: 90px;
}

.service-content:hover .ico6 {
	background: url(/storage/images/ico6-hr.png) no-repeat;
}

.service-info {
	margin-left: 85px;
}

/* Facts */
.facts {
	padding: 85px 0 110px;
	background: #000 url(../demo/3.jpg);
	position: relative;
}

.facts-list {
	padding: 0;
}

.facts-list li {
	float: left;
	list-style: none;
	margin-right: 4.5%;
}

.facts-list li:last-child {
	margin-right: 0;
}

.facts-list li .fact-ico1 {
	background: url(/storage/images/fact1.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico2 {
	background: url(/storage/images/fact2.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico3 {
	background: url(/storage/images/fact3.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li .fact-ico4 {
	background: url(/storage/images/fact4.png) no-repeat;
	width: 74px;
	height: 94px;
	float: left;
}

.facts-list li h6 {
	margin: 5px 0 0;
	margin-left: 85px;
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.facts-list li h6 span {
	display: block;
	font-size: 60px;
}

/* Réalisations */
.image-container-modal-close {
	background-image:url('/storage/images/close.png');
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	position:fixed;
	top:0.5%;
	right:0.5%;
	z-index:6002;
	cursor:pointer;
	display:none;
}
.image-container-modal-frame {
	position:fixed;
	top:5%;
	left:5%;
	bottom:5%;
	right:5%;
	z-index:6001;
	display:none;
	text-align:center;
	cursor:pointer;
	overflow:visible;
}
.image-container-modal-frame img{
	max-width:100%;
	max-height:100%;
	margin:0 auto;
	-moz-box-shadow: 0px 0px 15px 0px #000000;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	-o-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
}
.image-container-modal-background {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:6000;
	display:none;
	background:#000000;
	opacity:0.7;
	cursor:pointer;
}
#realisation_grid div h3 {
	position:relative;
	top:170px;
	color:#ff0000;
}
#realisation_grid p.nom {
	position:relative;
	top:200px;
	color:#000000;
	font-weight:bold;
}
#realisation_grid p.ville {
	position:relative;
	top:190px;
    color:#000;
}
h3.annee {
	display:none;
}

/* Fenetre modale */
#project-modalnav-container{
	display:none;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index:10001;
}
#project-modalnav-container div{
	padding:20px;
	padding-bottom:40px;
	background-color:#ffffff;
	display:none;
	margin: 4% auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#project-modalnav-container div img{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	max-width:1000px;
	max-height:650px;
}
#project-modalnav-bg{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10000;
	background:#000000;
	opacity:0.7;
	display:none;
}
#modalnav-previous{
	position:fixed;
	top:50%;
	left:10%;
	z-index:10001;
	cursor:pointer;
}
#modalnav-next{
	position:fixed;
	top:50%;
	right:10%;
	z-index:10001;
	cursor:pointer;
}
#modalnav-close{
	position:fixed;
	top:2%;
	right:2%;
	z-index:10001;
	cursor:pointer;
}
@media all and (max-height: 820px) {
	#project-modalnav-container div img{
		max-height:500px;
	}
}
@media all and (max-height: 640px) {
	#project-modalnav-container div img{
		max-height:350px;
	}
}

/* Portfolio */
.return-list a{
	color:#ffffff;
	background-color:#ff0000;
	padding:15px;
	font-family:'adzo';
	font-size:1.1em;
}
.portfolio{
	display:none;
	position:absolute;
	top:110px;
	left:290px;
	bottom:0px;
	right:0px;
}
.portfolio-wrap {
	display:none;
	overflow-y:auto;
	overflow-x:hidden;
	background: #ffffff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position:absolute;
	top:80px;
	left:200px;
	bottom:0px;
	right:0px;
}

.portfolio-wrap .container {
	width: 1275px;
	max-width: 1275px;
	padding-top:20px;
}

.folio-item {
	padding: 0 1px 1px 0;
}

.portfolio-grid {
	margin-top: 50px;
}

.portfolio-thumb {
	position: relative;
	overflow: hidden;
}

.no-padding {
	padding: 0 !important;
}

.portfolio-dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: #ff0000;
	background: rgba(253,107,107,0.81);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.portfolio-thumb:hover .portfolio-inner {
	opacity: 1;
}

.portfolio-thumb:hover .portfolio-dark-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.portfolio-inner h4 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-weight: 400;
}

.portfolio-inner .zoom {
	width: 45px;
	height: 44px;
	background: url(/storage/images/zoom.png);
	display: table;
	margin: 0 auto 20px;
}

.portfolio-inner-ctr {
	display: table-cell;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
}

.project-single {
	padding: 0 0 40px;
	border-top: 80px solid transparent;
	margin-top: -80px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.project-single.container {
	width: 950px !important;
	min-width: 950px !important;
	margin: 0 auto;
}

.project-single h4 {
	color: #cecece;
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	font-weight: 400;
	margin-top: 30px;
}

.project-single h6 {
	font-size: 15px;
	color: #817e7e;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.project-single p {
	color: #a1a7a8;
	font-size: 16px;
	line-height: 27px;
}

/* Team */
.isotope {
  border: 0px;
  margin-top:20px;
  margin-left:5px;
}
.team {
	overflow:auto;
	position:absolute;
	top:118px;
	left:290px;
	bottom:0px;
	right:0px;
}
#team_grid div h3{
	opacity: 0.9;
    position: absolute;
    left: 0;
    bottom: 9px;
    right: 0;
    color: #000000;
    font-weight: bold;
    background-color: #ffffff;
    padding: 5px;
    font-size: 1.3em;
}
#team_grid div p.fonction{
	opacity:0.9;
	position:absolute;
	left:0;
	bottom:-16px;
	right:0;
	background-color:#ffffff;
	padding:4px;
	font-size:0.9em;
    color:#000;
}
.team-wrap .container {
	width: 1200px;
	max-width: 1200px;
}
#filters button {
	background-color:#ffffff;
	border-left: 1px solid hsla( 0, 0%, 100%, 0.3 );
    border-right: 1px solid hsla( 0, 0%, 0%, 0.2 );
	padding: 5px;
    color: #222;
    font-weight: bold;
    font-size: 1.5em;
}
#filters button:hover {
	color:#ff0000;
}
#filters {
	display:block;
}
#filters_WR {
	display:none;
}
.btn-ctr {
	display: table;
	margin: 60px auto 0;
	padding: 0 24px;
}

.team-info h4 {
	font-size: 22px;
	font-weight: 600;
	color: #11100e;
	text-align: center;
	margin: 18px 0 2px;
}

.team-info p {
	font-size: 17px;
	color: #8c8b8a;
	text-align: center;
	margin-bottom: 15px;
}

.team-social {
	padding: 0;
	display: table;
	margin: 0 auto;
}

.team-social li {
	list-style: none;
	float: left;
	margin: 0 4px;
}

.team-social li a {
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: url(/storage/images/social.png);
	display: table;
	color: #fff;
	font-size: 16px;
}

.team-social li a:hover {
	background: url(/storage/images/social-hr.png);
}

.staff-pic {
	position: relative;
	overflow: hidden;
}

.staff-pic-overlay {
	font-size: 18px;
	color: #ff0000;
	text-align: center;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.staff-pic-overlay a {
	color: #ff0000;
}

.envelope {
	width: 59px;
	height: 46px;
	background: url(/storage/images/mail.png) no-repeat;
	display: table;
	margin: 0 auto 6px;
}

.staff-overlay-ctr {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	vertical-align: middle;
	margin: auto;
	height: 75px;
}

.team-info:hover .staff-pic-overlay {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.staff-content-wrap {
	background: #fff;
	padding-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-info:hover .staff-content-wrap {
	background: #ff0000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-info:hover p {
	color: #fff;
}
.parallax {background-size: 100% auto;}


/* Contact */
.contact {
	position:absolute;
	top:80px;
	left:230px;
	bottom:0px;
	right:0px;
	background: #ffffff;
	padding: 20px;
	color:#000000;
}

.contact-form {
}

.contact-form input,.contact-form textarea {
	border: 1px solid #777;
	min-height: 56px;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	background: none;
	border-radius: 2px;
	margin-bottom: 25px;
	width: 100%;
}

.s-btn {
	background: none repeat scroll 0 0 #ff0000;
	border: medium none;
	display: table;
	color: #FFF;
	padding: 16px 60px 12px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}

.s-btn:hover {
	background: #a8a5a5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact p {
	font-size: 18px;
	color: #7f8184;
	line-height: 24px;
}

.contact-info p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.contact-info a {
	font-size: 16px;
	color: #ff0000;
}

/* Footer - Social */
.social-footer {
	background: #353434 !important;
	height: 212px;
}

.social {
	padding: 0 25px;
}

.social li {
	float: left;
	width: 33.3333%;
	list-style: none;
	position: relative;
}

.social li i {
	font-size: 55px;
	text-align: center;
	line-height: 212px;
	color: #fff;
	display: table;
	margin: 0 auto;
}

.social li span {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 18px;
	z-index: 9999;
}

.social li:hover {
	background: #ff0000;
}

/* Blog */
.post-meta {
	color: #b7b7b7;
}

.post-meta a {
	color: #ff0000;
}

.post-meta a i {
	color: #ff0000;
	margin-right: 5px;
}

.date {
	width: 120px;
	height: 120px;
	background: url(/storage/images/date.png) no-repeat;
	line-height: 120px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: -45px;
	top: -27px;
}

.post-meta i {
	color: #ff0000;
	font-size: 15px;
}

.post-meta a {
	padding-right: 10px;
	margin-left: 10px;
}

.pm-link {
	color: #b7b7b7 !important;
}

.pm-link:hover {
	color: #ff0000 !important;
}

article {
	padding-left: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 80px;
	position: relative;
}

article h3 {
	font-size: 35px;
	margin: 13px 0 25px;
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
}

article h3 a {
	color: #232323;
}

article h3 a:hover {
	color: #ff0000;
}

article p {
	line-height: 24px;
	color: #8e8e8e;
	margin-bottom: 25px;
}

#ajax {
	height: auto;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 0;
}

.video iframe,.video object,.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slout-controls {
	display: table;
	padding: 0;
	margin: -50px auto 50px;
}

.s-controls-down {
	margin: 50px auto 0;
}

.slout-controls li {
	float: left;
	list-style: none;
	margin: 0 7px !important;
}

.slout-controls li a {
}

.close {
	width: 41px;
	height: 41px;
	opacity: 1 !important;
	margin-top: 0 !important;
}

.slout-controls li:hover,.slout-controls li a:hover,.close:hover {
	opacity: 1;
}

.tags {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 35px 0;
}

.tags a {
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
	color: #ff0000;
}

.page-header {
	margin-bottom: 50px;
}

.page-navigation {
	padding: 0;
	margin: -30px 0 60px;
	display: table;
}

.page-navigation li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.page-navigation li a {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	display: table;
}

.page-navigation li a:hover {
	border-color: #ff0000;
	color: #ff0000;
}

.page-navigation li.active a {
	background: #ff0000;
	border-color: #ff0000;
	color: #fff;
}

.search h5 {
	color: #000 !important;
}

.search1 {
	height: 30px;
	border: 1px solid #989898;
	border-radius: 2px;
	padding-left: 35px;
	position: relative;
	width: 150px;
	font-size: 13px;
	background: url(/storage/images/search.png) no-repeat left center;
	background-position: 10px 50%;
}

aside {
	margin-top: 150px;
}

.side-widget {
	margin-bottom: 30px;
}

.side-widget h5 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6b6b;
	margin: 0 0 20px;
}

.side-widget ul {
	padding: 0;
}

.side-widget ul li {
	list-style: none;
	color: #939191;
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	left: -15px;
}

.side-widget ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.side-widget ul li a {
	color: #939191;
}

.side-widget ul li a:hover {
	color: #ff6b6b;
}

.comments-wrap {
	margin-bottom: 70px;
}

.comments-wrap h6 {
	color: #ff0000;
	font-size: 30px;
	font-weight: 300;
	border-top: 1px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	margin: 0;
	padding: 30px 0;
}

.comments-wrap span {
	color: #747474;
	float: right;
	font-size: 20px;
}

.comments-wrap span a {
	color: #ff0000;
}

.post-single {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.comment-form {
	padding: 30px;
	border-bottom: 2px solid #cdcdcd;
	display: table;
	width: 100%;
}

.comment-form input {
	height: 60px;
	padding: 0 25px;
	font-size: 16px;
	width: 100%;
	color: #000;
	border: 1px solid #cdcdcd;
	margin-bottom: 30px;
}

.comment-form textarea {
	padding: 25px;
	font-size: 16px;
	width: 100%;
	color: #000;
	border: 1px solid #cdcdcd;
	margin-bottom: 30px;
}

.comment-form label {
	font-size: 20px;
	color: #ff0000;
	font-weight: 200;
	margin-bottom: 25px;
}

.comment-content {
	padding: 50px 50px 0;
}

.comment-content li {
	list-style: none;
	display: table;
	width: 100%;
}

.comment-gravatar {
	width: 115px;
	float: left;
}

.comment-author {
	margin-left: 135px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 700;
	color: #ff0000;
}

.comment-content p {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	padding: 20px 15px;
	margin: 20px 0;
	margin-left: 135px;
}

.reply {
	font-size: 13px;
	text-transform: uppercase;
	background: #ff0000;
	padding: 7px 30px;
	color: #fff;
	float: right;
}

.comment-sub {
	padding-left: 100px;
}

/*-------------------------------------------------------------
		           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
	position: fixed;
	top: 64px;
	z-index: 999999;
	height: 100%;
}

.corner {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(/storage/images/icons/contact.png);
	position: absolute;
	top: 50px;
	left: -50px;
}

.s-close {
	right: -205px !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.s-open {
	right: 0 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.corner.expanded {
	background: url(/storage/images/icons/contact.png);
}

#options {
	padding: 0;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.heading {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#options h6 {
	color: #5c5c5c;
	margin-bottom: 10px;
	font-size: 13px;
}

.options-segment {
	margin-bottom: 20px;
}

.customize-button {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #5c5c5c !important;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.color-head {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	color: #525252;
	line-height: 40px;
	background-position: 92.5% 50%;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	font-weight: 800;
}

.fonts-head {
	font-family: Bitter;
	font-size: 16px;
	color: #525252;
	line-height: 23px;
	margin-bottom: 15px !important;
}

.customize-button:hover {
	background: #fff;
}

.customize-button:first-of-type {
	margin-right: 5px;
}

.color-scheme {
	padding: 0;
}

.color-scheme li {
	float: left;
	list-style: none;
}

.color-scheme a {
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 4.25px 10px;
}

.fonts-sel {
	padding: 20px 25px;
	margin-bottom: 0;
}

.colors-sel {
	padding: 20px 25px 15px;
	margin-bottom: 0;
}

.headers-sel {
	padding: 15px;
	margin-bottom: 0;
}

.green a {
	background: url(/storage/images/icons/switcher/3.png);
}

.orange a {
	background: url(/storage/images/icons/switcher/7.png);
}

.blue a {
	background: url(/storage/images/icons/switcher/1.png);
}

.red a {
	background: url(/storage/images/icons/switcher/8.png);
}

.violet a {
	background: url(/storage/images/icons/switcher/4.png);
}

.pale-green a {
	background: url(/storage/images/icons/switcher/6.png);
}

.yellow a {
	background: url(/storage/images/icons/switcher/5.png);
}

.fblack a {
	background: url(/storage/images/icons/switcher/2.png);
}

.version {
	padding: 0;
	margin-bottom: -20px;
	display: table;
	width: 100%;
}

.version li {
	list-style: none;
	width: 44%;
	margin-right: 9%;
	float: left;
}

.version li a {
	padding: 21px;
	display: table;
}

.version li:last-child {
	margin-right: 0;
}

.lite,.lite:hover {
	background: #f3f3f3;
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.dark,.dark:hover {
	background: #7f7f7f;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.options-head {
	background: #ff0000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	line-height: 50px;
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 960px) and (max-width: 1050px) {
#wr_fullmenu {
	display:none;
}
#wr_hamburgermenu {
	display:block;
}
#wr_hamburgermenu img{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
}
#filters {
	display:none;
}
#filters_WR {
	display:block;
}
#filter_list_header {
	cursor:pointer;
}
#filter_list {
	position: fixed;
    top: 180px;
    list-style: none;
    background: #f9f9f9;
    display: table;
    z-index: 5000;
    padding: 10px;
    line-height: 1.6;
    padding-top: 0;
}
h2#filter_list_header {
	font-size: 20px;
    color: #ff0000;
    padding: 5px;
    background: #f9f9f9;
    display: table;
	margin-left:4px;
}
#filter_list li button{
	background:transparent;
}
#owl-main-text h2 {
	font-size: 60px;
	margin-top: 15px;
}

#owl-main-text {
	height: 125px;
	margin-bottom: -30px;
}

.slide-content p {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -15px;
	padding: 0 25%;
}

.slide-content p .line-left {
	width: 10%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 15px;
}

.slide-content p .line-right {
	width: 10%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 15px;
}

.slide-content p span {
	width: 80%;
}

.portfolio-wrap .container {
	width: 95%;
	max-width: 95%;
}

.project-single.container {
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 auto;
}

.team-wrap .container {
	width: 100%;
	max-width: 100%;
}
.facts {
	background-position: 100% 100% !important;
	background-size: 100% auto !important;
}

.testimonials {
	background-position: 100% 100% !important;
	background-size: 100% auto !important;
}

.facts-list li {
	float: left;
	list-style: none;
	margin-right: 2%;
	width: 23%;
}

.facts-list li:last-child {
	margin-right: 0;
}

.facts-list li .fact-ico1,.facts-list li .fact-ico2,.facts-list li .fact-ico3,.facts-list li .fact-ico4 {
	width: 42px;
	height: 53px;
	background-size: cover;
	float: left;
}

.facts-list li h6 {
	margin: 5px 0 0 52px;
	font-size: 17px;
}

.facts-list li h6 span {
	display: block;
	font-size: 50px;
}

}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#wr_fullmenu {
	display:none;
}
#wr_hamburgermenu {
	display:block;
}
#wr_hamburgermenu img{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
}
#filters {
	display:none;
}
#filters_WR {
	display:block;
}
#filter_list_header {
	cursor:pointer;
}
#filter_list {
	position: fixed;
    top: 180px;
    list-style: none;
    background: #f9f9f9;
    display: table;
    z-index: 5000;
    padding: 10px;
    line-height: 1.6;
    padding-top: 0;
}
h2#filter_list_header {
	font-size: 20px;
    color: #ff0000;
    padding: 5px;
    background: #f9f9f9;
    display: table;
	margin-left:4px;
}
#filter_list li button{
	background:transparent;
}
.pr-no {
	padding-right: 15px !important;
}

#owl-main-text h2 {
	font-size: 60px;
	margin-top: 15px;
}

#owl-main-text {
	height: 125px;
	margin-bottom: -30px;
}

#ajax {
	height: auto !important;
}

.slide-content p {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: -15px;
	padding: 0 18%;
}

.slide-content p .line-left {
	width: 10%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 15px;
}

.slide-content p .line-right {
	width: 10%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 15px;
}

.slide-content p span {
	width: 80%;
}

.about-info,.service-info-left {
	padding-right: 30px;
}

.about-slider,.service-info-right {
	padding-left: 30px;
}

.facts {
	background-position: 50% 50% !important;
	background-size: 100% auto !important;
}

.testimonials {
	background-position: 50% 50% !important;
	background-size: 100% auto !important;
}

.facts-list li {
	float: left;
	list-style: none;
	margin-right: 2%;
}

.facts-list li:last-child {
	margin-right: 0;
}

.facts-list li h6 {
	margin: 5px 0 0;
	margin-left: 85px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.facts-list li h6 span {
	display: block;
}

header nav li a {
	font-size: 11px;
}

.facts-list li .fact-ico1,.facts-list li .fact-ico2,.facts-list li .fact-ico3,.facts-list li .fact-ico4 {
	width: 42px;
	height: 53px;
	background-size: cover;
	float: left;
}

.facts-list li h6 {
	margin: 5px 0 0 52px;
	font-size: 15px;
}

.facts-list li h6 span {
	display: block;
	font-size: 40px;
}

.section-subtitle,.section-subtitle-lite {
	padding: 0 12%;
}

.portfolio-wrap .container {
	width: 100%;
	max-width: 100%;
}

.project-single.container {
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 auto;
}

.team-wrap .container {
	width: 100%;
	max-width: 100%;
}

.info-wrap-content {
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.portfolio-inner h4 {
	font-size: 17px;
}

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 955px) {
.realisations-inner-frame {
	height:80px;
}
#container {
	margin-top:90px;
}
#wr_hamburgermenu_list > .page-scroll > a:link {
	font-size:0.8em;
}
#map {
	width:90%;
}
#home .item h3 {
	font-size:5em;
}
.news h1 {
	font-size:1em;
}
td.text {
	font-size: 0.9em;
    line-height: 1.5;
}
.news img {
	max-width:90%;
}
.project-description section dd {
	margin:0;
}
header {
	height:58px;
}
.return-list a {
	text-align:center;
	float:inherit;
}
.gallery img {
	max-width:400px;
}
#modalnav-next {
	right:5%;
}
#modalnav-previous {
	left:5%;
}
#project-modalnav-container div {
	margin:0 auto;
}
#project-modalnav-container div img {
	max-height:310px;
}
#home_link > img {
    width: 100px;
    position: relative;
    top: -20px;
}
#wr_hamburgermenu_list {
	left:40% !important;
}
.contact-container {
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 150px;
    height: 70px;
    width: 200px;
    font-size: 13px;
    z-index: 4000;
}
.contact-baseline {
	display:none;
}
.news, .company, .team, #contact_container {
	left:0;
	top: 80px;
}
.pole-container img {
	max-width:180px;
}
.pole-container {
	max-width:209px;
	min-width:209px;
}
.pole-title {
	font-size:1.7em;
}
.pole-text {
	font-size: 0.9em;
    line-height: 1.5;
}
#filter_list {
	top:130px !important;
}
#wr_fullmenu {
	display:none;
}
#wr_hamburgermenu {
	display:block;
}
#wr_hamburgermenu img{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
}
#filters {
	display:none;
}
#filters_WR {
	display:block;
}
#filter_list_header {
	cursor:pointer;
}
#filter_list {
	position: fixed;
    top: 180px;
    list-style: none;
    background: #f9f9f9;
    display: table;
    z-index: 5000;
    padding: 10px;
    line-height: 1.6;
    padding-top: 0;
}
h2#filter_list_header {
	font-size: 20px;
    color: #ff0000;
    padding: 5px;
    background: #f9f9f9;
    display: table;
	margin-left:4px;
}
#filter_list li button{
	background:transparent;
}
#ajax {
	height: auto !important;
}
.element-item {
	width:270px;
	background-size:cover;
}
.isotope{
	margin-left:15%;
}

#realisation_grid p.nom, #realisation_grid p.ville {
	background:#ffffff;
	opacity:0.8;
}
#realisation_grid p.ville {
	padding-bottom:10px;
}
.date {
	display: table;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
}

.home-img {
	background-size: auto 100%;
}

#owl-main {
	width: 300%;
	position: relative;
	left: -100%;
}

.welcome img {
	width: 100px;
}

#owl-main-text h2 {
	font-size: 27px;
	margin-top: 20px;
}

.slide-content p {
	width: 100%;
	padding: 0 10%;
}

.slide-content p .line-left {
	width: 2%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 10px;
}

.slide-content p .line-right {
	width: 2%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 10px;
}

.slide-content p span {
	font-size: 13px;
	font-family: Titillium Web;
	text-transform: uppercase;
	text-align: center;
	color: #ff0000;
	width: 96%;
	display: table;
	float: left;
}

#owl-main-text {
	height: 100px;
	margin-bottom: -30px;
}

.intro-btn {
	font-size: 15px;
	padding: 10px 20px;
	margin: 35px auto 0;
	display: table;
}

.navbar-toggle i {
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	opacity: 0.3;
}

.navbar-toggle i:hover {
	opacity: 1;
}

.navbar-nav {
	margin: 9px 0;
	background: #282828;
}

.navbar-nav > li > a:link{
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #333;
}
.navbar-collapse {
	padding: 0;
	border-top: 0 !important;
	box-shadow: none;
}

.section-title {
	font-size: 30px;
}

.section-subtitle {
	font-size: 16px;
	padding: 0 5%;
	line-height: 26px;
}

.section-title-lite {
	font-size: 30px;
}

.section-subtitle-lite {
	font-size: 16px;
	padding: 0 5%;
	line-height: 26px;
}

.pr-no {
	padding-right: 15px !important;
}

.about-info,.service-info-left {
	padding-right: 15px;
}

.about-slider,.service-info-right {
	padding-left: 15px;
}

#owl-about {
	margin-top: 50px;
}

.facts-list li {
	float: none;
	margin-right: 0;
	margin-bottom: 60px;
}

.facts-list li:last-child {
	margin-bottom: 0;
}

.service-info h4 {
	font-size: 18px;
}

.service-info p {
	font-size: 14px;
}

.portfolio-wrap .container {
	width: 100%;
	padding-top:20px;
	max-width: 100%;
}

.folio-item {
	padding: 0 1px 1px 0;
	display: block;
	width: 100%;
}

.folio-filter li a {
	font-size: 12px !important;
	font-weight: 500 !important;
	padding: 4px 10px !important;
	margin-right: 1px !important;
	margin-left: -6px !important;
}

.project-single.container {
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 auto;
}

.team-wrap .container {
	width: 100%;
	max-width: 100%;
}

.team-wrap {
	padding: 72px 0 42px;
}

.staff-content-wrap {
	margin-bottom: 30px;
}

.info-wrap-content {
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.skills li {
	float: none;
	width: 100%;
	list-style: none;
	margin-right: 0;
	margin-bottom: 20px;
}

.skills li:last-child {
	margin-bottom: 0;
}

.skills li h5 {
	font-size: 17px;
}

.skills li h5 span {
	font-size: 18px;
}

.clients .container {
	width: 100%;
	padding: 0 10px;
}

.facts {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

.testimonials {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

#owl-quote .quote {
	font-size: 20px;
}

.contact {
	padding: 60px 0 30px;
}

.contact .col-md-6 {
	padding: 0 15px !important;
	margin-bottom: 30px;
}

.social-footer {
	background: #e9e8e6;
	height: 150px;
}

.social {
	padding: 0 25px;
}

.social li i {
	font-size: 40px;
	line-height: 150px;
}

.social li span {
	font-size: 0;
}

.contact p {
	font-size: 15px;
	line-height: 22px;
}

.contact-info p {
	font-size: 18px;
	line-height: 26px;
}

.staff-content-wrap {
	display: table;
	margin: 0 auto 30px;
}

article {
	padding-left: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 80px;
	position: relative;
}

aside {
	padding-left: 0 !important;
}

.comments-wrap h6 {
	color: #ff0000;
	font-size: 20px;
}

.comments-wrap span {
	font-size: 15px;
	line-height: 25px;
}

.comments-wrap span a {
	color: #ff0000;
}

.comment-form {
	padding: 30px 0;
}

.comment-content {
	padding: 50px 0 0;
}

.comment-sub {
	padding-left: 20px;
}

.comment-gravatar {
	width: 50px;
	float: left;
}

.comment-author {
	margin-left: 65px;
	margin-top: 15px;
}

.comment-content p {
	margin-left: 65px;
}

.btn1 {
	font-size: 15px;
}

.footer-main-container {
	left:15px;
	bottom:60px;
}

}

@media only screen and (max-width: 820px) {
	.footer-main-container {
		display:none;
	}
	.social-icons {
		width:32px;
		left:0;
	}
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#wr_fullmenu {
	display:none;
}
#wr_hamburgermenu {
	display:block;
}
#wr_hamburgermenu img{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
}
#filters {
	display:none;
}
#filters_WR {
	display:block;
}
#filter_list_header {
	cursor:pointer;
}
#filter_list {
	position: fixed;
    top: 180px;
    list-style: none;
    background: #f9f9f9;
    display: table;
    z-index: 5000;
    padding: 10px;
    line-height: 1.6;
    padding-top: 0;
}
h2#filter_list_header {
	font-size: 20px;
    color: #ff0000;
    padding: 5px;
    background: #f9f9f9;
    display: table;
	margin-left:4px;
}
#filter_list li button{
	background:transparent;
}
#owl-main {
	width: 240%;
	position: relative;
	left: -70%;
}

.welcome img {
	width: auto;
}

#owl-main-text h2 {
	font-size: 40px;
	margin-top: 20px;
}

.slide-content p {
	padding: 0 15%;
}

.slide-content p .line-left {
	width: 7%;
	height: 1px;
	background: #fff;
	float: left;
	position: relative;
	top: 10px;
}

.slide-content p .line-right {
	width: 7%;
	height: 1px;
	background: #fff;
	float: right;
	position: relative;
	top: 10px;
}

.slide-content p span {
	font-size: 16px;
	font-family: Titillium Web;
	text-transform: uppercase;
	text-align: center;
	color: #ff0000;
	width: 86%;
	display: table;
	float: left;
}

#owl-main-text {
	height: 115px;
	margin-bottom: -30px;
}

.intro-btn {
	font-size: 16px;
	padding: 14px 25px;
	margin: 45px auto 0;
	display: table;
}

.folio-filter li a {
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 4px 10px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.facts-list {
	padding: 0;
	display: table !important;
	margin: 0 auto;
}

.folio-item {
	width: 50%;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
#wr_fullmenu {
	display:none;
}
#wr_hamburgermenu {
	display:block;
}
#wr_hamburgermenu img{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
}
#filters {
	display:none;
}
#filters_WR {
	display:block;
}
#filter_list_header {
	cursor:pointer;
}
#filter_list {
	position: fixed;
    top: 180px;
    list-style: none;
    background: #f9f9f9;
    display: table;
    z-index: 5000;
    padding: 10px;
    line-height: 1.6;
    padding-top: 0;
}
h2#filter_list_header {
	font-size: 20px;
    color: #ff0000;
    padding: 5px;
    background: #f9f9f9;
    display: table;
	margin-left:4px;
}
#filter_list li button{
	background:transparent;
}
.facts {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

.testimonials {
	background-position: 50% 50% !important;
	background-size: auto 100% !important;
}

}

/* Hamburger Icon */
* {
  margin: 0;
  padding: 0;
}

#nav-icon1{
    width: 32px;
    height: 32px;
    top: 1%;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
  background: #000000;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
  background: #ff0000;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 17px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #ffffff;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #ffffff;
}
body.realisation-body {
  height:85%;
}

/* Smallest screen ! */
@media only screen and (max-width: 550px) {
	.pole-container {
		max-width: inherit;
		min-width: inherit;
		width: 90%;
	}
	.pole-container img {
		min-width: 70%;
	}
	#content {
		margin-top:0;
	}
	#container {
		margin-top:90px;
	}
}
