﻿/*
Theme Name: Groupe Dax Adour
Theme URI: https://www.com2see.fr
Description: Groupe Dax Adour
Version: 1.0
Author: Mathieu Preuilh
Author URI: https://www.com2see.fr
*/
body {
    color:#555555;
    font-family: 'Source Sans Pro', sans-serif;
    line-height:25px;
	background:#fefefe;
    position:relative;
    overflow-x:hidden;
    font-size:16px;
}
:root{
	--main-color:#1aabd9;
	--main-rgba-color: 26, 171, 217;
    --dark-color: #002d3c;
    --light-color: #e4f6ff;
    --lighter-color: #dcf7ff;
    --second-color:#f28a24;
    --dark-second-color: #ab5c04;
    --light-second-color: #fffaf4;
}

/***** PRELOADER *****/
#preloader{
    width:100%;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    z-index:100;
    overflow:hidden;
}

/***** HEADER *****/
#header{
    background:#fefefe;
    width:100%;
    z-index:1200;
    position:relative;
}
/* Top-header */
.top-header{
    padding:15px;
}
.top-header .row{
    justify-content:space-between;
    align-items: center;
}
.logo{
    max-height:100px;
}
.menu-boutons, .coordonnees{
    display: flex;
    justify-content: flex-end;
    padding:0;
    list-style:none;
}
.coordonnees{
    margin-bottom:30px;
}
.menu-boutons .btn{
    padding:0;
}
.menu-boutons .btn, .coordonnees li{
    margin-left:30px;
}
.coordonnees i{
    color:var(--main-color);
    margin-right:15px;
}
.menu-boutons .btn a{
    color:inherit;
    padding:0 20px;
    display:block;
}
/* Menu */
#menu{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
    justify-content: space-evenly;
    background:var(--light-color);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size:16px;
}
#menu li{
    position:relative;
}
#menu li a{
    line-height:85px;
    font-size:18px;
    font-weight:400;
    color:#555;
    display:block;
}
#menu li.current-menu-item > a, #menu li.current-menu-ancestor > a{
    color:var(--main-color);
    font-weight:700;
}
#menu li a:hover{
    color:var(--second-color);
    font-weight:700;
}
/* Sub-menu */
#menu .sub-menu{
    max-height:0;
    overflow:hidden;
    position:absolute;
    top:85px;
    left:0;
    background:var(--light-color);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index:10;
    list-style:none;
    margin:0;
    padding:0 15px;
    width:max-content;
    transition: max-height 0.3s;
}
#menu > li:hover > .sub-menu{
    max-height:500px;
}
#menu > li > .sub-menu li a{
    line-height:30px;
}
/* En-tête */
.en-tete {
    padding:60px 0 ;
    position:relative;
    height:200px;
}
.en-tete .bloc-entete{
    position:absolute;
    bottom:0;
    left:0;
    background:rgba(255,255,255,0.85);
    border-top-right-radius: 15px;
    padding:30px 30px 30px 8%;
    z-index:1;
}
.ariane{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
}
.ariane li:after{
    content:">";
    padding:0 15px;
}
.ariane li:last-child:after{
    display:none;
}
.ariane li a{
    font-variant: small-caps;
    letter-spacing: 0.5px;
    font-size:18px;
    font-weight: 600;
}
@media(max-width:991px){
    .menu-coordonnees.collapse.in{
        max-height:1000px;
        display: flex;
        flex-direction: column;
        transition: all 0.5s;
    }
    .menu-coordonnees{
        display:inline;
        overflow: hidden;
        width:100%;
        height:auto;
        max-height:0;
    }
    #menu.collapse.in{
        max-height:1000px;
        padding:30px;
    }
    #menu{
        position: absolute;
        top: 100%;
        left: 0;
        border-radius: 0;
        padding:0;
        flex-direction:column;
        max-height:0;
        transition: all 0.5s;
        overflow: hidden;
        width:100%;
        height:auto;
    }
    #menu li{
        width:100%;
        padding:0;
        text-align: right;
    }
    #menu li a {
        padding:0;
        line-height:35px;
    }
    #menu li.current-menu-item a{
        background:none;
        margin:0;
    }
    #menu .sub-menu{
        display:none;
    }
}
@media(max-width:575px){
    .menu-boutons, .coordonnees{
        flex-direction: column;
    }
    .en-tete{
        height:300px;
    }
    .ariane{
        flex-direction:column;
    }
    .ariane li:after{
        display:none;
    }
}

/***** SIDEBAR *****/
.sidebar{
    position: sticky;
    top:-85px;
}
.bloc_sidebar{
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    padding:30px;
    border-radius:15px;
    margin-bottom:30px;
    color:#555;
    font-weight:normal;
}
.bloc_sidebar h3{
    margin-bottom:30px;
}
.bloc_sidebar ul{
    list-style:none;
    margin:0;
    padding:0;
}
.bloc_sidebar ul li a{
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.bloc_sidebar ul li a p{
    color:#555;
    font-weight:normal;
    margin-left:15px;
    text-align:left;
}
@media(max-width:1199px){
    .bloc_sidebar{
        padding:15px;
    }
}
@media(max-width:991px){
    #content .sidebar .row_section{
        display:flex;
        padding-top:0;
        flex-wrap:wrap;
        align-items: stretch;
        justify-content: center;
    }
    .bloc_sidebar{
        margin:15px;
        min-width:220px;
    }
}

/***** PAGES *****/
/* Slider */
.slider{
    position:relative;
}
.bloc-slider{
    position:absolute;
    bottom:0;
    right:0;
    background:rgba(255,255,255,0.85);
    border-top-left-radius: 15px;
    padding:60px 300px 60px 60px;
    max-width:960px;
    z-index:1;
}
.bloc-slider .title{
    color:#707070;
    font-size:40px;
    font-weight:600;
    margin-bottom:10px;
}
.bloc-slider .title span{
    font-weight:700;
    text-transform: uppercase;
}
.bloc-slider .sub-title{
    font-variant: small-caps;
    letter-spacing: 0.5px;
    font-size:24px;
    font-weight:400;
    color:var(--main-color);
    margin-bottom:30px;
}
.bloc-slider i{
    position:absolute;
    bottom:0;
    right:300px;
    color:var(--main-color);
    opacity:0.15;
    z-index:-1;
    font-size:250px;
}
.owl-nav{
    position:absolute;
    right:200px;
    bottom:30px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    border-radius:50%;
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    width:50px;
    height:50px;
    font-size:30px;
    float: left;
    clear: both;
    margin: 10px 0;
}
@media(max-width:1399px){
    .bloc-slider{
        padding-right:8%;
        max-width:760px;
    }
    .bloc-slider i{
        right:14%;
    }
    .owl-nav{
        right:calc(8% - 65px);
    }
}
@media(max-width:991px){
    .bloc-slider{
        border-radius:0;
        padding:60px;
        top:0;
        left:0;
        max-width:100%;
    }
    .bloc-slider i{
        right:60px;
    }
    .owl-nav{
        right:30px;
    }
}
@media(max-width:767px){
    .slider .item{
        height:300px;
    }
    .slider .item img{
        width:auto;
        max-width:unset;
    }
    .bloc-slider{
        padding-right:100px;
    }
}
@media(max-width:575px){
    .slider .item{
        height:400px;
    }
    .bloc-slider{
        padding:30px;
    }
    .owl-nav, .bloc-slider i{
        display:none;
    }
    .bloc-slider .title{
        font-size:28px;
        line-height:normal;
    }
}
/* Primo Curiste */
/*.primo{
    padding:50px 0;
}*/
.primo .row{
    align-items: center;
}
#content .primo .row_section{
    padding-bottom:0;
}
.primo-bloc{
    background:var(--dark-color);
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    padding:30px;
    border-radius:15px;
}
.primo select{
    background:#fefefe;
    border-radius:15px;
    margin:0;
    height:60px;
    line-height:50px;
    width:calc(100% - 215px);
    cursor:pointer;
    padding:0 30px;
    font-style: italic;
    font-size:18px;
    color:#555;
    border:none;
}
.primo .btn{
    line-height:56px;
    margin-left:15px;
}
@media(min-width:992px) and (max-width:1199px){
    .primo h3{
        font-size:20px;
    }
}
@media(max-width:991px){
    .primo-bloc{
        text-align:center;
    }
    .primo.bckg-cover{
        background-position-x:right !important;
    }
    .primo h3{
        margin-bottom:30px;
    }
    .primo select{
        width:100%;
    }
    .primo .btn{
        margin-left:0;
        margin-top:15px;
    }
}
/* Groupe */
.groupe .row{
    justify-content: stretch;
}
.content-group{
    display:flex;
    flex-flow: column nowrap;
}
.groupe img{
    margin-top:auto;
}
.list-thermes{
    list-style:none;
    margin:0;
    padding:0;
}
.list-thermes li a{
    display:flex;
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    padding:30px;
    border-radius:15px;
    margin-bottom:30px;
    color:#555;
    font-weight:normal;
    transition: all 0.3s;
}
.list-thermes li a:hover{
    transform:scale(1.05);
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));
}
.list-thermes li:last-child a{
    margin-bottom:0;
}
.list-thermes li i{
    margin-right:15px;
    color:var(--main-color);
    font-size:30px;
}
.list-thermes li .content-therme p{
    margin-bottom:5px;
}
.list-thermes li .content-therme .title{
    font-size:30px;
    font-weight:600;
    color:#707070;
}
.list-thermes li .content-therme .sub-title{
    font-size:16px;
    color:var(--second-color);
    font-variant: small-caps;
    letter-spacing: 1px;
}
@media(max-width:575px){
    .list-thermes li a{
        flex-direction:column;
    }
    .list-thermes li i{
        margin-bottom:5px;
    }
}
/* Cures */
.cures, .section_jaune{
    background:var(--light-second-color);
}
.section_jaune.last_row{
    margin-bottom: 100px;
}
.cures .bckg-cover{
    border-radius:15px;
    overflow: hidden;
}
.list-cures{
    margin:60px 0 0 0;
    border-top:1px solid var(--main-color);
    padding:60px 0 0 0;
    list-style:none;
}
.list-cures li{
    margin-bottom:30px;
}
.list-cures li a{
    color:#555;
    font-weight:normal;
}
.list-cures .title-cure{
    display: flex;
    margin-bottom:15px;
}
.list-cures .title-cure i{
    margin-right:25px;
    color:var(--main-color);
    font-size:30px;
    filter: drop-shadow(5px 5px 0 var(--lighter-color));
}
.list-cures .title-cure p{
    font-size:30px;
    font-weight:600;
    color:#707070;
    text-align: left;
    line-height:30px;
}
.list-cures li a:hover .title-cure p, .list-cures li a:hover i{
    color:var(--second-color);
}
@media(max-width:575px){
    .list-cures .title-cure p{
        font-size:20px;
    }
}
/* Hébergements */
.hebergements{
    text-align:center;
}
.list-herbegement{
    list-style:none;
    margin:60px 0;
    justify-content: center;
    padding: 0;
}
.list-herbegement li{
    text-align:center;
    margin-bottom:30px;
}
.list-herbegement a{
    display:flex;
    flex-flow: column nowrap;
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    padding:20px;
    border-radius:15px;
    margin-top:-60px;
    margin-right:auto;
    margin-left:auto;
    width:calc(100% - 60px);
    color:#555;
    font-weight:normal;
    transition: all 0.3s;
}
.list-herbegement a:hover{
    transform:scale(1.05);
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));
}
.list-herbegement a p{
    text-align:center;
}
.list-herbegement a .title{
    font-size:30px;
    font-weight:600;
    color:#707070;
    line-height:35px;
}
.list-herbegement a .localisation{
    font-size:18px;
    color:var(--second-color);
    font-variant: small-caps;
    letter-spacing: 1px;
}
.list-herbegement p.phone{
    margin-top:-15px;
    color:var(--main-color);
    font-weight:bold;
}
@media(min-width:1200px) {
    .list-herbegement li.col-lg-6 a {
        width: calc(100% - 140px);
    }
}
@media(max-width:575px){
    .list-herbegement a{
        width:100%;
    }
    .list-herbegement a .title{
        font-size:20px;
    }
}
/* Infos */
.list-infos{
    justify-content: center;
}
.list-infos a{
    display:inline-block;
    margin-bottom:30px;
}
.list-infos a .title{
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    padding:0 5px;
    line-height:50px;
    border-radius:15px;
    margin:0 auto;
    width:calc(100% - 30px);
    color:#555;
    font-weight:600;
    font-size:18px;
    text-align:center;
    z-index:12;
    position: relative;
}
.list-infos a .round-img{
    overflow: hidden;
    border-radius:15px;
    z-index:1;
    margin-top:-25px;
    position: relative;
}
.list-infos a .round-img img{
    transition: all 0.3s;
}
.list-infos a:hover img{
    transform:scale(1.05);
}
/* Chiffres */
.chiffres i {
    font-size:45px;
    color:var(--main-color);
    margin-bottom:20px;
}
.chiffres p.title{
    font-size:45px;
    color:#2b2b2b;
    margin-bottom:0;
    line-height:50px;
    font-weight:600;
}
.chiffres p{
    text-align:center;
    color:#707070;
    font-size:16px;
}
/* Galerie */
.galerie{
    max-height:300px;
    overflow:hidden;
}
.galerie .owl-item{
    min-width:100px;
}
.galerie img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;
}
.galerie a:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/* Forfaits */
.list-forfaits{
    list-style:none;
    margin:60px 0;
    justify-content: center;
    padding:0;
}
.list-forfaits > li{
    text-align:center;
    margin-bottom:30px;
}
.list-forfaits li .forfait{
    height:100%;
    display:flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    padding:15px;
    border-radius:15px;
    margin-right:auto;
    margin-left:auto;
    color:#555;
    font-weight:normal;
    overflow: hidden;
}
.list-forfaits li .forfait.activite{
    padding:0;
}
.list-forfaits li .forfait.activite .bloc-activite{
    padding:15px;
}
.list-forfaits li .forfait .title{
    font-size:30px;
    font-weight:600;
    color:#707070;
    line-height:35px;
    text-align: center;
}
.list-forfaits li .forfait.activite .title{
    margin:0;
}
.list-forfaits li .forfait ul{
    text-align:left;
    margin-bottom:15px;
    list-style:none;
}
.list-forfaits li .forfait ul li:before{
    content:'\f00c';
    font-family: "Font Awesome 6 Free Solid";
    color:var(--main-color);
    margin-right:5px;
}
.list-forfaits li .forfait .tarif{
    margin-top:auto;
}
.list-forfaits li .forfait .tarif p, .list-forfaits li .forfait .sous-titre{
    font-size:16px;
    color:var(--second-color);
    font-variant: small-caps;
    letter-spacing: 1px;
    text-align: center;
    margin:0;
}
.list-forfaits li .forfait .sous-titre{
    margin-bottom:15px;
}
@media(max-width:575px){
    .list-forfaits li .forfait .title{
        font-size:20px;
    }
}
/* Autres */
.listing-pages .list-herbegement{
    margin:0;
}
/* Vidéo */
.container-video{
    display:inline-block;
    position:relative;
}
.container-video .hover-video{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(255,255,255,0.75);
}
.container-video .hover-video i{
    position:absolute;
    font-size:60px;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    transition: all 0.3s;
}
.container-video:hover .hover-video i{
    transform: scale(1.5);
}
/* Questions */
ul.lst-question{
    padding:0;
}
ul.lst-question > li{
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    background:#fefefe;
    border-radius:15px;
    width:100%;
    padding:0;
    margin-bottom:30px;
    position:relative;
    overflow: hidden;
    text-align:left;
}
ul.lst-question > li .question {
    font-size: 20px;
    padding: 0 70px 0 30px;
    line-height:70px;
    cursor:pointer;
    margin:0;
}
ul.lst-question > li i {
    font-size:20px;
    padding:5px 6px;
    color:#fff;
    position:absolute;
    right:30px;
    top:20px;
    background:var(--main-color);
    border-radius: 50%;
    height:30px;
    width:30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.lst-question > li .reponse{
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding:0;
    margin:0;
}
ul.lst-question > li .reponse.open {
    max-height:2250px;
    padding: 20px;
}
ul.lst-question > li .question.open i {
    transform:rotate(45deg);
    padding:6px;
    background:var(--second-color);
}
ul.lst-question > li .question:hover{
    background:#f3f3f3;
}
@media(max-width:1199px){
    ul.lst-question{
        padding:0;
        margin-top:30px;
    }
}
/* Tableau Tarifs */
.content-table{
    border-radius:15px;
    overflow: hidden;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    margin:30px 0;
    padding: 0;
}
table.tableau-acf{
    width:100%;
}
table.tableau-acf td{
    padding: 0 15px;
    text-align: center;
}
table.tableau-acf th{
    padding:5px 15px;
    text-align: center;
}
table.tableau-acf thead tr{
    background:var(--main-color);
    color: #fff;
    font-size: 16px;
}
table.tableau-acf tbody tr{
    background:#fefefe;
    border-bottom:1px solid var(--main-color);
}
table.tableau-acf tbody tr:last-child{
    border:none;
}
table.tableau-acf tbody tr td{
    padding:10px 0;
}
table.tableau-acf.first-col tbody tr td:first-child{
    font-weight:bold;
    background: #f3f7ff;
    color:#333
}
table.tableau-acf.first-col tbody tr:nth-child(odd) td:first-child{
    background: #e6eeff;
}
table.tableau-acf tbody tr:hover td{
    background:var(--light-second-color);
}
@media(max-width:1199px){
    #acf-map{
        min-height:350px;
        margin-top:30px;
    }
}
@media(max-width:575px){
    .content-table{
        overflow-x: auto;
        max-width: 100%;
    }
}
/* Offres */
.list-offres{
    list-style:none;
    margin:60px 0;
    padding:0;
}
.list-offres > li{
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    border-radius:15px;
    overflow:hidden;
}
.list-offres > li .content-offre{
    padding:30px;
}
.list-offres > li .content-offre .title{
    font-size:30px;
    font-weight:600;
    color:#707070;
    line-height:35px;
}
.list-offres > li .content-offre .dates{
    font-size:16px;
    margin:15px 0 0 0;
    font-weight:600;
}
.list-offres > li .content-offre .dates span{
    color:var(--main-color);
    font-weight:700;
}
.no-result{
    font-style:italic;
    font-size:16px;
    font-weight:700;
    text-align:center;
    margin-top:60px;
}
.conclusion{
    margin-top:60px;
    padding-top:60px;
    border-top:1px solid var(--main-color);
}
/* Post-it */
.post-it{
    background:#f9f9f9;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    border-radius:15px;
    max-width:500px;
    display: inline-block;
    padding:30px;
}
.post-it ul{
    list-style:none;
    text-align:left;
}
.post-it ul li{
    position:relative;
}
.post-it ul li:before{
    content:'\f00c';
    font-family: "Font Awesome 6 Free Solid";
    color:var(--main-color);
    margin-right:5px;
    position:absolute;
    left:-20px;
}
.post-it ul li i{
    color:var(--main-color);
    margin-right:5px;
    position:absolute;
    left:-20px;
}
.post-it p.title{
    text-align:center;
    font-size:30px;
    font-weight:600;
    color:var(--second-color);
    line-height:35px;
}
.post-it p.note{
    text-align:center;
    font-style:italic;
    font-weight:600;
}
/* Activités */
.list-forfaits li .forfait .infos-activite{
    display:flex;
    justify-content: space-evenly;
    margin-top:auto;
}
.list-forfaits li .forfait .infos-activite p{
    font-weight:bold;
    font-size:18px;
    text-align:left;
}
.list-forfaits li .forfait .infos-activite i{
    color:var(--main-color);
    margin-right:5px;
}
@media(max-width:575px){
    .list-forfaits li .forfait .infos-activite{
        flex-direction:column;
    }
}
/* Contact */
.btns-contact{
    display: flex;
    justify-content: space-between;
    margin-top:auto;
    margin-bottom:0;
}
.page-template-page-resa .btns-contact{
    justify-content: flex-start;
}
.page-template-page-resa .btns-contact .btn{
    margin-right:15px;
}
.content-group ul.coordonnees.coordonnees-list, .content-group .link{
    margin-top:auto;
    margin-bottom:0;
}
ul.coordonnees.coordonnees-list.big-coordonnes li{
    font-size:16px;
    font-weight:bold;
    line-height:35px;
    margin-right:15px;
}
ul.coordonnees.coordonnees-list.big-coordonnes i{
    color:var(--second-color);
}
.page-template-page-resa ul.coordonnees.coordonnees-list.big-coordonnes{
    flex-flow:wrap;
    margin:60px 0 30px 0;
    justify-content: flex-start;
}
.bloc-formulaire{
    background:#fefefe;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
    border-radius:15px;
    padding:30px;
}
.page-template-page-resa .bloc-formulaire{
    margin-top:60px;
}
.bloc-formulaire h3{
    margin:20px 0 10px 0;
}
.bloc-formulaire .row{
    align-items: flex-end;
}
.bloc-formulaire .container-form{
    position:relative;
}
.bloc-formulaire .container-form label{
    font-weight:normal;
    position: absolute;
    left: 0;
    top: 0;
    font-size:18px;
    color:#9e9e9e;
    font-variant: small-caps;
    letter-spacing: 1px;
    padding: 10px 15px;
    pointer-events: none;
    text-align: left;
    z-index:1;
}
.bloc-formulaire .container-form label.label-textarea{
    top: 25px;
}
.bloc-formulaire .container-form.active label{
    display:none;
}
.form-group:focus {
    outline:0;
    border-color:#555;
    background:#fff;
}
.btn-submit{
    background:var(--second-color);
    color:#fff;
    border:2px solid var(--second-color);
    font-size:18px;
    cursor:pointer;
    font-weight:bold;
    font-variant: small-caps;
    letter-spacing: 0.5px;
    line-height:36px;
    padding:0 20px;
    position:relative;
    border-radius:10px;
    float:right;
}
.btn-submit:hover{
    background:var(--dark-second-color);
    border-color:var(--dark-second-color);
    color:#fff;
}
.list-forfaits li .forfait.contact h3{
    color:#707070;
    margin-bottom:30px;
}
.list-forfaits li .forfait.contact p{
    margin-bottom:10px;
}
.list-forfaits li .forfait.contact p i{
    color:var(--main-color);
    margin-right:5px;
    font-size:18px;
}
@media(max-width:575px){
    .bloc-formulaire .container-form label{
        font-size:14px;
        font-variant:none;
        letter-spacing: 0;
    }
}
/* Venir */
.venir h4:after{
    display:none;
}
/* Autres hébergements */
h4.link-hebergement{
    cursor:pointer;
}
h4.link-hebergement:hover{
    color:var(--second-color);
}
h4.link-hebergement.active{
    color:var(--main-color);
}
/*.link-hebergement{
    font-variant: small-caps;
    letter-spacing: 0.5px;
    font-size:18px;
    font-weight: 800;
    color:var(--second-color);
    text-align:center;
    cursor:pointer;
}
.link-hebergement:hover{
    color:var(--main-color);
}*/

/***** MAP *****/
/* Hébergements */
.map{
    position:relative;
}
#acf-map {
    width:100%;
    overflow:hidden;
    height:450px;
}
.leaflet-top, .leaflet-bottom{
    z-index:750;
}
ul.legende-map{
    position:absolute;
    bottom:0;
    right:0;
    background:rgba(255,255,255,0.85);
    border-top-left-radius: 15px;
    list-style:none;
    padding:30px 30px 25px 30px;
    margin:0;
    z-index:1000;
}
#content ul.legende-map li{
    font-size:12px;
    margin-bottom:5px;
}
ul.legende-map li img{
    max-height:30px;
    padding-right:5px;
}
/* Single Hébergement */
.single-hebergement:not(.postid-93) #acf-map{
    border-radius:15px;
    height:100%;
}

/***** FOOTER *****/
#footer{
    background:#212529;
}
/* Bottom */
.content-footer{
    padding:60px 0;
    color:#cccccc;
}
.content-footer a{
    color:#cccccc;
    font-weight:normal;
}
.content-footer p.title{
    color:#fff;
    font-weight:600;
    font-size:25px;
    padding-bottom:30px;
}
.content-footer ul{
    list-style:none;
    margin:0;
    padding:0;
}
.content-footer .logo{
    margin-bottom:30px;
}
ul.coordonnees.coordonnees-list{
    flex-flow: column nowrap;
    margin-top:15px;
}
ul.coordonnees.coordonnees-list li{
    margin:0;
}
.content-footer ul:not(.coordonnees) i{
    color:var(--main-color);
    width:30px;
    font-size:18px;
}
.content-footer ul.btns-footer{
    display:flex;
    flex-flow: column nowrap;
}
.content-footer .btn{
    margin-bottom:30px;
    max-width:170px;
}
.content-footer .btn a{
    color:inherit;
}
.content-footer ul.footer-cures li{
    line-height:40px;
}
.content-footer ul li:not(.btn) a:hover{
    color:var(--second-color);
}
/* Copyright */
.copyright{
    border-top:2px solid var(--main-color);
    color:#ccc;
    font-size:12px;
    padding:15px 0;
    align-items: center;
}
.copyright .row{
    flex-wrap:wrap;
}
.copyright ul{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
    justify-content: center;
}
.copyright ul li:after{
    content:"-";
    padding:0 10px;
}
.copyright ul li:last-child:after{
    content:none;
}
.copyright ul a{
    color:#ccc;
    font-weight:normal;
}
.copyright ul a:hover{
    color:var(--main-color);
}
@media(min-width:1200px) and (max-width:1399px){
    .copyright img{
        display:none;
    }
}
@media(max-width:1199px){
    .copyright{
        padding:15px;
    }
    .copyright .col{
        text-align:center;
        line-height:25px;
    }
}
@media(max-width:767px){
    .content-footer p.title{
        margin-top:40px;
        text-align:center;
    }
    .content-footer ul.btns-footer{
        align-items:center;
        margin-top:40px;
    }
    .content-footer ul, .about{
        align-items: center;
        text-align:center;
    }
}
@media(max-width:575px){
    .copyright ul{
        flex-wrap:wrap;
    }
    .copyright ul li{
        width:100%;
        text-align:center;
    }
    .copyright ul li:after{
        display:none;
    }
}

span.afficher-coordonner{
    cursor:pointer;
}
span.afficher-coordonner:hover{
    color:var(--second-color);
}