body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #242424;
}
h1, h2, h3 {
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
h2 {
	font-size: 40px;
}
h1 strong {
	font-weight: 700;
}
img {
	max-width: 100%;
}
.zed-table {
	display: table;
}
.zed-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.btn {
	white-space: inherit;
}
/****************************************************************/
/* */
/* 			MENU 												*/
/* */
/****************************************************************/
.collapsing,
.collapse.in {
	border-top: 1px solid #ebebec;
}
.navbar-simgraph {
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.2);
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-toggle .icon-bar {
	background-color: #02a5e7;
}
.navbar-brand img {
	padding: 20px 15px;
	max-height: 55px;
}
.navbar-fixed-top {
	border-width: 0;
}
.navbar-nav>li>a {
	text-transform: uppercase;
	color: #000;
	font-weight: 100;
	padding-left: 7px;
	padding-right: 7px;
}
.navbar-nav>li:last-child>a {
	margin-right: 25px;
}
.nav>li.active>a, .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #25aae1;
}
body.fr .navbar-lang a {
	color: #000;
	text-transform: uppercase;
}
body.fr .navbar-lang a[lang=fr] {
	font-weight: 600;
	color: #25aae1;
}
body.en .navbar-lang a[lang=en] {
	font-weight: 600;
	color: #25aae1;
}
body .navbar-lang span:first-child a {
	padding-right: 11px;
	margin-right: 7px;
	position: relative;
}
body .navbar-lang span:first-child a:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #000;
}

/****************************************************************/
/* */
/* 			Home 										*/
/* */
/****************************************************************/
.mobile-banner img {
	max-width: 60%;
	padding: 30px 0 30px 5px;
}
.mobile-banner:first-child {
	margin-top: 50px;
}
.mobile-banner {
	background-size: cover;
	background-position: right center;
}
.home-services-mobile {
	overflow: hidden;
}
.home-services-mobile img {
	width: 200%;
	max-width: none;
}
.zed-slice {
	position: relative;
	overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center right;
}
.zed-slice-one {
	/*background-image: url(../img/zed-slice-1.jpg);*/
	    z-index: 11;

}
.zed-slice-two {
	/*background-image: url(../img/zed-slice-2.jpg);*/
	z-index: 10;

}
.zed-wrapper {
	position: absolute;
	width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 10% 50%;
}

.zed-slice-one .zed-wrapper {
	/*background-image: url(../img/zed-slice-1-caption.png);*/
}
.zed-slice-two .zed-wrapper {
	/*background-image: url(../img/zed-slice-2-caption.png);*/
}
.spacer {
	height: 8px;
	width: 100%;
}
.orange-to-green {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de5716+1,adc83b+100 */
background: rgb(222,87,22); /* Old browsers */
background: -moz-linear-gradient(left, rgba(222,87,22,1) 1%, rgba(173,200,59,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(222,87,22,1) 1%,rgba(173,200,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(222,87,22,1) 1%,rgba(173,200,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de5716', endColorstr='#adc83b',GradientType=1 ); /* IE6-9 */
}
.purple-to-blue {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515082+0,35b7ec+100 */
background: rgb(81,80,130); /* Old browsers */
background: -moz-linear-gradient(left, rgba(81,80,130,1) 0%, rgba(53,183,236,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(81,80,130,1) 0%,rgba(53,183,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(81,80,130,1) 0%,rgba(53,183,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515082', endColorstr='#35b7ec',GradientType=1 ); /* IE6-9 */
}
.shadower {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.25+1,0+50 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 1%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
section h2 {
	margin-bottom: 30px;
}
section p {
	margin-bottom: 30px;
}
.home-services {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.btn-default {
	text-transform: uppercase;
	font-size: 20px;
	background-color: #262262;
	border: none;
	border-radius: 10px;
	color: #ffffff;
	padding: 9px 18px;
}
.btn-default:hover {
	background-color: rgba(222,87,22,1);
	color: #fff;
}
.shadower {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.oblique-holder {
	position: relative;
}
.oblique {
	background-color: #fff;
	position: absolute;
	width: calc(100% - 40px);
    height: 125%;
    left: 15px;
    top: -12%;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg); /* Standard syntax */
    -webkit-transition: all 250ms ease-out 0ms;
    -moz-transition: all 250ms ease-out 0ms;
    -o-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
}
.oblique-cutter {
	overflow: hidden;
}
.oblique-caption {
	position: relative;
	z-index: 1;
}
.oblique-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #515082;
	margin: 40px auto;
    -webkit-transition: all 250ms ease-out 0ms;
    -moz-transition: all 250ms ease-out 0ms;
    -o-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
}
.oblique-caption {
	margin-bottom: 40px;
}
.oblique-caption img {
	max-width: 100%;
	padding: 15px;
}
.oblique-holder:first-child .oblique-icon {
	background-color: #415f8d;
}
.oblique-holder:nth-child(2) .oblique-icon {
	background-color: #3e6e9b;
}
.oblique-holder:nth-child(3) .oblique-icon {
	background-color: #397eab;
}
.oblique-holder:nth-child(4) .oblique-icon {
	background-color: #348ebc;
}
.oblique-holder .number {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
}
.oblique-holder .title {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 10px;
}
.oblique-holder:hover .oblique {
	left: -6px;
	width: 100%;
}
.oblique-holder:hover .oblique-icon {
	width: 115px;
	height: 115px;
}
.home-services-list {
	background-image: url(../img/orange-bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.service-list-title {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.service-list-description {
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.home-services-list img {
	max-height: 99px;
	margin-bottom: 0; 
	    -webkit-transition: all 250ms ease-out 0ms;
    -moz-transition: all 250ms ease-out 0ms;
    -o-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
}
.home-services-list .special-img-over {
	height: 99px;
	/*overflow: hidden;*/
	margin-bottom: 15px;
}
.home-services-list .service-wrapper:hover img {
	max-height: 119px;
	margin-top: -10px;
}
.home-avantages {
	background-image: url(../img/avantages.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #02a5e7;
}
ul {
	list-style: none;
	padding:0;
	margin:0;
}
ul.fat li {
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	margin-bottom: 32px;
	background-image: url(../img/check.png);
	background-size: 46px 40px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 56px;
}
ul.fat li:last-child {
	margin-bottom: 0;
}
.home-gallery-item {
	background-size: cover;
	background-position: center;
	border: 3px solid #fff;
}
.blue {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33,167,224, 0.9);
	    -webkit-transition: all 250ms ease-out 0ms;
    -moz-transition: all 250ms ease-out 0ms;
    -o-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
}
.home-gallery-item:hover .blue {
	opacity: 1;
}
.home-gallery-caption img {
	width: 75%;
	padding: 0px 30px 60px 30px;
	-webkit-filter: grayscale(100%) invert(1) brightness(2.25);
    filter: grayscale(100%) invert(1) brightness(2.25);
}
.btn-home-cas {
	background-color: transparent;
	border: 3px solid #ffffff;
	padding: 4px 9px;
}
.btn-home-cas:hover {
	border-color: rgba(222,87,22,1);
}
/****************************************************************/
/* */
/* 			FOOTER 										*/
/* */
/****************************************************************/
footer {
	background-color: #d2d2d2;
	color: #242424;
}
footer h3 {
	text-transform: inherit;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 21px;
}
footer {
	font-size: 14px;
}
footer hr {
	border-top: solid 2px #262262;
	margin-bottom: 15px;
}
footer .zed img {
	width: 34px;
	height: 34px;
	margin-bottom: 15px;
}
footer .cprght p {
	font-size: 12px;
	margin-top: 7px;
}
footer a {
	text-decoration: none;
	color: #242424;
}
footer a:hover {
	text-decoration: none;
	color: #02a5e7;
}
#toTop {
    opacity: 0;
    background: rgba(255,255,255,0.65);
    bottom: 14px;
    display: none;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#toTop svg {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    fill: #02a5e7;
}
/****************************************************************/
/* */
/* 			Breadcrumb 											*/
/* */
/****************************************************************/
.breadcrumbz {
	margin-top: 55px;
	height: 222px;
	position: relative;
}
.breadcrumbz h1 {
	color: #ffffff;
	margin: 0;
	line-height: 1em;
	margin-top: 86px;
}
.breadcrumbz p {
	margin-top: 98px;
	color: #ffffff;
	font-size: 12px;
}
.breadcrumbz p a {
	color: #ffffff;	
}
.breadcrumbz p span {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.breadcrumbz .bckgrn-prllx  {
	background-image: url(../img/breadcrumb.png);
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center 0px;
}
/****************************************************************/
/* */
/* 			Contact										*/
/* */
/****************************************************************/
.ul-contact h3 {
	text-transform: inherit;
	position: relative;
	margin-bottom: 15px;
}
.ul-contact h3:after {
	position: absolute;
	content: " ";
	width: 34px;
	height: 3px;
	bottom: -8px;
	left: 1px;
	background-color: #292560;
}
.ul-contact .fa-li {
	margin-top: 3px;
	margin-left: -7px;
	color: #292560;
}
.ul-contact li {
	margin-bottom: 30px;
}
.form-control {
	font-weight: bold;
	color: #242424;
	border-left: none;
	border-radius: 0;
	border-bottom: 1px #242424 solid;
	border-right: none;
	border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.form-group {
	margin-bottom: 50px;
}
form {
	margin-bottom: 50px;
}
form button {
	margin-top: 18px;
	position: relative;
}
form button:before {
	content: " ";
	position: absolute;
    left: -194px;
    top: -68px;
    width: 182px;
    height: 130px;
    background-image: url(../img/from-submit-plane.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px -5px;
}
::-webkit-input-placeholder {
   color: #242424 !important;
   font-size: 15px;
   font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
   color: #242424 !important;
   font-size: 15px; 
   font-weight: 400;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #242424 !important;
   font-size: 15px;
   font-weight: 400;
}

:-ms-input-placeholder {  
   color: #242424 !important;
   font-size: 15px;
   font-weight: 400; 
}
.second-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}
/****************************************************************/
/* */
/* 			A PROPOS											*/
/* */
/****************************************************************/
.second-background.inverted-bottom {
	background-position: left bottom;
}
.a-propos .oblique-caption {
	margin-top: 40px;
}
.a-propos h2 {
	font-size: 55px;
	margin-bottom: 0;
}
.a-propos h3 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0;

}
.oblique-holder .number {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: 1em;
}
.a-propos .oblique-holder .number {
	font-size: 103px;
}
.clouds {
	position: relative;
}

.fat-two li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 20px;
}
.fat-two li:before {
	content: " ";
	position: absolute;
	top: 4px;
	left: 0;
	width: 26px;
	height: 23px;
	background-image: url(../img/li-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.fat-two li.on:before {
	opacity: 1;
}
.fat-three li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 20px;
}
.fat-three.doubled li {
font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 32px;
    padding-left: 56px;
}
.fat-three li:before {
	content: " ";
	position: absolute;
	top: 4px;
	left: 0;
	width: 23px;
	height: 23px;
	border: 2px solid #25aae1;
	border-radius: 3px;
	opacity: 0.2;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.fat-three.doubled li:before {
	border-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 6px;
}
.fat-three li.on:before {
	opacity: 1;
}
.bulb {
	padding-top: 40px; padding-bottom: 15px;
}
.fat-three .check {
	opacity: 0;
	width: 21px;
	height: 21px;
	background-image: url('../img/check-2.png');
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 4px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: translate3d(0,-100px,0); /* Safari */
    transform: translate3d(0,-100px,0);
}

.fat-three li.on .check {
	opacity: 1;
}
.fat-three .check-three {
	opacity: 0;
	width: 21px;
	height: 21px;
	background-image: url('../img/check-2.png');
	position: absolute;
	margin-left: -33px;
	margin-top: 3px;
	-webkit-transition: opacity,transform 250ms ease-out 0ms;
    -moz-transition: opacity,transform 250ms ease-out 0ms;
    -o-transition: opacity,transform 250ms ease-out 0ms;
    transition: opacity,transform 250ms ease-out 0ms;
    -webkit-transform: translate3d(0,-100px,0); /* Safari */
    transform: translate3d(0,-100px,0);
}
.fat-three.doubled .check-three {
	background-image: url('../img/check-3.png');
	background-size: cover;
	width: 42px;
	height: 42px;
	margin-left: -51px;

}
.fat-three li.on .check-three {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0); /* Safari */
    transform: translate3d(0,0,0);
}
.fat-three.doubled li.on .check-three {
    -webkit-transform: translate3d(0,-2px,0); /* Safari */
    transform: translate3d(0,-2px,0);
}
/****************************************************************/
/* */
/* 			clients 										*/
/* */
/****************************************************************/
.gal-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gal-nav {
	display: block;
	position: absolute;
	top: 0;
	left: -20%;
	width: 70%;
	height: 100%;
	padding-top: 25%;
}
.gal-nav:after {
	position: absolute;
	content: " ";
	border: 3px solid #25aae1;
	border-left: none;
    border-bottom: none;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg); /* Standard syntax */
	width: 80px;
	height: 80px;
	top: calc(50% - 40px);
	left: calc(70% - 40px);
}
.gal-nav:first-child:after {
	-ms-transform: rotate(-135deg); /* IE 9 */
	-webkit-transform: rotate(-135deg); /* Safari */
	transform: rotate(-135deg); /* Standard syntax */
	left: calc(30% - 40px);
}
.gal-nav:hover:after {
	border-color: #000;
}
.gal-content img {
-webkit-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.5);
box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.5);
}
[href$="gal-next"] {
	left: 50%;
	text-align: right;
}
.client-logo img {
	max-height: 88px;
	margin-bottom: 40px;
}
.etude-title {
	font-weight: 600;
	text-decoration: underline;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}
article.container {
	padding-bottom: 75px;
	border-bottom: 2px #232176 solid;
	margin-bottom: 75px;
}
article.container:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 100px;
}
.logo-clients .col-xs-6 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.modal-content {
	background-color: transparent;
	border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}
button.close {
	color: #25aae1;
	font-size: 52px;
	font-weight: 400;
	line-height: 1em;
	opacity: 1;
	text-shadow: none;
}
.modal-body {
	padding-top: 0;
	padding-bottom: 0;
}
.gal-launch {
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.gal-launch:before {
	position: absolute;
	content: " ";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	-webkit-box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.25);
}

.gallery-item {
	margin-bottom: 15px;
}
.gal-launch:after {
	content: " ";
	position: absolute;
	top: 0;
	left: -35%;
	width: 150%;
	height: 200%;
    -webkit-transition: all 250ms ease-out 0ms;
    -moz-transition: all 250ms ease-out 0ms;
    -o-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    background-color: rotate(20deg) rgba(33,167,224, 0.9);
    -webkit-transform: rotate(20deg) translate3d(0,100%,0); /* Safari */
    transform: rotate(20deg) translate3d(0,100%,0);
	background-color: rgba(33,167,224, 0.9);
}
.gal-launch:hover:after {
	opacity: 1;
    -webkit-transform: rotate(20deg) translate3d(0,-25%,0); /* Safari */
    transform: rotate(20deg) translate3d(0,-25%,0);
}
/****************************************************************/
/* */
/* 			MEDIA QUERIES 										*/
/* */
/****************************************************************/
@media (min-width: 768px) {
	.second-background {
		background-size: contain;
		background-position: calc(100% - 15px) 0;
	}
	.second-background.inverted-bottom {
		background-position: 15px 100%;
	}
	.navbar-brand img {
		padding: 20px 15px;
		max-height: 70px;
		margin-top: 18px;
	}
	.breadcrumbz {
		margin-top: 105px;
		height: 222px;
	}
	.navbar-lang span {
		display: inline-block;
		margin-top: 42px;
	}
	.navbar-nav>li>a {
	    padding-top: 43px;
	    padding-bottom: 42px;
	}
	.navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav {
		overflow: hidden;
		padding-left: 4px;
	}
	.navbar-nav>li {
		position: relative;
	}
	.navbar-nav>li>a:before {
		z-index: -1;
		position: absolute;
		content: " ";
		width: 70%;
		height: 200%;
		top: -50%;
		left: 15%;
		background-color: #25aae1;
	    -ms-transform: rotate(20deg); /* IE 9 */
	    -webkit-transform: rotate(20deg); /* Safari */
	    transform: rotate(20deg); /* Standard syntax */
	    -webkit-transition: all 175ms ease-out 0ms;
	    -moz-transition: all 175ms ease-out 0ms;
	    -o-transition: all 175ms ease-out 0ms;
	    transition: all 175ms ease-out 0ms;
	    opacity: 0;
	}
	.navbar-nav>li:nth-child(odd)>a:before {
		top: -50%;
		left: 15%;
	}
	.nav>li.active>a, .nav>li>a:focus, .nav>li>a:hover {
    	background-color: transparent;
	}
	.navbar-nav>li.active>a:before, .nav>li>a:focus:before, .nav>li>a:hover:before {
		opacity: 1;
		top: -50%;
		left: 15%;
	}
	.clouds:before {
		position: absolute;
		top:-250px;
		left:0;
		width: 100%;
		height: 250px;
		content: " ";
		background-image: url(../img/clouds.png);
		background-size: cover;
		z-index: 20;
	}
	.clouds:after {
		position: absolute;
		top:-250px;
		left:0;
		width: 100%;
		height: 250px;
		content: " ";
		background-size: cover;
		z-index: 21;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+50,1+100 */
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
}
@media (min-width: 991px) {
	.modal-dialog {
		width: 88%;
	}
	.navbar-brand img {
		padding: 20px 15px;
		max-height: 100px;
		margin-top: 0px;
	}
	.breadcrumbz {
		margin-top: 105px;
		height: 222px;
	}
	.navbar-nav>li>a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.breadcrumbz h1 {
		font-size: 40px;
		font-weight: 700;
	}
}
@media (min-width: 1200px) {
	.col-lg-x5 {
		width: 20%;
	}
	.navbar-brand img {
		padding: 20px 15px;
		max-height: 105px;
	}
	.breadcrumbz {
		margin-top: 105px;
		height: 222px;
	}
	.bulb.maison {
		background-image: url(../img/house.jpg);
		background-size: contain;
		background-position: 17% 0%;
		background-repeat: no-repeat;
		padding-top: 225px;
		padding-bottom: 175px;
	}
	.modal-dialog {
		width: 60%;
	}
}
@media (min-width: 1500px) {
	.container {
		width: 1470px;
	}
	h1 {
		font-size: 80px;
	}
	.breadcrumbz .bckgrn-prllx {
		background-size: contain;
	}
	.second-background {
		background-position: 85% 0;
	}
	.second-background.inverted-bottom {
		background-position: 10% 100%;
	}
	.special-padding {
		padding-top: 88px;
	}
	.refonte {
		padding-top: 70px;	
	}
	.bulb {
		padding-top: 0; padding-bottom: 0;
	}
	.possible {
		padding-top: 40px;
	}
}
/****************************************************************/
/* */
/* 			REVERTED QUERIES									*/
/* */
/****************************************************************/
@media (max-width: 991px) {
	.oblique-holder {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.oblique {
			background-color: #fff;
			position: absolute;
			width: calc(100% - 80px);
		    height: 150%;
		    left: 40px;
		    top: -30%;
		}
	.blue {
		opacity: 0.9;
	}
	.oblique-holder {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.oblique {
/*		background-color: #fff;
		position: absolute;
		width: calc(100% - 80px);
	    height: 150%;
	    left: 40px;
	    top: -30%;*/
	    display: none;
	}
	.oblique-caption {
		color: #fff;
	}
	.oblique-holder .oblique-caption .oblique-icon {
		background-color: transparent;
		border-radius: inherit;
		margin-bottom: 5px;
		margin-top: 15px;
	}
}
@media (max-width: 767px) {

	.text-right.zed {
		text-align: left;
	}
	h2 {
		font-size: 34px;
	}
	.home-services {
	    background-color: rgba(255,255,255,0.7);
	    background-blend-mode: lighten;
	}
	.home-gallery-item {
		margin: 15px;
	}
	.container>.navbar-collapse {
		position: relative;
		padding-bottom: 45px;
	}
	.navbar-lang {
		position: absolute;
		    bottom: 7px;
		left: 15px;
		border-top: 1px solid #ebebec;
		width: 100%;
		padding-top: 15px;
		text-align: right;
	}
	.navbar-lang a {
		padding: 15px;
	}
	body .navbar-lang span:first-child a {
		padding-right: 15px;
     	margin-right: 0; 
	}
	body .navbar-lang span:first-child a:after {
		background-color: #ebebec;
	}
	.navbar-nav>li>a {
		padding-left: 15px;
	}
	.a-propos h3 {
		font-size: 24px;
    	margin-bottom: 10px;
	}
}
