@font-face {
    font-family: 'HelveticaNeueLTStd-BlkIt';
    src: url('webfont/HelveticaNeueLTStd-BlkIt.eot?#iefix') format('embedded-opentype'),  url('webfont/HelveticaNeueLTStd-BlkIt.otf')  format('opentype'),
    url('webfont/HelveticaNeueLTStd-BlkIt.woff') format('woff'), url('webfont/HelveticaNeueLTStd-BlkIt.ttf')  format('truetype'), url('webfont/HelveticaNeueLTStd-BlkIt.svg#HelveticaNeueLTStd-BlkIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-HvIt';
    src: url('webfont/HelveticaNeueLTStd-HvIt.eot?#iefix') format('embedded-opentype'),  url('webfont/HelveticaNeueLTStd-HvIt.otf')  format('opentype'),
    url('webfont/HelveticaNeueLTStd-HvIt.woff') format('woff'), url('webfont/HelveticaNeueLTStd-HvIt.ttf')  format('truetype'), url('webfont/HelveticaNeueLTStd-HvIt.svg#HelveticaNeueLTStd-HvIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container{
    display: none;
}
.container.active{
    display: block;
}

.campagneCon{
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999999999999999999;
    -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;
}

.campagneCon.deactive{
    opacity: 0;
    visibility: hidden;
    display: none;
}

.campagneSliderCon, .campagneSlider, .slides, .slides li{
    display: block;
    width: 100%;
    height: 100%;
}

.flex-viewport{
    display: block;
    width: 100%;
    height: 100%;
}

.campagneSlider {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.campagneSlider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.slides li{
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}

.campagneLogo{
    display: block;
    width: 242px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 3;
}

.baseline{
    display: block;
    position: absolute;
    bottom: 40px;
    left: 80px;
    z-index: 3;
    font-size: 20px;
    color: #FEBE09;
    font-weight: 800;
    font-family: 'HelveticaNeueLTStd-HvIt','Open Sans', sans-serif !important;
    text-transform: uppercase;
    max-width: 50%;
}

.sliderTitle{
    display: block;
    position: absolute;
    top: 80px;
    left: 80px;
    z-index: 3;
    font-size: 72px;
    line-height: 60px;
    color: #FEBE09;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-BlkIt','Open Sans', sans-serif !important;
    border: none;
}

.first.sliderTitle{
    left: 0;
    opacity: 0;
    -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;
}

.first.sliderTitle.active{
    left: 80px;
    opacity: 1;
}

.yellow p{
    color: #ffed00;
}

.green p{
    color: #b7ce02;
}

.white p{
    color: #fff;
}

.blue p{
    color: #0086cd;
}

.bgImage{
    display: none;
}

.closeCampagne{
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 50px;
    right: 50px;
    z-index: 999;
    -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;
    cursor: pointer;
}

.closeCampagne:before, .closeCampagne:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 32px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.closeCampagne:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closeCampagne:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.closeCampagne:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.quickNavCon{
    display: block;
    position: absolute;
    box-sizing: border-box;
    right: 100px;
    top: 50px;
    z-index: 5;
    border: none;
}

.quickNavCon li{
    margin: 0 5px;
    display: inline-block;
}

.quickNavCon a{
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-family: 'HelveticaNeueLTStd-HvIt','Open Sans', sans-serif !important;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
}

.quickNavCon a:hover{
    color: #ff7200;
}

.v-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1000ms;
    transition: opacity 1000ms;
    overflow: hidden;
}

.v-container.deactive{
    visibility: hidden;
    opacity: 0;
}

.v-container video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 10;
}

@media only screen and (max-width : 1024px) {
    .sliderTitle{
        top: 40px;
        left: 40px;
    }

    .closeCampagne, .quickNavCon{
        top: 20px;
    }

    .first.sliderTitle.active{
        left: 20px;
    }

    .baseline{
        bottom: 20px;
        left: 20px;
    }
}

@media only screen and (max-width : 736px) {
    .quickNavCon{
        display: none;
    }

    .sliderTitle{
        font-size: 32px;
        line-height: 28px;
    }

    .baseline{
        font-size: 14px;
    }

    .campagneLogo{
        bottom: 20px;
        right: 20px;
        width: 121px;
    }

    .closeCampagne{
        top: 20px;
        right: 20px;
    }
}