html, body { overflow:visible !important; }

.destktop{display: block;}
.mobile{display: none;}
h1{margin: 0 !important;}
h3{
    color: #161616 !important;
    font-weight: 100;
}
p{margin: 0 !important;}
a:hover, a:hover,  a:focus,  a:visited{text-decoration: none;}
.bor-r{border-right: 1px solid #4f4f4f;}
.txt-left{text-align: left;}

.inline-bk{
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.inline-bk-img{
    display: inline-block;
    vertical-align: top;
    width: 505px;
    margin-right: 40px;
}

.cache{
    display: none;
}
.visible{
    display: block !important;
}
  

.disapear{display: none;}
.appear{display: block !important;}


.conditionPass {
    color: #666;
    font-size: 12px;
    text-align: justify;
    display: none;
    padding: 18px 5% 0;
}

.btnOuverturePass > a{
    position: relative;
    display: inline-block;
    width: 310px;
}

.btnOuverturePass > a:before {
    transform: rotateZ(-48deg);
    -webkit-transform: rotateZ(-48deg);
    left: 100%;
}

.btnOuverturePass > a.active:before {
    transform: rotateZ(48deg);
    -webkit-transform: rotateZ(48deg);
    left: 100%;
}

.btnOuverturePass > a:after {
    transform: rotateZ(48deg);
    -webkit-transform: rotateZ(48deg);
    left: 98%;
}

.btnOuverturePass > a.active:after {
    transform: rotateZ(-48deg);
    -webkit-transform: rotateZ(-48deg);
    left: 98%;
}

.btnOuverturePass > a.active:before, .btnOuverturePass > a.active:after, .btnOuverturePass > a:after, .btnOuverturePass > a:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 10px;
    border: 1px solid #a0a0a0;
}

.mb-menu-pass .btnOuverturePass > a{
    width: 270px;
}

.mb-menu-pass .btnOuverturePass > a.active:before, .mb-menu-pass .btnOuverturePass > a.active:after, .mb-menu-pass .btnOuverturePass > a:after, .mb-menu-pass .btnOuverturePass > a:before {
    top: 8px;
    width: 10px;

}

/******************
    MENU STICKY A 3 ENTREES
*****/

/* Ancre servant à remonter la page losque l'utilsateur vient de cliquer sur un onglet */

#description{
    position: relative;
    top: -119px;
}

/* Menu */

.nav-sticky-disney .header-mkg-item a {
    border-right: none !important;
}

.nav-sticky-disney .header-mkg-item a:after {
    background-color: #fdbe13 !important;
}

.nav-sticky-disney .header-mkg-item .item-subhp h1 {
    height: 100%;
    text-align: center;
    font-size: 27px;
    font-family: "Roboto";
    font-weight: 100;
    min-height: 86px !important;
    color: #000;
    display: block;
    position: relative;
    line-height: 86px;
    width: 100%;
    text-transform: uppercase;
}

.nav-sticky-disney .header-mkg-item .item-subhp h1:hover{color:#fdbe13;}

.nav-sticky-disney .header-mkg-item .item-subhp h1::after{position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:0;
    background-color:#fdbe13;
    content:'';
    transition:all 0.25s ease-in-out 0s;} 

.nav-sticky-disney .header-mkg-item .item-subhp h1:hover::after{height:8px;} 

.nav-sticky-disney .header-mkg-item .item-subhp h1.current{color:#fdbe13;} 

.nav-sticky-disney .header-mkg-item .item-subhp h1.current::after{height:8px;} 

.sticky {position: fixed; width: 100%; left: 0; top: 118px; z-index: 1000; border-top: 0; background: #fff;}

@media screen and (max-width:1126px){
    .nav-sticky-disney .header-mkg-item .item-subhp h1{line-height:60px !important;padding-top:10px;}
}
@media (max-width:1015px) and (min-width:993px){ 
    .nav-sticky-disney .header-mkg-item .item-subhp h1{min-height:80px !important;}
}
@media (max-width:815px) and (min-width:768px){ 
    .nav-sticky-disney .header-mkg-item .item-subhp h1{min-height:80px !important;}
}
@media screen and (max-width:767px){ 
    .nav-sticky-disney .header-mkg-item .item-subhp h1{font-size:18px !important;line-height:19px !important;padding:20px 8px;min-height:80px !important;}
    #evenement .item-subhp h1{padding:30px 0;}
}
@media (max-width:768px) and (min-width: 424px){
    .nav-sticky-disney .header-mkg-item .item-subhp h1{
        padding: 30px 0;
    }
}
@media screen and (max-width:320px){ 
    .nav-sticky-disney .header-mkg-item .item-subhp h1{font-size:16px !important;}
}


/******************
DESCRIPTION DE L'ONGLET EN COURS DE CONSULTATION 
*****/

.description {
    padding: 25px 55px !important;
    font-size: 18px;
}

/******************
VERSION DESKTOP : SOUS-ONGLET DESKTOP (BILLET 1 JOURS, BILLET 2 JOURS) + CONTENU DESKTOP
*****/


/*CONTENANT DESKTOP*/

.dk-onglets-contenu-rel{
    display : block; 
    position: relative;
    font-size: 16px;
}

/*ONGLETS DESKTOP*/

.dk-onglets{
    text-align: center;  
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; 
    cursor: pointer;
}

.dk-onglets-billetsjours{
    background-color: #242424; 
}

.dk-onglets-passannuel{
    position: absolute;
    top: 0;
    left: 0;   
    background-color: #242424; 
}

.dk-item{
    padding: 20px 0;
}

.dk-item-offre-speciale{
    background-color: #dd1e35;
    padding: 35px 0;
}

.dk-item-offre-speciale img{
    width: 15px;
    height: 18px;
}

.dk-onglets div{
    color: #fff;
    text-decoration: none;
}

.dk-title{
    text-transform: uppercase;
    font-weight: bold;  
    font-size: 18px;
}

.dk-txt{
    font-size: 14px;
    line-height: 15px;
}

.dk-item:hover, .dk-item.active{
    background-color: #303030; 
}

div.dk-item:hover:after, div.dk-item-offre-speciale:hover:after, #onglet2.active:after, #onglet1.active:after, #onglet4.active:after, #onglet5.active:after, #onglet6.active:after, #onglet7.active:after, #onglet3.active:after{
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #303030 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

div.dk-item-offre-speciale:hover:after, #onglet3.active:after{
    border-top: solid #dd1e35 10px;
}


/*CONTENU DESKTOP*/

.dk-contenu{
    margin-top: 100px;
    text-align: center;
    color: #000;
    padding: 50px 0;
}

/*CONTENU BILLETS 1*/

.container-billets-flex{
    display: flex;
    flex-wrap: wrap;
}

.dk-item-container-flex{
    flex: 0 33%;
    webkit-flex: 0 33%;    
}

.caption-2-billets{
    display: block;
    margin: 40px auto 30px;
}

.ligne1 div, .ligne2 div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.ligne1 div:first-child {
    margin-right: 15px;
}

.ligne1 div > p, .ligne2 div > p {
    font-weight: 600;
    margin: 0;
}

.ligne1 div > p:last-child, .ligne2 div > p:last-child {
    font-weight: 400;
    color: #a0a0a0;
}


/*CONTENU BILLETS 2*/

.btn-offre{
    display: block;
    width: 25%;
    margin: 0 auto;
    color: #ffffff !important;
    background-color: #F5B027;
    border-color: #f5b027;
    padding: 10px;
    border-radius: 2px;
}

.btn-offre span{
    padding-left: 20px;
    background: url(/static_lotus/uploads/nav/fnacspe/Images/ticket-32.png) no-repeat left center;
    background-size: contain;
}

.dk-contenu-offre-2jours table{
    margin: 0 auto 20px;
    text-align: center;
}

.dk-contenu-offre-2jours tr{
    height: 50px;
}

.dk-contenu-offre-2jours th{
    text-align: center;
    font-weight: 100;
    width: 170px;
}

.dk-contenu-offre-2jours td{
    font-weight: 600;
    width: 170px;
}

/*CONTENU BILLETS 3*/


.dk-contenu-offre-speciale{
    background: url("/static_lotus/uploads/public/bg_horloge_1.jpg") no-repeat center #dd1f38;
    height: 285px;
    margin-top: 80px;
    color: #fff;
    padding: 80px 0;
}

.dk-contenu-offre-speciale p.txt-offre-speciale{
    margin-bottom: 20px;
}

.dk-contenu-offre-speciale .btn-offre-speciale{
    display: block;
    background-color: #fff;
    color: #de1528;
    width: 300px;
    height: 45px;
    border-radius: 2px;
    padding: 10px 0;
    margin: 10px auto;
    text-decoration: none;
}

.dk-contenu-offre-speciale .btn-offre-speciale img{
    display: inline-block;
    margin: 0 0px 5px 0;
    width: 15px;
    height: 18px;
}

.dk-contenu-offre-speciale .btn-offre-speciale span{
    font-weight: 600;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}


/*CONTENU PASS */

.dk-contenu-pass a{
    color: #a0a0a0;
    text-decoration: underline;
    font-size: 15px;
}

.dk-contenu-pass a.btn-offre{
    width: 65%;
    text-align: center;
    margin: 20px 0;   
    color: #ffffff; 
    text-decoration: none;
}


/*CONTENU EVENEMENT */

.dk-contenu-evenement{
    margin-top: 0 !important;
    text-align: left;
    padding: 50px 0 0 0;
}

.dk-contenu-evenement > div{
    margin-bottom: 50px;
}

.dk-contenu-evenement .inline-bk-img{
    width: 310px;
    margin: 0 50px 0 40px;
}

.dk-contenu-evenement .inline-bk{
    width: 65%;
}

@media screen and (max-width:1174px){
    .dk-contenu-evenement .inline-bk{
        width: 50%;
    }
}

.dk-contenu-evenement p.titre{
    margin: 0 0 50px;
}

.dk-contenu-evenement .btn-offre{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
}

.img-check{
    margin-right: 10px;
    vertical-align: baseline;
}


/******************
VERSION MOBILE (MENU ACORDEON VERTICAL) : SOUS-ONGLET MOBILE (BILLET 1 JOURS, BILLET 2 JOURS) + CONTENU MOBILE 
*****/

.accordion {
    border-top: 1px solid #d7d7d7;
    color: #161616;
    padding: 18px;
    font-weight: 100; 
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.8s;
}

.accordion > h3:first-child{
    border-top: none !important;
}

.mb-panel {
    padding: 5%;
    display: none;
    background-color: white;
    overflow: hidden;
}


/*CONTENANT MOBILE*/

.mb-onglets-contenu{
    display: none;
    font-size: 14px;
} 

.mb-onglets-contenu .btn-offre{
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.mb-onglets-contenu hr{
    width: 90%;
    margin-bottom: 0;
    margin-top: 0;    
}

/*ONGLET MOBILE*/


h3.accordion{
    position: relative;
}

h3.accordion.active:before, h3.accordion.active:after, h3.accordion:after, h3.accordion:before{
    content: "";  
    position: absolute;
    top: 27px;
    width: 15px;
    border: 1px solid #969696;  
}

h3.accordion.active:before{
    transform: rotateZ(48deg);
    -webkit-transform: rotateZ(48deg);
    left: 87.3%;
}

h3.accordion.active:after{
    transform: rotateZ(-48deg);
    -webkit-transform: rotateZ(-48deg);
    left: 89.6%;
}

h3.accordion:before{
    transform: rotateZ(-48deg);
    -webkit-transform: rotateZ(-48deg);
    left: 87.3%;
}

h3.accordion:after{
    transform: rotateZ(48deg);
    -webkit-transform: rotateZ(48deg);
    left: 89.6%;
}

h3.accordion.offre-speciale{
    background-color: #dd1e35;
    color: #fff !important;    
}

h3.accordion.offre-speciale > img{
    width: 15px;
    height: 18px;
}

h3.accordion.offre-speciale:before, h3.accordion.offre-speciale:after, h3.accordion.active.offre-speciale:before, h3.accordion.active.offre-speciale:after{
    border: 1px solid #fff;   
}

@media (max-width:594px) and (min-width:414px){

    h3.accordion:before, h3.accordion.active:before{
        left: 87.5%;
    }
}

@media (max-width:667px) and (min-width:595px){

    h3.accordion:before, h3.accordion.active:before{
        left: 88.1%;
    }
}

@media (max-width:769px) and (min-width:668px){

    h3.accordion:before, h3.accordion.active:before{
        left: 88.4%;
    }
}




/*CONTENUs MOBILE*/


/*CONTENU BILLETS 1*/

.mb-menu-billets .btn-offre{
    width: 80%;
}

@media screen and (min-width: 767px){
    .mb-menu-billets .btn-offre{
        width: 50%;
    }
}

.mb-item-container-flex{
    flex: 0 33%;
    webkit-flex: 0 33%;
}

.mb-item-container-flex .ligne1 {
    margin-bottom: 5px;
}

.mb-item-container-flex .ligne1 div:first-child, .mb-item-container-flex .ligne2 div:first-child {
    width: 32%;
}

.mb-item-container-flex .ligne1 div, .mb-item-container-flex .ligne2 div {
    width: 65%;
}

.mb-item-container-flex .ligne1 div > p, .mb-item-container-flex .ligne2 div > p {
    font-size: 12px;
}

.mb-item-container-flex .ligne1 div > p:last-child, .mb-item-container-flex .ligne2 div > p:last-child {
    font-size: 10.5px;
}

.mb-item-container-flex .ligne1 div:first-child {
    margin-right: 0;
}
/*CONTENU BILLETS 3*/

.mb-contenu-offre-speciale{
    background: url("/static_lotus/uploads/public/bg_offre_speciale-mobile.jpg") no-repeat center #dd1f38;
    height: 285px !important;
    color: #fff;
    padding: 50px 18px !important;
    background-size: 174%;
}

.mb-contenu-offre-speciale p.txt-offre-speciale{
    margin-bottom: 20px;
    text-align: center;
}

.mb-contenu-offre-speciale .btn-offre-speciale{
    display: block;
    background-color: #fff;
    color: #de1528;
    width: 300px;
    height: 45px;
    border-radius: 2px;
    padding: 10px 0;
    margin: 10px auto;
    text-decoration: none;
    text-align: center;
}

.mb-contenu-offre-speciale .btn-offre-speciale img{
    display: inline-block;
    margin: 0 0px 5px 0;
    width: 15px;
    height: 18px;
}

.mb-contenu-offre-speciale .btn-offre-speciale span{
    font-weight: 600;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}


/*CONTENU BILLETS 2*/

.mb-contenu-offre-2jours table{
    margin: 0 auto 20px;
    text-align: center;
}

.mb-contenu-offre-2jours tr{
    height: 50px;
}

.mb-contenu-offre-2jours th{
    text-align: center;
    font-weight: 100;
    width: 170px;
}

.mb-contenu-offre-2jours td{
    font-weight: 600;
    width: 170px;
}

/* CONTENU PASS */

.mb-img-pass{
    display: block;
    width: 80%;
    margin: 30px auto;
    max-width: 80%;    
}

.mb-menu-pass a{
    color: #a0a0a0;
    text-decoration: underline;
    font-size: 13px;
}

.mb-menu-pass a.btn-offre{
    margin: 30px auto 0;   
    color: #ffffff; 
    text-decoration: none;
    font-size: 15px;    
}


/*CONTENU EVENEMENT*/


#mb-evenement p{margin: 25px !important;}
#mb-evenement > div > div{text-align: center;}
#mb-evenement > div {margin-bottom: 30px;}

/******************
    CALENDRIER DESKTOP + MOBILE 
*****/


.ui-widget-header{
    border-color: transparent !important;
    border: transparent !important;
    background: transparent !important;
}

.ui-widget.ui-widget-content{
    border-color: transparent !important;
    border: transparent !important;
}

.ui-datepicker .ui-datepicker-title{
    font-size: 1.5em !important;
}

.ui-datepicker-calendar{
    color: #a0a0a0;
}

.ui-datepicker td{
    text-align: center;
}     

.ui-highlight a.ui-state-default{
    background-color : #095287 !important;
}

.ui-state-error a.ui-state-default{
    background-color : #c71585 !important;
}     

.ui-state-error{
    border-color: transparent !important;
    background: transparent !important;
    color: transparent !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w:before, .ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w:after, .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e:before, .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e:after{
    content: "";
    position: absolute;
    width: 15px;
    border: 1px solid #969696;
}

.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w:before{
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    left: 0;
    top: 7px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w:after{
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    left: 0;
    top: 17px;
}

.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e:before{
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    left: 0px;
    top: 7px;
}

.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e:after{
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    left: 0px;  
    top: 17px;  
}

.ui-datepicker .ui-icon {
    width: 20px !important;
    height: 30px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 180px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: -14px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: -17px !important;
}


/*AFFICHAGE SPECIFIQUE DU CALENDRIER EN DESKTOP*/

.dk-onglets-contenu-rel .dk-datepicker{
    height: 450px;
}

.dk-datepicker .ui-datepicker-inline{
    width: 90% !important;
    margin: 0 auto;
}

.dk-datepicker .ui-datepicker-group {
    display: inline-block;
    vertical-align: top;
    width: 46% !important;
}

.dk-datepicker .ui-datepicker-group-first{
    margin-right: 8% !important;
}

.dk-datepicker .ui-datepicker td a{
    display: inline-block;
}

.dk-datepicker .ui-state-default{
    background-color : #41b77a !important;
    color: #fff !important;
    font-weight:100 !important;
    font-size: 14pt;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 77px;
    text-align: center !important;
    padding-top: 11px !important;
    margin: 0 5px;
}

/*AFFICHAGE SPECIFIQUE DU CALENDRIER EN MOBILE*/


@media screen and (min-width: 767px){
    .mb-datepicker {
        margin-bottom: 30px;
    }
}

.mb-datepicker .ui-state-default{
    background-color : #41b77a !important;
    color: #fff !important;
    font-weight:100 !important;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 77px;
    text-align: center !important;
    padding-top: 9px !important;
}


.mb-datepicker .ui-datepicker{
    width: 22em !important;
    margin: auto !important;
}

.mb-datepicker .ui-datepicker .ui-datepicker-prev{
    left: -40px !important;
}

.mb-datepicker .ui-datepicker .ui-datepicker-next{
    right: -35px !important;
}

.mb-datepicker .ui-datepicker .ui-datepicker-prev span {
    left: 97% !important;
}

.ui-datepicker .ui-datepicker-next span{
    left: 42% !important;
}

/* VIDEO CONTAINER */


.video{
    width: 720px;
    margin: 0 auto;
    height: 405px;
    max-height:405px;
}

.video h4{
    margin-bottom: 15px;
}

/*.video iframe{
    height: 545px;
}*/

/******************
AFFICHAGE MOBILE + PETIT ECRAN 
*****/

@media screen and (max-width:1120px){ 
    .ligne1 div > p, .ligne2 div > p {
        font-size: 14px;
    }
    .dk-datepicker .ui-datepicker-group-first {
        margin-right: 9% !important;
    }
    .dk-datepicker .ui-datepicker-group.ui-datepicker-group-last{
        width: 50% !important;
    }
    .dk-datepicker .ui-datepicker-group.ui-datepicker-group-first{
        width: 39% !important;
    }
}

@media (max-width: 768px){
    .dk-onglets-contenu{
        display : none; 
    }

    .mb-onglets-contenu{
        display: block;
    }

    .header-mkg{
        display: none !important;
        min-height: 0px !important;
    }

    .video{
        width: 100% !important;
        height: 100% !important;
        
    }
}

@media (max-width: 580px){
    .description{
        padding: 25px !important;
    }

    .video h4{
        margin-bottom: 0;
        padding: 0 98px 15px 15px;
    }

    .video iframe{
        height: 250px;
    }

    .mb-item-container-flex{
        flex: 0 50%;
        webkit-flex: 0 50%;
        margin: 40px 0;
    }
    
    .sticky{
        top: 55px; 
    }
}

