﻿
@font-face {
    font-family: 'Calibri-Light';
    src: url('fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Calibri-Light.woff') format('woff'), url('fonts/Calibri-Light.ttf') format('truetype'), url('fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
     font-family: 'Tenor Sans', sans-serif;
    src: url('fonts/TenorSans.eot');
    src: url('fonts/TenorSans.eot?#iefix') format('embedded-opentype'), url('fonts/TenorSans.woff2') format('woff2'), url('fonts/TenorSans.woff') format('woff'), url('fonts/TenorSans.ttf') format('truetype'), url('fonts/TenorSans.svg#TenorSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
*/


@font-face {
    font-family: 'tenor_sansregular';
    src: url('fonts/tenorsans-regular-webfont.eot');
    src: url('fonts/tenorsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tenorsans-regular-webfont.woff2') format('woff2'), url('fonts/tenorsans-regular-webfont.woff') format('woff'), url('fonts/tenorsans-regular-webfont.ttf') format('truetype'), url('fonts/tenorsans-regular-webfont.svg#tenor_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/

body {
    margin: 0px;
    font-family: 'Calibri-Light';
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

.ct {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1400px;
}

.conteneurContenuBloc {
    /*    margin-bottom: 100px;*/
}


.fullpage {
    position: relative;
    z-index: 5200;
}

/*------- Couleur du loader et des selecteur -------*/

::-moz-selection {
    background: #2574ab;
    color: #fff
}

::selection {
    background: #2574ab;
    color: #fff
}

.spinner > div {
    background-color: #2574ab;
}

/*----------------- TEXTES ----------------*/

h1,
.h1 {
    font-size: 40px;
    line-height: 45px;
    color: #666666;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
    /*    text-transform: uppercase;*/
}


.body_14 h1 {
    font-size: 60px;
    line-height: 45px;
    color: #fff;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
}

    .body_14 h1 span {
        font-size: 30px;
    }

h2,
.h2 {
    font-size: 40px;
    line-height: 45px;
    color: #666666;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
}

h3,
.h3 {
    font-size: 35px;
    line-height: 45px;
    color: #666666;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 10px;
}

a {
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'tenor_sansregular', sans-serif;
    font-size: 14px;
    line-height: 25px;
    position: relative;
}



p {
    font-family: 'Calibri-Light';
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #666666;
    margin-bottom: 15px;
}


img {
    border: 0px;
}

ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
}

ul ul {
    margin: 0px 0 10px 0;
    list-style: none;
    text-align: justify;
}

    ul ul li {
        margin-left: 20px;
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}

/*---------- Boutons ---------*/

.btn {
    text-decoration: none;
    text-align: center;
    background: #222;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    transition: 0.3s all ease-out;
    border: 1px solid #222;
}

    .btn:before {
        font-family: 'boonIco';
    }

    .btn:hover {
        background: none;
        color: #222;
        cursor: pointer;
    }

.btnLine {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    text-decoration: none;
    color: #222;
    display: inline-block;
    margin-top: 30px;
    font-family: 'tenor_sansregular', sans-serif;
}

    .btnLine::after {
        content: '';
        position: absolute;
        height: 1px;
        bottom: 0px;
        left: 0;
        right: 0;
        background-color: #212121;
        transform-origin: bottom left;
        transform: scaleX(1);
        transition: transform 0.3s ease-in-out;
    }

    .btnLine:hover::after {
        transform: scaleX(0);
        transform-origin: bottom right;
    }

    .btnLine + .btnLine {
        margin-top: 5px;
    }

/*---------- CLASSES PERSO ---------*/

.important {
    font-weight: bold;
}

.color {
    color: #0899AE;
}

.mark {
    color: #0899AE;
    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: boonIco;
        margin-right: 10px;
    }

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.alignMiddle {
    position: relative;
    display: block;
}

.alignMiddleIn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}


/*-----------------------------------------*/
/*----------------- HEADER ----------------*/
/*-----------------------------------------*/

.topCt {
    position: relative;
}

header {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9900;
    height: 65px;
    transition: 0.3s all ease-out;
    background: #fff;
    /*    border-bottom: solid 1px #fff;*/
}

    header.open {
        background: #755c48;
    }

        header.open a {
            color: #fff;
        }

        header.open .outilsReserver {
            background-color: #fff;
            color: #755c48;
        }

        header.open .navBurgerBtn > span {
            background: #fff;
        }

        header.open #languesCt a {
            color: #fff;
        }

.reseauTop {
    z-index: 26000;
    position: fixed;
    bottom: 150px;
    right: 40px;
}

    .reseauTop a {
        display: block;
        margin-top: 8px;
        font-weight: 200;
        transition: 0.3s all ease-out;
    }

.hophophop {
    margin-bottom: 13px;
    opacity: 0 !important;
}

    .hophophop:before {
        font-family: boonIco;
        content: "\e907";
        color: #666666;
        font-size: 33px;
        transition: 0.3s all ease-out;
    }


.reseauTop a:hover {
    opacity: 0.7;
}



.reseauInsta {
    transition: 0.3s all ease-out;
}

    .reseauInsta:before {
        font-family: boonIco;
        content: "\e95b";
        color: #666666;
        font-size: 37px;
        transition: 0.3s all ease-out;
    }

.reseauFb {
    transition: 0.3s all ease-out;
    /*    position: relative;*/
}

    .reseauFb:before {
        content: "";
        font-family: boonIco;
        color: #666666;
        font-size: 16px;
        height: 34px;
        width: 34px;
        background: url(../images/fb.png) no-repeat center;
        background-size: cover;
        transition: 0.3s all ease-out;
        position: absolute;
        top: -8px;
        right: 40px;
        /* font-family: boonIco;
        content: "\e94e";
        color: #666666;
        font-size: 33px;*/
        transition: 0.3s all ease-out;
    }

.rsFooter {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}



/*----------- Outi ----------*/

.outils {
    position: relative;
    z-index: 28000;
    float: right;
    text-align: right;
    padding: 0 5px 0px 0px;
    height: 100%;
    display: flex;
}


    .outils a {
        height: 100%;
        display: flex;
        margin-right:1px;
        align-items: center;
    }

.outilsOffres {
    transition: 0.3s all ease-out;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    margin-right: 8px;
    color: #755c48;
    font-family: 'tenor_sansregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
    /*
    .outilsOffres:before {
        display: inline-block;
        vertical-align: top;
        width: 23px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        background-image: url(../images/pictoOffreBlanc.svg);
        transition: 0.3s all ease-out;
        position: relative;
        top: 1px;
        line-height: 23px;
        margin-right: 7px;
    }*/

    .outilsOffres:hover {
        opacity: 0.7;
    }

.resaOffrir{
    transition: 0.3s all ease-out;
    display: block;
    vertical-align: top;
    line-height: 25px;
    padding: 0px 13px;
    position: relative;
}

    .resaOffrir span {
        margin-left: 10px;
    }

    .resaOffrir::before {
        content: '\ea1c';
        font-family: boonico;
        font-size: 20px;
        color: #755c48;
        transition: 0.3s all ease-out;
    }

    .resaOffrir:hover {
        background-color: #755c48;
        color: #fff;
    }

    .resaOffrir:hover::before {
        color: #fff;
    }

    .outilsReserver {
        transition: 0.3s all ease-out;
        display: inline-block;
        vertical-align: top;
        line-height: 25px;
        color: #fff;
        font-family: 'tenor_sansregular', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        background-color: #fff;
        position: relative;
        z-index: 300;
        padding: 0px 13px;
        background-color: #755c48;
    }

    .outilsReserver:before {
        transition: 0.3s all ease-out;
        position: absolute;
        z-index: -1;
        background-color: #222222;
        content: "";
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
    }

    .outilsReserver:hover {
        color: #fff;
    }

        .outilsReserver:hover:before {
            width: 100%;
        }

.outilsLangue {
    margin-left: 15px;
    display: inline-block;
    display: flex;
    align-items: center;
    height: 100%;
}

#languesCt {
    /* width: 50px;
    height: 25px;
    overflow: hidden;*/
    width: 100%;
    margin: 0;
    z-index: 9300;
    transition: 0.3s all ease-out;
    font-family: 'tenor_sansregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: 0.3s all ease-out;
    line-height: 25px;
    color: #755c48;
    display: flex;
}

    /*    #languesCt.langueOpen {
        height: 50px;
    }*/

    #languesCt a {
        display: block;
        transition: 0.3s all ease-out;
        margin: 0px 5px !important;
        color: #755c48;
        text-decoration: none;
        border: 0;
    }

        #languesCt a:hover {
            opacity: 0.6;
        }

.langueDrop {
    display: none;
    text-align: center;
    /*    width: 100%;*/
    cursor: pointer;
    transition: 0.3s all ease-out;
    line-height: 25px;
    color: #755c48;
    margin: 0 5px;
    font-weight: bold;
}

    .langueDrop:hover {
        opacity: 0.6;
    }

.langues {
    text-align: center;
    display: flex;
}

.langueActive {
    font-weight: bold;
}

@media (min-width: 1001px) {
    /*----------------- SCROLL ----------------*/

    .scrl .navBurgerBtn > span {
        background: #755c48;
    }

    /*   .scrl .outilsOffres {
        color: #222;
    }*/

    .scrl .outilsOffres:before {
        background-image: url(../images/pictoOffreNoir.svg);
    }

    .scrl .outilsReserver {
        color: #fff;
        background-color: #222;
    }

        .scrl .outilsReserver:before {
            background-color: #fff;
        }

        .scrl .outilsReserver:hover {
            color: #222;
        }

    /*   .scrl .langueDrop {
        color: #222;
    }

    .scrl #languesCt a {
        color: #222;
    }*/

    /*----------------- SCROLL + MENU OUVERT----------------*/

    /*   .menuOpen .scrl .navBurgerBtn > span {
        background: #fff;
    }*/

    /*    .menuOpen .scrl .outilsOffres {
        color: #fff;
    }*/

    /*       .menuOpen .scrl .outilsOffres:before {
            background-image: url(../images/pictoOffreBlanc.svg);
        }*/
    /*
    .menuOpen .scrl .outilsReserver {
        color: #222;
        background-color: #fff;
    }*/

    /*  .menuOpen .scrl .outilsReserver:before {
            background-color: #222;
        }

        .menuOpen .scrl .outilsReserver:hover {
            color: #fff;
        }*/

    /*  .menuOpen .scrl .langueDrop {
        color: #fff;
    }

    .menuOpen .scrl #languesCt a {
        color: #fff;
    }*/

    .menuOpen .scrlReseau .hophophop {
        opacity: 0;
    }

    .menuOpen .scrlReseau .reseauInsta:before {
        color: #fff;
    }

    .menuOpen .scrlReseau .reseauFb {
        border: 3px solid #fff;
    }

        .menuOpen .scrlReseau .reseauFb:before {
            color: #fff;
        }
}

.scrlReseau .hophophop {
    opacity: 1 !important;
}

.scrlReseau .reseauInsta:before {
    color: #222;
}

.scrlReseau .reseauFb {
    border: 3px solid #222;
}

    .scrlReseau .reseauFb:before {
        color: #222;
    }


/*----------------- Slider ----------------*/

.logoTop {
    width: 210px;
    position: fixed;
    top: 100px;
    left: calc(50% - 105px);
    z-index: 9900;
    transition: all ease-in-out .3s !important;
}

    .logoTop img {
        width: 100%;
    }

    .logoTop.fixed {
        position: fixed;
        top: 5px;
        left: calc(50% - 50px);
        width: 100px;
    }


.bandeauSlider {
    z-index: 5000;
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

.bandeauSliderHome {
    /*    margin-bottom: 40px;*/
}

.bandeauSliderMaster {
    margin-bottom: 100px;
}

.bandeauSlider .swiper-container {
    min-height: 100vh;
}

.bandeauSlider:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 20;
}

.body_1185 .bandeauSlider:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.bandeauSliderHome:before {
    background-color: rgba(0, 0, 0, 0.20);
}


.sliderScroll {
    position: absolute;
    text-align: center;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    z-index: 900;
}



    .sliderScroll span.btnLine {
        color: #fff;
        /*        margin-top: 30px;*/
    }

    .sliderScroll .btnLine {
        margin-top: 0;
    }

    .sliderScroll span.btnLine::after {
        background-color: #fff;
    }

/*    .sliderScroll:after {
        content: "";
        display: block;
        width: 1px;
        height: 150px;
        bottom: -160px;
        left: 50%;
        position: absolute;
        background-color: #fff;
    }
*/

#homeSlideIllu1 {
    position: relative;
    top: 0;
    left: -40px;
    height: 100vh;
    display: block;
    width: 100%;
}

    #homeSlideIllu1 > div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: block;
        width: 100%;
    }

        #homeSlideIllu1 > div img {
            /*            width: 110%;
            position: absolute;
            left: -2%;
            top: 0;
            user-select: none;
            height: 110%;
            object-fit: cover;
            object-position: center;*/
            width: 110%;
            height: 110%;
            position: absolute;
            left: -2%;
            top: 0;
            user-select: none;
        }


/*---------------- LEGENDE SLIDER ----------------------*/

.bandeauLegendeMaintenance {
    width: 80%;
    position: absolute;
    text-align: center;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 900;
    color: #fff;
}

    .bandeauLegendeMaintenance p, .bandeauLegendeMaintenance a {
        text-align: center;
        color: #fff;
        text-transform: initial;
    }

.bandeauLegende {
    width: 80%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 900;
}

.lgdTitre {
    font-family: 'tenor_sansregular', sans-serif;
    font-size: 60px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    line-height: 55px;
}

.lgdSoustitre {
    font-family: 'tenor_sansregular', sans-serif;
    color: #fff;
    display: block;
    font-size: 24px;
    color: #fff;
}

.bandeauSliderMaster .bandeauLegende {
    top: 55%;
}


/*-------------------------------------------------------*/
/*-------------------- HOMEPAGE -------------------------*/
/*-------------------------------------------------------*/


/*---------- Home Experiences ---------*/

.homeExperiences {
    margin-top: 100px;
    width: 100%;
    padding: 0px 110px;
    box-sizing: border-box;
}

    .homeExperiences h2 {
        text-align: center;
        margin-bottom: 50px;
    }

.homeExperiencesLine {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

.homeExperience {
    display: block;
    height: 500px;
    box-sizing: border-box;
    padding: 100px;
    background-size: cover;
    position: relative;
    background-position: center;
}

    .homeExperience:before {
        position: absolute;
        content: "";
        display: block;
        background-color: rgba(34, 34, 34, 1);
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
        transition: 0.3s all ease-out;
    }

    .homeExperience:hover:before {
        opacity: 0.6;
    }

.homeExperiencesLine0 .homeExperience0 {
    width: calc(100% - 0px);
    background-image: url(../images/presse.jpg);
}

.homeExperiencesLine1 .homeExperience1 {
    width: calc(70% - 40px);
    background-image: url(../images/homeExpEnfant.jpg);
}

    .homeExperiencesLine1 .homeExperience1:before {
        opacity: 0;
    }

    .homeExperiencesLine1 .homeExperience1:hover:before {
        opacity: 0.4;
    }

.homeExperiencesLine1 .homeExperience2 {
    width: 30%;
    background-image: url(../images/homeExpIncentive.jpg);
}

.homeExperiencesLine2 .homeExperience1 {
    width: calc(50% - 20px);
    background-image: url(../images/homeExpAgenda.jpg);
}

.homeExperiencesLine2 .homeExperience2 {
    width: calc(50% - 20px);
    background-image: url(../images/homeExpActivites.jpg);
}

.homeExperiencesLine3 .homeExperience1 {
    width: 100%;
    height: 350px;
    background-image: url(../images/homeExpInspirations.jpg);
}

.homeExperienceLgd {
    z-index: 400;
    position: relative;
}

.homeExperienceTitre {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 0px;
}

.homeExperienceLgd .btnLine {
    margin-top: 10px;
    color: #fff;
    display: table;
}

    .homeExperienceLgd .btnLine:after {
        background-color: #fff;
    }


/*------------------------------------------------------*/
/*-------------------- CONTENU -------------------------*/
/*------------------------------------------------------*/


/*---------- Text Image Simples ---------*/

/*.conteneurBlocTxtImg .ct {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row-reverse;
}*/

.contenuFullPage .contenuMixteTexteG {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 12%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contenuFullPage .contenuMixteImageD {
    width: 50%;
    position: relative;
    height: 100%;
}

    .contenuFullPage .contenuMixteImageD .photoColonne {
        float: left;
        width: 100%;
        height: 100%;
    }

        .contenuFullPage .contenuMixteImageG .photoColonne img,
        .contenuFullPage .contenuMixteImageD .photoColonne img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            /*max-width: 870px;*/
        }

/*.conteneurBlocImgTxt .ct {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
}*/

.contenuFullPage .contenuMixteTexteD {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 12%;
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contenuFullPage .contenuMixteImageG {
    width: 50%;
    position: relative;
    float: left;
    height: 100%;
}

    .contenuFullPage .contenuMixteImageG .photoColonne {
        margin-bottom: 0px;
        width: 100%;
        height: 100%;
    }


.contenuMixteImageG .swiper-container {
    width: 860px;
    float: right;
}

.contenuMixteImageD .swiper-container {
    width: 860px;
    float: left;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

/*.conteneurContenuBloc .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: -50px;
        }*/

.contenuPaginationSwiperContenu {
    position: relative;
    bottom: -10px;
    display: block;
    right: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*.contenuFullPhotoSeule .swiper-pagination{
    position: absolute;
    left: initial;
    transform: translateX(0%);
}*/

.contenuFullPhotoSeule .contenuPaginationSwiperContenu {
    width: 100%;
}

.contenuMixteImageG .swiper-pagination {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.contenuMixteImageD .swiper-pagination {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    margin: 0px 3px;
}

.bloc2cols {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
}

.bloc2col {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 120px;
    position: relative;
    z-index: 20;
}

.bloc2colG {
    width: 30%;
    box-sizing: border-box;
    padding: 0px 0px;
    position: relative;
    margin-right: 10%;
}

.bloc2colD {
    width: 30%;
    box-sizing: border-box;
    padding: 0px 0px;
    position: relative;
    margin-right: 10%;
}

.btnCarte {
    position: relative;
    width: 100%;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

    .btnCarte:before {
        /*display: block;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 200;*/
        background-color: rgba(0, 0, 0, 0.50);
        transition: 0.3s all ease-out;
    }

    .btnCarte:hover:before {
        background-color: rgba(0, 0, 0, 0.50);
    }

    .btnCarte div {
        color: #fff;
        position: relative;
        z-index: 300;
        font-family: 'tenor_sansregular', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }

        .btnCarte div span {
            display: block;
            font-family: 'tenor_sansregular', sans-serif;
            font-size: 12px;
            text-transform: none;
        }

            .btnCarte div span:before {
                display: block;
                width: 2px;
                height: 50px;
                margin: 15px auto 10px auto;
                content: '';
                background-color: #fff;
            }

.bloc2colsCarte {
    margin-top: -150px;
    margin-bottom: 150px;
}

/*.bloc2colsCarte .bloc2col:first-of-type {
        padding-bottom: 100px;
    }*/


.conteneurContenuBloc:first-of-type.contenuMixteUp {
    margin-top: -200px;
}

    .conteneurContenuBloc:first-of-type.contenuMixteUp .contenuMixteImageD .photoColonne {
        float: none;
        margin: 0 auto;
        width: 560px;
    }


/*---------- Texte / Slider Chambres ---------*/



.chambresSliders {
    margin-top: -230px;
}

.backGray.chambresSliders {
    margin-bottom: 0px;
    padding-bottom: 100px;
}

.chambresSliders .contenuMixteImageD .swiper-container,
.chambresSliders .contenuMixteImageG .swiper-container {
    width: 480px;
    /*height: 800px;*/
    float: none;
    margin: 0;
}


.chambresSliders .contenuMixteImageG .swiper-container {
    float: right;
}



.chambresSliders .contenuPaginationSwiperContenu {
    width: 700px;
}




/*---------- Bloc Image Texte Centrés ---------*/

.contenuMixteCenter .ct {
    align-items: center;
}


/*---------- Bloc Image Remontée ---------*/

.contenuMixteUp {
    margin-top: -260px;
    z-index: 300;
}

    .contenuMixteUp .contenuMixteTexteG,
    .contenuMixteUp .contenuMixteTexteD {
        padding-bottom: 100px;
    }


/*---------- Photos Seules ---------*/


.contenuFullPhotoSeule {
    position: relative;
}

.fullImgLeft {
    padding: 0px 110px 0px 0px;
    width: 100%;
    box-sizing: border-box;
}

.fullImgRight {
    padding: 0px 0px 0px 110px;
    width: 100%;
    box-sizing: border-box;
}

.fullImgBoth {
    padding: 0px 110px;
    width: 100%;
    box-sizing: border-box;
}


.contenuFullPhotoSeule .legende {
    z-index: 300;
    position: absolute;
    top: 130px;
    left: 100px;
    width: 550px;
    color: #fff;
    display: none;
}

    .contenuFullPhotoSeule .legende p {
        width: 460px;
    }

.fullImgLeft .contenuFullPhotoSeule .legende {
    left: 200px;
}

.white h2,
.white p,
.white .btnLine {
    color: #fff;
}

    .white .btnLine:after {
        background-color: #fff;
    }

.contenuFullPhotoSeule .btnLine {
    display: table;
}


.ccb527 {
    position: relative;
}

    .ccb527:after {
        content: "";
        z-index: -1;
        position: absolute;
        bottom: -100px;
        right: 0;
        display: block;
        background-image: url(../images/backSpa.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 1219px;
        width: 718px
    }

/*---------- Textes 2 Cols ---------*/


.contenuFullPage .contenuTexte2ColG {
    width: 450px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColD {
    width: 450px;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuFull {
    width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
    width: 100%;
}

    .contenuFullPage .contenuFullPhotoSeule img {
        width: 100%;
    }

.contenuFullPage .contenuFullPhotoSlider {
    display: block;
    position: relative;
}


/*---------- DIV CENTREE ---------*/


.divCenter {
    text-align: center;
    letter-spacing: normal;
}

    .divCenter .ct a {
        position: relative;
    }

        .divCenter .ct a::before {
            content: '';
            position: absolute;
            height: 1px;
            bottom: -2px;
            left: 0;
            right: 0;
            background-color: #666666;
            transform-origin: bottom left;
            transform: scaleX(1);
            transition: transform 0.3s ease-in-out;
        }

        .divCenter .ct a:hover::before {
            transform: scaleX(0);
            transform-origin: bottom right;
        }

    .divCenter .ct {
        width: 1000px;
        margin: 120px auto;
    }

    .divCenter h1,
    .divCenter h2,
    .divCenter p {
        text-align: center;
    }



/*---------- Pagination ---------*/

.paginationListing {
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
}

    .paginationListing span {
        padding: 10px 16px;
        background: #222;
        color: #fff;
        border: 1px solid #222;
    }

    .paginationListing a {
        padding: 10px 16px;
        background: #fff;
        color: #222;
        border: 1px solid #222;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #222;
            cursor: pointer;
        }


/*-------------- Contenus -------------------*/

.noMargin {
    margin-bottom: 0px !important;
}

.ccb506 {
    background-image: url(../images/backTree1.png);
    background-size: cover;
    padding-bottom: 100px;
}

.tiles {
    width: 1580px;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tilesResto {
    width: 1020px;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tile {
    margin-bottom: 100px;
    display: block;
    width: 30%;
    transition: 0.3s all ease-out;
}

.tilesResto .tile {
    width: 480px;
}

.tile:hover {
    opacity: 0.8;
}

.tileImg {
    width: 100%;
    overflow: hidden;
    height: 350px;
}

    .tileImg img {
        width: 100%;
    }

.tileDesc {
    padding-top: 42px;
    position: relative;
    text-align: center;
    transition: 0.3s all ease-out;
}

.tile:hover .tileDesc {
    padding-top: 33px;
}

.tileLeg {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'tenor_sansregular', sans-serif;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 15px 9px 15px;
    background-color: #222;
}

.tileTitle {
    font-size: 30px;
    line-height: 30px;
    color: #222;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 5px;
}

.tile .btnLine {
    margin-top: 0;
    font-size: 10px;
}

    .tile .btnLine:after {
        bottom: 5px;
    }

.chambresIntro {
    padding-bottom: 50px;
}

    .chambresIntro:before {
        display: block;
        margin: 0 auto 15px auto;
        width: 2px;
        height: 120px;
        content: "";
        background-color: #222;
    }

.chambresPersonnes {
    font-family: 'tenor_sansregular', sans-serif;
    font-size: 10px;
    line-height: 10px;
    color: #222;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}


/*----------------------------------------------*/
/*-------------- FORMULAIRES -------------------*/
/*----------------------------------------------*/



input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border: 1px solid #E3E3E3;
    transition: 0.3s all ease-out;
    color: #565656;
    outline: none;
    padding: 5px;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    textarea:focus {
        border-color: #777;
    }

button[type="button"],
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 7px 15px;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    cursor: pointer;
}

    button[type="button"]:hover,
    button[type="submit"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
        background: none;
        color: #222;
    }

        button[type="button"]:disabled,
        button[type="submit"]:disabled,
        input[type="submit"]:disabled,
        input[type="button"]:disabled,
        input[type="reset"]:disabled,
        button[type="button"]:hover:disabled,
        button[type="submit"]:hover:disabled,
        input[type="submit"]:hover:disabled,
        input[type="button"]:hover:disabled,
        input[type="reset"]:hover:disabled {
            background: #222;
            color: #fff;
            opacity: 0.7;
            cursor: default;
        }


/*.errorControl {
    background-color: #FBE3E4 !important;
    border: solid 1px Red !important;
}*/

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

/*---------- Contact ---------*/

.ctContact {
    width: 600px;
    margin: 0 auto;
}

.formulaire {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 120px;
}

.formulaireDouble {
    display: flex;
    justify-content: space-between;
}

.formulaire-row {
    margin-bottom: 25px;
    position: relative;
}

.formulaireDouble .formulaire-row {
    width: 45%;
}

.formulaire input[type="text"],
.formulaire input[type="tel"],
.formulaire input[type="email"],
.formulaire textarea {
    background-color: rgba(255, 255, 255, 0.00);
    width: 100%;
    height: 30px;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    font-size: 15px;
    color: #5c5c5c;
}

.formulaire textarea {
    height: 100px;
    resize: vertical;
    margin-bottom: 0px;
    padding: 5px 0px;
}

/*-- Ci dessous, le style du label qui est par dessus
    le champs.

    Si vous voulez enlever la petite animation
    des labels, faites comme il y a marqué dans les commentaires de l'UC Contact,
    et enlevez la position absolute de la règle ci dessous.
    */

.formulaire label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
    font-family: Arial;
    color: #5c5c5c;
    opacity: 0.8;
    cursor: text;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.formulaire input[type="radio"] + label,
.formulaire input[type="checkbox"] + label {
    top: 0;
}

/*-- Style des champs quand on est en train décrire dessus
        */

.formulaire input[type="text"]:focus,
.formulaire input[type="email"]:focus,
.formulaire input[type="tel"]:focus,
.formulaire textarea:focus {
    border-bottom: 2px solid #222;
}

    /*-- Style du label quand on a cliqué dessus et quand
                on a du texte dans les champs
        */

    .formulaire input[type="text"]:focus ~ label,
    .formulaire input[type="text"].fill ~ label,
    .formulaire input[type="email"]:focus ~ label,
    .formulaire input[type="email"].fill ~ label,
    .formulaire input[type="tel"]:focus ~ label,
    .formulaire input[type="tel"].fill ~ label,
    .formulaire textarea:focus ~ label,
    .formulaire textarea.fill ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

/*-- Style des champs avec erreurs
        */

.errorControl {
    background-color: #FBE3E4 !important;
    border: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}

.formulaire-RGPD {
    margin: 10px 0px 40px 0px;
}

    .ctInfosFormulairesRgpd,
    .formulaire-RGPD label,
    .ReCaptcha-notice {
        font-family: Arial;
        line-height: 20px;
        font-size: 13px;
        display: block;
        color: #5c5c5c;
        padding-left: 25px;
        opacity: 0.8;
    }

    .formulaire-RGPD a {
        color: #000;
        text-decoration: underline;
    }

.formulaire-SEND {
    text-align: center;
}

    .formulaire-SEND .btnLine {
        margin-top: 0px;
    }


/*-- Style du champ Kit Bancaire Stripe (uc/KitsBancaires/StripeElements.ascx) */

.stripe {
    max-width: 420px;
}

.stripe-savedCard {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.stripe-savedCardImage {
    display: none;
}

.stripe-savedCardName {
    margin: 0 5px;
}

    .stripe-savedCardName::before {
        content: "•••• ";
        letter-spacing: 2px;
    }

.stripe-savedCardExp {
    margin: 0 0 0 10px;
}

.stripe-savedCardDelete {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    line-height: .5em;
    cursor: pointer;
}

.stripe-cardSelect {
    margin: 5px 0;
}

.stripe-cardContainer {
    padding: 20px 0 0 0;
    overflow: hidden;
    transition: max-height .25s ease-out, opacity .25s ease-out;
}

    .stripe-cardContainer:not(.isVisible) {
        max-height: 0;
        opacity: 0;
    }

    .stripe-cardContainer.isVisible {
        max-height: 200px;
        opacity: 1;
    }

.formulaire .StripeElement {
    width: 100%;
    height: 30px;
    padding: 5px 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    transition: 0.3s all ease-out;
}

    .formulaire .StripeElement iframe {
        opacity: 0;
        transition: 0.3s opacity ease-out;
    }

    .formulaire .StripeElement--focus iframe,
    .formulaire .StripeElement:not(.StripeElement--empty) iframe {
        opacity: 1;
    }

.formulaire .StripeElement--focus {
    border-bottom-color: #222;
}

    .formulaire .StripeElement--focus ~ label,
    .formulaire .StripeElement:not(.StripeElement--empty) ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

.formulaire .StripeElement--invalid:not(.StripeElement--focus) {
    background-color: #FBE3E4 !important;
    border-bottom-color: #cc5246 !important;
}


/*----------------------------------------------------*/
/*-------------- LISTINGS / DETAIL -------------------*/
/*----------------------------------------------------*/

.body_11 .bandeauSlider,
.body_25 .bandeauSlider {
    margin-bottom: 0px;
}

.ctDetail {
    position: relative;
    padding-top: 50px;
    width: 960px;
}

.retourBtn {
    text-align: left;
    position: relative;
    margin-bottom: 40px;
}

    .retourBtn .btnLine {
        margin-top: 0px;
    }

    .retourBtn .detailActuDate {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        font-weight: bold;
    }

    .retourBtn .emploiType {
        float: right;
        background-color: #efefef;
        font-family: 'tenor_sansregular', sans-serif;
        padding: 5px 20px;
    }


/*---------- Listing Actus ---------*/

.classActuCategories {
    text-align: center;
    margin-bottom: 70px;
    display: none !important;
}

    .classActuCategories a {
        margin: 0px 10px;
    }


.blocs {
    margin-bottom: 30px;
    font-size: 0;
    box-sizing: border-box;
    padding: 0px 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.bloc {
    margin: 0px 1%;
    width: 30%;
    position: relative;
    margin-bottom: 50px;
}

.blocImg {
    position: relative;
    width: 100%;
    height: 400px;
}

    .blocImg img {
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover;
    }

.blocActuImg {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}

.blocCategorie {
    position: absolute;
    top: 0;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    font-size: 11px;
    line-height: 11px;
    font-family: 'tenor_sansregular', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
}

.blocDesc {
    text-align: center;
    padding-top: 30px;
}

.blocDate {
    font-family: 'tenor_sansregular', sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 14px;
    margin-bottom: 10px;
}

.blocTitre {
    font-size: 30px;
    line-height: 35px;
    color: #222;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 20px;
    font-weight: 200;
    max-height: 73px;
    overflow: hidden;
}

.blocTxt {
    font-family: Calibri-Light;
    font-size: 16px;
    color: #222;
    line-height: 28px;
    max-height: 60px;
    overflow: hidden;
}

.blocLien .btnLine {
    margin-top: 15px;
}

    .blocLien .btnLine::after {
        bottom: 4px;
    }

.blocBaseline {
    display: none;
}


/*---------- Détail Actu ---------*/



.detailActuCategorie {
    position: absolute;
    top: 0;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background-color: #fff;
    font-size: 11px;
    line-height: 11px;
    font-family: 'tenor_sansregular', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    display: none;
}

.detailActuTitre {
    display: none;
}

.detailActuBaseline {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 30px auto;
}

.detailActuDesc {
    font-family: Calibri-Light;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #222222;
    padding-bottom: 120px;
}

    .detailActuDesc img {
        max-width: 100%;
    }

    .detailActuDesc .descImgActu {
        display: none;
    }

#detailActuGalerie {
    clear: both;
    margin: 30px 0 80px 0;
}

.detailActuGalerieImg {
    margin: 0px 10px;
}

#detailActuFichiers {
    clear: both;
    margin: 30px 0;
}

    #detailActuFichiers li {
        margin: 0 0 7px 0;
    }



/*-----------------------------------------------------*/
/*-------------------- FOOTER -------------------------*/
/*-----------------------------------------------------*/

footer {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background: #fff;
    border-top: solid 2px #666666;
}

.footerCt {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

    .footerCt > * {
        flex-basis: 30%;
    }

    .footerCt img {
        width: 280px;
    }

    .footerCt h2 {
        color: #666666;
        font-size: 25px;
        margin-bottom: 5px;
    }

    .footerCt p {
        color: #666666;
        text-align: left;
        line-height: 20px;
    }


    .footerCt .col2 {
        text-align: left;
    }


.col2 a {
    position: relative;
    letter-spacing: 1px;
}

    .col2 a::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #666666;
        transform-origin: bottom right;
        transform: scaleX(1);
        transition: transform 0.5s ease;
    }

    .col2 a:hover::before {
        transform-origin: bottom left;
        transform: scaleX(0);
    }

.footerCt .btnLine {
    color: #666666;
    margin: 25px auto 0 auto;
}

    .footerCt .btnLine:after {
        background-color: #666666;
    }

.footerBot {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    text-align: left;
    color: #666666;
}

    .footerBot a {
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px;
        text-transform: none;
        color: #666666;
        line-height: 19px;
    }

        .footerBot a:hover {
            opacity: 0.7;
        }

.pictoPMR {
    width: 18px !important;
}

/*--------------------------------------------------*/
/*-------------- REVUE DE PRESSE -------------------*/
/*--------------------------------------------------*/


.revuesCt {
}

.presses {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 50px;
}

.presseEl {
    position: relative;
    display: inline-block;
    width: 360px;
    margin-right: 50px;
    height: 480px;
    margin-bottom: 50px;
}

    .presseEl:nth-of-type(4) {
        margin-right: 0px;
    }

.presseImage {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

    .presseImage img {
        height: 100%;
    }



/*------------------------------------------------*/
/*-------------- GALERIE PHOTO -------------------*/
/*------------------------------------------------*/

/*---------- Listing Galerie Photo ---------*/

.albums {
    font-size: 0;
    margin-bottom: 50px;
}

.albumCt {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.albumPhoto {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 10px;
}

    .albumPhoto img {
        height: 100%;
    }

.albumTitre {
    text-align: center;
    display: block;
    width: 100%;
}

    .albumTitre a {
        color: #000;
        font-size: 14px;
    }

        .albumTitre a:hover {
            color: #222;
        }


/*---------- Détail Galerie Photo ---------*/


#galeriePhoto {
    margin: 50px 100px 50px 100px;
}

.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: 0px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    background: none;
}

    .conteneurPhotoIsotop .swipebox .classHoverVideo {
        background: url(../images/play.png) no-repeat center;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 6;
        left: 0;
    }

    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        margin: 0;
        width: 100%;
    }

.isotope,
.isotope .isotope-item {
    -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;
    }


/*--------------------------------------------*/
/*-------------- REFERENCES ------------------*/
/*--------------------------------------------*/

/*---------- LISTING REFERENCES (mode liste) --------*/

.listeLigneReferences {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.listeReferencesConteneurImage {
    width: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .listeReferencesConteneurImage img {
        width: 100%;
    }

.listeReferencesConteneurTextes {
    float: left;
    width: 780px;
    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;
}

/*------------ PAGE EMPLOIS ------------*/
/*----------------------------------*/

.blocCandiCt {
    padding: 0 0px 80px;
}

.blocsCandiCt {
    width: 960px;
    margin: 0 auto 100px;
    text-align: center;
}

.blocCandidaturePostesOuverts {
    margin-bottom: 50px;
}

.blocCandidatureCentrer {
    /*margin-bottom: 100px;*/
}

    .blocCandidatureCentrer p {
        text-align: center;
    }

.spontaCt {
    margin-bottom: -100px;
    padding-bottom: 80px;
}


/*------------ POSTULER ------------*/
/*----------------------------------*/

.postuler {
    margin-top: 50px;
    text-align: center;
}

.postuler-content {
    background-color: #000000;
    display: inline-block;
    width: 1000px;
    max-width: 33%;
    -moz-transition: max-width 0.25s, border 0.25s;
    -o-transition: max-width 0.25s, border 0.25s;
    -webkit-transition: max-width 0.25s, border 0.25s;
    transition: max-width 0.25s, border 0.25s;
    height: 45px;
    overflow: hidden;
}

.postuler-btn {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    border: none;
    transition: all 0.25s ease-in-out, font-size 0.2s linear;
    cursor: pointer;
    font-family: 'tenor_sansregular', sans-serif;
    letter-spacing: 1px;
}

    .postuler-btn:hover {
        background-color: #5a5a5a
    }

.postuler.open .postuler-content {
    max-width: 100%;
    height: auto;
}

.postuler.open .postuler-btn {
    background-color: #5a5a5a
}

    .postuler.open .postuler-btn::after {
        content: "\00d7";
        left: auto;
        position: relative;
        top: 1px;
        font-size: 22px;
        padding-left: 10px;
        cursor: pointer;
    }

        .postuler.open .postuler-btn::after:hover::after {
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }

.postuler-form {
    max-height: 0;
    opacity: 0;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    -moz-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -o-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -webkit-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
}

.postuler.open .postuler-form {
    padding: 40px;
    opacity: 1;
}

.postuler-intro {
    margin: 0px 0 40px 0px;
    font-size: 23px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-family: 'tenor_sansregular', sans-serif;
}

.postuler-line {
    display: flex;
    margin: 0px 0 10px 0px;
    color: #fff;
    justify-content: space-between;
}

.postuler-fields {
    padding: 0px 0;
}

.postuler-field label {
    color: #fff;
    width: 130px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
}

.postuler-field input, .postuler-field select {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 235px;
}

.postuler-field textarea {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 100%;
    resize: vertical;
}

.postuler-line-3 .postuler-field .input {
    width: 84%;
}

.postuler-line-3 .postuler-field input {
    width: 100%;
}

.postuler-field select {
}

    .postuler-field select option {
        color: #000000;
    }

.postuler-field textarea {
    width: 100%;
}

.postuler-field {
    position: relative;
    display: flex;
    align-items: flex-start;
    /*justify-content: center;*/
    line-height: 1;
    width: 42%;
}

.postuler-field-message {
    display: block;
    width: 100%;
}

    .postuler-field-message label {
        display: inline-block;
        margin-bottom: 15px;
    }

.postuler-line-6 {
    margin-top: 30px;
    margin-bottom: 40px;
}

    .postuler-line-6 table {
        margin-left: 30px;
        position: relative;
        top: -3px;
    }

.center {
    text-align: center;
}

.postuler-line .postuler-field:nth-child(2) {
}

.postuler-field label {
}


.postuler-field-v-separator {
    width: 1px;
    background-color: #b0b0b0;
}

.postuler-field::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.postuler-field-adresse {
    width: 100%;
}


.postuler-fields-files {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #b0b0b0;*/
}

.postuler-field-file {
    display: inline-block;
    width: 45%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .postuler-field-file label::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        background: no-repeat center center;
        background-size: contain
    }

    .postuler-field-file input {
        width: 57%;
        margin-top: 15px;
        font-size: 12px;
        background: none;
        border: 0px solid #000;
        border-radius: 0;
    }

.postuler-fields-files label {
    width: 165px;
}

.postuler-field-cv label::before {
    content: '\e9fa';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler-field-lettre label::before {
    content: '\e9ff';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler .ReCaptcha-notice,
.postuler .ReCaptcha-notice a {
    color: #fff;
}

.postuler-fields-actions {
    padding-bottom: 0;
}

.postuler-field-captcha::after {
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 13px;
    color: rgba(0,0,0,0.3);
}

.postuler-field-submit {
    display: block;
    text-align: center;
    margin: 20px 0px 50px 0px;
}

    .postuler-field-submit a {
        color: #fff;
        margin-top: 0px;
    }

        .postuler-field-submit a:after {
            background-color: #fff;
        }

        .postuler-field-submit a:hover {
        }

.mentionsLegalesFormulaire {
    font-family: Arial;
    line-height: 20px;
    font-size: 13px;
    display: block;
    color: #fff;
    opacity: 0.8;
    padding: 0px 70px;
    text-align: center;
}

    .mentionsLegalesFormulaire a {
        color: #fff;
    }



.detailDescCt {
    width: 960px;
    margin: 0 auto;
}

.detailEmploiCt {
}

    .detailEmploiCt h1 {
        margin-bottom: 30px;
    }

.emploiDetails {
    margin-bottom: 30px;
}

    .emploiDetails .emploiType {
        color: #fff;
        padding: 10px 20px;
        background-color: #000000;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }

    .emploiDetails .emploiDate {
        color: #000000;
        padding: 10px 20px;
        background-color: #fff;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }

.picto {
    text-align: left;
}

    .picto img {
        width: 30px;
        margin-right: 20px;
    }
/*----------------- RESA CALENDAR ----------------*/

#availpro-root {
    position: absolute;
    z-index: 9999999;
    background: #fff;
    right: 0px;
    top: 35%;
}

.logoAvo img {
    width: 200px;
}


/*POPUP*/

.modalPopup.actu {
    max-width: 900px;
    z-index: 99999 !important;
    padding: 8px;
}

/*.modalPopup.actu .baseline {
    color: #ea580b;
}*/

.popupContainerFermer {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    display: block;
}

    .popupContainerFermer:before {
        line-height: 25px;
        content: "\e984";
        font-family: 'boonIco';
        color: white;
        font-size: 30px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        cursor: pointer;
        right: 30px;
        top: 30px;
        position: relative;
    }

    .popupContainerFermer a {
        display: block;
        width: 30px;
        height: 30px;
        top: 30px;
        right: 30px;
        position: absolute;
        z-index: 1;
    }

.ctAlerteOffre {
    height: 450px;
    width: 750px;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
    background-position: center;
}

.ctAlerteOffreTexte {
    position: relative;
    padding-top: 150px;
}

    .ctAlerteOffreTexte span {
        color: #fff;
    }

.ctAlerteOffre h1, .ctAlerteOffre h2, .ctAlerteOffre h3 {
    text-align: center;
    margin-bottom: 0;
    font-family: Calibri;
}

.ctAlerteOffre h1 {
    font-size: 30px;
    font-family: 'tenor_sansregular', sans-serif;
}

.ctAlerteOffre h3:not(.h3Texte) {
    font-family: 'tenor_sansregular', sans-serif;
}

.ctAlerteOffre .btnLine::after {
    background-color: #fff;
}





/* ------------------------------ */
/* --------- HOTEL HEBE ---------*/
/* ---------------------------- */


/* Général */





/* CLASS PERSO CLIENT */

.txtDroiteCentreBloc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    letter-spacing: normal;
}

.txtGaucheCentreBloc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    height: 85vh;
    letter-spacing: normal;
}

    .txtDroiteCentreBloc a, .txtGaucheCentreBloc a {
        position: relative;
        letter-spacing: 1px;
    }

        .txtDroiteCentreBloc a::before, .txtGaucheCentreBloc a::before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #666666;
            transform-origin: bottom right;
            transform: scaleX(1);
            transition: transform 0.5s ease;
        }

        .txtDroiteCentreBloc a:hover::before, .txtGaucheCentreBloc a:hover::before {
            transform-origin: bottom left;
            transform: scaleX(0);
        }



.chambre {
    display: inline-block;
    width: 50%;
    text-align-last: center;
    margin: auto;
    letter-spacing: normal;
}

.chambreCentre {
    display: block;
    width: 50%;
    margin: auto;
    letter-spacing: normal;
}

    .chambreCentre .contenuMixteTexteG, .chambreCentre .contenuMixteTexteD, .chambreCentre .contenuMixteImageD, .chambreCentre .contenuMixteImageG {
        width: 100%;
        text-align-last: center;
        align-items: center;
    }


    .chambre .swiper-button-prev, .chambre .swiper-button-next, .chambreCentre .swiper-button-prev, .chambreCentre .swiper-button-next {
        display: none;
    }


    .chambre h2, .chambre a, .chambreCentre h2, .chambreCentre a {
        text-align: center;
    }

    .chambre a, .chambreCentre a {
        position: relative;
    }

        .chambre a::before, .chambreCentre a::before {
            content: '';
            position: absolute;
            height: 1px;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #666666;
            transform-origin: bottom left;
            transform: scaleX(1);
            transition: transform 0.3s ease-in-out;
        }

        .chambre a:hover::before, .chambreCentre a:hover::before {
            transform: scaleX(0);
            transform-origin: bottom right;
        }

    .chambre h2, .chambreCentre h2 {
        padding: 40px 0 15px 0;
        margin-bottom: 0;
    }

.chambre .contenuMixteImageG, .chambre .contenuMixteImageD, .chambre .contenuMixteTexteG, .chambre .contenuMixteTexteD {
    width: 100%;
    float: unset;
    height: 62vh;
}

.chambre .contenuMixteImageG, .chambre .contenuMixteImageD, .chambreCentre .contenuMixteImageG, .chambreCentre .contenuMixteImageD {
    height: 70vh;
}

.chambre .contenuMixteImageG, .chambre .contenuMixteImageD, .chambreCentre .contenuMixteImageD, .chambreCentre .contenuMixteImageG {
    z-index: 90 !important;
}

    .chambre .contenuMixteImageG .swiper-container, .chambre .contenuMixteImageD .swiper-container, .chambreCentre .contenuMixteImageG .swiper-container, .chambreCentre .contenuMixteImageD .swiper-container {
        float: unset;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }


.chambre .swiper-container {
    height: 80vh;
}

.chambre .contenuMixteTexteD, .chambre .contenuMixteTexteG, .chambreCentre .contenuMixteTexteD, .chambreCentre .contenuMixteTexteG {
    align-items: center;
    padding: 90px 20%;
}



/* >> background persos */

.bgMarron {
    background-color: #755c48;
    height: 85vh !important;
}

    .bgMarron p, .bgMarron a, .bgMarron div, .bgMarron span, .bgMarron h2, .bgMarron .h2, .bgMarron h3, .bgMarron .h3 {
        color: #fff;
    }

        .bgMarron a::before {
            background-color: #fff;
        }



/* ------------------- */

/* TITRES */

.nav a {
    font-family: 'tenor_sansregular', sans-serif;
}

/* SLIDER PRINCIPAL */

.swiper-text p {
    font-size: 60px;
    line-height: 45px;
    color: #fff;
    font-family: 'tenor_sansregular', sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
}


.swiper-text span {
    font-size: 30px;
    display: block;
}

.swiper-wrapper {
    position: relative;
}

.bgNoir {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 1;
}

/* HEADER */


/* FOOTER */

.name, .baselineName {
    display: block;
}

.name {
    font-family: 'tenor_sansregular', sans-serif;
    font-size: 25px;
}

.baselineName {
    font-family: 'tenor_sansregular', sans-serif;
    font-size: 16px;
}

/* ------ HOMEPAGE ----- */


/* bloc actus en avant */

.actuCt {
    background-color: #755c48;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    height: 100%;
    font-family: 'tenor_sansregular';
}

    .actuCt p, .actuCt h2, .actuCt a, .actuCt div {
        color: #fff;
    }

    .actuCt > div {
        flex-basis: 50%;
    }

.actuImage {
    height: 100%;
}

    .actuImage img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.ctInfosNews {
    padding: 0px 12%;
    display: flex;
    align-items: center;
}

.actuDate {
    font-size: 18px;
}

.actuTitre {
    margin: 18px 0 30px 0;
}

    .actuTitre a {
        font-size: 35px;
        line-height: 45px;
        text-transform: none;
    }

.actuTexte {
    font-family: 'Calibri-Light';
    margin-bottom: 20px;
}

.actuLien a {
    position: relative;
    letter-spacing: 1px;
}

    .actuLien a::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #fff;
        transform-origin: bottom right;
        transform: scaleX(1);
        transition: transform 0.5s ease;
    }

    .actuLien a:hover::before {
        transform-origin: bottom left;
        transform: scaleX(0);
    }


/* actu slider */

.hdn {
    height: auto;
    background-color: #755c48;
}

    #panHomeActus, #ctl14_panSlider, .hdn .swiper-container {
        height: 100% !important;
    }

        #panHomeActus .swiper-button-prev, #panHomeActus .swiper-button-next {
            display: block !important;
        }



/*    .hdn .swiper-background {
            width: 50% !important;
            margin-left: auto;
        }*/


/* ----- PAGE CHAMBRES ------ */
.body_1199 .contenuFullPage {
    letter-spacing: -0.31em;
    text-rendering: optimizeSpeed;
    /*    font-family: arial, Verdana;*/
}

/* ---- PAGES CGV / RGPD / PMR / MENTIONS .... ----- */

.body_1193 footer, .body_56 footer, .body_1192 footer, .body_1196 footer {
    margin-top: 80px;
}


/* ----- PAGE DETAIL ACTU ----- */

.body_11 .bandeauSlider {
    max-height: 70vh;
}



/* ----- PAGE MAINTENANCE ------ */


.pageMaintenance .logoTop {
    width: 270px;
    left: calc(50% - 135px);
    top: 30px;
}

.pageMaintenance .lgdSoustitre {
    padding-bottom: 25px;
}

.instagram:before {
    position: relative;
    content: '\e95d';
    font-family: boonico;
    font-size: 35px;
    color: #fff;
    top: 0;
    left: 0;
}

.pageMaintenance .reseaux p {
    padding: 15px 0 0 0;
}



/* --------------- Style promo slider ------------- */

.infosPromo {
    position: absolute;
    right: 30px;
    top: 80px;
    background-color: #755c48;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 50;
}

    .infosPromo p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        padding: 10px;
        margin-bottom: 0;
/*        font-family: 'tenor_sansregular';*/
    }

.infosPromo span {
    display: block;
    font-size: 12px;
}

.ct-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* -- page avis -- */

.img-temoignage {
    background-image: url(../images/avis.jpg);
}

.article50 {
    width: 50%;
}

@media screen and (max-width:1150px) {
    .article50 {
        width:100%;
    }
}

.section-avis {
    display: flex;
/*    margin-top: 100px;*/
    flex-flow: wrap;
}


.body_1203 .bandeauSlider {
    height: 50vh;
}