﻿

/*--------------------------------------------------*/
/********---------- SMATPHONES -----------**********/
/*--------------------------------------------------*/

@media (max-width: 640px) {

    #divLogo {
        display: none;
    }

    h1 {
        font-size: 24px;
        text-align: center;
    }

    h2 {
        font-size: 18px;
        text-align: center;
    }

    h3 {
        font-size: 15px;
        text-align: center;
    }
    /*--------------- 960 --------------*/
    .container_12 {
        width: 320px;
    }

        .container_12 .grid_12 {
            width: 300px;
        }


    /*--------------- OUTILS --------------*/
    #outilsHeader {
        position: initial;
        right: 10px;
        top: 10px;
    }


    /*--------------- HOME ACTUS --------------*/
    .classActu:nth-child(2n+1) {
        margin-right: 0px;
    }

    /*--------------- HOME ARTICLES BLOG -----------*/
    .classBlogArticle:nth-child(2n+1) {
        margin-right: 0px;
    }

    /*-------- BLOCS BOONET template.css---------*/

    .contenuFullPage .contenuMixteImageD {
        width: 100%;
    }

    .contenuFullPage .contenuMixteImageG {
        width: 100%;
    }

    .contenuFullPage .contenuMixteTexteG {
        width: 100%;
    }
    /*** 2 COLONNES ***/

    .contenuDroite {
        width: 300px;
        float: none;
        margin: 0 auto;
    }

    .contenuGauche {
        float: none;
        width: 300px;
        margin: 0 auto;
    }

    .blocGauche {
        float: none;
        width: 300px;
        margin: 0 auto;
    }

    .blocDroite {
        float: none;
        width: 300px;
        margin: 0 auto;
    }

    .flottantDroite {
        margin: 0 0 0 0px;
    }

    .blocGauche #smMenu {
        width: 300px;
    }

    /*** 3 COLONNES ***/
    .troisCol .blocGauche {
        width: 300px;
        margin-right: 0px;
    }

    .troisCol .blocDroite {
        width: 300px;
    }

    .troisCol .contenuCentre {
        width: 300px;
    }

        .troisCol .contenuCentre img {
            width: 100%;
        }

    .contenuCentre .contenuMixteImageG {
        width: 300px;
    }

    .contenuCentre .contenuMixteImageD {
        width: 300px;
    }

    .contenuCentre .contenuMixteTexteG {
        width: 300px;
    }

    .contenuCentre .contenuMixteTexteD {
        width: 300px;
    }

    .contenuCentre .contenuTexte2ColG {
        width: 300px;
    }

    .contenuCentre .contenuTexte2ColD {
        width: 300px;
    }




    /*--------------- REVUE DE PRESSE --------------*/

    .listePressesTitre {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .listePressesConteneurTextes {
        margin-left: 0px;
        width: 300px;
    }
    /*--------------- PAGE CONTACT - FORMUALIRE --------------*/

    .formContact {
        width: 260px;
        margin: 0 auto;
        line-height: 17px;
    }

        .formContact tr td {
            display: block;
        }

            .formContact tr td:first-child {
                width: 85px;
                margin-top: 5px;
            }

        .formContact input[type="text"] {
            width: 250px;
            height: 30px;
        }

        .formContact input[type="password"] {
            width: 250px;
            height: 30px;
        }

        .formContact textarea {
            width: 250px;
            height: 70px;
            border: 0;
        }

    .divSubmitFormContact {
        text-align: center;
    }

    .formContact input[type="submit"] {
        margin: 20px auto 40px auto;
    }



    #containerBootcha {
        margin-top: 0px;
    }

    #bootchaSaisie input[type="text"] {
        width: 130px;
    }

    /*--------------- PAGE LISTING ACTUS --------------*/

    #ctl00_cphPanMilieu_grdActus tr {
        margin: 0px;
    }

    /*--------------- CONNEXION--------------*/
    .containerConnexion .form {
        width: 300px;
        margin: 0 auto 30px auto;
    }


    .containerConnexion h2 {
        margin-bottom: 15px;
    }

    .lkPassOublie {
        text-align: center;
    }

    .containerConnexion .connexionColDroite {
        width: 100%;
        text-align: center;
    }

    .connexionColGauche {
        width: 300px;
        border-right: none;
        border-bottom: solid 1px #c9d4da;
        margin-right: 0px;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .connexionOutilsInscription {
        text-align: center;
    }


    /*--------------- BLOG --------------*/

    .headerBlogInterne {
        height: 0;
    }

    .divBlogConteneur {
        width: 320px;
    }

    .blogColonneContenu {
        width: 300px !important;
    }

    .blogColonneBlocs {
        float: none !important;
        width: 300px !important;
    }

    .blogListingContainerCategories, .blogDetailContainerCategories {
        margin: 10px 0 15px 0 !important;
    }

    .blogListingTitre,
    .blogDetailTitre {
        font-size: 26px;
    }

    .blogListingDate {
        font-size: 11px;
    }

    .blogDetailAjouterCommentaireFormulaire input[type="text"], .blogDetailAjouterCommentaireFormulaire textarea {
        width: 200px;
    }


    /*--------------- DIVERS--------------*/
    .colonne2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
        -o-column-gap: 0px;
        column-gap: 0px;
    }
    /*---Form----*/
    .form {
        width: auto;
        margin: 0 auto;
        line-height: 17px;
    }

        .form tr td {
            display: block;
        }

            .form tr td:first-child {
                width: 85px;
                margin-top: 5px;
            }

        .form input[type="text"] {
            width: 250px;
            height: 30px;
        }

        .form input[type="password"] {
            width: 250px;
            height: 30px;
        }

        .form textarea {
            width: 250px;
            height: 70px;
            border: 0;
        }


        .form input[type="submit"] {
            margin: 20px auto 40px auto;
        }


    /*---Form----*/


    input[type="text"] {
        margin: 0 0 0px 0;
    }

    /*--------------- BOUTIQUE--------------*/


    /*---Produit famille----*/
    .btqListingProd {
        text-align: center;
    }


    .btqBlocPhotoFamille {
        height: 220px;
        width: 220px;
        margin: 0 auto;
    }

    .btqBlocFamille {
        width: 220px;
        margin-bottom: 40px;
    }

    .btqBlocDescFamille {
        text-align: justify;
    }




    /*---Produit détail----*/
    .btq-detailPhotoPrincipale {
        width: 300px;
        height: 300px;
        float: none;
        display: block;
    }

    .btq-detailCtMiniatures {
        margin-top: 10px;
        margin-left: 0px;
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    .btq-detailGalerieMini {
        display: inline-block;
        height: 52px;
        padding: 0;
        width: 52px;
        margin: 0 4px;
    }

        .btq-detailGalerieMini:first-child {
            margin-left: 0;
        }

        .btq-detailGalerieMini:last-child {
            margin-right: 0;
        }


    .cpt-tabCompteCommandes tr th {
        display: none;
    }

    .cpt-tabCompteCommandes tr td {
        display: block;
    }

        .cpt-tabCompteCommandes tr td:last-child {
            padding-bottom: 30px;
        }

    .cpt-tabCompteCommandes .btn {
        margin-left: 0;
    }

    .cpt-ctRecapCommande {
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .commandeUserPanel {
        margin: 0 0 10px 0;
        display: block;
        border: 0;
        padding: 0;
    }

        .commandeUserPanel:nth-child(2) {
            margin-right: 0;
        }

        .commandeUserPanel:nth-child(3) {
            margin-left: 0;
        }


    /*---Panier----*/
    .btq-tabPanier td input[type="text"] {
        font-size: 14px;
        padding: 3px 2px;
    }

    .btq-tabPanier tr td {
        vertical-align: middle;
        height: 60px;
        padding: 10px 0;
    }

    .btq-tabPanier .btq-tabPanierPhoto {
        display: none;
    }

    .btq-tabPanier .btq-tabPanierDesignation {
        width: auto;
        padding-left: 20px;
    }

    .btq-tabPanier .btq-tabPanierQte {
        width: 45px;
    }

    .btq-tabPanier .btq-tabPanierSsTotal {
        padding: 0;
        width: 70px;
    }

    .btq-tabPanier .btq-tabPanierSupprimer {
        width: 45px;
    }

    .btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2 {
        display: none;
    }

    .btq-tabPanier .btq-barre {
        font-size: 11px;
        display: block;
        margin: 0;
        padding: 0;
    }

    .btq-tabPanier .btq-prix {
        font-size: 14px;
        display: block;
        margin: 0;
        padding: 0;
    }




    /*--------------- CONNEXION / COMPTE ----------------------------*/
    .ctInscription {
        margin-bottom: 30px;
        padding: 20px;
    }

        .ctInscription .form input[type="text"] {
            width: 240px;
            height: 30px;
        }

        .ctInscription .form input[type="password"] {
            width: 240px;
        }

        .ctInscription .connexionColGauche {
            margin-right: 0px;
            width: 100%;
            padding-bottom: 0;
            text-align: center;
        }

        .ctInscription .connexionColDroite {
            width: 100%;
            text-align: center;
        }

    .formInscription {
        display: inline-block;
        margin: 0 auto;
    }

        .formInscription tr td {
            width: 100%;
        }


    /*--------------- MODEL BOONET --------------*/
    .modelPage .flexXcol:nth-child(3),
    .modelPage .flexXcol:nth-child(1) {
        margin-left: 0px;
        margin-right: 0px;
    }

    .modalLegend span {
        float: none !important;
        display: block;
        padding: 15px 0;
        margin: 0 !important;
    }

    .modelPage2 .flexXcol:last-child {
        margin-left: 0px;
    }


    /*----------- CONTACT ----------*/

    .blocContact {
        width: 300px !important;
    }

    .imgContact {
        width: 300px !important;
        margin: 0 auto !important;
    }

        .imgContact img {
            width: 100%;
        }

    /*---------- COMMUN  --------*/

    .ct33 {
        width: 100%;
        margin: 10px 0;
    }

    .fotoramaCt {
        width: 100%;
    }

    .ct100Full {
        display: block;
    }

    .ct100 {
        display: block;
    }

    h2 {
        font-size: 30px !important;
        text-align: center;
    }

    .ct48 {
        margin: 0%;
        padding: 0 5%;
        width: 90%;
    }

        .ct48 .ct48 {
            width: 100%;
            margin: 5% 0;
            padding: 0;
        }

            .ct48 .ct48 .img50 {
                margin-bottom: 0px;
            }

    .sejourHomeGd .height430 {
        height: 200px !important;
    }

    .sejourHomeGd .infosRollOver {
        height: 100px;
        padding: 50px;
    }


    .homeFormules .ct48 .ct48 {
        margin-top: 30px !important;
    }


    .height500, .height500 .img50 {
        height: auto !important;
    }

    .height250, .height250 .img50 {
        height: 200px !important;
    }

    footer {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #220f12;
        height: auto;
    }

    .contenuFooter {
        width: 100%;
        margin: 0 auto;
    }

    .contenu1 {
        text-align: center;
        width: 100%;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .contenu2 {
        text-align: center;
        width: 70%;
        vertical-align: top;
        margin-bottom: 20px;
        margin: 0 0 20px 0;
    }

    .contenu3 {
        text-align: center;
        width: 100%;
        vertical-align: top;
    }

    .contenuPartenaires {
        width: 100%;
    }


    /*--------------- HOME  ----------------*/

    .homeChoix .dropdownCt .icon-angle-down {
        left: 155px;
    }

    .homeChoix p:nth-child(2) {
        font-family: 'Sign';
        font-size: 30px;
        margin-bottom: 30px;
    }

    .homeInfosSlider {
        width: 100%;
        top: 16%;
    }

    .homeChoix .dropdownCt {
        width: 200px;
    }

    .homeChoix .select {
        width: 200px;
    }

    .homeInfosSliderCt {
        width: 100%;
        margin: 0 auto;
    }

    .homeChoixSaison {
        text-align: center;
        margin: 60px auto 20px auto;
    }

    .homeChoix {
        margin: 0 5%;
        width: 90%;
    }

    .homeEdito {
        padding: 5%;
        text-align: center;
    }

    .cadreOverlay {
        width: 70%;
        margin: 0 auto;
        padding: 5%;
        text-align: center;
        background: rgba(255,255,255,0.8);
        position: relative;
    }

    .homeSejourSlider {
        height: 240px;
    }

        .homeSejourSlider .fotorama__wrap {
            height: 240px !important;
        }

    #panHomeEvenements .fotorama__stage, #panHomeEvenements .fotorama__wrap {
        height: 500px !important;
    }

    #panHomeEvenements {
        height: 500px !important;
    }

    /*---------- RESIDENCES  --------*/

    #panFormulesResidences .ct48 {
        margin: 0% 0% 2% 0%;
        width: 100% !important;
        padding: 0%;
    }

        #panFormulesResidences .ct48:nth-child(2n+1) {
            margin-right: 0%;
        }


    .contenuDroiteMapResidence .meteo {
        padding-bottom: 20px;
    }

    .pResSaison {
        font-size: 14px;
        font-family: "Din";
        width: 170px;
        text-align: center;
        margin: 0 auto;
        height: 45px;
    }

    .localite {
        font-size: 15px;
        font-family: "Din";
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .ct-tarif-dispo {
        padding: 5%;
        width: 90%;
    }

    .classDescriptionResidence {
        text-align: justify;
        padding: 5%;
        font-size: 13px;
        width: 90%;
    }

    .mapResidence {
        display: inline-block;
        height: 325px;
        overflow: hidden;
        padding: 0 5%;
        vertical-align: top;
        width: 90%;
    }

    .decouvrirStationDomaine {
        width: 100% !important;
        float: left;
    }

    .meteoResidence {
        width: 100%;
        float: left;
        min-height: 150px;
        height: auto;
    }

    .titreAppartementResidence {
        margin-top: 15px;
    }

    /*.titreDescAppartementResidence {
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        display: block;
    }

    .textDescAppartementResidence {
        width: 100%;
        display: block;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }*/

    .openedAppart {
        height: 450px !important;
    }

    #divGalerieSejour .fotorama__caption {
        left: 20%;
        padding: 10px;
        top: 10%;
        margin: 0 auto;
    }

    #sectionFormules {
        margin-top: 20px;
    }

    #panFormulesResidences .ct100 {
        margin: 20px 0 60px 10px !important;
    }

    #divGalerieSejour {
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .classPictoService {
        margin: 0 5%;
        width: 40%;
    }

    .tabs nav ul li {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 0 0px 0 0 !important;
        text-align: center;
        border-right: 0px !important;
        padding-right: 0 !important;
    }

    #divGalerieSejour .fotorama__caption__wrap {
        font-size: 30px;
        font-family: 'sign';
    }

    .classSlideActiviteGauche {
        display: block;
        float: left;
        height: 250px;
        width: 100%;
    }

    .classActivites {
        height: auto;
        display: block;
    }

    .sliderActivitesResidences .fotorama {
        height: 400px !important;
    }

    .classSlideActiviteGauche {
        display: block;
        float: left;
        height: 200px;
        width: 100%;
    }

    .classContenuSlideActivites {
        height: 400px;
    }

    .sliderActivitesResidences {
        height: 400px !important;
    }

        .sliderActivitesResidences .fotorama .fotorama__wrap .fotorama__stage {
            width: 280px !important;
        }

    #bandeauSlider .fotorama__nav-wrap {
        max-width: 300px !important;
        display: none;
    }

    .bandeauSliderMaster .fotorama__nav__shaft {
        position: relative;
        margin-right: 0px;
        top: 0;
        text-align: right;
        /* float: right; */
    }

    .pageInfosSliderResidence {
        display: inline-block;
        height: auto;
        position: absolute;
        top: 10vh !important;
    }

    .classActivites .fotorama__stage {
        width: 800px !important;
        height: 390px !important;
    }

    .classSlideActiviteDroite {
        display: block;
        float: left;
        height: 200px;
        width: 90% !important;
        padding: 5% !important;
        background: #eee;
    }

    .classContact {
        width: 90%;
        margin: 5%;
    }

    .classAcces {
        width: 90%;
        margin: 5%;
    }

    .tarifDispoAnim #dv-date-ouverture {
        margin-top: 110px;
    }

    #blocSemainier {
        display: none;
    }

    .blocResaMobile {
        display: block;
        text-align: center;
    }

    .btnResaMobile {
        font-family: Tahoma, Arial, Helvetica, sans-serif !important;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 15px 20px;
        background: #572931;
        color: #fff;
        text-decoration: none;
    }

        .btnResaMobile:before {
            content: "\e93d";
            font-family: 'boonIco2';
            color: #fff;
            font-size: 14px;
            margin-right: 10px;
        }

        .btnResaMobile:hover {
            background: #302D2D;
            color: #fff;
        }


    .activeAppart {
        max-height: 1700px !important;
    }

    .classSliderAvis .fotorama__stage, .classSliderAvis {
        height: 300px !important;
    }

        .classSliderAvis .fotorama__arr {
            top: 30%;
        }

    .classAvisSlide {
        padding: 0 10% 10%;
    }

    .classServices a {
        padding: 5px 20px;
    }

    #panSuivi {
        width: 100%;
    }

        #panSuivi .dv-suivi-resa {
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
        }

        #panSuivi .info-suivi {
            float: left;
        }

        #panSuivi .btn-suivi-resa {
            display: block;
            float: right;
            height: 73px;
            vertical-align: top;
        }

        #panSuivi .dv-suivi-prix {
            display: block;
            float: right;
            height: auto;
            line-height: 22px;
            margin-right: 0;
            vertical-align: top;
            width: 100%;
            clear: both;
            text-align: right;
        }

        #panSuivi .btn-suivi-resa .btn {
            float: right;
            margin-top: 10px;
        }

    #tarifDispo {
        margin: -150px auto 0 !important;
    }

    #dv-tarif-dispo a::after {
        display: none;
    }

    .classListeActivitesLiees ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    #sectionAppartements .height400 {
        height: 350px !important;
    }


    /*---------- Pages Vitrine  --------*/

    .titreSurSlider {
        font-size: 30px;
        margin: 0 auto;
        padding: 5%;
        text-align: center;
        width: 80%;
    }

    .contenuFullPage .contenuMixteTexteD {
        width: 100% !important;
    }

    .contenuMixteTexteD .alignVertical {
        padding: 5%;
    }

    .ct50 {
        width: 100%;
        display: block;
    }

    .height400, .height400 .img50 {
        height: auto !important;
        min-height: 150px;
    }

    .domCtPictos {
        margin-bottom: 0px;
    }

    .height300 {
        height: auto !important;
    }

    .alignVertical {
        padding: 20px 0;
        text-align: justify;
    }

    .padding60 {
        padding: 40px 0;
    }

    .ct50 h1 {
        text-align: center;
        margin-top: 20px;
    }

    body > div#idz_btn {
        position: fixed;
        display: none;
    }

    .panTitreH1 {
        /*top: -200px;*/
    }

        .panTitreH1 h1 {
            top: -35px !important;
        }

    .events h1 {
        top: -120px !important;
    }

    .contenuFullPage .contenuTexte2ColG, .contenuFullPage .contenuTexte2ColD {
        width: 100%;
    }

    .colwidth80G, .colwidth80D {
        margin: auto;
        width: 100%;
    }

    .dv-spinner-open, .dv-spinners-open {
        height: 100px;
        width: 200px;
        background-color: #FFF;
        bottom: 50px;
        border: 1px solid #ccc;
        left: -86px;
    }
    /*---------- Pages Station  --------*/

    .titreSlider {
        font-family: "Sign";
        font-size: 40px;
        margin: 0 auto;
        padding: 10%;
        text-align: center;
        width: 200px;
    }

    #ancreStation {
        display: none;
    }

    .ctPictos {
        margin: 10px;
    }

    .classFluxStation {
        width: 100%;
    }

    .classMapStation {
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
    }

    .classDescriptionStation {
        margin-top: 20px;
    }

    .listeLigneActuStation {
        width: 100% !important;
        margin: 20px auto !important;
        padding: 0 !important;
        height: auto;
    }

    .listeActusStationConteneurImage {
        width: 100%; /* height: 100%; */
        float: left;
        overflow: hidden;
        height: 200px;
    }

    .listeActusStationConteneurTextes {
        padding: 0;
        width: 100%;
    }

    .ctActuStation {
        margin-bottom: 0px;
    }

    .classActivitesLieesContenu {
        margin: 0 auto;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
        position: relative;
        padding-top: 10%;
    }

    .classListeActivitesLiees {
        width: 100%;
        height: 200px;
        margin: 0 auto;
    }

    .classContenuSlideTemoignages {
        display: block;
    }

    #sectionTemoignages {
        display: block;
    }

    .ctTemoignage {
        width: 90%;
    }

    .classTemoignageSlider {
        height: 1200px;
    }

    .carousel {
        width: 90% !important;
    }


    .carousel-box.is-active {
        width: 75% !important;
        margin: 55px 0 0 -38% !important;
    }

    .carousel-box.left, .carousel-box.right {
        width: 80% !important;
    }

    .carousel-box {
        width: 80% !important;
    }

        .carousel-box.is-active .classCarouselContenu .classCarousselTexte {
            width: 70% !important;
        }

        .carousel-box.is-active .classCarouselContenu {
            width: 70% !important;
        }

        .carousel-box.left {
            left: 10% !important;
        }

        .carousel-box.right {
            right: 10% !important;
        }

        .carousel-box .classCarouselContenu {
            width: 70% !important;
        }


    /*---------- RECHERCHE ---------*/

    #dv-titre-resultat h3 {
        font-size: 23px;
    }

    /*----------RESIDENCE ----------- */

    .contenuDroiteMapResidence .clear {
        clear: both;
    }

    .contenuDroiteMapResidence {
        height: auto;
    }

    .mapStation {
        width: 100%;
    }

    .classMapStation #divGoogleMap {
        width: 100%;
    }

    .sliderActivitesResidences .fotorama__nav--dots {
        width: 100% !important;
    }


    /*-------- DOMAINE -------*/

    #panStations .ct33:nth-child(3n+2) {
        margin: 0 0 30px 0;
    }

    #panStations .ct33 {
        width: 100%;
    }

        #panStations .ct33:nth-child(2n+2) {
            margin: 0 0 30px 0;
        }

    .domTxtStation {
        max-height: 125px;
    }

    .pageInfosSliderDomaine {
        width: 80%;
        font-size: 32px;
    }

    /*---------- COMITE -------*/

    .classComiteMessage {
        width: 260px;
        margin: 0 auto;
    }

    .classFormulaireComiteGauche, .classFormulaireComiteDroite {
        width: 260px;
        margin: 0 auto;
    }

    /*----------- ESPACE PRESSE ----------*/

    .espacePress-colcontenu {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .espacePress-colmenu {
        width: 90%;
        float: none;
        margin: 0 auto;
        padding: 15px 0;
    }

    .divDemandeImage .espacePress-colmenu {
        width: 100%;
    }

    .conteneurInscriptionEspacePresse .espacePress-colmenu {
        width: 100%;
        margin-top: 20px;
    }

    .conteneurInscriptionEspacePresse {
        width: 80%;
    }

    /*------------ RECRUTEMENT ------*/


    .classTrierPar {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }

    .filtresEvents .divDropDownDomaine {
        float: none !important;
        display: block;
    }

    /*Menu*/
    .nav .nav-submenu > a {
        padding-right: 0 !important;
    }

    .nav ul a {
        padding: 0 0 0 1px !important;
    }

    .ssMenuRes-vign {
        margin: 0 0px 0px !important;
    }
    .langueCt{
        margin-top:44px !important;
        width: 40px;
    }
    #divLangues {
        height: 45px;
        z-index: 99999;
        top: -12px;
        right: 22px;
    }

        #divLangues a {
            background: #5b2330;
        }

    .icon-triangle-down::before {
        z-index: 99999;
        position: fixed;
        right: 19px;
        top: 20px;
         margin-top:0px !important;
    }

    .linkLangue {
        display: inline-block;
        height: 32px;
        z-index: 99999;
        top: -20px;
        right: 22px;
        position: fixed;
        width: 40px;
        background: #5b2330;
        margin-top:30px;
    }

        .linkLangue span:first-child {
            display: inline-block;
            color: #FFF;
            z-index: 99999;
            top: 7px;
            right:34px;
            position: fixed;
            padding: 10px 0px 0px 0px;

        }


/*fin menu*/
.bandeauSliderMaster {
    /*height: 0;*/
}

#bandeauSlider {
    /*height: 0;*/
}


.body_1154 .bandeauSliderMaster {
    height: 0 !important;
    padding-top: 20px;
}

.body_1154 #bandeauSlider {
    height: 0px !important;
    display: none;
}

.blocResaMobNota {
    margin-bottom: 20px;
}
    .homeRecherche {
        max-height: 100% !important;
        width: 320px;
        top: 45%;
    }
    .rechercheMaster {
        top: 35% !important;
        height: 240px;
    }
    .ct-recherche {
        width: 100%;
        height: 240px;
    }
    .p-b{
        width:100%;
    }
    .ct-btn-recherche {
        float: right;
        margin-right: 20%;
    }
    .ct-m-recherche {
        width: 100%;
        background: none;
    }
    .ct-destination, .ct-calendrier {
        float: none;
        padding-top:10px;
        width:82%;
    }

    .span-sep{
      display:none;
    }
    #ucRechercheResa1_udpRechercheResa {
        width: 100%;
        height: 220px;
    }
    
    .ct-recherche-resa{
        width:100% !important;
    }
    .ct-m-recherche {
        flex-flow: column;
        box-sizing: border-box;
    }
    .ct-lien-inspiration{
        width:100%;
        margin-left:0;
        text-align:center;
    }
    .ct-12 {
        width: 90%;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        padding-top: 0;
    }
    .ct-engagement {
        width: 75%;
        margin-bottom: 15px;
        margin-right:0;
    }
    .h2-engagement{
        padding-top:35px;
    }


    .classCompte .icon-user {
        display: block;
    }

    .menuMobLogo {
        margin-top: 8px;
        width: 28%;
    }
    .ct-recherche-resa-conteneur {
        flex-direction: column;
    }

    .ct-recherche-domaine {
        width: 100%;
        margin-right: 0;
    }
    .ct-recherche-residence {
        width: 100%;
        margin-top: 20px;
    }
    .panDeconnexion {
        padding: 10px 0px 8px 0px;
        width: 10%;
        height: 75px;
        height: 17px;
        overflow: hidden;
        position: fixed;
        right: 82px;
        top: 5px;
        margin: 0;
        /*color: #fff;*/
        z-index: 1006;
    }

        .panDeconnexion a {
            /*color: #fff;*/
            padding: 0;
            border-bottom-left-radius: initial;
            border-bottom-right-radius: initial;
        }

    .icon-user:before {
        font-size: 20px;
        margin: 2%;
    }

    .compteBureau {
        display: none;
    }

    #panAccrocheCommerciale {
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    /*------------ INSPIRATIONS ------*/


    .dv-filtre span {
        font-size: 14px;
        line-height: 14px;
        max-width: 100%;
        top: 30%;
    }

    .dv-filtre {
        background-size: 45% auto;
    }


    #panBlackFriday, #panBlackFriday img {
    width:320px!important;
    height:320px!important;
    }

        
}