/* Rajouter des css spécifique */

/* couleurs */
:root {
    --bleu-gris: #4c5460;
    --vdl-orange: #ff8d06;
    --rose-saumon: #d88468;
    --bleu-fonce: #17292b;
    --main-color: var(--bleu-gris) !important;
    --orange: #d27732;
    --bleu: #005d87;
    --vert: #008a3c;
}

/* polices */
@font-face {
    font-family: "arial-narrow";
    src: url("font/arial-narrow.ttf") format("truetype");
}

@font-face {
    font-family: "raleway-bold";
    src: url("font/raleway-bold.ttf") format("truetype");
}

@font-face {
    font-family: "triplex-bold";
    src: url("font/triplex-bold.ttf") format("truetype");
}

@font-face {
    font-family: "triplex-light";
    src: url("font/triplex-light.ttf") format("truetype");
}

@font-face {
    font-family: "lato";
    src: url("font/Lato-Regular.ttf") format("truetype");
}

/* .dgbModule {
    z-index: 1 !important;
} */

/* ----------- */
.dgb_module-sit {
    --secondary-color: #4b727b !important;
    height: initial !important; 
    font-family: arial-narrow !important;
}

/* ------------- */
/* -- couleur -- */
.dgb_module-sit[data-menuid] {
    --main-menu-color: var(--bleu);
}

/* ------------- */
/* -- couleur -- */
.ete .dgb_module-sit[data-menuid] {
    --main-menu-color: var(--vert);
}

/* titre des fiche & popup dans la carte interactive. utilisation de criterionid car menuid peut être 'tout'*/
.fiche[data-criterionid] .grid-title,
#popup-container[data-criterionid] #popup-title,
#popup-container[data-criterionid] ._poi-ville {
    background-color: var(--bleu) !important;
}

.ete .fiche[data-criterionid] .grid-title,
.ete #popup-container[data-criterionid] #popup-title,
.ete #popup-container[data-criterionid] ._poi-ville {
    background-color: var(--vert) !important;
}

/* ----------- */
/* -- position -- */
.result-container {
    position: absolute !important;
    top: 0 !important;
}

/* ----------- */
/* -- titre -- */
.page-title {
    display: none !important;
}

/* ----------- */
/* -- carte -- */
#resultat-map {
    width: 1080px !important;
    height: 512px !important;
    left: 0 !important;
    top: 103px !important;
    z-index: 0 !important;
}

#resultat-map .map-show-all {
    background: var(--main-menu-color) !important;
}

.dgb_module-sit #resultat-map #show-map button[title^="Zoom"] {
    background: var(--main-menu-color) !important;
}

/* ------------------------ */
/* -- mini-fiches agenda -- */
/*
#resultat-grid ._agenda-day {
    text-transform: uppercase !important;
    color: var(--vdl-bleu) !important;
}

#resultat-grid.isAgenda .swiper-wrapper {
    padding-top: 81px !important;
}

#resultat-grid ._agenda-day {
    top: -80px !important;
    font-family: din-bold !important;
}
*/

/* ------------ */
/* -- grille -- */
#resultat-grid {
    margin-top: 14px !important;
    position: absolute !important;
    top: 852px !important;
}

/* ----------------- */
/* -- mini-fiches -- */
#resultat-grid ._poi-distance {
    display: none !important;
}

.grid-title {
    font-size: 20px !important;
    padding: 7px 7px !important;
    background-color: var(--bleu) !important;
    color: white !important;
    font-family: "raleway-bold" !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.ete .grid-title {
    background-color: var(--vert) !important;
}

.grid-link {
    position: relative;
    color: var(--orange) !important;
    font-family: "raleway-bold" !important;
    font-weight: normal;
    font-size: 20px !important;
    text-transform: uppercase;
    padding: 8px !important;
    background-color: #fff !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

._poi-ville {
    bottom: 87px !important;
    right: -25px !important;
    background: #dcdcdc !important;
    color: black !important;
    font-family: "raleway" !important;
    text-transform: uppercase;
    font-size: 18px !important;
}

#resultat-grid.isAgenda ._poi-days {
    background-color: var(--bleu-gris) !important;
}
#resultat-grid.isAgenda ._poi-hours {
    bottom: 122px;
}
#resultat-grid.isAgenda ._poi-days {
    bottom: 162px;
}
#resultat-grid.isAgenda ._poi-ville {
    bottom: 203px !important;
    right: -40px !important;
}

#resultat-grid ._agenda-day p{
    color: #000;
}

#resultat-grid ._poi-hours,
#resultat-grid ._poi-distance,
#resultat-grid ._poi-days,
#resultat-grid ._poi-ville {
    padding: 3px 7px !important;
}

/*
#resultat-grid ._poi-hours {
    background-color: black !important;
}



#resultat-grid ._agenda-day::before {
    border-left-color: rgba(255, 255, 255, 0.7) !important;
    border-left-style: solid !important;
}
*/

/* ---------------- */
/* -- max-fiches -- */
#resultat-popup #popup-title {
    background-color: var(--main-menu-color) !important;
    padding: 15px 65px 15px 15px !important;
    font-family: "raleway-bold" !important;
}

#resultat-popup ._poi-ville,
#resultat-popup ._poi-ouverture,
#resultat-popup ._poi-nb-chambres {
    background-color: var(--bleu-gris) !important;
    font-family: "triplex-bold" !important;
    padding: 6px 13px !important;
    font-size: 31px !important;
}
#resultat-popup ._poi-ville{
    background-color: var(--main-menu-color) !important;
    color: #fff !important;
}

._poi-distance {
    display: none;
}

#resultat-popup ._poi-hours,
#resultat-popup ._poi-ouverture {
    background-color: black !important;
    color: white !important;
}

#resultat-popup ._poi-nb-chambres {
    background-color: #d9d9d9 !important;
}

#resultat-popup ._poi-days {
    background-color: var(--bleu-gris) !important;
}

#resultat-map .fiche {
    height: 242px !important;
}

#popup-banner {
    border-bottom-color: var(--main-menu-color) !important;
}

.two-col-grid {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
}

._bloc {
    background-color: #efefef !important;
    padding: 10px !important;
}

/* RANDO  */
#scrollable-popup.rando {
    height: 770px !important;
    overflow-y: auto !important;
    font-family: lato;
}

#resultat-popup .rando-bandeau {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    column-gap: 15px;
    row-gap: 15px;
    width: 100%;
    font-size: 30px;
}

#resultat-popup .rando-bandeau > * {
    display: inline-block;
    text-align: center;
}

#resultat-popup .distance {
    font-size: 57px;
    color: #e12b27;
}

#resultat-popup .rando-bandeau img._picto {
    width: 75px;
    height: 75px;
    float: left;
}

#resultat-popup .rando-bandeau img._carac {
    margin-top: 12px;
}

#resultat-popup .duree {
    color: #7e7e7e;
}

#resultat-popup .difficulte {
    color: #e12b27;
}

#resultat-popup .rando-two-columns {
    display: inline-grid;
    grid-template-columns: 4fr 6fr;
    align-items: start;
    column-gap: 15px;
    row-gap: 15px;
    width: 100%;
    margin-top: 40px;
}

#resultat-popup .rando-two-columns .rando-desc {
    font-size: 26px;
}

#resultat-popup .rando-two-columns .rando-desc li {
    list-style: none;
}

#resultat-popup .rando-two-columns #popup-map {
    position: relative !important;
    width: initial !important;
    bottom: initial !important;
    background: #e66969;
    text-align: center;
    color: white;
    height: 586px;
}

#resultat-popup .rando-two-columns #popup-map ._envoyer-moi-adresse {
    border: none;
    background: #e66969;
    color: white;
    font-size: 21px;
    padding: 9px 12px;
    left: 6px;
    bottom: 6px;
    top: initial;
}

#resultat-popup .rando-two-columns #popup-map .type-tel {
    display: none;
}

/* Agenda */
#resultat-grid.isAgenda .fiche {
    width: 217px !important;
    height: 340px !important;
}

#resultat-grid.isAgenda .fiche.isInvisible {
    box-shadow: none;
    border: none;
}

#resultat-grid.isAgenda .swiper-wrapper {
    padding-top: 120px !important;
}

#resultat-grid ._agenda-day {
    font-size: 32px !important;
    top: -105px !important;
}

#resultat-grid ._poi-hours {
    background-color: #000 !important;
    color: #fff !important;
}

/* Carte interactive */
#menu {
    top: 1541px !important;
    left: 0px !important;
    height: 279px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#menu div {
    width: 245px !important;
    height: 17px !important;
    position: relative;
    background-color: #fff;
    margin: 5px !important;
    text-transform: uppercase;
    text-align: center;
    font-family: 'raleway-bold';
    font-size: 18px;
}


#menu div.active::after {
    content: "";
    height: 7px;
    width: 100%;
    top: -17px;
    left: 0;
    position: absolute;
    border-radius: 7px;
}

/* 
#menu div.active#menu_120::after {
    background-color: #e01580;
}


#menu div.active#menu_130::after {
    background-color: #95be45;
}


#menu div.active#menu_150::after {
    background-color: #2b9a93;
}


#menu div.active#menu_160::after {
    background-color: #ff7f7f;
}


#menu div.active#menu_tout::after {
    background-color: #ef9036;
} */

.sit-carte-interactive .result-container {
    position: absolute;
    top: 564px;
    display: block;
    width: 100%;
}

.sit-carte-interactive .result-container #resultat-map {
    width: 100% !important;
    height: 1344px !important;
    border: none !important;
}

#resultat-map .map-show-all {
    bottom: 66px !important;
    right: 51px !important;
}

.dgb_module-sit #resultat-map #show-map button[title^="Zoom"] {
    display: none !important;
}

/* DESACTIVATION SMS */
#popup-map .phone-or-email .type-tel {
    display: none;
}

.dgb_module-sit .menu-back {
    display: none;
}

.gmnoprint{
    display: none;
}

.fiche {
    border-radius: 25px;
    border: 2px solid #dcdcdc;
}

.mini-mountain{
    width: 60px;
    height: 20px;
    top: -20px;
    position: absolute;
    right: 20px;
}

.mini-mountain img{
    width: 100%;
    height: 100%;
}


#popup-map{
    height: 360px !important;
}

#popup-container {
    height: 1540px !important;
    margin: 220px 50px !important;
}

.send-adress-container{
    position: absolute;
    top: 300px;
    background-color: #fff;
    width: 980px;
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#popup-map ._distance-duree{
    bottom: 60px !important;
}

._envoyer-moi-adresse_2{
    font-size: 26px;
    font-family: raleway-bold;
    color: var(--orange);
    text-transform: uppercase;
    padding: 5px;
}

#popup-map .phone-or-email input[type=submit]{
    color: var(--orange) !important;
    background-color:#dcdcdc !important;
    text-transform: uppercase;
}

#scrollable-popup {
    overflow-y: auto !important;
}

#menu_141{
    background: #00abfe !important;
}

#menu_171{
    background: #cdf111 !important;
}

#menu_181{
    background: #df00fa !important;
}

#menu_121{
    background: #24f149 !important;
}

#menu_151{
    background: #f18d27 !important;
}

#menu_131{
    background: #f23265 !important;
}

#menu_161{
    background: #22efce !important;
}

#menu_191{
    background: #c371f5 !important;
}

#menu_tout{
    display: none !important;
}

#resultat-map .gm-style .gm-style-iw-t::after {
    background: #fff !important;
}

.img-mini-mountain{
    position: absolute;
    top: -32px;
}

#resultat-map .gm-style .gm-style-iw-c {
    border-radius: 25px !important;
}

.ete .cube-loader .sk-cube {
    background-color: var(--vert) !important;
}