#immersif {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-left: 0;
    padding: 0 15px;
}

@media (min-width: 1024px) {
    #immersif {
        padding: 0;
        margin-left: -320px;
    }
}

.container-immersifhome {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow:hidden;
    height:auto;
}

.computer .container-immersifhome {
    min-height: 173px;
}


.computer .slides-container img {

    -webkit-transition: transform 10s ease;
    -moz-transition: transform 10s ease;
    -ms-transition: transform 10s ease;
    -o-transition: transform 10s ease;
    transition: transform 10s ease;
}
.computer .slides-container li.active img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.computer .slides-container li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 59, 97, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c003b61', endColorstr='#00ffffff',GradientType=1 );
    pointer-events: none;
}

.computer .slides-container img.ancrage-bas {
    top: initial !important;
    bottom: 0;
}

.computer .slides-container img.ancrage-haut {
    top: 0 !important;
    bottom: initial !important;
}

.slides-container .overall_slide {
    position: absolute;
    right: 0;
    bottom: -8vw;
    width: 28vw;
    height: 28vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.slides-container .overall_slide .square45 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgba(0,43,86,.66);
}



.slides-container .overall_slide .overall_slide_texte {
    color: #fff;
    font-size:3.4vw;
    font-weight: 400;
    margin: 0;
    font-family: hackney,Arial,sans-serif;
    overflow: hidden;
    text-align: right;
    position: relative;    padding: 0 2.8vw 5vw 0 ;
    max-width: 27vw;
    line-height: 3.2vw;
}


.slides-container .overall_slide .square45.bleuf {
    background-color: rgba(0,43,86, 0.66);
}
.slides-container .overall_slide.bleuf .overall_slide_texte:after {
    background:#8DBEE8;
}
.slides-container .overall_slide .square45.bleuc {
    background-color: rgba(141,190,231, 0.66);
}
.slides-container .overall_slide.bleuc .overall_slide_texte:after {
    background:#E95F53;
}
.slides-container .overall_slide .square45.bleucanard {
    background-color: rgba(0,153,167, 0.66);
}
.slides-container .overall_slide.bleucanard .overall_slide_texte:after {
    background:#F3D800;
}
.slides-container .overall_slide .square45.vertc {
    background-color: rgba(124,192,167, 0.66);
}
.slides-container .overall_slide .square45.vertf {
    background-color: rgba(22,101,98, 0.66);
}
.slides-container .overall_slide.vertf .overall_slide_texte:after {
    background:#F3D800;
}
.slides-container .overall_slide .square45.orange {
    background-color: rgba(233,95,84, 0.66);
}
.slides-container .overall_slide .square45.gris {
    background-color: rgba(244,244,244, 0.66);
}
.slides-container .overall_slide .square45.jaune {
    background-color: rgba(242,216,0, 0.66);
}
.slides-container .overall_slide .square45.violet {
    background-color: rgba(77,29,79, 0.66);
}


.slides-container .overall_slide .overall_slide_texte .overall_slide_accroche {
    display: block;
    font-weight: 400;
    font-family: tt_commons_bold, Arial, sans-serif;
    font-size: 2vw;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
    .container-immersifhome .slides-pagination {
        right:5px !important;
        bottom:5px !important;

    }
    .container-immersifhome .slides-pagination > a {
        margin:5px !important;
        height: 10px !important;
        width: 10px !important;
    }
    .container-immersifhome .slides-pagination > a.current,
    .container-immersifhome .slides-pagination > a:hover {
        height: 11px !important;
        width: 11px !important;
    }

    .slides-container .overall_slide {
        bottom: -13vw;
        width: 44vw;
        height: 44vw;
    }

    .slides-container .overall_slide .overall_slide_texte {
        font-size: 5.4vw;
        font-weight: 400;
        margin: 0;
        font-family: hackney,Arial,sans-serif;
        overflow: hidden;
        text-align: right;
        position: relative;
        padding: 0 2.8vw 5vw 0;
        max-width: 43vw;
        line-height: 5.3vw;
        z-index: 2;
    }
}


.container-immersifhome .slides-pagination {
    bottom:0px !important;
    right: 40px;
}

.container-immersifhome .go_sound {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 20;
    background:url(../img/gosound.png) left top no-repeat;
}

.container-immersifhome .go_sound img {
    width:100% !important;
    height:100% !important;
    top: 0 !important;
    z-index: 0 !important;
    max-width: none !important;
    left:0 !important;
}

.container-immersifhome .go_sound.muted {
    background:url(../img/gosound.png) left bottom no-repeat;
}

#immersif .ancrage {
    text-indent:-9999px;
    width: 40px;
    height: 19px;
    background: url(../img/lesarcs/btn-scroll-bottom.png) 0 0 no-repeat;
    margin:0 auto;
    cursor:pointer;
}

.container-playground {
    position:absolute;
    top:-1px;
    left:200px;
    z-index: 666;

}

li .container {
    display:none;
}

.container-immersifhome #slides-vacation {
    position: absolute !important;
    display:none;
    top:0;
}

.slides-container>li>a {
display:block
}


.container-immersifhome .slides-pagination a {
    text-indent: -9999px;
}


.container-vacation {
    position:absolute;
    bottom: 19px;
    left:50%;
    margin-left:-449px;
    background:white;
    height:293px;
    width:898px;
    z-index: 666;
    background:url(../img/lesarcs/back-vacation.png) right top no-repeat;
}

.slide-caption {
    position:absolute;
    left:0;
    top:21px;
    border:1px solid white;
    text-align:left;
    padding:20px 28px;
    font-family: 'robotothin', sans-serif;
    letter-spacing: 0.03em;
    color:#ff6858;
    text-transform: uppercase;
    height: 272px;
    width: 520px;
    border-bottom: none;

    background-color: rgb(48,50,49);
    background-color: rgba(48,50,49, 0.4);

}

.slide-caption .slide-titre {
    font-size:41px;
    line-height: 1.2em;
}

.slide-caption .slide-sstitre {
    font-size:72px;
    line-height: 1em;
}

.slide-caption .more a {
    display:inline-block;
    position:relative;
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
    font-family: 'robotomedium', sans-serif;
    font-size:11px;
    width: auto;
    margin-left: 84px;
    margin-top: 15px;
    background: #ff6858;
    color: white;
    padding: 0 5px 1px 5px;
}

.slide-caption .more a:before {
    background:url(../img/lesarcs/more-arrow.png) 0 0 no-repeat;
    content: " ";
    position: absolute;
    height: 8px;
    width: 61px;
    left: -78px;
    top: 4px;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -ms-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}

.slide-caption .more a:hover:before {
    left: -68px;
}

.callsaction {
    position:absolute;
    left:550px;
    top:25px;
    text-align: left;
}

.callsaction li {
    margin:20px 0;
    margin-left: 20px;
}

.callsaction .callto-link {
    border-top:1px solid #a4a5a4;
    padding-top:20px;

}

.callsaction .callto-vacation {
    border-left:1px solid #ff6858;
    padding-left: 20px;
    margin-left: 0px;
}

.callsaction li a {
    display:inline-block;
    font-size: 24px;
    color:#303231;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.1em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.callsaction .callto-vacation a {
    color:#ff6858;
}

.callsaction a:hover {
    color:#ff6858;
    margin-left:5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.callsaction .callto-vacation a.noevents {
    pointer-events: none;
}

.vacation-ui {
    position:absolute;
    left:0;
    top:21px;
    background:white;
    padding:20px 25px;
    height: 272px;
    width: 520px;
    text-align: left;
    display: none;
}

.vacation-close {
    width:26px;
    height:25px;
    position:absolute;
    top: 20px;
    right: 50px;
}

.vacation-close a {
    display:block;
    width:26px;
    height:25px;
    text-indent: -9999px;
    background:url(../img/lesarcs/close-moteur.png) left top no-repeat;
}

.vacation-close a:hover {
    background:url(../img/lesarcs/close-moteur.png) left bottom no-repeat;
}


.vacation-loader {
    position: absolute;
    right: 55px;
    top: 22px;
    display:none;
}

.vacation-content {
    margin-right:40px;
}

.vacation-content ul {
    margin: 0 0 8px 15px;
    padding-left: 10px;
    padding-bottom:15px;
}

.vacation-content ul li {
    line-height: 1.4em;
}

.vacation-content .choix-titre {
    font-family: 'robotoregular', sans-serif;
    position: relative;
    cursor: pointer;
    font-size:16px;
}

.vacation-content .choix-titre em {
    position: absolute;
    display: block;
    background: url(../img/lesarcs/sprite-moteur.png) 0 0 no-repeat;
    width: 6px;
    height: 6px;
    top: 4px;
    left: 0;
}

.vacation-content .choix-titre a {
    margin: 0 0 13px 15px;
    display: block;
    color: #303231;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-left: 1px dotted #c6c6c6;
    line-height: 1em;
    padding-left: 10px;
}

.vacation-content .choix-titre a:before {
    position: absolute;
    content: '';
    border-top: 1px solid #e0e0e0;
    top: -7px;
    width: 100%;
}
.vacation-content .choix-titre.goto-prev a:before,
.vacation-content .choix-titre.active a:before {
    border-top: 1px solid #e0e0e0;
}

.vacation-content .choix-titre:first-child a:before {
    border: none;
}

.vacation-content .choix-titre:hover a {
    color: #ff6858;
}


.vacation-content .choix-titre.goto-prev a,
.vacation-content .choix-titre.active a {
    margin: 0 0 5px 15px;
}

.vacation-content .choix-ok {
    margin: 0px 0 0px 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom:0;
}

.vacation-content .choix-ok li {
    color: #ff6858;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.vacation-content .btn-option {
    color: #606362;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vacation-content .btn-option.active,

.vacation-content .btn-option:hover {
    color: #ff6858;
}

.select-input {
    width: 200px;
    height: 26px;
    color: #606362;
    text-transform: uppercase;
    padding: 2px;
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid #cbcccb;
}

.moteur-r-arrivee {
    display: inline-block;
    width: 28px;
    height: 31px;
    background: url(../img/lesarcs/sprite-cal.png) no-repeat scroll left top;
    margin: 0 0 0 7px;
}

.moteur-r-arrivee:hover {
    background: url(../img/lesarcs/sprite-cal.png) no-repeat scroll left bottom;
}

.moteur-r-arrivee img {
    width: 28px;
    height: 31px;
    border: 0;
}

.select-container {
    margin: 10px 0 10px 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom:0
}

.ui-datepicker-calendar .ui-state-default {
    background: #ff6858;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    background: 0;
    color: #999;
}

.vacation-nbresultats {
    position:absolute;
    right: -302px;
    bottom: 48px;
    text-align: right;
    width: 250px;
    border: 1px solid #ff6858;
    padding: 0 5px;
}

.vacation-nbresultats:before {
    position:absolute;
    content: '';
    width: 250px;
    border-top: 1px solid #e0e0e0;
    top:-40px;
    left: 0;
}

.vacation-nbresultats .goto-reservation {
    display:inline-block;
    position:relative;
    text-transform: uppercase;
    font-family: 'robotomedium', sans-serif;
    font-size:13px;
    width: auto;
}

.vacation-nbresultats .goto-reservation:before {
   content: " ";
    position: absolute;
    height: 8px;
    width: 61px;
    left: -78px;
    top: 5px;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -ms-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}

.vacation-nbresultats .goto-reservation:hover:before {
    left: -68px;
}

#immersif.computer .video-wrap {
    position: relative;
    overflow: hidden;
}

#immersif.computer .video-wrap embed,
#immersif.computer .video-wrap iframe,
#immersif.computer .video-wrap object,
#immersif.computer .video-wrap video {
    top: 455px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: none !important;
}