
@font-face {
    font-family: 'sign';
    src: url('fonts/SignPainter-HouseScript.eot?#iefix') format('embedded-opentype'), url('fonts/SignPainter-HouseScript.woff') format('woff'), url('fonts/SignPainter-HouseScript.ttf') format('truetype'), url('fonts/SignPainter-HouseScript.svg#SignPainter-HouseScript') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din';
    src: url('fonts/ff_din_pro_regular_italic-webfont.eot');
    src: url('fonts/ff_din_pro_regular_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ff_din_pro_regular_italic-webfont.woff') format('woff'), url('fonts/ff_din_pro_regular_italic-webfont.ttf') format('truetype'), url('fonts/ff_din_pro_regular_italic-webfont.svg#dinpro-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------- GENERAL --------------*/
/*-------------------------------------*/


body {
    margin: 0px;
    font-family: din, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    overflow-x: hidden;
    /*background: url(../images/maquette-home.jpg) center top;*/
}

.homeBody {
}

/*---------- Elements Cutebox --------*/
.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
    background: #fff;
}

/*---------- Fond du site (fond campagne) --------*/
.divFondGeneral {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 875px;
    height: auto;
}


/*---------------------------*/
/*----------  HEADER --------*/
/*--------------------------*/


/*----------- Bandeau haut / Fond header ----------*/
header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /*z-index: 9000;*/
}

    header .container_12 {
        width: 960px;
        margin: 0px auto;
        padding: 30px 0;
        position: relative;
    }
/*----------- Zone logo ----------*/
#divLogo {
    width: 305px;
    top: 20px;
    left: 30px;
    position: absolute;
    z-index: 8000;
}

    #divLogo img {
        width: 100%;
    }

.logoFixe {
    position: fixed !important;
    left: 10px !important;
    top: 5px !important;
    z-index: 9999999 !important;
}

    .logoFixe img {
        width: auto !important;
        height: 40px !important;
    }

/*----------- Menu  ----------*/
/*    nav-layout.css : styles    /    nav-core.css : ul et marge    */
#divMenu {
    position: absolute;
    right: 0px;
    top: 46px;
    min-width: 100%;
    z-index: 1005;
}


.menuFixe {
    position: fixed !important;
    top: 0 !important;
    right: 50px !important;
    background: #fff !important;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 9002 !important;
}

.menuFixe-open-popup {
    position: fixed !important;
    top: 0 !important;
    right: 400px !important;
    background: #fff !important;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.menuFixe .nav {
    margin-right: 0px;
}

.classCompte .icon-user {
    display: none;
}

.compteFixe {
    position: fixed !important;
    right: 0px !important;
    top: 0 !important;
    width: 49px !important;
    height: 50px;
    border-left: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    background: #fff;
    z-index: 9899999;
    overflow: hidden !important;
    text-align: center;
}

    .compteFixe .compteBureau {
        display: none;
    }

    .compteFixe .icon-user {
        display: inline-block;
    }

    .compteFixe a {
        background: #fff none repeat scroll 0 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        display: inline-block;
        margin-bottom: 0px !important;
        padding: 0 !important;
        text-decoration: none;
        height: 35px !important;
        width: 50px !important;
        padding-top: 15px !important;
    }

        .compteFixe a:hover {
            background: #fff none repeat scroll 0 0;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            display: inline-block;
            margin-bottom: 0px !important;
            padding: 0 !important;
            text-decoration: none;
            height: 35px !important;
            width: 50px !important;
            padding-top: 15px !important;
        }

.menuFixe #nav0 ul {
    margin-right: -587px !important;
}

.menuFixe #nav1 ul {
    margin-right: -428px !important;
}


/*----------- outilsHeader ----------*/
#outilsHeader {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 0px;
    z-index: 9001;
}



/*--------------------------*/
/*---------  LANGUES -------*/
/*--------------------------*/


/*#divLangues {
    width: 84px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 0px;
    text-transform: uppercase;
}

.langueActive {
}

.langueNonActive {
}

.langueCt a {
    text-decoration: none;
    padding: 5px;
    color: #fff;
}

    .langueCt a:hover {
        text-decoration: none;
        color: #ccc;
    }

#divSaisons {
    width: 100px;
    height: 100px;
}*/
/*#divLangues {
    padding: 10px 0px 0px 0px;
    width: auto;
    overflow: hidden;
    position: fixed;
    right: 110px;
    top: 0px;
    margin: 0;
    color: #fff;
    z-index: 1003;
    height: 32px;
    z-index: 99999;
    top: -12px;
    right: 22px;
}

    #divLangues .icon-triangle-down:before {
        font-size: 10px;
        margin-left: 5px;
    }

    #divLangues a {
        display: block;
        margin: 0px auto !important;
        padding: 6px 13px;
        color: #fff;
        text-decoration: none;
        border: 0;
        background: #5b2330;
        text-transform: uppercase;
        border-top: 1px solid #FFF;
    }

        #divLangues a:hover {
            background: #5b2330;
            opacity: 0.9;
        }*/
/*----------- Barre de langue ----------*/
#divLangues {
    text-align: right;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
    height: 32px;
}

/*.linkLangue {
        display: inline-block;
    }*/

.langueCt a {
    display: inline-block;
    height: 16px;
    /*width: 20px;*/
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    color: #FFF;
}

    .langueCt a:hover {
        text-decoration: none;
        color: #fff;
        background: #5b2330;
    }

    .langueCt a.active {
        background: #5b2330;
        color: #FFF;
    }
/*#divLangues {
        height: 45px;
        z-index: 99999;
        top: -12px;
        right: 22px;
    }*/
.icon-triangle-down::before {
    z-index: 99999;
    position: fixed;
    right: 19px;
    top: 10px;
}

.linkLangue {
    display: inline-block;
    height: 32px;
    z-index: 99999;
    top: 11px;
    right: 22px;
    position: fixed;
    width: 40px;
    background: #5b2330;
}

    .linkLangue span:first-child {
        display: inline-block;
        color: #FFF;
        z-index: 99999;
        text-transform: uppercase;
        top: 21px;
        right: 36px;
        position: fixed;
        padding: 0px;
    }

.SaisonCt a {
    text-decoration: none;
    height: 20px;
    padding-top: 40px;
    width: 37px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    color: rgba(0,0,0,0.4);
}

    .SaisonCt a:hover {
        text-decoration: none;
        color: #000;
    }

.classete {
    background: url(../images/saisons/ete.png) no-repeat;
    margin-left: 15px;
    padding-right: 18px;
    margin-right: 0 !important;
}

    .classete:hover {
        background: url(../images/saisons/ete-hover.png) no-repeat;
    }

.classhiver {
    background: url(../images/saisons/hiver.png) no-repeat;
    padding-right: 23px;
    border-right: 1px dashed #000;
}

    .classhiver:hover {
        background: url(../images/saisons/hiver-hover.png) no-repeat;
    }

.classmer {
    background: url(../images/saisons/mer-hover.png) no-repeat top left 25px;
    border-left: 1px dashed #000;
    padding-left: 25px;
}

    .classmer:hover {
        background: url(../images/saisons/mer.png) no-repeat top left 25px;
        color: #000 !important;
    }

#ucSaisons_panPlage a {
    text-decoration: none;
    height: 20px;
    padding-top: 40px;
    width: 37px;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
    color: rgba(0,0,0,0.4);
}

/*----------- Login ----------*/

.panDeconnexion {
    position: absolute;
    top: 0px;
    right: 150px;
    width: 120px;
}

    .panDeconnexion a {
        margin-bottom: 10px;
        background: #fff;
        padding: 8px 15px;
        display: inline-block;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        text-decoration: none;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .panDeconnexion a:hover {
            background: #572931;
            color: #fff;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.compteBureau {
    text-transform: uppercase;
}
/*----------- Zone Recherche Haut ----------*/
.divRecherche {
    width: 250px;
    height: 29px;
    text-align: right;
    margin: 10px 0 20px 0;
}

    .divRecherche input[type="text"] {
        width: 150px;
        margin-right: 0px;
        font-size: 11px;
        min-width: 50px;
        -moz-border-radius: 7px !important;
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important;
        -webkit-border-top-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        -webkit-border-bottom-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

        .divRecherche input[type="text"].watermarkRecherche {
            color: #aaa;
        }

.btnRecherche {
    margin: 0 !important;
    padding: 5px 10px !important;
    background: #333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    text-decoration: none;
}

    .btnRecherche:hover {
        background: #666;
        color: #fff;
        text-decoration: none;
    }
/*----------- Panier ----------*/
#panPanierMini {
    margin-bottom: 5px;
}

    #panPanierMini span:before {
        font-size: 13px;
    }

#lblQte {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    display: inline-block;
}



/*--------------------------*/
/*---------  FOOTER --------*/
/*--------------------------*/


/*---------- Footer --------*/
footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #220f12;
    /* height: 510px; */
}

.sepFooter {
    padding-bottom: 40px;
}

.titreFooter {
    font-family: "Sign";
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}
.paiement-securise {
    height: 40px;
}
    .paiement-securise:after {
        height: 30px;
        width: 20px;
        padding-right: 10px;
        content: "";
        background-image: url(../images/picto-secur.png);
        background-repeat: no-repeat;
        background-size: 21px 30px;
        display: inline-block;
        width: 21px;
        /*if you want to change the position you can use margins or:*/
        position: relative;
        top: -45px;
        left: 152px;
    }

.contenuFooter {
    width: 620px;
    margin: 0 auto;
}

.contenu1 {
    display: inline-block;
    text-align: left;
    width: 130px;
    vertical-align: top;
}

.contenu2 {
    display: inline-block;
    text-align: left;
    width: 180px;
    margin: 0 65px;
    vertical-align: top;
}

.contenu3 {
    display: inline-block;
    text-align: left;
    width: 145px;
    vertical-align: top;
}

    .contenu1 a, .contenu3 a {
        color: #fff;
        text-decoration: none;
    }

.contenuFooter a {
    display: block;
}

    .contenuFooter a:hover {
        color: #fff;
        text-decoration: underline;
    }

.contenu2 a {
    background: #120809;
    color: #b59ba1;
    margin: 10px 0 0 0;
    font-size: 12px;
    border: 1px solid rgba(181, 155, 161, 0.35);
}

    .contenu2 a:hover {
        background: #572a31;
        color: #fff;
        border: 1px solid #572a31;
    }

.contenuPartenaires {
    width: 620px;
    display: inline-block;
    margin: 40px auto 0;
    text-transform: uppercase;
    padding: 40px 0 0 0;
    border-top: 1px dashed #fff;
    text-align: center;
    letter-spacing: 3px;
}

    .contenuPartenaires span {
        display: block;
        margin-bottom: 40px;
    }

    .contenuPartenaires a {
        margin: 0 15px;
    }

    .contenuPartenaires img {
        height: 80px;
    }

#panInscriptionNewsletter {
    font-size: 12px;
    position: relative;
}

    #panInscriptionNewsletter .btn {
        display: inline-block;
        padding: 5px 8px;
        margin: 0px 0 0 -20px;
        right: 0;
        top: 24px;
        background: #fff;
        font-size: 16px;
        color: #572931;
        border: 0;
        z-index: 99999;
        position: absolute;
    }

    #panInscriptionNewsletter input {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        margin-top: 8px;
        width: 100%;
    }

/*---------- Crosslink --------*/
#crosslink {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 20px 0;
    color: #000;
    background: #ccc;
}

address {
    font-style: normal;
}


/*--------------------------*/
/*--------  HOMEPAGE -------*/
/*--------------------------*/

.sepCategorieSaisonMontagne {
    background: #000 none repeat scroll 0 0;
    height: 1px;
    margin: 5px 0 15px 5px;
    width: 80%;
}

.sepCategorieSaisonMer {
    background: #000 none repeat scroll 0 0;
    height: 1px;
    margin: 5px 0 15px 15px;
    width: 80%;
}

.titreCategorieMontagne {
    text-align: left;
    width: 60%;
    margin-left: 33px;
}

.titreCategorieMer {
    margin-left: 19px;
}

.saisonMontagne {
    float: left;
}

#ucSaisonsHome_panPlage {
    float: left;
    width: 67px;
}

.ui-datepicker-calendar td {
    display: table-cell;
}


.headerHome .nav a {
    color: #000;
    position: relative;
    z-index: 29;
}

#bandeauSliderHome {
    position: relative;
    z-index: 19;
}

    #bandeauSliderHome #bandeauSlider {
        min-height: 100vh;
    }

        #bandeauSliderHome #bandeauSlider .fotorama__caption {
            position: absolute;
            bottom: 120px;
            left: 50px;
        }

            #bandeauSliderHome #bandeauSlider .fotorama__caption p {
                font-family: "Din";
                font-size: 12px;
                font-weight: normal;
                margin-bottom: 10px;
            }

            #bandeauSliderHome #bandeauSlider .fotorama__caption .titreSliderHome {
                font-size: 35px;
                font-family: "Sign";
                font-weight: normal;
                color: #000;
                margin: 0 0 5px 0;
                padding: 0 0 0 0px;
                line-height: 30px;
                text-align: left;
                font-variant-ligatures: none;
                -moz-font-variant-ligatures: none;
                -webkit-font-variant-ligatures: none;
            }

                #bandeauSliderHome #bandeauSlider .fotorama__caption .titreSliderHome span {
                    display: block;
                    font-size: 25px;
                }

            #bandeauSliderHome #bandeauSlider .fotorama__caption .btn {
                background: #572931;
                color: #fff;
                margin: 0;
            }

                #bandeauSliderHome #bandeauSlider .fotorama__caption .btn:hover {
                    background: #333;
                }

.homeInfosSliderCt {
    /*width: 880px;
    margin: 0 auto;*/
    display: flex;
    justify-content: center;
    width: 100%;
}

.homeInfosSlider {
    position: absolute;
    z-index: 9999999999;
    top: 25%;
    max-width: 590px;
}

.homeRechercheDrop {
    display: none;
}

.homeChoixSaison {
    width: 210px;
    text-align: center;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: center; */
    text-align: center;
    /* margin: 280px auto 0 auto; */
}

    .homeChoixSaison img {
        width: 37px;
        margin-bottom: 15px;
    }

    .homeChoixSaison .pictoHiver, .homeChoixSaison .pictoEte {
        display: inline-block;
        height: 66px;
        margin: 0 10px;
        width: 37px;
    }

    .homeChoixSaison .pictoHiver {
        border-right: 1px dashed #000;
        padding-right: 15px;
        margin-right: 0;
    }

    .homeChoixSaison .pictoEte {
    }


.homeChoix {
    margin: 20px 0 auto auto;
    /*width: 880px;*/
    text-align: center;
    padding-bottom: 15px;
    /*font-size: 0;*/
}

    .homeChoix p {
        text-align: center;
    }

        .homeChoix p:first-child {
            font-size: 16px;
            text-transform: uppercase;
        }

        .homeChoix p:nth-child(2) {
            font-family: 'Sign';
            font-size: 60px;
            margin-bottom: 30px;
        }

    .homeChoix .dropdownCt {
        width: 400px;
        position: relative;
        /*overflow: hidden;*/
        display: inline-block;
        vertical-align: top;
    }

    .homeChoix .select {
        width: 403px;
        height: 58px;
        background: #fff;
    }

    .homeChoix .select-icon {
        color: #5b2330;
        font-size: 40px;
    }

    .homeChoix a {
        position: relative;
        width: 70px;
        height: 58px;
        line-height: 58px;
        display: inline-block;
        text-align: center;
        color: #fff;
        background: #5b2330;
        vertical-align: top;
        font-size: 13px;
        text-decoration: none;
        z-index: 1;
    }

        .homeChoix a:hover {
            color: #fff;
            background: #302d2d;
        }

.homeRecherche {
    position: absolute;
    z-index: 899;
    padding: 0;
    /* margin: -87px auto 0; */
    height: 91px;
    width: 914px;
    top: 60%;
    right: 0;
    margin: 0 auto;
    left: 0;
    background: none;
    display: flex;
    justify-content: center;
}

.rechercheMaster {
    bottom: 50px;
}

#ucRechercheResa1_udpRechercheResa, #ctl00_ucRechercheResa_udpRechercheResa {
    background: #FFF;
}

.homeRecherche .ct-recherche {
    position: relative;
}

.homeRecherche .ct-recherche-resa {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.homeRecherche .dv-menu-recherche {
    position: absolute;
    width: 100%;
    bottom: -435px;
    z-index: 3;
}

.homeEdito {
    padding: 20px 0;
    text-align: center;
}

    .homeEdito h1 {
        line-height: 50px;
        margin: 0 0 0px 0;
    }

    .homeEdito .baseline {
        padding-top: 30px;
        margin: 20px 0 5px 0;
    }

    .homeEdito * {
        text-align: center;
    }

    .homeEdito p {
        margin-bottom: 10px;
    }

.homeEditoTxt {
    margin: 0 auto;
    max-width: 800px;
}

    .homeEditoTxt .btn {
    }


.homeFormules h2 {
    margin: 20px 0 40px 0;
}

.homeFormules .cadreOverlay {
    width: auto;
}

.homeSejours .cadreOverlay {
    padding: 35px 50px;
    width: auto;
}

    .homeSejours .cadreOverlay .btn {
        position: relative;
        margin: 0 auto;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }

.homeSejours h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .homeSejours h2 span {
        font-size: 24px;
        line-height: 26px;
        margin-top: 15px;
    }

.homeSejours .ctResidVign {
    margin-bottom: 0px !important;
}

.sejourHomeGd .infosRollOver {
    height: 330px;
    padding: 50px;
}

    .sejourHomeGd .infosRollOver p {
        margin-top: 10px;
    }
/*.sejourHomeMoyen .infosRollOver {
    height: 115px;
    padding: 5.35%;
}*/
.ct-trouver.invisible {
    display: none;
}


.ct-trouver {
    width: 100%;
    text-align: center;
}

    .ct-trouver a {
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        min-width: 220px;
        background: #5b2330;
        color: #FFF;
        transition: opacity 1.5s linear;
        border-radius: 0 0 5px 5px;
    }

        .ct-trouver a:hover {
            background: #5b2330;
            color: #FFF !important;
            opacity: 0.95;
        }

.sejourHomeMoyen .infosRollOver p {
    /*margin-top: 10px;*/
}

.ct48 .ct48.sejourHomeMoyen {
    width: 100%;
    margin: 0 0 !important;
}

.homeSejourSlider {
    width: 100%;
    height: 500px;
}

.ct-m-recherche {
    width: 780px;
}

.homeSejours {
    padding: 0 0 60px 0;
}

.infosRollOver {
    height: 150px;
}

.homeFormules .ct48 .ct48 {
    margin-bottom: 0;
}

.homeFormules {
    padding: 40px 0 !important;
}

.homeCoupCoeur h2 {
    text-align: center !important;
    margin-bottom: 40px;
}

.homeCoupCoeur {
    padding-top: 0px;
}

.classActuArticlesTextes > div {
    padding: 0% 10%;
}


/*--------------------------*/
/*--------  ACTU HOME ------*/
/*--------------------------*/


#panHomeEvenements {
    margin: 20px auto;
    height: 300px;
}

    #panHomeEvenements .fotorama__stage, #panHomeEvenements .fotorama__wrap { /*pour parametrer la hauteur du slider*/
        width: 100% !important;
        height: 300px !important;
    }

.actualitesHome {
    width: 100%;
    height: 300px;
}


    .actualitesHome .fotorama__nav__frame.fotorama__active .fotorama__dot, #panHomeActualites .fotorama__nav__frame.fotorama__active .fotorama__dot {
        height: 4px !important;
        /*border: none !important;*/
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0 !important;
        background: #572931 !important;
        width: 28px;
    }

    .actualitesHome .fotorama__dot, #panHomeActualites .fotorama__dot {
        height: 4px !important;
        /*border: none !important;*/
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        width: 28px;
    }


.classActuArticlesTextes {
    background: #fff;
    height: auto;
}

    .classActuArticlesTextes > div {
        padding: 20px 30px;
    }

    .classActuArticlesTextes .btn {
        text-decoration: none;
        margin: 0;
    }

.classActuImage img {
    width: 100%;
}

.classActuDate {
    font-family: "Sign";
    font-size: 18px;
    margin: 0px 0 5px 0;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

.classActuTitre {
    text-align: center;
    margin-bottom: 0px;
    font-family: "Sign";
    font-size: 30px;
    text-align: center;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

    .classActuTitre a {
        text-decoration: none;
        color: #FFF;
    }

    .classActuTitre.actu-alterne a {
        text-decoration: none;
        color: #000 !important;
    }

    .classActuTitre a:hover {
        text-decoration: underline;
        color: #FFF;
        opacity: 0.9;
    }

    .classActuTitre.actu-alterne a:hover {
        text-decoration: underline;
        color: #000 !important;
    }

.ct-actu-Home-g {
    float: left;
    width: 88%;
    text-align: center;
}

.ct-actu-Home-d {
    float: right;
}

.classActuTexte {
    max-height: 75px;
    line-height: 15px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    margin: 0;
}

.classActuSavoir {
    font-size: 10px;
    margin: 10px 0 0;
}

#panHomeActus .fotorama__nav-wrap {
    position: absolute;
    left: 40px;
    bottom: 20px;
}

#panHomeActualites {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
    min-height: 125px;
    height: 125px;
    z-index: 2;
}

    #panHomeActualites .classActuTitre {
        font-family: "Sign";
        font-size: 26px;
        font-variant-ligatures: none;
        /*margin-bottom: 10px;*/
        text-align: center;
    }

    #panHomeActualites .classActuArticlesTextes > div {
        padding: 0;
        /* float: left; */
        width: 100%;
    }

    #panHomeActualites .classActuTexte {
        /* height: 70px; */
        line-height: 14px;
        overflow: hidden;
        text-align: center;
    }

    #panHomeActualites .classActuArticlesTextes {
        /* background: rgba(255,255,255,0.8); */
        background: #572931;
        color: #FFF;
        box-sizing: border-box;
        padding: 14px 25px 14px 25px;
        width: 100%;
    }

        #panHomeActualites .classActuArticlesTextes.actu-alterne {
            background: rgba(255,255,255,0.8) !important;
            color: #000;
        }

    #panHomeActualites .classActuTitre .actu-alterne {
        color: #000 !important;
    }

    #panHomeActualites .fotorama__arr.fotorama__arr--prev, #panHomeActualites .fotorama__arr.fotorama__arr--next {
        display: none !important;
    }

    #panHomeActualites .fotorama__nav-wrap {
        top: -30px;
        position: absolute;
    }

    #panHomeActualites .btn {
        background: #532332;
        color: #fff;
        border: 1px solid #FFF;
    }

        #panHomeActualites .btn.actu-alterne a {
            background: #532332 !important;
            color: #fff !important;
            border: 1px solid #FFF;
        }

        #panHomeActualites .btn:hover {
            background: #302D2D;
        }

.ct-actu-Home {
    width: 100%;
    /*float: left;*/
}

.btn-plus-actu-home {
    /*float: right;*/
    /* margin-left: 10px; */
}
/*--------------------------*/
/*--------  BLOG HOME ------*/
/*--------------------------*/
#panHomeBlogArticles {
    margin: 20px 0;
    height: 300px;
}

.classSliderHomeBlog {
    width: 100%;
    height: 300px;
}

#panHomeBlogArticles .fotorama__stage { /*pour parametrer la hauteur du slider*/
}

.classBlogArticle {
    display: inline-block;
    width: 300px;
    position: relative;
    margin: 0px 0 10px 0;
    font-size: 13px;
}

    .classBlogArticle * {
    }

    .classBlogArticle:nth-child(2n+1) {
        margin-right: 40px;
    }

.classBlogArticlesTextes {
    background: #fff;
}

    .classBlogArticlesTextes > div {
        padding: 20px 30px;
    }

    .classBlogArticlesTextes .btn {
        text-decoration: none;
    }

.classBlogArticleTitre {
    margin-bottom: 10px;
    font-family: "Sign";
    font-size: 20px;
    text-align: left;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

.classBlogArticleImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classBlogArticleSavoir {
    font-size: 10px;
    margin: 5px 0;
}

.blogArticlesHome .fotorama__wrap {
    width: 100% !important;
}



/*--------------------------*/
/*---------  CONTENU -------*/
/*--------------------------*/

.ct100Full {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    display: table;
}

.ct100 {
    max-width: 1650px;
    width: 95%;
    margin: 0 auto;
    font-size: 0;
    display: table;
    position: relative;
}

    .ct100 p {
        font-size: 12px;
    }

    .ct100 ul {
        font-size: 12px;
    }

.ct960px {
    max-width: 960px;
    margin: 0 auto;
}

    .ct960px h1, .ct960px h2 {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .ct960px h2 {
        font-size: 35px;
    }

.ct50 {
    width: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

    .ct50 h1 {
        text-align: left;
        margin-top: 20px;
    }

.ct100 h2 {
    margin-bottom: 20px;
    text-align: left;
}

    .ct100 h2 span {
        display: block;
    }


.ct50contentTxtLeft {
    padding: 10px 40px 10px 0px;
}

.ct50contentTxtRight {
    padding: 10px 0px 10px 40px;
}

.ctBlanc {
    background: #fff;
    margin: 0;
    position: relative;
}

    .ctBlanc .ct50contentTxtLeft, .ctBlanc .ct50contentTxtRight {
        padding: 10px 30px 10px 30px;
    }

.fondGris .ct50 {
    background: #fff;
    margin: 0;
    position: relative;
}

.fondGris .ct50contentTxtLeft, .fondGris .ct50contentTxtRight {
    padding: 0 10%;
}

.ct33 .ctBlanc {
    padding: 7% 10%;
}

    .ct33 .ctBlanc h2 {
        margin-top: 0;
    }

.img50 {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}


#panFormulesResidences .ct33:nth-of-type(1) {
    margin: 0 !important;
}

.ct33 {
    width: 29.8%;
    margin-left: 5%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

    .ct33:first-child {
        margin: 0;
    }

    .ct33:last-child {
        margin: 0;
    }

    .ct33 h2 {
        font-size: 45px;
    }

        .ct33 h2 span {
            font-size: 30px;
        }

    .ct50 .btn, .ct33 .btn {
        margin: 10px 0 0 0;
    }


.ct48 {
    width: 48%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}

    .ct48 .ct48 {
        width: 47%;
        margin: 0 3%;
    }

        .ct48 .ct48 .img50 {
            margin-bottom: 30px;
        }

    .ct48:nth-child(odd) {
        margin-left: 0;
    }

    .ct48:nth-child(even) {
        margin-right: 0;
    }

.bgGris {
    background: #eee;
}

    .bgGris .cadreOverlay {
        background: none;
    }



.ctResidVign {
    text-align: center;
    margin-bottom: 40px;
    text-decoration: none;
}

    .ctResidVign * {
        text-align: center;
    }

.cadreOverlay {
    width: 270px;
    margin: 0 auto;
    padding: 20px 25px 15px 25px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    position: relative;
}

    .cadreOverlay p {
        text-align: center;
    }

    .cadreOverlay h3 {
        margin-bottom: 5px;
        font-size: 34px;
    }

    .cadreOverlay .txtStation {
        text-transform: uppercase;
        font-size: 14px;
        margin: 0 0 7px 0;
    }

    .cadreOverlay .cadreOverlayBaseline {
        margin: -10px 0 0px 0;
        font-family: Georgia;
        font-style: italic;
    }

    .cadreOverlay .txtPrixAccroche {
        margin: 0px;
        font-family: Georgia;
        font-style: italic;
    }

    .cadreOverlay .btn {
        position: relative;
        left: 0;
        bottom: -25px;
        margin: 0;
        background: #572931;
        color: #fff;
        padding: 5px 0px;
        width: 100px;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        border-color: #572931;
    }


.ct33 .cadreOverlay {
    width: 200px;
}

.ct25 .cadreOverlay {
    width: 60%;
}

    .ct25 .cadreOverlay .btn {
        left: 78px;
    }


.ct25 {
    width: 23.5%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

    .ct25:first-child {
        margin-left: 0;
    }

    .ct25:last-child {
        margin-right: 0;
    }

.infosRollOver {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255,255,255,0.9);
    padding: 25px;
    text-align: center;
    opacity: 0;
    display: flex;
    align-items: center;
}

    .infosRollOver .titreOver {
        font-family: "Sign";
        font-size: 35px;
        display: block;
        text-align: center;
        line-height: 25px;
        font-variant-ligatures: none;
        -moz-font-variant-ligatures: none;
        -webkit-font-variant-ligatures: none;
    }

    .infosRollOver div {
        width: 100%;
    }

    .infosRollOver * {
        text-align: center;
    }

    .infosRollOver .txtStation {
        font-size: 18px;
        display: block;
        text-align: center;
    }

    .infosRollOver .btn {
        margin: 0 auto;
        background: #572931;
        color: #fff;
        padding: 5px 0px;
        width: 100px;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        border-color: #572931;
    }

        .infosRollOver .btn:hover {
            cursor: pointer !important;
        }

.ct33:hover > .infosRollOver,
.ct48:hover > .infosRollOver,
.ct50:hover > .infosRollOver,
.ct25:hover > .infosRollOver,
.ct100Full:hover > .infosRollOver {
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.height200, .height200 .img50 {
    height: 200px !important;
}

.height250, .height250 .img50 {
    height: 300px !important;
}

.ctResidVign > height250 {
    height: 200px !important;
}

.height300, .height300 .img50 {
    height: 300px !important;
}

.height400, .height400 .img50 {
    height: 400px !important;
}

.height430, .height430 .img50 {
    height: 430px !important;
}

.height500, .height500 .img50 {
    height: 500px !important;
}

.height600, .height600 .img50 {
    height: 600px !important;
}

    .height200 .alignVerticalCt,
    .height250 .alignVerticalCt,
    .height300 .alignVerticalCt,
    .height400 .alignVerticalCt,
    .height500 .alignVerticalCt,
    .height600 .alignVerticalCt {
        height: 90%;
        height: 100%;
    }

.alignVerticalCt {
    font-size: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.contenuMixteTexteG .alignVertical {
    padding: 10px 10% 10px 0px;
}

.contenuMixteTexteD .alignVertical {
    padding: 10px 0 10px 10%;
}

.fondGris .contenuMixteTexteG .alignVertical {
    padding: 10px 10% 10px 10%;
}

.fondGris .contenuMixteTexteD .alignVertical {
    padding: 10px 10% 10px 10%;
}

.conteneurContenuBloc .fondGris {
    padding: 30px 0;
}

.fondGris {
    background: #eee;
}

.fondBlanc {
    background: #fff;
}

.padding40 {
    padding: 40px 0;
}

.padding50 {
    padding: 50px 0;
}

.padding60 {
    padding: 60px 0;
}

.padding70 {
    padding: 70px 0;
}

.footerSign {
    margin: 50px auto 20px auto;
    font-size: 10px;
}

    .footerSign span {
        color: #fff;
        opacity: 0.45;
    }

    .footerSign a {
        color: #fff;
        opacity: 0.45;
        text-decoration: none;
    }

        .footerSign a:hover {
            color: #fff;
            opacity: 1;
            text-decoration: none;
        }
/*-----------------------------*/
/*--------  FIL D'ARIANE ------*/
/*----------------------------*/


#divCheminNav {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    clear: both;
    color: #555;
    margin: 15px auto;
}


/*--------------------------*/
/*---------  DOMAINE -------*/
/*--------------------------*/

.sectionRefBasPage {
    font-size: 13px;
    width: 82%;
    margin-top: 40px;
}

.titreRefBasPage {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
}

.descRefBasPage {
    margin-top: 20px;
}

.titreRefBasPageTitre {
    margin-right: 30px;
}

.titreRefBasPageLigne {
    flex-grow: 1;
    height: 1px;
    background-color: #3d3d3d;
}

.titreRefBasPageToggle:after {
    text-align: right;
    font-family: 'icomoonCGH';
    content: "\a001";
    font-size: 20px;
    float: right;
    padding-left: 30px;
    color: #3d3d3d;
}

.activeDescBasPage .titreRefBasPageToggle:after {
    font-family: 'icomoonCGH';
    content: "\a002" !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    margin: 0;
    max-height: 0;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
}

.activeDescBasPage + .accordion-content {
    margin: 10px 0 20px;
    max-height: 400px;
}


.localite {
    font-size: 22px;
    font-family: "Din";
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pageInfosSliderResidenceConteneur {
    width: 100%;
    text-align: center;
}

.pageInfosSliderResidence {
    height: 380px;
    /*pointer-events: none;*/
    position: absolute;
    display: inline-block;
}

.pageInfosSlider {
    margin-top: -440px;
    position: relative;
    /*background: #f55;*/
    height: 380px;
    pointer-events: none;
}

.pageInfosSliderDomaine {
    position: absolute;
    display: inline-block;
    height: 190px;
}

.pageInfosSlider .homeRecherche {
    position: absolute;
    top: 303px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contentRechercheResa {
    position: absolute;
    left: 480px;
    margin: 0;
}

.introDomaine {
    margin-top: 30px;
    text-align: center;
}

    .introDomaine .baseline {
        margin-top: 0px;
    }

.sepInformation {
    display: block;
    border-top: 1px solid #000;
    margin: 50px auto 0px auto;
    text-align: center;
    height: 20px;
    text-transform: uppercase;
    position: relative;
    max-width: 800px;
}

    .sepInformation span {
        top: -11px;
        position: relative;
        display: inline-block;
        letter-spacing: 2px;
        font-size: 15px;
        background: #fff;
        padding: 0px 15px;
    }

.domCtPictos {
    max-width: 800px;
    margin: 25px auto 0px auto;
    text-align: center;
}

.domaineImg {
    display: inline-block;
    max-width: 760px;
    vertical-align: top;
    background-size: cover;
    height: 300px;
}

    .domaineImg img {
        width: 100%;
    }

.domaineDesc {
    display: inline-block;
    max-width: 760px;
    vertical-align: top;
}

    .domaineDesc .btn {
        margin: 20px 0;
    }

#panStations h1 span {
    display: block;
    font-size: 30px;
    margin: 0;
}

#panStations h1 {
    font-size: 40px;
    line-height: 32px;
    margin: 5px 0 10px 0;
}

.alignVertical {
    padding: 10px 0;
}

    .alignVertical .btn {
        margin-top: 20px;
    }

#panStations .alignVertical {
    text-align: left;
}

.domTxtStation {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 0px;
    max-height: 105px;
    overflow: hidden;
}

.domStationTxt {
    background: #fff;
    text-align: left;
    height: 280px;
}

    .domStationTxt h3 {
        text-align: left;
    }

.txtDesignationStation {
    line-height: 15px;
    height: 60px;
    overflow: hidden;
}

.station-2col {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 760px;
    vertical-align: top;
    position: relative;
}

    .station-2col .domStationImg {
        float: left;
        width: 380px;
        height: 280px;
        background: #5ff;
        background-size: cover !important;
    }

        .station-2col .domStationImg img {
        }

    .station-2col .domStationTxt {
        float: right;
        width: 380px;
        background: #fff;
        text-align: left;
    }

        .station-2col .domStationTxt > div {
            padding: 20px;
        }

        .station-2col .domStationTxt a {
            margin: 20px 0 0 0;
        }

.domStationImg img {
    width: 100%;
}

#panStations .ct33 {
    margin: 0 0 30px 0;
}

    #panStations .ct33:nth-child(3n+2) {
        margin-left: 5%;
        margin-right: 5%;
    }

#panStations .ctBlanc {
    height: 260px;
}

.domCtPictos #weather .h1 {
    margin-top: 0;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
}

    .domCtPictos #weather .h1:before {
        font-size: 50px !important;
    }

.domCtPictos #weather .h2 {
    font-size: 12px;
    font-family: din, Arial, Helvetica, sans-serif;
    text-transform: none;
}

.domCtPictos #weather .h3 {
    font-size: 12px;
    font-family: din, Arial, Helvetica, sans-serif;
    text-transform: none;
}




/*--------------------------*/
/*---------  STATION -------*/
/*--------------------------*/

.classActivitesLieesContenu {
    margin: 0 auto;
    width: 840px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    position: relative;
}

.classSousTitreSpecial {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
    overflow: hidden;
}

    .classSousTitreSpecial span {
        position: relative;
    }

        .classSousTitreSpecial span:before,
        .classSousTitreSpecial span:after {
            content: "";
            position: absolute;
            border-bottom: 1px solid #000;
            width: 100%;
            height: 7px;
            top: 50%;
            margin-top: -4px;
        }

        .classSousTitreSpecial span:before {
            right: 100%;
            margin-right: 15px;
        }

        .classSousTitreSpecial span:after {
            left: 100%;
            margin-left: 15px;
        }

.classAutreActivite {
    background: #fff;
    width: 201px;
    height: 246px;
    padding: 10px;
    /*float: left;*/
    position: absolute;
    z-index: 9;
}

    .classAutreActivite .autreActiviteImage {
        width: 195px;
        height: 120px;
        overflow: hidden;
    }

        .classAutreActivite .autreActiviteImage img {
            width: 195px;
        }

    .classAutreActivite .autreActiviteTitre {
    }

.autreActiviteTitre {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}


.classAutreActivite .autreActiviteTexte {
    font-size: 14px;
}

.classListeActivitesLiees {
    width: 600px;
    height: 200px;
    margin: 0 auto;
}

    .classListeActivitesLiees ul li {
        cursor: pointer;
        width: 225px;
        overflow: hidden;
        list-style-type: '...';
        margin-bottom: 5px;
        font-size: 14px;
    }

        .classListeActivitesLiees ul li a {
            padding-left: 5px;
            text-decoration: none;
        }

.blocContenuStation {
    width: 95%;
    margin: 70px auto 0;
    clear: none;
}

.classFluxStation {
    width: 33%;
    float: left;
    height: 335px;
    background: #f6f6f6;
}

.classMapStation {
    width: 67%;
    float: left;
    height: 335px;
    overflow: hidden;
}

    .classMapStation #divGoogleMap {
        width: 330px;
        height: 335px;
    }


.classPhotoPrincipaleStation {
    float: none;
    height: 335px;
    background-size: cover !important;
}

.classDescriptionStation {
    min-height: 335px;
    /*text-align: justify;*/
    padding: 0;
    width: 30%;
    float: none;
}

    .classDescriptionStation h2 {
        text-align: center;
    }

.classResidenceSlider {
    height: 380px;
}

.classTemoignageSlider {
    height: 550px;
    width: 80%;
    margin: 0 auto;
}

.classSlideTemoignageCitation {
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
    font-size: 16px;
    display: block;
    width: 100%;
    clear: both;
}

#ctl00_cphPanMilieu_panTemoignages {
    width: 100%;
}

.classSlideTemoignageImage {
    margin-bottom: 20px;
    width: 220px;
    height: 220px;
    background: #ccc;
    overflow: hidden;
}

.classSlideTemoignageNom {
    margin-bottom: 20px;
    font-size: 25px;
    font-family: 'sign';
}

.classSlideTemoignageFonction {
    margin-bottom: 20px;
    font-size: 14px;
}

.classSlideTemoignageBio {
    text-align: justify;
    font-size: 14px;
}


.classContenuSlideTemoignages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.classSlideTemoignageGauche {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: auto;
    align-self: stretch;
    border-right: 1px solid #ccc;
    width: 260px;
    padding: 0 5%;
}

.classSlideTemoignageDescription {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: auto;
    align-self: stretch;
}

#sectionTemoignages {
    display: unset;
}


.classSousTitre1 {
    font-size: 60px;
}

.classSousTitre2 {
    font-size: 30px;
}

#stationAccroches {
    text-align: center;
    margin: 50px auto 45px;
}

.domCtPictos {
    margin-bottom: 50px;
}

.divStationMap {
}

.descriptionStation {
    font-size: 14px;
}

.ctTexteLibreStation {
    margin: 120px auto;
    min-height: 50px;
    font-size: 12px;
}

.ctActuStation {
    margin-bottom: 50px;
}

.texteInfoPratiques {
    font-size: 14px;
    margin-top: 30px;
}

    .texteInfoPratiques ul {
        margin-left: 0;
    }


.listeActusStationLien .btn {
    margin: 0;
}

.classCarouselContenu {
    font-size: 28px;
    font-family: 'sign';
}

.classCarousselTexte {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 230px;
    height: 100px;
}

.carousel-box.is-active .classCarouselContenu {
    font-size: 40px;
}


    .carousel-box.is-active .classCarouselContenu .classCarousselTexte {
        width: 330px;
        height: 140px;
    }

.divActivitesLiees {
    margin-top: 70px;
}

.classSlideTemoignageDescriptionContenu {
    margin-left: 15%;
    font-size: 12px;
}

.classSlideTemoignageDescription p {
    font-size: 14px !important;
}

#ctl00_cphPanMilieu_panInfosPratiques .classContenuInfosPratiques {
    padding-bottom: 60px;
}

.classListeActivitesLiees ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.animCadreOverlay {
}

.listeActusStationDescription {
    height: 46px;
    line-height: 15px;
    overflow: hidden;
    text-align: justify;
}

.divNosResidences {
    margin: 60px auto;
}

.classSlideTemoignageImage img {
    width: 100%;
}

.ctTemoignage {
    width: 100%;
}

.classTemoignageSlider .fotorama__stage {
    width: 100% !important;
    /*height: auto !important;
        min-height: 400px;*/
}


#litListeActivites li a:hover {
    opacity: 0.5;
}

.classFluxStation #weather {
    padding: 65px 0;
}

    .classFluxStation #weather .h2 {
        font-size: 20px !important;
    }

    .classFluxStation #weather .h3 {
        font-size: 50px !important;
    }



/*--------------------------*/
/*--------  RESIDENCE ------*/
/*--------------------------*/


.body_ete .classReserverService .height300, .body_ete .classReserverService {
    height: 200px !important;
}

.blocGaucheResidence h2 {
    margin-bottom: 10px;
}

.classAccroche2Residence {
    color: #000;
    font-family: "Sign";
    font-size: 25px;
    font-variant-ligatures: none;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.pResSaison {
    font-size: 14px;
    font-family: "Din";
    width: 200px;
    text-align: center;
    margin: 0 auto;
    height: 45px;
}

    .pResSaison .SaisonCt {
        text-align: center;
        height: 20px;
    }

        .pResSaison .SaisonCt a {
            display: inline-block;
            float: none;
            margin: 0 10px;
        }

#bandeauSlider {
    height: 650px;
    width: 100%;
}

.classTitreSlider {
    position: absolute;
    width: 550px;
    height: 275px;
    opacity: 0.9;
    background: #fff;
    z-index: 90000;
}

#bandeauSlider .fotorama__nav-wrap {
    position: absolute;
    bottom: 90px;
}

.decouvrirStationDomaine .fotorama__nav-wrap {
    position: absolute;
    bottom: 100px;
    display: none;
}

.classAppartements .fotorama__nav-wrap {
    position: absolute;
    bottom: 100px;
    display: none;
}

.contenuDroiteMapResidence {
    display: inline-block;
    width: 50%;
    height: 425px;
}

.mapResidence {
    width: 50%;
    height: 425px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.decouvrirStationDomaine {
    width: 240px;
    height: 210px;
}

.meteoResidence {
    width: 240px;
    height: 210px;
}

.fontSizeReload {
    font-size: 13px;
}

.blocGaucheResidence {
    width: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

    .blocGaucheResidence h2 {
        text-align: center;
    }

.blocDroiteResidence {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.residencesActivites {
    margin-top: 30px;
}

.residencesServices h2 {
    text-align: left;
}

.classServices {
    text-align: left;
}

    .classServices nav {
        text-align: left;
        text-transform: uppercase;
        font-size: 15px;
    }

.classPictoServiceImage {
    margin-bottom: 5px;
}

    .classPictoServiceImage img {
        width: 60px;
    }

.classPictoServiceLibelle {
    font-size: 11px;
}

.classPictosResidence {
    margin-bottom: 25px;
}

.ctPictos {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 11px;
    text-align: center;
    width: 100px;
}

    .ctPictos img {
        margin-bottom: 10px;
        width: 60px;
    }


.pictoLigneHaut {
    font-size: 12px;
}

.pictoLigneBas {
    font-size: 11px;
}

.classPictoService {
    width: 105px;
    height: 105px;
    float: left;
}

.classDescriptionResidence {
    text-align: justify;
    padding: 0 50px;
    font-size: 13px;
}

.classSpa {
    width: 100%;
    background: url(../images/residence-spa.jpg) center center;
    height: 300px;
}

    .classSpa .cadreOverlay {
        width: auto;
    }

.classReserverService {
}

    .classReserverService .cadreOverlay {
        width: auto;
        padding: 20px 15px 15px 15px;
    }

        .classReserverService .cadreOverlay h3 {
            font-size: 30px;
        }

.fotorama__nav {
    font-size: 14px !important;
    line-height: 14px !important;
    color: #9d9d9d;
}

.fotorama__active {
    color: #000 !important;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: auto !important;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.classActivites {
    height: 360px;
    display: block;
    font-size: 14px;
}

.classContenuSlideActivites {
    width: 800px;
    height: 260px;
    display: block;
    background: #eeeeee;
}

.classSlideActiviteGauche {
    width: 400px;
    height: 260px;
    float: left;
    display: block;
}

.classSlideActiviteDroite {
    width: 330px;
    padding: 35px;
    height: 130px;
    float: left;
    display: block;
}

.classContact {
    width: 20%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.classAcces {
    width: 40%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.classAvis {
    background: #eee;
    padding: 0 2%;
    display: inline-block;
    vertical-align: top;
    height: 400px;
}

    .classAvis h2 {
        text-align: center;
        margin-top: 50px;
    }

.classSliderAvis {
    width: 100%;
    height: 250px;
}

.classAvisSlide {
    display: block;
    text-align: center;
    padding: 20px;
}


.listeLigneResidencesSimilaires {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 370px;
    background: #fff;
    float: left;
    margin-right: 50px;
}

    .listeLigneResidencesSimilaires:nth-child(2n) {
        margin-right: 0px;
    }

.listeResidencesSimilairesConteneurTextes {
    width: 775px;
    height: 370px;
    overflow: hidden;
    background-size: cover;
    text-align: center;
}

    .listeResidencesSimilairesConteneurTextes .classConteneurTexte {
        background: #fff;
        opacity: 0.9;
        width: 350px;
        height: 120px;
        display: inline-block;
        margin-top: 125px;
    }

.residenceSliderSejourDesc {
    font-family: 'din';
    font-size: 13px;
    display: block;
}

#divGalerieSejour .fotorama__caption__wrap {
    padding: 40px;
    max-width: 60%;
}


.sliderActivitesResidences .fotorama__nav__frame.fotorama__active .fotorama__dot, .classTemoignageSlider .fotorama__nav__frame.fotorama__active .fotorama__dot {
    height: 3px !important;
    border: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    background: #572931 !important;
}

.sliderActivitesResidences .fotorama__dot, .classTemoignageSlider .fotorama__dot {
    height: 3px !important;
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #EEEEEE !important;
}

.classTemoignageSlider .fotorama__nav-wrap {
    position: absolute;
    bottom: -40px;
}

.blocResaMobile {
    display: none;
}



/****** Appartements *******/

.classAppartements {
    font-size: 0;
    height: 400px;
    overflow: hidden;
    position: relative;
}

    .classAppartements * {
        text-align: left;
    }

    .classAppartements .btn {
        background: #572931;
        border-color: #572931;
        color: #fff;
        margin: 15px 0 0 0;
    }

.classSliderAppart {
    /*width: 100%;*/
    height: 370px;
}

.classListeAppartements {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height 0.8s ease-out;
    -moz-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    transition: max-height 0.8s ease-out;
}


.activeAppart {
    max-height: 100%;
}

.btnVoirAppartement {
    text-decoration: none;
    text-align: center;
    background: #565656;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    border: 1px solid #565656;
    margin: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}

    .btnVoirAppartement:before {
        font-family: 'boonIco2';
    }

    .btnVoirAppartement:hover {
        background: none;
        color: #565656;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        border: 1px solid #565656;
        cursor: pointer;
    }

#appartementSlider {
    margin: 0 0px;
}


    #appartementSlider li {
        background: url(../images/common/dot_horizontal.gif) repeat-x 0 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        cursor: pointer;
        padding: 20px 0 5px;
        margin-bottom: 20px;
        list-style: none;
        max-height: 35px;
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }

        #appartementSlider li .expand {
            position: absolute;
            top: 20px;
            right: 7px;
            z-index: 2;
            cursor: pointer;
        }

        #appartementSlider li.openedAppart .expand {
            visibility: hidden;
        }

        #appartementSlider li.openedAppart {
            cursor: default;
            max-height: 500px;
            transition: max-height 1s 0.5s;
        }

        #appartementSlider li .visu {
        }

        #appartementSlider li .appartDesc {
            display: inline-block;
            width: 40%;
            text-align: justify;
            vertical-align: top;
        }

            #appartementSlider li .appartDesc span {
                display: inline-block;
            }

.imgAppart {
    width: 48%;
    margin-right: 5%;
    height: 300px;
    display: inline-block;
    vertical-align: top;
}

.pictoAppartPlus {
    width: 15px;
    display: inline-block;
    vertical-align: top;
}

#appartementSlider li h3 {
    font-family: 'Helvetika', Sylfaen, Arial, sans-serif;
    font-size: 20px;
    color: #000;
    padding: 4px 0 12px;
}

#appartementSlider li .dispo {
    color: #afafaf;
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
}

    #appartementSlider li .dispo img {
        vertical-align: middle;
        margin-right: 8px;
    }

#divGalerieSejour {
    height: 500px;
    overflow: hidden;
}

    #divGalerieSejour .fotorama__caption {
        top: 145px;
        left: 230px;
        padding: 50px 70px;
    }


    #divGalerieSejour .fotorama__caption__wrap {
        font-size: 50px;
        font-family: 'sign';
    }

.stationDecouvrirPhoto {
    width: 210px;
    height: 240px;
    background-size: cover;
}

.ssMenuSta-vign {
    text-align: left;
    width: 200px;
    display: inline-block;
    margin: 0 20px 0px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 12px;
    line-height: 15px;
    height: 25px !important;
}


#stays {
    height: 120px !important;
}

.semainierType {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}


    .semainierType li {
        list-style: none;
        display: inline-block;
    }

    .semainierType .selected {
        background: #572931 !important;
        color: #fff !important;
        list-style: none;
        display: inline-block;
        padding: 10px 25px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        text-decoration: none;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        margin-right: 15px;
    }

        .semainierType .selected:hover, .semainierType .tabSejour:hover {
            background: #572931 !important;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            color: #fff !important;
        }

    .semainierType .tabSejour {
        background: #D6D7D8;
        color: #00111a;
        display: inline-block;
        padding: 10px 25px;
        text-transform: uppercase;
        letter-spacing: 2px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
    }

.titreAppartementResidence {
    font-family: 'sign', arial;
    font-size: 26px;
}

    .titreAppartementResidence:hover {
        color: #5B2330 !important;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }

.titreDescAppartementResidence {
    font-size: 12px;
    font-weight: bold;
    width: 115px;
}

.textDescAppartementResidence {
    padding-bottom: 5px;
}


.sliderActivitesResidences {
    height: 200px !important;
}

    .sliderActivitesResidences .fotorama, .sliderActivitesResidences .fotorama__wrap, .sliderActivitesResidences .fotorama__stage {
        height: 200px !important;
    }

.classSlideActiviteDroite div:first-child {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 15px;
}

.classSlideActiviteDroite div:nth-child(2) {
    padding-right: 20px;
    text-align: left;
}

.contenuDroiteMapResidence {
    display: inline-block;
    height: 300px;
    padding: 0%;
    width: 50%;
}

.blocGaucheResidence {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 50%;
}

.residencesServices h2 {
    text-align: center;
}

.decouvrirStationDomaine {
    height: 210px;
    width: 100%;
}

.meteoResidence {
    background: #fff none repeat scroll 0 0;
    height: 210px;
    width: 100%;
}

.stationDecouvrirPhoto {
    background-size: cover;
    height: 240px;
    width: 100%;
}

    .stationDecouvrirPhoto img {
        width: 100%;
    }


.fotorama__nav__frame {
    height: 20px;
    padding: 0 10px;
    width: auto !important;
    text-transform: uppercase;
}

.classPictoService {
    margin: 0 15px 0 0;
}

.ct50contentTxtRight {
    padding: 0 10%;
}



.titreSurSlider {
    top: -120px;
}

.blocDroiteResidence a {
    text-decoration: none;
}

#divGalerieSejour .fotorama__caption {
    left: 15%;
    padding: 50px 70px;
    top: 20%;
}

.classSlideActiviteGauche {
    display: block;
    float: left;
    height: 200px;
    width: 50%;
}

.classSlideActiviteDroite {
    display: block;
    float: left;
    height: 200px;
    width: 40% !important;
    padding: 5% !important;
}

.classContenuSlideActivites {
    width: 94%;
    margin-right: 6%;
}

.classAutreActivite {
    background: #eee;
}

.classListeActivitesLiees {
    height: auto;
}

.fontSizeReload .appartDesc {
    text-align: justify;
    width: 90%;
}

#appartementSlider li .appartDesc {
    width: 42%;
}

.textDescAppartementResidence {
    text-align: justify;
}

.classContactResidenceNom {
    font-size: 20px;
}

.ContactResidenceNom {
}

.classContactAdresse {
}

.classContactVille {
}

.classContactTel {
}

.classContactImg {
    margin: 30px 0 15px;
    width: 200px;
}

    .classContactImg img {
        width: 100%;
    }


.classContactHoteName {
    font-weight: bold;
    font-size: 16px;
}

.stationDecouvrirCt {
    width: 60%;
    height: 60%;
    font-size: 12px;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute;
    left: 60px;
    top: 40px;
}

.stationDecouvrirTitre {
    font-size: 35px;
    font-family: "Sign";
    font-weight: normal;
    color: #000;
    line-height: 25px;
    padding-top: 40px;
}

.stationDecouvrirLien {
    text-transform: uppercase;
    font-size: 11px;
}

.ct-res-reb ul li {
    padding-bottom: 10px;
}

.ct-btn-resa {
    margin-top: 10px;
}


/*---------------------------------*/
/*--------  ANCRES RESIDENCE ------*/
/*--------------------------------*/

#ancreResidences {
    position: fixed;
    right: 30px;
    z-index: 9000;
    bottom: 80px;
}

#ancreStation {
    position: fixed;
    right: 30px;
    z-index: 9000;
    top: 305px;
}


.ancre1Residence, .ancre2Residence, .ancre3Residence, .ancre3bisResidence, .ancre4Residence, .ancre5Residence, .ancre6Residence, .ancre7Residence, .ancre8Residence, .ancre9Residence, .ancre10Residence, .ancre11Residence {
    height: 38px;
    width: 38px;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
}

.ancre1Residence {
    background: url(../images/pictoAncre1.png) no-repeat left center;
}

.ancre2Residence {
    background: url(../images/pictoAncre2.png) no-repeat left center;
}

.ancre3Residence {
    background: url(../images/pictoAncre3.png) no-repeat left center;
}

.ancre3bisResidence {
    background: url(../images/pictoAncre3bis.png) no-repeat left center;
}

.ancre4Residence {
    background: url(../images/pictoAncre4.png) no-repeat left center;
}

.ancre5Residence {
    background: url(../images/pictoAncre5.png) no-repeat left center;
}

.ancre6Residence {
    background: url(../images/pictoAncre6.png) no-repeat left center;
}

.ancre7Residence {
    background: url(../images/pictoAncre7.png) no-repeat left center;
}

.ancre8Residence {
    background: url(../images/pictoAncre8.png) no-repeat left center;
}

.body_hiver .ancre9Residence {
    background: url(../images/pictoAncre9Ete.png) no-repeat left center;
}

.body_ete .ancre9Residence {
    background: url(../images/pictoAncre9Ete.png) no-repeat left center;
}

.ancre10Residence {
    background: url(../images/pictoAncre10.png) no-repeat left center;
}

.ancre11Residence {
    background: url(../images/pictoAncre11.png) no-repeat left center;
}


    .ancre1Residence:hover, .ancre2Residence:hover, .ancre3Residence:hover, .ancre3bisResidence:hover, .ancre4Residence:hover, .ancre5Residence:hover, .ancre6Residence:hover, .ancre7Residence:hover, .ancre8Residence:hover, .ancre9Residence:hover, .ancre10Residence:hover, .ancre11Residence:hover {
        background-position: right center;
        opacity: 0.9;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }



button[data-balloon] {
    overflow: visible;
}

[data-balloon] {
    position: relative;
}

    [data-balloon]:before,
    [data-balloon]:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.18s ease-out 0.18s;
        -moz-transition: all 0.18s ease-out 0.18s;
        -o-transition: all 0.18s ease-out 0.18s;
        transition: all 0.18s ease-out 0.18s;
        bottom: 100%;
        left: 50%;
        position: absolute;
        z-index: 10;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        -moz-transform: translate(-50%, 10px);
        -o-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -moz-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon]:after {
        background: rgba(87, 41, 49, 1) none repeat scroll 0 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        content: attr(data-balloon);
        font-size: 12px;
        padding: .5em 1em;
        white-space: nowrap;
        margin-bottom: 11px;
        font-family: DIN, Arial !important;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    [data-balloon]:before {
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
        background-size: 100% auto;
        height: 6px;
        width: 18px;
        content: "";
        margin-bottom: 5px;
    }

    [data-balloon]:hover:before,
    [data-balloon][data-balloon-visible]:before,
    [data-balloon]:hover:after,
    [data-balloon][data-balloon-visible]:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [data-balloon][data-balloon-break]:after {
        white-space: normal;
    }

[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

[data-balloon-pos="down"]:after {
    margin-top: 11px;
}

[data-balloon-pos="down"]:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
    background-size: 100% auto;
    height: 6px;
    width: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}

[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

[data-balloon-pos="left"]:after {
    margin-right: 11px;
}

[data-balloon-pos="left"]:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(87, 41, 49, 1)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
    background-size: 100% auto;
    height: 18px;
    width: 6px;
    margin-right: 5px;
    margin-bottom: 0;
}

[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

[data-balloon-pos="right"]:after {
    margin-left: 11px;
}

[data-balloon-pos="right"]:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>') no-repeat;
    background-size: 100% auto;
    height: 18px;
    width: 6px;
    margin-bottom: 0;
    margin-left: 5px;
}

[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon-length]:after {
    white-space: normal;
}

[data-balloon-length="small"]:after {
    width: 80px;
}

[data-balloon-length="medium"]:after {
    width: 150px;
}

[data-balloon-length="large"]:after {
    width: 260px;
}

[data-balloon-length="xlarge"]:after {
    width: 90vw;
}

@media screen and (min-width: 768px) {
    [data-balloon-length="xlarge"]:after {
        width: 380px;
    }
}

[data-balloon-length="fit"]:after {
    width: 100%;
}



/*-----------------------------------------*/
/*--------  TARIFS / DISPO RESIDENCE ------*/
/*----------------------------------------*/


.tarifDispoAnim #dv-tarif-dispo {
    bottom: 0;
    left: 50%;
    margin-left: -100px !important;
    position: fixed !important;
    text-align: center !important;
    width: 200px !important;
    -moz-transition: width 0.4s;
    -o-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}

.ct-tarif-dispoNone {
    display: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ctrappelOffreNone {
    display: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}



.tarifDispoAnim #dv-tarif-dispo a {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .tarifDispoAnim #dv-tarif-dispo a:hover {
        background: #000;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        padding: 0 15px;
    }


    .tarifDispoAnim #dv-tarif-dispo a::after {
        display: none !important;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


.ct-tarif-dispo {
    height: 80px !important;
    margin: -120px auto 0 !important;
}

.tarifDispoAnim #dv-date-ouverture {
    margin-top: 60px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


/*-------------------------------------*/
/*--------  ELEMENTS MIS EN PAGE ------*/
/*------------------------------------*/

/*---------- Elements Généraux --------*/

p {
    text-align: justify;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 20px;
}

img {
    border: 0px;
}

ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
}



ul li ul {
    margin: 0px 0 10px 0;
    list-style: none;
    text-align: justify;
}

    ul li ul li {
        margin-left: 20px;
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}




/*---------- Titres --------*/
h1 {
    font-size: 45px;
    font-family: "Sign";
    font-weight: normal;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    text-align: center;
    line-height: 40px;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

    h1 span {
        font-size: 35px;
        display: block;
        margin: 0 0 15px 0;
    }


.titreSlider {
    font-family: "Sign";
    font-size: 45px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    width: 400px;
    color: #302d2d;
    background: rgba(255,255,255,0.8);
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

    .titreSlider h1 {
        margin-bottom: 0 !important;
    }


.panTitreH1 {
    position: relative;
    top: -400px;
    height: 0;
}

.titreSurSlider {
    font-family: "Sign";
    font-size: 45px;
    margin: 0 auto;
    padding: 50px 15px;
    text-align: center;
    width: 400px;
    color: #302d2d;
    background: rgba(255,255,255,0.8);
    position: relative;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

    .titreSurSlider span {
        line-height: 20px;
        margin-bottom: 10px;
    }

.classh1 {
    font-size: 50px;
    font-family: "Sign";
    font-weight: normal;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}


h2 {
    font-size: 45px;
    font-family: "Sign";
    font-weight: normal;
    color: #000;
    margin: 0 0 30px 0;
    padding: 0 0 0 0px;
    text-align: center;
    line-height: 30px;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}


    h2 span {
        font-size: 35px;
        font-family: "Sign";
        display: inline-block;
        font-variant-ligatures: none;
        -moz-font-variant-ligatures: none;
        -webkit-font-variant-ligatures: none;
    }

.txtAlgLeft {
    text-align: left;
}

.txtAlgRight {
    text-align: left;
}

.txtAlgCent {
    text-align: center;
}

h3 {
    font-size: 40px;
    font-family: "Sign";
    font-weight: normal;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    text-align: center;
    line-height: 30px;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

    h3 span {
        line-height: 28px;
        font-size: 27px;
        font-family: "Sign";
        display: block;
        font-variant-ligatures: none;
        -moz-font-variant-ligatures: none;
        -webkit-font-variant-ligatures: none;
    }

.classH3 {
    font-size: 50px;
    font-family: "Sign";
    font-weight: normal;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    text-align: center;
    line-height: 40px;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

.baseline {
    display: inline-block;
    font-size: 40px;
    font-family: "Sign";
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}

h1 ~ .baseline {
    margin-top: -20px !important;
}

.baselinePage {
    font-size: 40px;
    font-family: "Sign";
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    text-align: center;
    font-variant-ligatures: none;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
}
/*---------- Liens standards ------------*/
a {
    color: #222;
    text-decoration: underline;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

/*---------- Textes --------*/
.important {
    color: #572931;
    font-weight: bold;
}

.mark {
    color: #572931;
    background-color: #f4f8fb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 6px;
}

.citation {
    font-size: 11px;
    font-style: italic;
    color: #999;
    font-weight: lighter;
}


.notes {
    font-size: 13px;
    font-style: italic;
    background-color: rgba(150,150, 150, 0.1);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .notes:before {
        font-size: 13px;
        font-style: italic;
        font-weight: lighter;
        content: "\e91f";
        font-family: boonIco2;
        margin-right: 10px;
    }


.alertSuccess {
    background-color: rgba(95, 190, 170, 0.2);
    color: #5fbeaa;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 190, 170, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertSuccess:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00c";
        font-size: 16px;
    }

.alertError {
    background-color: rgba(240, 80, 80, 0.1);
    color: #f05050;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(240, 80, 80, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertError:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00d";
        font-size: 16px;
    }

.info {
    background-color: rgba(52, 211, 235, 0.15);
    color: #34d3eb;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(52, 211, 235, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .info:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\e9a0";
        font-size: 16px;
    }

.encadre {
    background-color: rgba(150,150, 150, 0.2);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-size: 16px;
    border-left: 5px solid #eee;
    font-family: Georgia;
    font-style: italic;
}

.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.lettrine {
    display: block;
}

    .lettrine:first-letter {
        font-size: 60px;
        padding: 5px 0 0 0;
        margin-right: 8px;
        float: left;
    }

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

.colonne2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

.colonne4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

    .colonne2 li, .colonne4 li {
        text-align: left;
    }

.colonneAll {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.retourBtn {
    text-align: right;
    margin: 5px 0;
}

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.ctImgCentrerMilieu {
    overflow: hidden;
    position: relative;
}

    .ctImgCentrerMilieu img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.titreSection {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: block;
    margin-bottom: 20px;
}

.titreSectionFlex {
    justify-content: space-between;
    display: flex;
}


.titreSectionHalf {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 42.5%;
    vertical-align: top;
}

.titreSectionQuart {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 17%;
    vertical-align: top;
}

    .titreSection > b, .titreSectionHalf > b, .titreSectionQuart > b {
        color: #000;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

        .titreSection > b span, .titreSectionHalf > b span, .titreSectionQuart > b span {
            font-size: 14px;
            margin-left: 10px;
            font-family: Georgia;
            font-weight: normal;
            font-style: italic;
            float: right;
        }


/*---------- Retraits --------*/
.encart1 {
    margin-left: 20px;
}

.encart2 {
    margin-left: 40px;
}

.encart3 {
    margin-left: 60px;
}

/*---------- Boutons --------*/
.btn {
    text-decoration: none;
    text-align: center;
    color: #302d2d;
    display: inline-block;
    padding: 10px 15px;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    border: 1px solid #565656;
    margin: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
    font-family: 'din';
    text-transform: uppercase;
    font-size: 11px;
}

    .btn:before {
        font-family: 'boonIco2';
    }

    .btn:hover {
        background: #302d2d;
        color: #fff;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        border: 1px solid #565656;
        cursor: pointer;
    }

.btn-round {
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 7px 18px;
}

.btn-outline {
    background: none;
    color: #565656;
}

    .btn-outline:hover {
        background: #565656;
        color: #fff;
    }

.btn-ico:before {
    padding-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.btn-xs {
    font-size: 10px;
    padding: 4px 6px;
}

.btn-xl {
    font-size: 16px;
    padding: 10px 18px;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.img-thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*---------- Liens Fil Ariane + Noeud sans lien hors noeud en cours ------------*/
#divCheminNav a, #divCheminNav span {
    color: #aaa;
    text-decoration: none;
}

    #divCheminNav a:hover {
        color: #333;
        text-decoration: underline;
    }



/*---------- Liens Crosslink ------------*/
#crosslink a {
    color: #999;
    text-decoration: none;
}

    #crosslink a:hover {
        color: #010101;
        text-decoration: underline;
    }




/*---------------------------*/
/*--------  ACTUALITES ------*/
/*--------------------------*/



/*---------- Page Actus - Listing --------*/
#listingActus {
    margin-bottom: 30px;
    font-size: 0;
}

#ctl00_cphPanMilieu_grdActus tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneActu {
    font-size: 12px;
    position: relative;
    display: inline-block;
    background: #fff;
    height: 500px;
    margin: 0 0 50px 0;
}

.listeActusConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    margin: 10px auto;
}

    .listeActusConteneurImage img {
        width: 100%;
    }

.listeActusConteneurTextes {
    width: 275px;
    margin: 10px auto;
}

.listeActusTitre {
    font-size: 12px;
    margin: 0;
}

.listeActusDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
}

.listeActusDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeActusLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Page Actu Détail ---------*/
#divGalerieActu {
    clear: both;
    margin: 30px 0;
}

#divFichiersActu {
    clear: both;
    margin: 30px 0;
}

    #divFichiersActu li {
        margin: 0 0 7px 0;
    }

.actuDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}

.detailActuDesc {
}

.detailActuDate {
    color: #000;
    margin-bottom: 20px;
    font-size: 12px;
}


.divActualitesTextDynamique {
    margin: 40px auto;
    text-align: center;
}

    .divActualitesTextDynamique p {
        text-align: center;
    }

.leftActualite {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    overflow: hidden;
}


.rightActualite {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.divConteneurActualite {
    background: #fff;
    margin-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rightActualiteContenu {
    padding: 60px;
}

    .rightActualiteContenu h1 {
        text-align: left;
    }

.leftActualite img {
    max-width: 600px;
    margin: auto;
}

.listeLigneActu:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
}

.listeLigneActu .listeActusConteneurImage {
    margin: 0 auto 30px;
    width: 100%;
}

.listeLigneActu .listeActusConteneurTextes {
    width: 100%;
}

.listeLigneActu h2 {
    line-height: 50px;
    margin-top: 40px;
    max-height: 100px;
    overflow: hidden;
    padding: 0 30px;
    text-align: center;
}

    .listeLigneActu h2 a {
        text-decoration: none;
    }

.listeLigneActu .listeActusDate {
    font-style: normal;
    margin: 0 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.listeLigneActu .listeActusDescription {
    margin: 30px 30px 10px;
}

.listeLigneActu .listeActusLien a {
    border: 1px solid #565656;
    color: #302d2d;
    font-family: Tahoma,Arial,Helvetica,sans-serif !important;
    font-size: 14px;
    margin: 5px auto;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    display: table;
}

    .listeLigneActu .listeActusLien a:hover {
        background: #302d2d;
        color: #fff;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        border: 1px solid #565656;
        cursor: pointer;
    }




/*---------------------------*/
/*--------  EVENEMENTS ------*/
/*--------------------------*/


/*---------- Homepage Conteneur --------*/
#panHomeEvents {
    margin: 20px 0;
}

/*---------- Homepage Bloc Event --------*/
.classEvent {
    display: inline-block;
    width: 300px;
    position: relative;
    margin: 0px 0 10px 0;
}

    .classEvent:nth-child(2n+1) {
        margin-right: 40px;
    }

.classEventTitre {
    margin-bottom: 10px;
}

.classEventImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classEventDate {
    font-size: 10px;
    color: #000;
    font-style: italic;
    margin: 5px 0;
}

.classEventTexte {
    height: 65px;
    line-height: 13px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

.classEventSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}

/*---------- Page Events - Listing --------*/
#listingEvents {
    margin-bottom: 30px;
    font-size: 0;
}

#ctl00_cphPanMilieu_grdEvents tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneEvent {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 315px;
    margin-bottom: 20px;
    background: #fff;
}



.listeEventsConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    margin: 10px auto;
}

    .listeEventsConteneurImage img {
        width: 100%;
    }

.listeEventsConteneurTextes {
    width: 275px;
    margin: 10px auto;
}

.listeEventsTitre {
    font-size: 12px;
    margin: 0;
}

.listeEventsDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
}

.listeEventsDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeEventsLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Page Event Détail ---------*/
#divGalerieEvent {
    clear: both;
    margin: 30px 0;
}

#divFichiersEvent {
    clear: both;
    margin: 30px 0;
}

    #divFichiersEvent li {
        margin: 0 0 7px 0;
    }

.eventDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}

.detailEventDesc {
}

.detailEventDate {
    color: #000;
    margin-bottom: 20px;
}


/*------------ PAGINATION (Control Skin) ----------------*/
/*------------------------------------------------------*/
.paginationListing {
    margin: 30px auto;
    text-align: center;
}

    .paginationListing span /*td table tr td span*/ {
        padding: 10px 16px;
        font-size: 16px;
        background: #555;
        color: #fff;
        margin: 0 1px;
        margin: 0 !important;
        border: 1px solid #ddd;
    }

    .paginationListing a {
        padding: 10px 16px;
        font-size: 16px;
        color: #555;
        background-color: #fff;
        text-decoration: none;
        margin: 0 1px !important;
        border: 1px solid #ddd;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #1ec5fc;
            text-decoration: none;
        }

    .paginationListing *:first-child {
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .paginationListing *:last-child {
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }



/*---------------------------------*/
/*--------  REVUES DE PRESSE ------*/
/*--------------------------------*/

.listeLignePresse {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.listePressesConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    float: left;
}

    .listePressesConteneurImage img {
        width: 100%;
    }

.listePressesConteneurTextes {
    float: left;
    width: 635px;
    height: auto;
    margin-left: 30px;
}

.listePressesTitre {
    font-size: 12px;
    margin: 0;
}

.listePressesConteneurDate {
    color: #555;
    font-size: 11px;
    margin: 10px 0;
}

.listePressesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listePressesConteneurLien {
    margin-top: 5px;
    text-align: right;
}




/*-------------------------------*/
/*--------  GALERIE PHOTOS ------*/
/*------------------------------*/


/*---------- LISTING ALBUM PHOTO --------*/

.listingAlbums {
    font-size: 0;
    margin-bottom: 50px;
}

.divBlocAlbum {
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    height: 350px;
}

.divPhotoAlbum {
    width: 300px;
    height: 300px;
    display: inline-block;
}

.divTitreAlbum {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}

    .divTitreAlbum a:link, .divTitreAlbum a:visited, .divTitreAlbum a:active {
        color: #000;
    }

    .divTitreAlbum a:hover {
        text-decoration: none;
        color: #000;
    }


/*---------- DETAIL ALBUM PHOTO --------*/

#galeriePhoto {
    margin: 30px 50px 50px 50px;
}

.contenuDescriptionAlbum {
    margin-bottom: 30px;
    text-align: justify;
}


.conteneurPhoto {
    float: left;
    width: 65px;
    height: 65px;
    margin: 5px;
    overflow: hidden;
}


.conteneurPhotoIsotop {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}


    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        width: 100%;
    }


.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }



/*------------------------------*/
/*--------  GALERIE VIDEO ------*/
/*-----------------------------*/


/*---------- LISTING GALERIE VIDEOS --------*/
#conteneurVideo {
    margin-bottom: 50px;
    width: 100%;
}

.vignetteVideo {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

    .vignetteVideo img {
        width: 100%;
    }

    .vignetteVideo .vignetteVideoImg {
        display: block;
        height: 170px;
    }

.divTitreVideo {
    display: block;
    text-align: center;
    margin-top: 10px;
    vertical-align: top;
}


    .divTitreVideo a:link, .divTitreVideo a:visited .divTitreVideo a:active {
        color: #000;
    }

    .divTitreVideo a:hover {
        text-decoration: none;
        color: #000;
    }

/*---------- DETAIL VIDEO --------*/

#divVideo {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 50%;
    overflow: hidden;
}

    #divVideo iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detailVideoDate {
    margin-top: 15px;
    font-style: italic;
}

.detailVideoDescription {
    margin-top: 5px;
}



/*---------------------------*/
/*--------  LIVRE D'OR ------*/
/*--------------------------*/

.temoignageTitre {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: solid 1px #eee;
    color: #000;
    background: url(../images/puce1.png) no-repeat 0 6px;
    padding-left: 10px;
}

.temoignageBlocUser {
    margin-top: 3px;
    font-size: 11px;
}

.temoignageDe {
    float: left;
}

.temoignageUser {
    color: #000;
}

.temoignageDate {
    float: right;
    text-align: right;
    color: #000;
    font-style: italic;
    font-size: 10px;
}

.temoignageDescription {
    clear: both;
    padding: 10px 0;
    margin-bottom: 0;
    display: block;
}

.temoignageSep {
    width: 100%;
    height: 1px;
    margin: 30px auto;
    border-bottom: 1px solid #ccc;
}

.lienTemoignages {
    color: #999;
    text-decoration: underline;
}

    .lienTemoignages:hover {
        color: #000;
        text-decoration: underline;
    }



/*---------------------------------------*/
/*--------  INSCRIPTION NEWSLETTER ------*/
/*--------------------------------------*/


/*Zone de texte/titre du bloc*/
#divDescNewsletter {
}
    /*Bouton valider*/
    #divDescNewsletter input[type="image"] {
        margin: 0 0 0 3px;
    }
    /*Zone de texte*/
    #divDescNewsletter input[type="text"] {
        width: 100px;
    }


/*-------------- RECHERCHE (Bloc + Page) ----------------*/
/*------------------------------------------------------*/

.homeRechercheDrop #ddlThematique option {
    font-family: Georgia;
    font-style: italic;
    padding: 8px;
}

.rechercheMot {
    font-weight: bold;
}

.rechercheResultat {
    text-align: right;
}

.rechercheTypeMedia {
    padding: 3px;
}

.ligneRecherche {
}

.listeResultatTitre {
    margin-top: 20px;
}

.listeResultatConteneurDescription {
    height: auto;
    overflow: hidden;
    text-align: justify;
}

.listeResultatConteneurDescriptionNoOverflow {
}

.listeResultatConteneurLien {
    text-align: right;
    padding: 5px 0 0 0;
}

.importantRecherche {
    color: #000;
    background: #ffea00;
    padding: 0 2px;
    font-weight: bold;
}


/*---------------------------*/
/*---------  CONTACT --------*/
/*---------------------------*/

.tabFormulaire {
    line-height: 25px;
}

.formContact {
    line-height: 25px;
    margin-bottom: 30px;
}

    .formContact tr td {
        padding-bottom: 5px;
    }

        .formContact tr td:first-child {
            padding-right: 20px;
        }

    .formContact input[type="text"] {
        width: 300px;
        height: 25px;
        border: 0;
        background: #eee;
    }

    .formContact select {
        width: 315px;
        border: 0;
    }

    .formContact input[type="password"] {
        width: 300px;
        height: 25px;
        border: 0;
        background: #eee;
    }

    .formContact textarea {
        width: 300px;
        height: 80px;
        border: 0;
        background: #eee;
    }


    .formContact input[type="submit"] {
    }

        .formContact input[type="submit"]:hover {
        }

.commentTab {
    font-size: 10px;
    font-style: italic;
}

.fontsise0 {
    font-size: 0;
}

.fontsise100 {
    font-size: 13px;
}


/*-------------------------------*/
/*--------  FORM GENERIQUE ------*/
/*------------------------------*/

.form {
    line-height: 25px;
    margin-bottom: 30px;
}

    .form tr td {
        padding-bottom: 5px;
    }

        .form tr td:first-child {
            padding-right: 0px;
        }

    .form input[type="text"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form input[type="password"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form textarea {
        width: 200px;
        height: 80px;
        border: 0;
    }


.btnFormCt {
    text-align: right;
}

/*----------------------------*/
/*--------  INSCRIPTION ------*/
/*---------------------------*/


.formInscription {
}

    .formInscription input[type="text"] {
        width: 220px;
    }

    .formInscription input[type="password"] {
        width: 220px;
    }

    .formInscription tr td {
    }

        .formInscription tr td:first-child {
            width: 95px;
            padding-top: 5px;
        }

.inscriptionPage .ctInscription {
    border: none;
    margin-bottom: 50px;
    padding: 0px;
}


.ctInscription .connexionColDroite {
    display: inline-block;
    width: auto;
}

.ctInscription h3 {
    margin-bottom: 20px;
}

.ctInscription .form {
    margin-bottom: 0px;
}



/*--------------------------*/
/*----------  BOOTCHA ------*/
/*--------------------------*/

#containerBootcha {
    margin-top: 20px;
}

#bootchaCode {
    float: left;
}

    #bootchaCode img {
        width: initial;
        width: 30px; /*Taille des caractères BOOTCHA*/
    }

#bootchaSaisie {
    float: left;
    clear: both;
}

    #bootchaSaisie input[type="text"] {
        width: 100px;
        margin-left: 10px;
    }

#txtBootcha {
    min-width: 0;
}



/*--------------------------*/
/*--------  BOUTIQUE -------*/
/*--------------------------*/


#lkPanier {
    position: relative;
    color: #333;
    text-decoration: none;
}

    #lkPanier:hover {
        text-decoration: none;
        color: #000;
    }


/*-- FAMILLES ---*/

.btqBlocFamille {
    margin-bottom: 30px;
    vertical-align: top;
    width: 220px;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
}

.btqBlocPhotoFamille {
    width: 220px;
    height: 220px;
}

.btqBlocTitreFamille {
    margin: 8px 0 4px 0;
}

.btqBlocDescFamille {
    line-height: 14px;
    height: 56px;
    overflow: hidden;
}

/*-- PRODUITS ---*/

.btqListingProd {
    font-size: 0px;
}

.btqBlocProduit {
    font-size: 12px;
    margin-bottom: 30px;
    vertical-align: top;
    width: 220px;
    display: inline-block;
    padding: 0 10px;
}

.btqBlocPhotoProduit {
    width: 220px;
    height: 220px;
}

.btqBlocTitreProduit {
    margin: 8px 0 4px 0;
}

.btqBlocDescProduit {
    line-height: 14px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 20px;
}

.btqBlocPrixProduit {
    text-align: right;
}

.btq-prix {
    background: #565656;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
}

.btq-barre {
    background: #fafafa;
    color: #aaa;
    padding: 5px 8px;
    text-decoration: line-through;
}


/*-- PRODUIT DETAIL ---*/


.btq-detailDescription {
    text-align: justify;
}

.btq-detailCtPhotos {
    float: left;
    margin-right: 40px;
    width: 400px;
}

.btq-detailPhotoPrincipale {
    width: 400px;
    height: 400px;
}

.btq-detailCtMiniatures {
    margin-top: 25px;
}

.btq-detailGalerieMini {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.btq-detailCtPrix {
    display: block;
    margin: 30px 0;
    text-align: right;
}

#txtQte {
    min-width: 0px;
    width: 50px;
}

.btq-detailCtAcheter {
    display: block;
    margin: 30px 0;
}

    .btq-detailCtAcheter span {
        margin: 0 10px 0 0;
    }

.btnAcheterCt {
    text-align: right;
}

.btnAcheter {
    display: inline-block !important;
}

.btq-detailRef {
    font-style: italic;
    display: block;
    margin: -5px 0 10px 0;
    text-align: right;
}

.cpt-tabCompteCommandes .btn {
    padding-top: 2px;
    padding-bottom: 3px;
}

.cpt-tabCompteCommandes tr th {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 5px;
}

.cpt-tabCompteCommandes tr td {
    vertical-align: middle;
    padding: 5px;
}

.cpt-ctRecapCommande {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.commandeUserPanel {
    margin: 0 5px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .commandeUserPanel:first-child {
        margin-left: 0;
    }

    .commandeUserPanel:last-child {
        margin-right: 0;
    }

    .commandeUserPanel .btn {
        margin-top: 20px;
        margin-left: 0;
    }

.detailCommandeTotal {
    display: inline-block;
    float: right;
    text-align: right;
}

    .detailCommandeTotal div {
        clear: both;
        font-weight: bold;
        margin: 5px 0;
        padding: 5px 10px;
    }

        .detailCommandeTotal div:nth-child(1) {
            background: #ccc;
            margin: 0;
        }

        .detailCommandeTotal div:nth-child(2) {
            background: #565656;
            color: #fff;
            margin: 0;
        }

        .detailCommandeTotal div span:last-child {
            display: inline-block;
            text-align: right;
            width: 70px;
        }

.cpt-ctCommande .cpt-tabCompteCommandes {
    border-bottom: 1px solid #ccc;
}

    .cpt-ctCommande .cpt-tabCompteCommandes tr td:last-child {
        padding-bottom: 15px;
    }

.td-libelle {
    font-weight: bold;
}


/*---------- Panier --------*/


.btq-tabPanier .icon-minus2:before, .btq-tabPanier .icon-plus2:before, .btq-tabPanier .icon-cancel2:before {
    display: inline-block;
    font-size: 24px;
    padding-top: 5px;
    margin: 5px 3px;
}

.btq-tabPanier .icon-minus2:hover:before {
    content: "\e909";
}

.btq-tabPanier .icon-plus2:hover:before {
    content: "\e907";
}

.btq-tabPanier .icon-cancel2:hover:before {
    content: "\e905";
}

.btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2, .btq-tabPanier .icon-cancel2 {
    text-decoration: none;
}

.btq-tabPanier * {
    vertical-align: top;
}

.panierTxtQte {
    min-width: 0 !important;
    width: 30px;
    margin-top: -5px;
}

.btq-tabPanierSsTotal .btq-prix {
    background: none;
    color: #000;
}

.btq-tabPanier {
    width: 100%;
    margin: 0 auto 30px auto;
}

    .btq-tabPanier tr {
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

        .btq-tabPanier tr:last-child {
            border-bottom: none;
        }

        .btq-tabPanier tr td {
            vertical-align: middle;
            height: 70px;
            padding: 20px 0;
        }

    .btq-tabPanier .btq-tabPanierPhoto {
        padding-left: 20px;
        width: 80px;
    }

    .btq-tabPanier .btq-tabPanierDesignation {
    }

    .btq-tabPanier .btq-tabPanierQte {
        width: 120px;
    }

    .btq-tabPanier .btq-tabPanierSsTotal {
        width: 150px;
        text-align: right;
        padding: 0 30px 0 0;
        vertical-align: middle;
    }

    .btq-tabPanier .btq-tabPanierSupprimer {
        width: 55px;
        padding-right: 20px;
    }

    .btq-tabPanier td input[type="text"] {
        text-align: center;
        background: none;
        font-size: 20px;
    }

.btq-tabPanierSupprimer {
    text-align: right;
}


.btq-tabPanier .btq-barre {
    display: inline-block;
    background: none;
    margin: 0 10px 0 0;
    padding: 2px 0 0 0;
    vertical-align: middle;
}

.btq-tabPanier .btq-prix {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
}

#panPanier .btn {
    margin-left: 0;
}

.btq-CtPanierVide {
    margin: 30px auto 100px auto;
    padding: 25px;
    font-size: 18px;
    text-align: center;
    width: 400px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
}



.panierCtTotal {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: right;
    font-size: 18px;
    color: #000;
}

.btq-panierCtValiderPanier {
    width: 100%;
    margin: 30px auto;
    text-align: right;
}

    .btq-panierCtValiderPanier .btn {
        margin: 0;
    }


/*---------- Recap --------*/

.btq-recap .btq-tabPanier {
    margin-top: 0;
}

.btq-RecapCtPanier .btq-tabPanier tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btq-recap h2 {
    display: inline-block;
    font-weight: normal;
}

.btq-RecapCtModifierAdr {
    display: inline-block;
    margin-left: 10px;
}

.btq-RecapCtLivraison {
    margin-bottom: 40px;
    display: flex;
}

.btq-RecapCtAdrLivraison {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    margin-right: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.btq-RecapCtAdrFacturation {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.titreRecap {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

    .titreRecap span:before {
        font-size: 14px;
        color: #bbb;
        margin-right: 8px;
    }

#litAdresseLivraison, #litAdresseFacturation {
    display: block;
    margin-left: 22px;
}

#litAdresseFacturation {
    margin-top: 10px;
}

.recapAdressChk {
    margin-left: 22px;
}

.btq-recap input[type="checkbox"]:not(:checked) + label,
.btq-recap input[type="checkbox"]:checked + label {
    padding-left: 22px;
}

.recap-nom,
.recap-adresse,
.recap-ville,
.recap-ville,
.recap-cp,
.recap-pays {
    display: block;
}


.btq-RecapCtPaiement {
    margin-bottom: 50px;
}

.btq-RecapCtPaiementPrix {
    background: #fff;
    padding: 20px;
    margin: 10px 0;
}

.btq-RecapTotalLignePanier,
.btq-RecapTotalLignePort,
.btq-RecapTotal {
    display: flex;
}

    .btq-RecapTotalLignePanier span:first-child,
    .btq-RecapTotalLignePort span:first-child,
    .btq-RecapTotal span:first-child {
        display: inline-block;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

.btq-RecapTotalLignePanier {
    font-size: 16px;
    margin-bottom: 10px;
}

.btq-RecapTotalLignePort {
    font-size: 16px;
    margin-bottom: 20px;
}

.btq-RecapTotal {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.btq-RecapCtPaiementCgv {
    background: #fff;
    padding: 20px;
    margin: 20px 0 10px 0;
}

.btq-RecapCtPaiementCt {
    margin-bottom: 50px;
    display: flex;
    margin: 10px 0;
}

.btq-RecapCtPaiementCB,
.btq-RecapCtPaiementCheque {
    background: #fff;
    padding: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 10px 10px;
}

.btq-RecapCtPaiementCB {
    margin-left: 0px;
    margin-right: 0px;
}

.btq-RecapCtPaiementCheque {
    margin-right: 0px;
    margin-left: 20px;
}


.recap-listeCb {
    margin: 20px 0 20px 22px;
}

    .recap-listeCb input {
        margin: 0 5px;
        padding: 3px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ddd !important;
    }

        .recap-listeCb input:hover {
            border: 1px solid #777 !important;
        }

        .recap-listeCb input:first-child {
            margin-left: -3px;
        }

.recap-txtCB {
    margin-left: 22px;
    margin-bottom: 10px;
}

.recap-txtCheque {
    margin-left: 22px;
}

    .recap-txtCheque input {
        margin-top: 22px;
        margin-bottom: 20px;
    }


        .recap-txtCheque input:first-child {
            margin-left: 0;
        }




/*---------------------------*/
/*--------  REFERENCES ------*/
/*--------------------------*/

/*------- LISTING REFERENCES (mode liste) --------*/

.listeLigneReferences {
    position: relative;
    width: 100%;
    min-height: 120px;
    margin-bottom: 10px;
}

.listeReferencesConteneurImage {
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.listeReferencesConteneurTextes {
    float: left;
    width: 815px;
    height: auto;
    margin-left: 15px;
}

.listeReferenceTitre {
    font-size: 12px;
    margin: 0;
}

.listeReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listeReferencesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

.referencesSepOmbre {
    width: 100%;
    height: 15px;
    background: url(../images/ombreNews.png) center no-repeat;
}

/*------- LISTING REFERENCES (mode vignettes) -------*/

.blocsReferences {
    width: 275px;
    height: 250px;
    float: left;
    margin: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blocsReferencesConteneurImage {
    height: 155px;
    width: 100%;
}

    .blocsReferencesConteneurImage img {
        width: 100%;
    }

.blocsReferencesConteneurTextes {
    width: 100%;
}

.blocsReferencesTitre {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.blocsReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}


/*---------------------------*/
/*---------  TABLEAUX -------*/
/*--------------------------*/


.tab {
    margin-bottom: 30px;
}

    .tab caption {
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        background: #220f12;
        color: #fff;
    }


        .tab caption:before {
            font-style: normal;
            font-weight: normal;
            margin-right: 7px;
            content: close-quote;
        }

    .tab tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

.tab1 {
    border: 1px solid #bbb;
}

    .tab1 tr th {
        font-weight: bold;
        padding: 10px;
        border: 1px solid #bbb;
        color: #777;
        background: #f9f9f9;
    }

    .tab1 tr td {
        padding: 10px;
        border: 1px solid #bbb;
    }


.tab2 {
}

    .tab2 tr th {
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr td {
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr:nth-child(2n+2) {
        background: #f5f5f5;
    }


/*----------------------------*/
/*------- UC CONNEXION -------*/
/*----------------------------*/

.containerConnexion {
    margin: 0 auto 30px auto;
}

    .containerConnexion h2 {
        margin-bottom: 30px;
    }


.formConnexion .inputIco {
    display: block;
}

.connexionColGauche {
    display: inline-block;
    padding-right: 70px;
    border-right: solid 1px #c9d4da;
    margin-right: 70px;
    vertical-align: top;
}

.connexionColDroite {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.connexionOutilsInscription {
    margin-top: 10px;
    text-align: right;
}


/*----------------------------*/
/*--------  INSCRIPTION ------*/
/*---------------------------*/


.ctInscription {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 30px;
    margin-bottom: 50px;
}


.containerOutilsInscription {
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 0px auto;
}

.containerMessageInscription {
    text-align: center;
}

.ctInscription .connexionColGauche {
    border: 0;
    padding-right: 0;
    margin-right: 100px;
}

.panMenuCt {
    display: flex;
}

#panMenu {
    display: inline-block;
}

    #panMenu a {
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: 0;
        background: #999;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

        #panMenu a:hover {
            background: #222;
            color: #fff;
        }

    #panMenu .actif {
        background: none;
        color: #222;
    }

.panMenuSuite {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}


/*-------------------------------------*/
/*--------  CONNECTEUR CONNEXION ------*/
/*------------------------------------*/


.connexionNom {
    padding-right: 10px;
}

    .connexionNom:hover {
        text-decoration: none;
    }

.lienDeconnexion {
    text-decoration: none;
}

    .lienDeconnexion:hover {
        color: #000;
        text-decoration: underline;
    }


/*---------------------------------*/
/*--------  ECHANGE FICHIERS ------*/
/*--------------------------------*/


.fichierLigne {
    border-bottom: solid 1px #ccc;
    height: 32px;
}

.fichierLienDossier {
    display: block;
    background: url(../images/dossier.png)no-repeat;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
}

    .fichierLienDossier span {
        margin-left: 5px;
    }

.fichierLigne a:hover {
    background-color: #fff;
}

.fichierLienFichier {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
    background: url(../images/fichier-defaut.png)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(../images/fichier-pdf.png)no-repeat;
}

.fichierLienFichier.excel {
    background: url(../images/fichier-excel.png)no-repeat;
}

.fichierLienFichier.word {
    background: url(../images/fichier-word.png)no-repeat;
}

.fichierLienFichier.pp {
    background: url(../images/fichier-powerpoint.png)no-repeat;
}

.fichierLienFichier.photo {
    background: url(../images/fichier-image.png)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}


/*--------------------------------*/
/*--------  BANDEAU COOKIES ------*/
/*-------------------------------*/

.cookiesBar {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    background: #000;
    color: #fff;
    z-index: 9999999999;
    padding: 10px 0;
    bottom: 0;
}

    .cookiesBar a {
        text-decoration: underline;
        color: #fff !important;
    }

        .cookiesBar a:hover {
            text-decoration: none;
        }

    .cookiesBar input[type="submit"] {
        background: #fff;
        color: #000;
        border: 0;
        padding: 3px 15px;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 5px;
    }



/*-----------------------------*/
/*--------  MODEL BOONET ------*/
/*----------------------------*/


.contentFlexXcol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
}

.flexXcol {
    padding: 20px;
    margin: 0 10px 20px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.modelPage2 .flexXcol:first-child {
    margin-left: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modelPage2 .flexXcol:last-child {
    margin-right: 0;
    max-width: 300px;
}

.modelPage .flexXcol:first-child {
    margin-left: 0;
}

.modelPage .flexXcol:last-child {
    margin-right: 0;
}


.modelPage .flexXcol:nth-child(1) {
    min-width: 220px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 10px;
    max-width: 180px;
}

.modelPageTab {
    display: inline-block;
}

.txtPageSupplement {
    margin: 50px auto;
}




/*---------------------------*/
/*--------  ACTUALITES ------*/
/*---------------------------*/

/*---------- Listing --------*/

#listingActusStation {
    margin-bottom: 30px;
    font-size: 0;
}

.listeLigneActuStation {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 250px;
    background: #fff;
    margin: 0px 2% 5px !important;
    width: 46% !important;
}

    .listeLigneActuStation:nth-child(2n) {
        margin-right: 0px;
    }

.listeActusStationConteneurImage {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}

    .listeActusStationConteneurImage a {
        background-position: center center !important;
        background-size: cover !important;
        display: block;
        height: 100%;
        width: 100%;
    }

    .listeActusStationConteneurImage img {
        width: 100%;
    }

.listeActusStationConteneurTextes {
    float: left;
    margin: 10px auto;
    padding: 0;
    width: 50%;
}

.listeActusStationConteneurTextesInterne {
    margin: 0 10%;
}

.listeActusStationTitre {
    font-size: 30px;
    font-family: 'sign';
    margin: 0;
}

    .listeActusStationTitre a {
        text-decoration: none;
    }

.listeActusStationDate {
    margin: 6px 0px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-style: normal;
    color: #2b2b2b;
}

.listeActusStationDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeActusStationLien {
    margin: 10px 0 0 0;
    text-align: left;
}


/*--------------------------*/
/*---------  RESEAUX -------*/
/*--------------------------*/

#reseaux {
    text-align: center;
    margin: 30px auto 0 auto;
    min-height: 90px;
}

.classReaseauxTitre {
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.classReaseauxPictos {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 40px;
}


    .classReaseauxPictos a {
        height: 30px;
        display: inline-block;
        list-style-type: none;
        margin-left: 5px;
        margin-right: 5px;
        width: 30px;
        vertical-align: middle;
    }

        .classReaseauxPictos a:hover {
        }

        .classReaseauxPictos a img {
            width: 100%;
        }

.classContenuInfosPratiques {
    display: block;
    min-height: 430px;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
}

.classMapPoiStation {
    width: 48%;
    height: 430px;
    overflow: hidden;
    position: relative;
    float: left;
}

.classInfosPratiquesTexteStation {
    width: 48%;
    position: relative;
    float: left;
    padding-left: 0;
}


.ctSlider {
    width: 100%;
    height: 1px;
}

    .ctSlider .container_12 {
    }

.ctSiderHome {
    height: 650px;
    position: relative;
}

.bandeauSliderMaster {
    width: 100%;
    height: 650px;
}


/*------------------------------------------------------------------*/
/*-------------- RECHERCHE STATION DOMAINE RESIDENCE ----------------*/
/*------------------------------------------------------------------*/


.ct-recherche-resa {
    background: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    height: 0px;
    overflow: hidden;
    overflow-y: scroll;
}

.ct-recherche-resa-conteneur {
    margin: 25px 40px;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    box-sizing: border-box;
}

.ct-recherche-resa-map {
    position: absolute;
    right: 0;
    top: 0;
}

    .ct-recherche-resa-map a {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

#ctl00_panRechercheResa .ct-recherche {
    bottom: auto;
}

.ct-recherche {
    position: absolute;
    bottom: 0;
}


#span-du {
    text-transform: lowercase;
    margin-right: 5px;
}

#span-au {
    margin-right: 5px;
}

.ct-date-dep, .ct-date-arrive {
    display: inline-block !important;
}

    .ct-date-dep input, .ct-date-arrive input {
        height: 30px !important;
        padding-left: 5px !important;
        max-width: none !important;
        min-width: 0px !important;
        background: #eee !important;
        width: 75px !important;
    }



#stays {
    display: block;
    height: 150px;
    width: 100%;
    text-align: center;
}

#myframe {
    display: block;
}

#reservation_court_sejour.active_couleur, #btn_reservation_semaine.active_couleur {
    background: #00b4e1 none repeat scroll 0 0 !important;
}

#btn_reservation_semaine, #reservation_court_sejour {
    background: #562831 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Helvetika",Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    margin: 0 5px;
    min-width: 50px;
    padding: 6px 10px 8px;
    text-decoration: none;
    text-transform: none;
}

.sejour {
    display: none;
}



/*---------------------------------------------------------*/
/*-------------- RESULTAT RECHERCHE LISTING ----------------*/
/*---------------------------------------------------------*/

.ct-info-room {
    color: #000;
    font-size: 13px;
    background: #fff;
    padding-right: 10px;
    padding-left: 5px;
}

    .ct-info-room ~ span {
        color: #999;
        font-size: 12px;
        display: block;
        padding-left: 5px;
        line-height: 10px;
        font-style: italic;
    }

.ct-prix-en-cours {
    font-size: 22px;
    color: #000;
    line-height: 12px;
}

.ct-resa-desc {
    font-size: 12px;
}

.ct-date-resa {
    font-size: 22px !important;
    margin-bottom: 5px;
}

.dv-droite-resa {
    padding-right: 20px;
}

.dv-reservation {
    background: #fff;
    margin-bottom: 30px;
}

    .dv-reservation .ct-res-rb-prix {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .dv-reservation .ct-res-reb {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .dv-reservation .ct-res-prix {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        width: 100px;
        text-align: right;
    }

    .dv-reservation .ct-res-reb table {
        width: 100%;
    }

        .dv-reservation .ct-res-reb table tr td {
            padding-top: 4px;
            background: url(../images/traitFondPrix.png) repeat-x 0px 5px;
        }

            .dv-reservation .ct-res-reb table tr td span {
                line-height: 16px;
            }

    .dv-reservation .ct-btn-resa {
        align-self: center;
        justify-content: flex-end;
        order: 4;
        text-align: right;
        text-transform: uppercase;
    }

    .dv-reservation .ct-res-reb table tr td {
        height: 40px;
    }

.ct-prix-without-discount {
    text-decoration: line-through;
    display: inline-block;
    color: #999;
    font-size: 15px;
    font-style: italic;
    margin-right: 10px;
    padding-left: 10px;
    vertical-align: top;
}

.ct-btn-resa input[type="submit"] {
    background: #572931;
    color: #fff;
    text-transform: uppercase;
}

.ctPrix {
    padding-top: 5px;
}

.dv-reservation .ctResidVign {
    margin-bottom: 0px;
}


.ct-res-reb ul {
    margin: 0;
}


    .ct-res-reb ul li {
        list-style: none;
    }


.ct-res-reb .ctTypologie {
    width: 100%;
    display: block;
    float: none;
    vertical-align: top;
}

.ct-res-reb .ctPrix {
    right: 0;
    min-width: 90px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    top: 0px;
    position: absolute;
}


.dv-reservation input[type="radio"]:checked ~ label::before, .dv-reservation input[type="radio"]:not(:checked) ~ label::before {
    border: 1px solid #562831;
}

.dv-reservation input[type="radio"]:checked ~ label::before, .dv-reservation input[type="radio"]:not(:checked) ~ label::before, input[type="radio"]:checked ~ label::after, .dv-reservation input[type="radio"]:not(:checked) ~ label::after {
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}


.dv-reservation input[type="radio"]:checked ~ label::after {
    background: #562831 none repeat scroll 0 0 !important;
}

.dv-reservation input[type="radio"]:checked ~ label::before, .dv-reservation input[type="radio"]:not(:checked) ~ label::before, .dv-reservation input[type="radio"]:checked ~ label::after, .dv-reservation input[type="radio"]:not(:checked) ~ label::after {
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}


.ssMenuRes-vign {
    text-align: left;
    width: 200px;
    display: inline-block;
    margin: 0 20px 0px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 12px;
    height: 55px;
    line-height: 15px;
}

.ssMenuItem {
    font-family: "Din";
    font-size: 15px;
    display: block;
    line-height: 20px;
    font-weight: 500;
}

    .ssMenuItem span {
        font-size: 12px;
        margin-right: 5px;
        line-height: 10px;
        display: none;
    }

.ssMenuRes-nomStation {
    font-family: "Georgia";
    font-size: 12px;
    display: block;
    font-style: italic;
    margin-top: 2px;
    color: #999;
}


.ssMenuDest-vign {
    text-align: left;
    width: 180px;
    display: inline-block;
    margin: 0 20px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    height: 65px;
}


.ssMenuBaseline {
    font-family: "Georgia";
    font-size: 12px;
    display: inline-block;
    font-style: italic;
    margin-top: 0px;
    margin-right: 5px;
    color: #999;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

    .ssMenuBaseline:last-child {
        border-right: 0;
        padding-right: 0px;
    }


.ssMenuRes-vign a, .ssMenuItem a, .ssMenuItem a {
    text-decoration: none;
    letter-spacing: -0.6px;
    font-size: 14px;
    text-transform: none;
}

    .ssMenuItem a:hover, .ssMenuItem a:hover {
        text-decoration: underline;
    }

.ssMenuBaseline a {
    text-decoration: none;
    color: #999 !important;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0px;
}

    .ssMenuBaseline a:hover {
        text-decoration: underline;
        color: #000;
    }

.sepParag {
    height: 1px;
    margin: 30px 0;
}




/*-------------------------------------------------------*/
/*-------------- RECHERCHE BAS RESIDENCES ----------------*/
/*-------------------------------------------------------*/


.ctRecherchePage .ct-recherche {
    width: 800px;
    margin-left: -400px;
    left: 50%;
}

.rechercheBasPage {
    margin: 85px auto 50px;
    position: relative;
}


/*------------------------------------------------*/
/*------------------------------------------------*/

#stays {
    height: 120px !important;
}

.recrutementType {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}


    .recrutementType li {
        list-style: none;
        display: inline-block;
    }

    .recrutementType .selected {
        background: #572931 !important;
        color: #fff !important;
        list-style: none;
        display: inline-block;
        padding: 10px 25px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        text-decoration: none;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .recrutementType .selected:hover, .recrutementType .tabRecrut:hover {
            background: #572931 !important;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            color: #fff !important;
        }

    .recrutementType .tabRecrut {
        background: #d6d7d8 none repeat scroll 0 0;
        color: #00111a;
        display: inline-block;
        letter-spacing: 2px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        margin-left: 5px;
        margin-right: 5px;
    }

/*---------------------------------------*/
/*-------------- EMPLOIS ----------------*/
/*---------------------------------------*/

.filtresEvents {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    height: 50px;
}

.classTrierPar {
    display: inline-block;
    /* text-transform: uppercase; */
    width: 103px;
    height: 27px;
    color: #000;
    font-size: 12px;
    float: left;
    line-height: 27px;
}

.divDropDownDomaine {
    display: inline-block;
}

#listingEmplois {
    margin: 0 auto;
    text-align: center;
}

.listeLigneEmploi {
    font-size: 14px;
    position: relative;
    display: inline-block;
    height: 150px;
    /*display: table-cell;*/
    background: #f5f5f5;
    margin-bottom: 10px;
    width: 80%;
}


.listeEmploisContenu {
    float: left;
    width: 70%;
    padding: 2% 5%;
}

.listeEmploisConteneurTextes {
    margin: 10px auto;
}

.listeEmploisTitre {
    font-size: 30px;
    margin: 0;
}

.listeEmploisDate {
    color: #5b2330;
    font-style: normal;
    margin: 6px 0px;
    float: right;
}

.listeEmploisDomaine {
    margin-top: 10px;
}

.listeEmploisDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeLigneEmploi a {
    height: 100%;
    width: 20%;
    float: right;
    display: inline-block;
    text-decoration: none;
    background: #5b2330 none repeat scroll 0 0;
    color: #fff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px !important;
}

    .listeLigneEmploi a :hover {
        background: #000 none repeat scroll 0 0;
        color: #fff;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.listeEmploisLien {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 150px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.profileItem {
    background: #F5F5F5;
    padding: 40px;
    width: 80%;
    margin: 0 auto 20px;
}

    .profileItem h2 {
        font-size: 30px;
    }

.listeEmploisType, .listeEmploisDomaine {
    text-align: left;
}




/*---------------- Formulaire Candidature -----------------*/


.classFormCandidature {
    font-size: 14px;
    margin: 0 auto;
    width: 465px;
}

.emploiBtns input {
    background: #5B2330 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px 20px !important;
    font-size: 12px !important;
}

    .emploiBtns input:hover {
        background: #000 !important;
        color: #fff !important;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.classFormCandidature input[type="text"], .classFormCandidature textarea {
    border: none;
    background: #eee none repeat scroll 0 0;
}

.classFormCandidature input[type="submit"] {
    background: #572931;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    text-align: center;
    margin: 40px auto;
    border: none;
    padding: 10px 20px !important;
    font-size: 12px !important;
}

    .classFormCandidature input[type="submit"]:hover {
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border: none;
        background: #000;
        color: #fff;
    }


/*--------------------- Detail Emploi --------------------*/

.contenuBoutonsEmploi {
    display: block;
    height: 50px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.emploiBtns {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

    .emploiBtns li {
        display: inline-block;
        list-style: outside none none;
    }

.recrutementType .boutonPageEmploi {
    background: #d6d7d8 none repeat scroll 0 0;
    color: #00111a;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.divConteneurEmploi {
    align-content: center;
    align-items: center;
    background: #fff none repeat scroll 0 0;
    display: block;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 0;
    font-size: 14px;
}

.detailEmploiDomaine {
    float: right;
    font-style: italic;
}

.detailEmploiDate {
    font-style: normal;
    color: #5B2330;
}

.detailEmploiPoste {
    margin-top: 20px;
    color: #000;
}

.detailEmploiDescCourte {
    margin-top: 20px;
    color: #000;
}

.detailEmploiDesc {
    color: #000;
}

.detailEmploiTitreFichiers {
    font-weight: bold;
    color: #000;
}


.ct-iframeMap {
    width: 990px;
    height: 1500px;
    overflow: hidden;
    margin: 0 auto;
}

    .ct-iframeMap iframe {
        margin-top: -195px;
        width: 100%;
        height: 2300px;
    }


/*---------------------------------------*/
/*-------------- COMITE -----------------*/
/*---------------------------------------*/

.classFormulaireComiteMilieu {
    margin-top: 50px;
}

.classFormulaireComiteGauche {
    float: left;
    width: 450px;
}

.classFormulaireComiteDroite {
    float: left;
    width: 450px;
}

.ct-iframeMap iframe {
    margin-top: -195px;
    width: 100%;
    height: 2300px;
    display: block;
}

.classComiteMessage table {
    margin: 0 auto;
}



/*--------------------------------------------*/
/*-------------- ESPACE PRESSE ----------------*/
/*--------------------------------------------*/


.divDemandeImage {
    width: 70%;
    margin: 0 auto;
}

    .divDemandeImage .espacePress-colmenu {
        width: 35%;
    }

.espacePress-colcontenu {
    width: 60%;
    float: left;
    margin: 0 5% 0 0;
    font-size: 12px;
}


.espacePress-colmenu {
    width: 25%;
    float: left;
    background: #eee;
    font-size: 12px;
}

.espacePresseDeco {
    padding: 5% 5% 0 5%;
    margin: 0 auto;
    text-align: center;
}

.btnEspace {
    margin: 50px auto;
    width: 70%;
    text-align: center;
}

    .btnEspace a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

.btnUser {
    font-size: 20px;
}

.btnDeconnexion {
    display: block;
    background: #fff;
    padding: 10px;
    width: 70%;
    margin: 20px auto;
    text-transform: uppercase;
    text-decoration: none;
}

.btnAccueil {
    display: block;
    background: #5b2330;
    padding: 10px;
    margin: 10px;
}

.btnEspacePro {
    display: block;
    background: #5b2330;
    padding: 10px;
    margin: 10px;
}

.btnTelechargement {
    display: block;
    background: #5b2330;
    padding: 10px;
    margin: 10px;
}

.btnDemandeImg {
    display: block;
    background: #5b2330;
    padding: 10px;
    margin: 10px;
}

    .btnAccueil:hover, .btnEspacePro:hover, .btnTelechargement:hover, .btnDemandeImg:hover {
        background: #000;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }


.espacePress-colcontenu h1 {
    text-align: left;
}

.listeLigneEspacePresse {
    padding: 5%;
    height: auto;
    overflow: hidden;
    background: #eee;
    margin-bottom: 30px;
    font-size: 12px;
}

.listeEspacePresseConteneurImage {
    width: 200px;
    float: left;
    height: 300px;
}

    .listeEspacePresseConteneurImage img {
        width: 100%;
    }

.listeEspacePresseDate {
    height: 20px;
    color: #000;
    width: 200px;
    font-size: 12px;
    margin-bottom: 10px;
}

.listeEspacePresseConteneurTextes {
    float: left;
    width: 70%;
    margin-left: 7%;
}

.listeEspacePresseLien {
    margin-top: 20px;
    float: left;
}

    .listeEspacePresseLien a {
        color: #000;
        border: 1px solid #000;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
    }

.btnUpload {
    margin-top: 20px;
    /* float: left; */
    margin-bottom: 10px;
}

    .btnUpload a {
        color: #fff;
        border: 1px solid #572931;
        padding: 10px;
        background: #572931;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
    }



.listeEspacePresseConteneurTextes h2 {
    font-size: 30px;
    text-align: left;
}

    .listeEspacePresseConteneurTextes h2 a {
        text-decoration: none;
    }

.sectionEspacePro {
    padding: 0px;
}

.rightPresse {
    font-size: 12px;
    width: 100%;
}

.leftPresse {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
}

    .leftPresse img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        width: 100%;
    }

.divConteneurPresse {
    background: #fff;
    margin-top: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#ctl00_cphPanMilieu_ucMenuEspacePresse_panConnexion span {
    display: block;
}

#ctl00_cphPanMilieu_ucMenuEspacePresse_panConnexion .btnClose a {
    cursor: pointer;
}

#ctl00_cphPanMilieu_ucMenuEspacePresse_lkInscription {
    cursor: pointer;
    background: #5b2330;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #5b2330;
    text-decoration: none;
    font-size: 13px;
}

    #ctl00_cphPanMilieu_ucMenuEspacePresse_lkInscription:hover {
        background: none;
        text-decoration: none;
        color: #5b2330;
    }

.txtConnexionPresse {
    font-weight: bold;
    margin-bottom: 30px;
}

#ctl00_cphPanMilieu_ucMenuEspacePresse_txtPass {
    display: block;
    width: 90%;
}

.divInscriptionEspacePresse, .divEspacePresseTextDynamique {
    width: 100%;
    margin: 0 auto;
}

.conteneurInscriptionEspacePresse {
    width: 50%;
    margin: 0 auto;
}

.divInscriptionEspacePresse span, .divInscriptionEspacePresse input {
    display: block;
    width: 100%;
}

.conteneurInscriptionEspacePresse .espacePress-colmenu {
    width: 35%;
}

.espacePress-colcontenu table {
    margin: 0 auto;
}



/*---------------------------------------------*/
/*-------------- PAGES VITRINES ----------------*/
/*---------------------------------------------*/

.txtIntro {
    text-align: center;
    margin-bottom: 50px;
    width: 80%;
    margin: 10px 10% 40px;
}

    .txtIntro p {
        text-align: center;
    }

.sep50 {
    margin-top: 50px;
}

.center {
    text-align: center !important;
    margin: 30px 0;
    font-size: 50px;
}

.centerTop {
    text-align: center !important;
    margin: 70px 0 40px !important;
    font-size: 50px;
}


/*-----Page vitrine STATION -------*/

.colwidth80G {
    width: 80%;
    margin: 0 5% 0 15%;
}

.colwidth80D {
    width: 80%;
    margin: 0 15% 0 5%;
}


/*---------- TABLEAUX Forfait--------*/

.ct25Tab {
    width: 23.5%;
    margin: 0 0 0 1%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.tab3 {
    width: 100%;
}

.tab caption span {
    text-align: center;
    text-transform: none;
    font-size: 13px;
}

.ouverture {
    font-weight: normal;
}

.tab3 tr th {
    font-weight: bold;
    padding: 10px;
    border: 1px dotted #bbb;
    background: #f5f5f5;
    text-align: center;
    font-size: 14px;
}

    .tab3 tr th span {
        font-weight: normal;
        font-size: 10px;
    }

.tab3 tr td {
    padding: 10px;
    text-align: center;
    border: 1px dotted #bbb;
}

.tab3 tr:nth-child(2n+2) {
    background: #f5f5f5;
    border: 1px dotted #bbb;
}


/*---------------------------------------*/
/*---------------- BLOG -----------------*/
/*---------------------------------------*/


.divBlogConteneur {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}

.headerBlogInterne {
    height: 180px;
    width: 100%;
    position: relative;
    z-index: 9999;
}

    .headerBlogInterne .nav a {
    }


.outilsHeaderBlogInterne .langueCt a {
    color: #000;
}


.sliderMasterBlog #bandeauSlider {
    height: 450px;
}




/*--------------------------------------------------*/
/*---------------- MODULE RECHERCHE -----------------*/
/*--------------------------------------------------*/

.ct-recherche-domaine h2, .ct-recherche-residence h2 {
    font-size: 30px;
    text-align: left;
}

.ct-recherche-domaine div:hover {
    color: #5B2330;
}

.ct-recherche-domaine {
    /* float: left; */
    width: 45%;
    margin-right: 8%;
}

.ct-recherche-residence {
    /* float: right; */
    width: 45%;
}

.ct-nom-domaine:hover span, .ct-nom-station:hover span, .ct-nom-residence:hover span {
    text-decoration: underline;
}

.ct-nom-domaine {
    text-transform: uppercase;
    font-size: 15px;
    color: #5B2330;
    margin-top: 10px;
}

    .ct-nom-domaine:first-child {
        margin-top: 0;
    }

.ct-recherche-stations {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.ct-nom-station {
    padding-left: 0 !important;
    font-size: 14px;
    font-family: 'Georgia';
    font-style: italic;
}

.ct-nom-residence {
    font-size: 14px;
    margin-bottom: 2px;
    width: 75%;
}


.ct-btn-recherche input {
    background: url(../images/btnRecherche.png) no-repeat !important;
    width: 54px;
    height: 48px;
    border: none;
    padding: 0;
    cursor: pointer;
}

    .ct-btn-recherche input:hover {
        opacity: 0.6;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.ct-date-dep {
    /*border-right: 1px dashed #93877a;*/
}

.ct-destination input::-moz-placeholder {
    color: #302d2d;
}

.ct-destination input::-webkit-input-placeholder {
    color: #302d2d;
}

.ct-destination input:-ms-input-placeholder {
    color: #302d2d;
}

.ct-destination {
    background: url(../images/inputDestination.png) no-repeat center right;
}

input[type="radio"]:checked ~ label, input[type="radio"]:not(:checked) ~ label {
    display: inline-block;
    height: 45px;
    line-height: 15px;
    padding-left: 20px;
    position: relative;
    margin-right: 15px;
    width: 95%;
}

.listeResidencesSimilairesDescription {
    text-transform: uppercase;
    font-size: 15px;
}



/*----------------------------------------------*/
/*---------------- RESERVATION -----------------*/
/*----------------------------------------------*/

.titreTypeDeSejour {
    color: #001119;
    display: inline-block;
    font: 20px/24px "din",Arial,sans-serif;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
}

.ct-m-recherche-court-sejour .ct-calendrier {
    border-left: none;
}


.classContenuCourtsSejours .ct-m-recherche-result {
    background: none !important;
    padding: 0 !important;
    max-width: 840px !important;
    width: 100%;
}


.classContenuCourtsSejours .dv-reservation {
    width: 90%;
    padding: 5%;
}

    .classContenuCourtsSejours .dv-reservation:first-child {
        margin-top: 10px;
    }

.classContenuCourtsSejours .ct48 {
    width: 100%;
}

.conteneur-ct-m-recherche-court-sejour {
    /*width: 600px;*/
    margin: 0 auto;
    display: flex;
}

    .conteneur-ct-m-recherche-court-sejour .ct-nbr-personne input {
        margin-top: 8px;
    }

.classContenuCourtsSejours .ct-m-recherche-court-sejour {
    margin: 30px auto !important;
    padding: 10px 20px !important;
}


/*----------------------------------------*/
/*---------------- SUIVI -----------------*/
/*---------------------------------------*/

.suivi-resa-close {
    padding-right: 5px;
    text-align: right;
}

    .suivi-resa-close a {
        padding: 0 5px;
        font-size: 22px;
        font-weight: bold;
        color: #572931;
        text-decoration: none;
    }

        .suivi-resa-close a:hover {
            color: #302d2d;
        }

.ct-suivi-resa-fixed {
    top: 51px !important;
}


/*-----------------------------------------*/
/*---------------- COMPTE -----------------*/
/*----------------------------------------*/

#conteneurCompte, #conteneurBrochure {
    margin: 0 auto 30px;
    width: 960px;
}


/*---------------- TOP PAGE ---------*/

#boutonHaut {
    background: url(../images/scrollUp.png) no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 1000;
}

.hidden {
    display: none !important;
}

.classPanConciergerie {
    margin: 0 auto;
    text-align: center;
}

.classFormConciergerie {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

/*Page Guide tailles dispo via résalys*/

.guideTaillesGauche {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 50px;
}

.guideTaillesDroite {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.ct-guideTailles table {
    width: 300px;
    line-height: 30px;
}

.ct-guideTailles tr:nth-child(even) {
    background-color: #EEEEEE;
}

.ct-guideTailles thead {
    background: #532331 none repeat scroll 0 0;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
}

.ct-guideTailles th {
    padding-left: 10px;
    text-align: center;
}

.ct-guideTailles td {
    width: 120px;
    text-align: center;
}

.ct-guideTailles .tdTitre {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}



/*------------ METEO / ENNEIGEMENT -----------*/

.enneigement {
    font-family: 'din';
    font-size: 16px;
    margin: 30px auto 0;
}

.pictoEnneigement {
    background: url(../images/imgEnneigement.png) no-repeat;
    width: 57px;
    height: 47px;
    margin: 20px auto 30px;
}

.enneigementHaut {
    float: left;
    font-size: 13px;
    margin-right: 6%;
    text-align: right;
    width: 44%;
}

    .enneigementHaut span {
        display: block;
    }

.enneigementBas {
    border-left: 1px solid #000;
    float: right;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 6%;
    width: 43%;
}

    .enneigementBas span {
        display: block;
        text-align: left;
    }

.meteo {
    text-align: center;
    font-family: 'din';
    letter-spacing: 1px;
    margin-top: 30px;
}

#divMeteo {
}

.meteo span:first-child {
    font-size: 18px;
}

.meteo span:nth-child(2) {
    font-size: 18px;
}

.meteo span:nth-child(3) {
    font-size: 13px;
    display: block;
}


.contenuDroiteMapResidence .enneigement {
    margin: 10px auto 0;
}

.contenuDroiteMapResidence .pictoEnneigement {
    margin: 0 auto 10px;
}

.contenuDroiteMapResidence .meteo {
    margin-top: 20px;
}

    .contenuDroiteMapResidence .meteo img {
        width: 60px;
    }

.ctPictos .meteo {
    margin-top: 0;
    letter-spacing: normal;
    font-size: 12px;
}

.ctPictos #divMeteo img {
    width: 38px;
}

.ctPictos .meteo span:nth-child(2) {
    font-size: 12px;
}

.ctPictos .meteo span:nth-child(3) {
    font-size: 12px;
    text-transform: none;
}

.ctNoResultSejours {
    text-align: center;
    border: solid 1px #5B2330;
    padding: 30px;
}

/** STYLE MAP **/

.ctMap {
    background: url(../images/maptest.jpg) no-repeat scroll center center;
    height: 1295px;
    width: 1920px;
    position: absolute;
    left: -480px;
}

.ctMapGeneral {
    width: 1920px;
    position: absolute;
    height: 1300px;
}


.pinMap {
    position: absolute;
    width: 32px;
    height: 28px;
    background: url(../images/pinMap.png);
    cursor: pointer;
}

.pinCpt {
    background: transparent none repeat scroll 0 0;
    border-radius: 8px;
    color: #000;
    font-size: 12px;
    padding: 0 4px;
    position: absolute;
    right: 8px;
    top: 2px;
    font-weight: bold;
}

.mapInfos {
    background: #fff;
    border: 1px solid #7a7a7a;
    bottom: 50px;
    color: #4d4d4d;
    display: none;
    left: -98px;
    min-height: 50px;
    padding: 12px;
    position: absolute;
    width: 216px;
    z-index: 55;
    border-radius: 8px;
}

    .mapInfos::after {
        background: rgba(0, 0, 0, 0) url("../images/infoWindow.png") no-repeat scroll 0 0;
        bottom: -20px;
        content: "";
        height: 20px;
        left: 100px;
        position: absolute;
        width: 25px;
    }

    .mapInfos span {
        display: block;
        color: #5B2330;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .mapInfos a {
        display: block;
        font-family: "Din";
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        text-decoration: none;
    }

        .mapInfos a:hover {
            text-decoration: underline;
        }

        .mapInfos a::before {
        }

.pinMap.gdBornand {
    top: 538px;
    left: 771px;
}

.pinMap.chatel {
    left: 938px;
    top: 324px;
}

.pinMap.samoens {
    left: 910px;
    top: 444px;
}

.pinMap.carroz {
    left: 882px;
    top: 486px;
}

.pinMap.flaine {
    left: 899px;
    top: 503px;
}

.pinMap.houches {
    left: 961px;
    top: 576px;
}

.pinMap.saisies {
    left: 831px;
    top: 657px;
}

.pinMap.rosiere {
    left: 984px;
    top: 731px;
}

.pinMap.stmaurice {
    left: 932px;
    top: 758px;
}

.pinMap.steFoie {
    left: 999px;
    top: 777px;
}

.pinMap.peisey {
    left: 944px;
    top: 807px;
}

.pinMap.plagne {
    left: 901px;
    top: 828px;
}

.pinMap.valmorel {
    left: 807px;
    top: 859px;
}

.pinMap.champagny {
    left: 902px;
    top: 853px;
}

.pinMap.tignes {
    left: 1007px;
    top: 862px;
}

.pinMap.stMartin {
    left: 820px;
    top: 918px;
}

.pinMap.menuires {
    left: 836px;
    top: 960px;
}

.pinMap.valcenis {
    left: 928px;
    top: 1012px;
}

.pinMap.alpehuez {
    left: 620px;
    top: 1098px;
}

.pinMap.montgenevre {
    left: 863px;
    top: 1129px;
}



/*FIN STYLE MAP*/

/* -----------------STYLE MAP MA------------------------*/

.ctMapGeneral {
    top: -90px;
}

.body_1193 .contenuFullPage .contenuFull {
    font-size: 13px;
    width: 100%;
    height: 510px !important;
    overflow: hidden;
}

.body_1193 .homeRecherche {
    display: none;
}


/*Popup*/
/*contenu popup exit*/


.exitPopup {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #FFF;
    z-index: 9999999;
    background-repeat: no-repeat;
    background-size: cover;
}


.ct-exit {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 10px 0 10px;
}

.containerGeneral-open {
    position: fixed;
    /*height: 100%;*/
    z-index: 99999;
    background-color: rgba(0,0,0, 0.5); /* Black fallback color */
    /* Black w/opacity */
    /*overflow-y: hidden;*/ /* Disable horizontal scroll */
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.h2-titre-popup {
    font-size: 35px;
    font-family: "Sign";
    font-weight: normal;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    text-align: center;
    line-height: 40px;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
}

.ct-desc-popup {
    text-align: center;
    width: 100%;
}

    .ct-desc-popup span {
        font-weight: bold;
        font-size: 14px;
        width: 80%;
        display: block;
        margin: 0 auto;
    }

.ct-slogan-popup {
    padding: 30px 0 20px 0 !important;
    font-size: 35px !important;
    font-family: "Sign";
    font-weight: normal;
    color: #5B2330;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    text-align: center;
    line-height: 40px;
    -moz-font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
}

.btn-popup {
    color: #FFF;
    background: #5B2330;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 5px 10px 5px 10px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
}

#dv-popup-btn {
    width: 100%;
    font-size: 14px !important;
    font-weight: bold;
}

.btn-popup:hover {
    opacity: 0.85;
    color: #FFF;
}

.ct-close span {
    cursor: pointer;
}

    .ct-close span:before {
        font-size: 25px !important;
    }

.ct-close {
    position: absolute;
    left: 5px;
    top: 5px;
}

    .ct-close:hover {
        cursor: pointer;
    }

    .ct-close span:hover:before {
        color: #5B2330;
    }



span.infoResidence {
    font-size: 16px !important;
    line-height: 45px;
    padding: 10px 0 10px 0;
    display: inline-block;
    text-align: center;
}

.ct-engagement {
    background: #FFF;
    margin-right: 2%;
    width: 32%;
    min-height: 164px;
    padding: 50px;
}

    .ct-engagement:last-child {
        margin-right: 0%;
    }

.dv-engaement span {
    color: #000;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
}

.ct-12 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 968px;
    margin: 0 auto;
    padding-top: 20px;
}

.engage-tarif {
    background: url(../images/medaille.png) no-repeat center center;
    height: 94px;
    width: 94px;
    margin: 0 auto;
}

.engage-paiement {
    background: url(../images/card.png) no-repeat center center;
    height: 94px;
    width: 94px;
    margin: 0 auto;
}

.engage-securite {
    background: url(../images/cadenas.png) no-repeat center center;
    height: 94px;
    width: 94px;
    margin: 0 auto;
}



.bloc-width {
    width: 95%;
}

.dv-filtre {
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: 120px 86px;
    width: 16%;
    height: 80px;
    padding: 40px;
    margin: 0.2%;
    background-color: #572931;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
}

    .dv-filtre.check {
        background-color: rgb(36,85,92);
        -webkit-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

    .dv-filtre span {
        color: #FFF;
        display: inline-block;
        /*max-width: 90%;*/
        font-size: 18px;
        font-family: din, Arial, Helvetica, sans-serif;
        line-height: 20px;
        position: relative;
        top: 60px;
    }

.ct-filtre {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    justify-content: center;
}

.close-filtre {
    display: none;
}

.ct-residence-inspi {
    width: 100%;
    display: inline-block;
}

.pin-residence, .pin-station {
    display: block !important;
    width: 100% !important;
    text-align: center;
    font-size: 14px !important;
    color: #5b2330 !important;
}

.ct-btn-recherche {
    float: right;
}

.ct-res {
    width: 100%;
    display: none;
}

#ctl00_cphPanMilieu_udpResidence {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    width: 50%;
    box-sizing: content-box;
}

.btn-voir-plus {
    height: 0;
    overflow: hidden;
    width: 50%;
    transition: height 1s ease;
    text-align: center;
}

    .btn-voir-plus span {
        font-size: 14px;
        font-size: 14px;
        height: 45px;
        color: #FFF;
        background-color: #000;
        cursor: pointer;
        text-decoration: none;
        background-color: #24545a;
        padding: 5px 15px;
        text-transform: uppercase;
    }

.btn-voir-filtre {
    height: 0;
    text-align: center;
    /* padding-top: 10px; */
    overflow: hidden;
    transition: height 1s ease;
    color: #000;
}


.ct-btn-filtre {
    padding-top: 15px;
}

.btn-voir-filtre a, .btn-valide-crit a {
    font-size: 14px;
    height: 45px;
    color: #FFF;
    background-color: #000;
    cursor: pointer;
    text-decoration: none;
    background-color: #24545a;
    padding: 5px 15px;
    text-transform: uppercase;
}

    .btn-voir-filtre a:hover, .btn-valide-crit a:hover {
        background-color: #5b2330;
        -webkit-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

.ct-resultat-inspi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: nowrap;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: height 1s ease;
}

.p-recommande {
    display: none;
    color: #5b2330;
    font-size: 18px !important;
}

.ct-resultat-inspi.open, .btn-voir-filtre.open, .btn-valide-crit.open, .btn-voir-plus.open {
    height: auto;
    overflow: visible;
}

    .btn-voir-filtre.open .ct-resume-recherche {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
    }

        .btn-voir-filtre.open .ct-resume-recherche span {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 10px;
            color: #572931;
            display: block;
            width: 100%;
        }

        .btn-voir-filtre.open .ct-resume-recherche p {
            text-align: center;
            font-size: 16px;
            color: #572931;
            width: 100%;
            line-height: 24px;
        }

.map {
    width: 45%;
    height: 450px;
}

.btn-valide-crit {
    overflow: hidden;
    text-align: center;
    height: 0;
    transition: height 1s ease;
}

/*Accroch commerciale réidence*/

.ct-titre-accroche {
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFF;
    background: #572931;
    text-align: center;
    font-size: 16px;
}

#panAccrocheCommerciale {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 64%;
    width: 350px;
    height: 150px;
}

    #panAccrocheCommerciale .classActuTitre {
        font-family: "Sign";
        font-size: 24px;
        margin-bottom: 2%;
        font-variant-ligatures: none;
    }

    #panAccrocheCommerciale .classActuArticlesTextes > div {
        padding: 0;
    }

    #panAccrocheCommerciale .classActuTexte {
        height: 45px;
        line-height: 14px;
        overflow: hidden;
    }

    #panAccrocheCommerciale .classActuArticlesTextes {
        background: rgba(255,255,255,0.8);
        box-sizing: padding-box;
        padding: 12px 25px 12px 25px;
        overflow: hidden;
    }

    #panAccrocheCommerciale .fotorama__arr.fotorama__arr--prev, #panAccrocheCommerciale .fotorama__arr.fotorama__arr--next {
        display: none !important;
    }

    #panAccrocheCommerciale .fotorama__nav-wrap {
        bottom: 0;
        position: absolute;
    }

    #panAccrocheCommerciale .btn {
        background: #532332;
        color: #fff;
    }

        #panAccrocheCommerciale .btn:hover {
            background: #302D2D;
        }


.ct-maintenance-popup .titre-maintenance {
    background: #532332;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 4% 2%;
    font-size: 18px;
}

.ct-maintenance-popup .desc-maintenance {
    padding: 10% 10%;
    font-family: "Din";
    font-size: 12px;
}

.ct-maintenance-popup .btnClose {
    margin-bottom: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.ct-maintenance-popup {
    width: 68%;
}

    .ct-maintenance-popup .titre-maintenance {
        padding: 2% 2%;
        font-size: 12px;
        font-family: "Din";
        font-size: 12px;
    }

    .ct-maintenance-popup a.btnClose {
        display: inline-block;
        font-family: 'boonIco2';
        text-decoration: none;
        cursor: pointer;
        color: #FFF;
    }

        .ct-maintenance-popup a.btnClose::before {
            content: '\e5cd';
            /*content: '\e9a1';*/
            font-size: 21px;
        }

.ct-maintenance-popup {
    padding: 0 !important;
    border-radius: 0 !important;
}

.ct-maintenance-page {
    display: block !important;
    position: relative !important;
    width: 68%;
    margin: 0 auto 5% auto;
}

    .ct-maintenance-page .titre-maintenance {
        background: #532332;
        color: #fff !important;
        text-align: center;
        text-transform: uppercase;
        padding: 1% 0;
        font-family: "Din";
        font-size: 12px;
    }

    .ct-maintenance-page .desc-maintenance {
        padding: 2% 10%;
        margin-bottom: 2%;
        font-size: 12px;
        background: #fff;
        font-family: "Din";
        font-weight: normal;
    }


.ct-lien-inspiration {
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
}

    .ct-lien-inspiration a.a-inspiration {
        color: #572931;
    }

.ball {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    -webkit-animation-iteration-count: infinite;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5,0.05,1,.5);
    animation-iteration-count: infinite;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 200px, 0);
    }
}


@-webkit-keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
}

.formulaire-RGPD {
    margin: 10px 0px 40px 0px;
    color: #000;
    padding: 2%;
    box-sizing: border-box;
}

    .ctInfosFormulairesRgpd,
    .formulaire-RGPD label {
        line-height: 20px;
        font-size: 13px;
    }

#ucFooter1_ucInscriptionNewsletter_txtMail, #ctl00_ucFooter1_ucInscriptionNewsletter_txtMail {
    width: 95% !important;
}

.ctInfosFormulairesRgpd {
    margin-top: 5px;
}

    .ctInfosFormulairesRgpd a {
        color: #000;
        background: none !important;
        border: none !important;
        margin: 0 !important;
    }

        .ctInfosFormulairesRgpd a:hover {
            color: #000 !important;
        }



#panBlackFriday {
    background: #000;
    padding: 7px;
}
#lkbtnFermerBlackFriday {
    text-decoration: none;
}
#lkbtnFermerBlackFriday::before {
    font-family: 'boonIco2';
    content: "\e5cd";
    color: #fff;
    font-size: 23px;
}

#panBlackFriday .btnClose {
    margin-bottom: 0;
    top: 6px;
    position: absolute;
    right: 9px;
}
