@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300);
.orange {
    color: #f79b3c;
}
.orange-bg {
    background-color: #d16311;
}
.black {
    color: #111111
}
.black-bg {
    background-color: #111111
}
.white {
    color: #ffffff
}
.white-bg {
    background-color: #ffffff
}
body, html {
    height: 100%;
    min-height: 100%;
}
body {
    font-family: 'Oxygen';
    font-weight: 400;
    font-size: 13px;
    background-color: black;
    overflow: hidden !important;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.mobile {
    display: none;
}
/*ckeditor*/

span.CKE_orange {
    color: #dd7e1c;
}
span.CKE_white {
    color: #fff;
}
.preloader {
    width: 100%;
    height: inherit;
    position: absolute;
    z-index: 999;
    background: rgb(230, 169, 117);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNmE5NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNkYzdlMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNkYzdlMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, rgba(230, 169, 117, 1) 0%, rgba(220, 126, 28, 1) 39%, rgba(220, 126, 28, 1) 39%);
    /* FF3.6+ */
    
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(230, 169, 117, 1)), color-stop(39%, rgba(220, 126, 28, 1)), color-stop(39%, rgba(220, 126, 28, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-radial-gradient(center, ellipse cover, rgba(230, 169, 117, 1) 0%, rgba(220, 126, 28, 1) 39%, rgba(220, 126, 28, 1) 39%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-radial-gradient(center, ellipse cover, rgba(230, 169, 117, 1) 0%, rgba(220, 126, 28, 1) 39%, rgba(220, 126, 28, 1) 39%);
    /* Opera 12+ */
    
    background: -ms-radial-gradient(center, ellipse cover, rgba(230, 169, 117, 1) 0%, rgba(220, 126, 28, 1) 39%, rgba(220, 126, 28, 1) 39%);
    /* IE10+ */
    
    background: radial-gradient(ellipse at center, rgba(230, 169, 117, 1) 0%, rgba(220, 126, 28, 1) 39%, rgba(220, 126, 28, 1) 39%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6a975', endColorstr='#dc7e1c', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}
.loader-bar {
    position: absolute;
    width: 400px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #c45f15;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    overflow: hidden;
}
.loading {
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    opacity: 0.7;
}
main {
    width: 100%;
    height: inherit;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}
main > div {
    height: inherit;
    transform: translate(0, 0)!important;
}
#navigation {
    width: auto;
    height: 300px;
    position: fixed;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    left: 10%;
    top: 10%;
    z-index: 9;
    text-align: center;
    padding-bottom: 65px
}
#navigation .trackbar {
    width: 1px;
    height: 100%;
    background-color: #111111;
    position: relative;
    left: 7px;
    z-index: 1;
}
#navigation .trackbar > .progress-track {
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#navigation .button {
    width: 14px;
    height: 14px;
    background-color: #111;
    border-radius: 70%;
    position: absolute;
    z-index: 2;
    left: 0;
    white-space: nowrap;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* easeInOutBack */
}
#navigation .button.on {
    background-color: #fff;
    width: 18px;
    height: 18px;
    margin-left: -2px;
    margin-top: -2px;
}
#navigation .button.on > a {
    color: #fff;
    margin-left: 25px;
}
#navigation .button > a {
    display: inline-block;
    margin-left: 18px;
    text-decoration: none;
    color: #111111;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* easeInOutBack */
}
#navigation .dragEl {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    cursor: pointer;
}
#navigation.whiteVersion .button.on {
    background-color: #f79b3c;
}
#navigation.whiteVersion .button.on > a {
    color: #f79b3c;
}
#navigation.whiteVersion .progress-track {
    background-color: #f79b3c;
}
#navigation.blackVersion .button {
    background-color: #fff;
}
#navigation.blackVersion .button.on {
    background-color: #f79b3c;
}
#navigation.blackVersion .button > a {
    color: #fff;
}
#navigation.blackVersion .button.on > a {
    color: #f79b3c;
}
#navigation.blackVersion .progress-track {
    background-color: #f79b3c;
}
section {
    width: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    
    z-index: 1;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
section > article {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4% 8%;
    font-weight: 300;
    letter-spacing: -0.26em
}
section > article * {
    border: none;
    letter-spacing: normal;
}
section > article a {
    color: #fff;
    text-decoration: none;
}
.page-separator {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-image: url(../img/pageSeparator.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.page-separator.orange {
    background-image: url(../img/pageSeparator-orange.png);
}
.scrollDownIcon {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 10px;
    height: 50px;
    width: 100%;
    background-image: url(../img/scrolldown-icon.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.scrollDownIcon.orange {
    background-image: url(../img/scrolldown-icon-orange.png);
}
section[data-role='section-1'] {
    /* background-image: url(../img/bg-section0.jpg); */
    
    background: rgb(255, 197, 120);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmM1NzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNkYzdlMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNjMzU2MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 197, 120, 1) 0%, rgba(220, 126, 28, 1) 35%, rgba(195, 86, 14, 1) 99%);
    /* FF3.6+ */
    
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 197, 120, 1)), color-stop(35%, rgba(220, 126, 28, 1)), color-stop(99%, rgba(195, 86, 14, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 197, 120, 1) 0%, rgba(220, 126, 28, 1) 35%, rgba(195, 86, 14, 1) 99%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 197, 120, 1) 0%, rgba(220, 126, 28, 1) 35%, rgba(195, 86, 14, 1) 99%);
    /* Opera 12+ */
    
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 197, 120, 1) 0%, rgba(220, 126, 28, 1) 35%, rgba(195, 86, 14, 1) 99%);
    /* IE10+ */
    
    background: radial-gradient(ellipse at center, rgba(255, 197, 120, 1) 0%, rgba(220, 126, 28, 1) 35%, rgba(195, 86, 14, 1) 99%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#c3560e', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    
    height: 100%;
}
.logoBCS {
    width: 100%;
    height: 392px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/logo-bcs-halo.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
}
.logoBCS > * {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Oxygen';
}
.logoBCS > h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.logoBCS > h1 > span {
    font-size: 20px;
}
.logoBCS > h2 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.4em;
    -webkit-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
    opacity: 0;
}
section[data-role='section-2'] {
    background-color: #fff;
    background-image: url(../img/lavage-vitres-en-tete.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
section[data-role='section-2'] article {
    padding: 4% 15%;
    padding-bottom: 10%;
    font-size: 15px;
    line-height: 1.9em;
}
section[data-role='section-3'] {
    background-color: #000;
    height: auto;
}
section[data-role='section-3'] article {
    padding: 8% 5%
}
.col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#slideshow {
    position: relative;
    overflow: hidden;
    width: 440px;
    height: 580px;
    margin-top: -50px;
}
#slideshow .slideshow-nav {
    position: absolute;
    width: 50px;
    top: 45%;
    right: 0;
    z-index: 5;
    text-align: center;
}
#slideshow a {
    display: block;
    text-align: center;
}
#slideshow a.up {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
}
#slideshow a.down {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
}
.pictures {
    position: relative;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slideShow_mask {
    width: 400px;
    height: 580px;
    overflow: hidden;
    background-image: url(../img/slideshow-mask.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
section[data-role='section-4'] {
    background-color: #dd7e1c;
    height: 100%;
}
h1.contact {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
/*CSS plugins*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/fancybox/blank.gif');
    /* helps IE */
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../img/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
