/*// CHROME SCROLLBAR STYLING //*/
::-webkit-scrollbar {
    background: #999;
    width: 8px;
    height: 6px;
}
::-webkit-scrollbar-corner {
    background: #006168;
}
::-webkit-scrollbar-thumb {
    background: #006168;
}
body, html{overflow-x:hidden;}
body{
    line-height:1.7;
    font-size:18px;
    color:#26424f;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:0;
    background-color: #f9faf7;
}
.openSansBold{
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

strong{font-weight:700;}
* {
  box-sizing: border-box;
}
/* lodgify */
body #lodgify-search-bar .css-hd63sv{
    min-width:min-content;
    width:150px;
}
.css-hd63sv .date.has-value, .css-1qs0acw .value-wrapper.has-value {
    font-size: 12px;
}
/* WP blocks */
body .entry-content .wp-block-button__link:hover, body .entry-content .wp-block-button__link:visited:hover, body .entry-content .wp-block-button__link:focus{
    color:#fff;
}
@media (min-width: 782px){
    body .wp-block-columns {
        flex-wrap: wrap!important;
    }
    .is-layout-flex.wp-block-columns{
        justify-content: space-between;
    }
    body.home .wrapper.wp-block-column{
        width: 100%;
        max-width: unset;
        padding: inherit;
        margin: unset;
    }
}
@media (min-width: 1200px){
    body .listing-hebergements-accueil .wp-block-column:nth-child(2){
        padding: 2em 0;
    }
    body .wp-block-columns {
        flex-wrap: nowrap!important;
    }
}
h1{
    font-family: "aesthet-nova", serif;
    font-weight: 400;
    font-style: normal;  
}
h1{font-size:3em;}
h2{font-size:2.5em;}
h3{font-size:2em;}
h1,h2,h3, .titre, .title{
    color:#26424f;
    line-height: 1.2;
}
h2,h3, .titre, .title{
    font-family: "aesthet-nova", serif;
    font-weight: 500;
    font-style: normal;
}
h2, h3{
    margin-bottom:20px;
}
body.single-post article h2, body.single-post article h3, body.privacy-policy h2, body.privacy-policy h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}
a, a:not(.lg):not(.btn):not(.button):not(.wp-block-button__link):visited {
    transition: 0.2s;
    text-decoration: none;
    color:#34a8c2;
    font-weight:500;
}
strong a{font-weight:700;}
strong a:focus, strong a:hover, strong a:visited{color:inherit;}

a.button, a.button:hover, a.button:focus, a.button:visited {
    color:#fff;
}
.wp-block-image:not(.logo) img{
    border-radius: 10px;
}
.hebergements-accueil.wp-block-group .wp-block-image img{min-height: 300px;}
.hebergements-accueil.wp-block-group .wp-block-image img, .prolonger-accueil.wp-block-group .wp-block-image img, .avis-accueil.wp-block-group .wp-block-image img{
    border-radius: 0;
}

div > p:first-of-type, blockquote > p:first-of-type, .widget_block > p:first-of-type, .wp-block-column > h2:first-child, .wp-block-column > h3:first-child{
    margin-top: 0;
}
body .wp-block-image figcaption{
    padding-top:0;
}
blockquote, body .wp-block-quote:not(.is-large):not(.is-style-large) {
    /*border: 5px solid #eff3e7;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color:#fff;
}
ul li{
    margin-bottom: 10px;
}
body .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
    text-decoration: none;
}
.assistive-text, .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    /*overflow: hidden;*/
    height: 1px;
    width: 1px;
}
body .wp-block-accordion-heading__toggle {
    border-bottom: 1px solid #ddd;
}
.wp-block-accordion .wp-block-paragraph{font-size:0.85em;}
.wp-block-accordion h3 {
    font-size: 1.5em;
}
.displayNone{display:none!important;}
/* general custom class styling */
.inline-flex{
    display:inline-flex;
}
.mid-size{
    width:1080px;
    max-width:100%;
}
.center{
    margin-left:auto;
    margin-right:auto;
}
.align-left, .align-left.is-layout-flex.wp-block-columns{
    justify-content: left;
}
.cover img{
    width:100%;
    height:100%;
    object-fit:cover;
}
body .no-margin, body .no-margin.wp-block-columns, body .no-margin.wp-block-image, body .no-margin.wp-block-buttons, .no-margin, ul.check.no-margin, ul.check.no-margin li, ul.light.check.no-margin, ul.light.check.no-margin li{margin:0;margin-bottom:0;}
.gap0{gap:0;}
.gap1{
    gap:1em!important;
}
.gap10vw{
    gap:0!important;
}
.gap2{
    gap:2em!important;
}
.gap5vw{
    gap:5vw!important;
}
@media (min-width: 768px){
    .gap10vw{
        gap:10vw!important;
    }
}
.padding3p5p{
    padding: 3% 5%;
}
.padding2p4p{
    padding: 2% 4%;
}
.padding-bottom10p {
    padding-bottom: 10%;
}
.margin-top20px{
    margin-top:20px;
}
.margin-top60px{
    margin-top:60px;
}
.margin-top100px{
    margin-top:100px;
}
.margin-top140px{
    margin-top:140px;
}
.padding-top20px{
    padding-top:20px;
}
.padding-top60px{
    padding-top:60px;
}
.padding-top100px{
    padding-top:100px;
}
.padding-top140px{
    padding-top:140px;
}
.margin-bottom20px{
    margin-bottom:20px;
}
.margin-bottom60px{
    margin-bottom:60px;
}
.margin-bottom100px{
    margin-bottom:100px;
}
.margin-bottom140px{
    margin-bottom:140px;
}
.padding-bottom20px{
    padding-bottom:20px;
}
.padding-bottom60px{
    padding-bottom:60px;
}
.padding-bottom100px{
    padding-bottom:100px;
}
.padding-bottom140px{
    padding-bottom:140px;
}
.line-height-1-3{
    line-height:1.3;
}
.full-height, .full-height img, .full-height.wp-block-image img{
    height:100%;
}
    .full-width-content, .wp-block-group.alignfull, figure.wp-block-image.full-width-content {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }
    figure.wp-block-image.full-width-content img{
        width:100vw;
    }
@media (min-width: 1200px){
    .section.quoi-accueil.wp-block-group .wp-block-columns.quoi-manger{
        margin-top: -15%;
    }
    .full-width-left {
        width: 100%;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw!important;
    }
    .full-width-right {
        width: 100%;
        position: relative;
        left: 50%;
        right: 50%;
        margin-right: -50vw!important;
    }
    .avis-accueil.wp-block-group .wp-block-image{
        margin-right: -10vw;
    }
    .avis-accueil.wp-block-group .wp-block-image img{
        width: calc(100% + 10vw);
        max-height: 70vh;
        object-fit: cover;
        margin-top: -40px;
    }
}

/* full-column */
.is-layout-flex.wp-block-columns .full-column.wp-block-column{
    max-width:unset;
}
/**/

.wrapper, .content-wrapper .wp-block-group__inner-container {
    width:100%;
    max-width: 90vw;
    padding:0 5%;
    margin: 0 auto;
}
#site-navigation.wrapper {
    max-width: unset;
}
.wp-block-columns.padding30 .wp-block-column{
    padding:30px;
}
body .wp-block-columns.no-wrap{
    flex-wrap: nowrap!important;
}
    
.is-layout-flex.wp-block-columns.justify-content-flex-start{
    justify-content:flex-start;
}
/**/
body .wp-block-separator{
    display: inline-flex;
    margin: 1.5em 10vw 1.5em 0;
    width: 10vw!important;
    background-color: #C66827;
    height: 2px;
    vertical-align: top;
}
.texte-intro{
    display: inline-flex;
    margin-bottom: 80px;
}
/* START Pour corriger prob de border radius & background-color sur iphone */
input:not([type="checkbox"]), input[type="submit"], select{
  /* Remove First*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
}
input[type="submit"] {
  -webkit-background-clip: content-box; 
  background:#C66827;
}
input[type="checkbox"] {
  width:12px;
  height:12px;
}
/* END Pour corriger prob de border radius & background-color sur iphone */
.small.wp-block-button .wp-block-button__link, button.small, .small.btn{
    font-size:0.75em;
}
button:not(.menu-toggle), input[type=submit], .btn{
    cursor:pointer;
    transition: 0.2s;
    letter-spacing: 0.03em;
}
button, input[type=submit], .btn:not(.menu-item), .btn.menu-item a, .button, body .wp-block-button .wp-block-button__link, .wp-block-search__inside-wrapper .wp-block-search__button{
    font-family: inherit;
    /*font-size: inherit;*/
    font-size: 16px;
    font-weight: 700;
    line-height: 1.428571429;
    padding: 0.8em 2em;
    letter-spacing: 0.03em;
}
/*button:not(.css-khkv60):not(.styled-override):not(.menu-toggle):not(.cmplz-btn):not(.eedee-gutenslider-nav), input[type=submit], .btn:not(.menu-item), .btn.menu-item a, .button, body .wp-block-button .wp-block-button__link, .wp-block-search__inside-wrapper .wp-block-search__button{*/
input[type=submit], .btn:not(.menu-item), .btn.menu-item a, .button, body .wp-block-button .wp-block-button__link, .wp-block-search__inside-wrapper .wp-block-search__button{
    background-color:#34a8c2;
    border: 2px solid #34a8c2;
    border-radius:60px;
    color:#fff;
    display: inline-block;
}
.btn.secondary, .button.secondary, .wp-block-button.secondary .wp-block-button__link, .wp-block-button.secondary .wp-block-button__link:visited{
    background-color:transparent;
    border-color:#34a8c2;
    border: 2px solid #34a8c2;
    color:#34a8c2;
}
.btn.light, .button.light, .wp-block-button.light .wp-block-button__link, .wp-block-button.light .wp-block-button__link:visited{
    background-color:transparent;
    border-color:#fff;
    color:#fff;
}
input[type=submit]:hover, .btn:not(.menu-item):hover, .btn.menu-item a:hover, .button:hover, body .wp-block-button:hover .wp-block-button__link, .wp-block-search__inside-wrapper .wp-block-search__button:hover, input[type=submit]:focus, .btn:focus, .button:focus, body .wp-block-button:focus .wp-block-button__link, body .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .entry-content .wp-block-button__link:hover, body .entry-content .wp-block-button__link:visited:hover, body .entry-content .wp-block-button__link:focus{
    background-color:#277d90;
    border-color: #277d90;
    color:#fff;
}
body .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background){
    background-image: unset;
    background-repeat: unset;
}
.wp-block-button__link:not(.has-text-color), body .wp-block-button__link:not(.has-text-color):active {
    box-shadow: unset;
}
body .entry-content .wp-block-button__link, body .entry-content .wp-block-button__link:visited {
    background-color: #34a8c2;
    color: #fff;
}
.entry-content{
    padding: 60px 0;
}
.dupContent_page_Ressources{
    padding-bottom:60px;
}
.wp-block-button.widget .wp-block-button__link  {
    background-color: transparent;
    color: inherit;
    border-color: inherit;
    line-height: 1;
    font-size:0.9em;
    margin-top: 20px;
    margin-bottom: 0;
}
.compare.wp-block-buttons .wp-block-button__link{
    display: flex;
    align-items: center;
}
.compare.wp-block-buttons .wp-block-button__link:before{
    content:"";
    position:relative;
    display:inline-block;
    background: url(../img/compare.svg) no-repeat scroll center center / 100% auto transparent;
    width:30px;
    height:27px;
    margin-right:20px;
}
.icon-arrow-right .wp-block-button__link:after, a.icon-arrow-right:after, .icon-arrow-right a:after, .returnLink:before{
    content:"";
    position:relative;
    display:inline-block;
}
.icon-arrow-right .wp-block-button__link:after, a.icon-arrow-right:after, .icon-arrow-right a:after{
    background: url(../img/icon-arrow-right.svg) no-repeat scroll center center / 100% auto transparent;
    width:30px;
    margin-top: -3px;
    height:15px;
    vertical-align: middle;
}
.icon-arrow-right .secondary.wp-block-button .wp-block-button__link:after, a.icon-arrow-right.secondary:after, .icon-arrow-right.secondary a:after{
    background: url(../img/icon-arrow-right-secondary.svg) no-repeat scroll center center / 100% auto transparent;
}
.icon-arrow-right .secondary.wp-block-button .wp-block-button__link:hover:after, a.icon-arrow-right.secondary:hover:after, .icon-arrow-right.secondary a:hover:after{
    background: url(../img/icon-arrow-right.svg) no-repeat scroll center center / 100% auto transparent;
}
.icon-arrow-right .small.wp-block-button .wp-block-button__link:after, a.icon-arrow-right.small:after, .icon-arrow-right.small a:after, .icon-arrow-right .small.wp-block-button .wp-block-button__link:hover:after, a.icon-arrow-right.small:hover:after, .icon-arrow-right.small a:hover:after{
    background-size:80% auto;
}
.lirePlus.icon-arrow-right:not(.wp-block-button) a:after{
    width:20px;
}
.icon-arrow-right:after, a.icon-arrow-right:after, .icon-arrow-right a:after{
    margin-left: 8px;
}
.wp-block-button.icon-arrow-right .wp-block-button__link:after{
    margin-left: 15px;
}

/* accueil */
.comparer-texte.wp-block-column {
    z-index: 1;
}
.comparer-photo-groupe.wp-block-column {
    z-index: 0;
}
.comparer-accueil.full-width-content.wp-block-group  {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.photo-fond-comparer-accueil{
    position: absolute;
    top:0;
    left: 0;
    z-index: 0;
}
.photo-fond-comparer-accueil.wp-block-image, .photo-fond-comparer-accueil.wp-block-image img{
    width: 100%;
    height:100%;
    border-radius: 0;
}
.photo-fond-comparer-accueil.wp-block-image img{
    object-fit:cover;
}

.compare.wp-block-buttons {
    padding: 20vh 0 25vh;
}

.hebergements-accueil.wp-block-group{z-index:1;}
.section.quoi-accueil.wp-block-group figure{overflow:hidden;}

.section.quoi-accueil.wp-block-group .wp-block-column img {
    transition: 0.4s;
    z-index: 0;
    position: relative;
}
.section.quoi-accueil.wp-block-group .wp-block-column:hover img {
    transform: scale(1.04);
}

.faq-accueil.section.wp-block-group:before{
    content:"";
    
}

.prolonger-accueil.wp-block-group{position:relative;}
.hover-bandeau.wp-block-group{
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
}
.hover-bandeau.wp-block-group .wp-block-group__inner-container{
    box-shadow: 0 0 60px 50px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}
.hover-bandeau.wp-block-group, .hover-bandeau.wp-block-group h2, .hover-bandeau.wp-block-group h3{
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

body.home #fleche-go-to-next-container{
    margin: 8vh auto 0;
    justify-content: center;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 45px 30px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}
/*avis-accueil*/
.ti-widget.ti-goog{
    margin-top: -45%;
    margin-left: 5vw;
}
body .ti-widget.ti-goog .ti-controls .ti-next, body .ti-widget.ti-goog .ti-controls .ti-prev{
    background-color: #34a8c2;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}
body .ti-widget.ti-goog .ti-controls .ti-next:before, body .ti-widget.ti-goog .ti-controls .ti-prev:before{
    border-color: #fff;
}
body .ti-widget.ti-goog .ti-controls .ti-next:hover, body .ti-widget.ti-goog .ti-controls .ti-next:focus, body .ti-widget.ti-goog .ti-controls .ti-prev:hover, body .ti-widget.ti-goog .ti-controls .ti-prev:focus {
    cursor: pointer;
    background-color: #277d90 !important;
    outline-color: #fff !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

body .ti-widget.ti-goog .ti-widget-container{
    margin-bottom:0;
}
.avis-accueil.wp-block-group{
    background-color:#34a8c2;
    padding: 40px 0 60px;
    position:relative;
}
.call-to-action-footer-groupe.wp-block-group:after {
    rotate: 180deg;
    top: -8vh;
}
.avis-accueil.wp-block-group:after{
    top: 2vw;
}
.site-header:before{
    bottom: -2vw;
}
.site-header:before, .call-to-action-footer-groupe.wp-block-group:after{
    opacity:0.15;
}
.avantages-accueil.wp-block-group, .vanlife-accueil.wp-block-group, .proximite.wp-block-group, .proximite-accueil.wp-block-group{position:relative;}
.avantages-accueil.wp-block-group:before, .proximite.wp-block-group:before, .proximite-accueil.wp-block-group:before{
    top: -7vw;
    background: url(../img/comparer-lines-split.svg) no-repeat scroll center center / 100% auto transparent;
    left: -10vw;
    opacity: 0.15;
    height: 7vw!important;
}
.avantages-accueil.wp-block-group:before, .proximite.wp-block-group:before, .proximite-accueil.wp-block-group:before{
    z-index:-1!important;
}
.avis-accueil.wp-block-group:after, .call-to-action-footer-groupe.wp-block-group:after, .site-header:before{
    background: url(../img/lines-split.svg) no-repeat scroll center center / 100% auto transparent;
}
.avis-accueil.wp-block-group:after, .call-to-action-footer-groupe.wp-block-group:after, .site-header:before, .avantages-accueil.wp-block-group:before, .vanlife-accueil.wp-block-group:before, .proximite.wp-block-group:before, .proximite-accueil.wp-block-group:before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 15vh;
    z-index:1;
}
.avis-accueil.wp-block-group:before {
    content: '';
    position: absolute;
    top: -2px;
    background: url(../img/content-wave-split.svg) no-repeat scroll top center / 100% auto transparent;
    z-index: 0;
    width: 100vw;
    height: 15vh;
}
.call-to-action-footer-groupe.wp-block-group:before, .comparer-accueil.full-width-content.wp-block-group:before {
    content: '';
    position: absolute;
    top: -3px;
    background: url(../img/footer-wave-split.svg) no-repeat scroll top center / 100% auto transparent;
    z-index: 0;
    width: 100vw;
    height: 15vh;
    z-index: 1;
}
/**/
/* page */
.trio-avantages.wp-block-group{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
/* hébergements */
    /* tableau */
    .tableau-comparatif-wrapper {
        overflow-x: auto;
    }
    .tableau-comparatif, .tableau-comparatif-wrapper{
        width: calc(100% + 10vw);
    }
    .tableau-comparatif {
        min-width: 900px;
        border-collapse: collapse;
        background-color: #fff;
        border: 2px solid #465e69;
    }
    .tableau-comparatif tbody{font-size:0.8em;}
    .tableau-comparatif th,
    .tableau-comparatif td {
        padding: 16px;
        border: 1px solid #ddd;
        text-align: left;
        vertical-align: middle;
        border-left: 2px solid #465e69;
    }
    .tableau-comparatif thead th {
        font-weight: 700;
        line-height: 1.1;
    }
    .tableau-comparatif thead th:first-child,
    .tableau-comparatif tbody th {
        position: sticky;
        left: 0;
        z-index: 4;
        color: #fff;
        width: 220px;
    }
    .tableau-comparatif tbody tr:last-child td{
        text-align: center;
    }
    .tableau-comparatif thead th:first-child{background: #26424f;}
    .tableau-comparatif tbody th {background: #465e69;}
    .tableau-comparatif thead th:first-child::after,
    .tableau-comparatif tbody th::after {
        content: "";
        position: absolute;
        top: 0;
        right: -16px;
        width: 16px;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .unite-le-mini-chalet-riverstone {
        /*background-color: rgba(38, 66, 79, 0.03);*/
        /*background-color: rgba(247, 240, 230, 0.4);*/
    }
    .tableau-comparatif tbody tr:not(:last-child):hover > th {background-color: rgba(38, 66, 79, 1);transition: background-color 0.3s ease;}
    .tableau-comparatif tbody tr:not(:last-child):hover > td {background-color: rgba(38, 66, 79, 0.07);transition: background-color 0.3s ease;}
    @media (max-width: 1199px){
        .entry-content {
            padding: 0 0 60px;
        }
        .avis-accueil.wp-block-group {
            padding: 80px 0 60px;
        }
        .avis-accueil.wp-block-group .wp-block-column{flex-basis: 100%!important;}
        .avis-accueil.wp-block-group:after{
            top: 0;
        }
        .wp-block-paragraph{
            font-size:1em!important;
        }
        .tableau-comparatif tbody tr:not(:last-child){
            cursor: grab;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
    }
    @media (max-width: 767px){
        .tableau-group{
            margin-left:-10vw;
        }
        .tableau-comparatif thead th:first-child,
        .tableau-comparatif tbody th {
            width:150px;
        }
    }
    @media (min-width: 1200px){
        .tableau-comparatif-wrapper, .tableau-comparatif {
            width: 100%;
        }
    }
    /**/

.full-width-content.mini-chalet.wp-block-group, {
    background-color: #eff3e7 /*#f7f0e6*/;
}
/**/

@media (min-width: 782px) {
    .comparer-accueil.full-width-content.wp-block-group  {
        margin-top: -12vh;
    }
    .galerie-hauteur-egale {
        align-items: stretch !important;
        margin:0;
    }

    .galerie-hauteur-egale > .wp-block-column {
        display: flex;
        flex-direction: column;
        align-self: stretch !important;
    }

    /* Colonne de gauche : grande image */
    .galerie-hauteur-egale > .wp-block-column:first-child > figure {
        flex: 1;
        height: 100%;
        /*margin: 0;*/
    }

    .galerie-hauteur-egale > .wp-block-column:first-child > figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Colonne de droite : les groupes d'images */
    .galerie-hauteur-egale > .wp-block-column:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .galerie-hauteur-egale > .wp-block-column:nth-child(2) > .wp-block-columns {
        flex: 1;
        margin: 0;
        align-items: stretch !important;
    }

    .galerie-hauteur-egale > .wp-block-column:nth-child(2) > .wp-block-columns > .wp-block-column {
        display: flex;
    }

    .galerie-hauteur-egale > .wp-block-column:nth-child(2) figure {
        flex: 1;
        width: 100%;
        /*margin: 0;*/
    }

    .galerie-hauteur-egale > .wp-block-column:nth-child(2) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

h2:has(+ div.wp-block-columns), h2:has(+ div.wp-block-group) {
    margin-bottom: 3vw;
}
.section.quoi-accueil.wp-block-group h3 {
    position: absolute;
    left: 0;
    bottom: 1.5vw;
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 3vw;
    line-height: 1;
}
.section.quoi-accueil.wp-block-group h3:after {
    content: "+";
    font-size: 1.8em;
    font-weight: 400;
}
.section.quoi-accueil.wp-block-group h3 a, .section.quoi-accueil.wp-block-group h3 a:hover, .section.quoi-accueil.wp-block-group h3 a:visited{
    color:#fff!important;
}
.section.quoi-accueil.wp-block-group .wp-block-column, .section.quoi-accueil.wp-block-group figure{position:relative;}
.section.quoi-accueil.wp-block-group .wp-block-column{z-index:0;}
.section.quoi-accueil.wp-block-group figure:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(38, 66, 79, 0) 0%, rgba(38, 66, 79, 1) 100%);
    z-index:1;
    border-radius: 10px;
}

.section.quoi-accueil.wp-block-group .wp-block-columns.quoi-faire, .section.quoi-accueil.wp-block-group .wp-block-columns.quoi-manger{position:relative;}
.section.quoi-accueil.wp-block-group .wp-block-columns.quoi-faire{z-index:2;}
.section.quoi-accueil.wp-block-group .wp-block-columns.quoi-manger{z-index:1;}
.section.quoi-accueil.wp-block-group .wp-block-columns.quoi-manger .wp-block-buttons{
    margin-bottom: 10vh;
}
.section.wp-block-group {
    margin-top: 5vw;
    margin-bottom: 5vw;
}

#header-logo {
    display: flex;
    align-self: center;
}
body.home #header-container .entry-description h1{
    margin:0;
    position:relative;
}
.hebergements-accueil.wp-block-group:before {
    top: -28vh;
    bottom: auto;
    filter: invert(1);
    opacity: 0.03;
    z-index: -1;
}
body.home #header-container .entry-description h1:before{
    top:0;
    bottom:0;
    opacity: 0.2;
}
.quoi-accueil.wp-block-group:after{
    bottom: -12vh;
    top: auto;
    filter: invert(1);
    opacity: 0.03;
}
.vanlife-accueil.wp-block-group:after{
    top: -15vw;
    bottom: auto;
    filter: invert(1);
    opacity: 0.03;
    z-index:0!important;
}
.vanlife-accueil.wp-block-group .wp-block-group__inner-container, .section-sejour-accueil.wp-block-columns{position:relative;z-index:2;}
.quoi-accueil.wp-block-group{position:relative;}
body.home #header-container .entry-description h1:before, .hebergements-accueil.wp-block-group:before, .quoi-accueil.wp-block-group:after, .vanlife-accueil.wp-block-group:after {
    content:'';
    background: url(../img/fond-lettre-nature.svg) no-repeat scroll center center / 100% auto transparent;
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    z-index:-1;
    width: 100vw;
    height:50vh;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
body .listing-hebergements-accueil{
    background-color:#26424f;
    color:#fff;
    margin-bottom:1em;
    padding: 0 2em 0 0;
    align-items: center!important;
}
.listing-hebergements-accueil h2, .listing-hebergements-accueil h3{
    color:#34a8c2;
    margin-bottom: 0.5em;
    margin-top:0;
}
/* content */
ul.check{
    margin: 1.5em 0;
}
ul.check.has-small-font-size{
    padding-left: 30px;
}
ul.light.check.has-small-font-size li{
    list-style-image: url(../img/icon-check-light-small.svg);
}
ul.check li {
    list-style-image: url(../img/icon-check.svg);
    margin-bottom: 0.8em;
    padding-left: 5px;
}
ul.light.check li {
    list-style-image: url(../img/icon-check-light.svg);
}
/* search form */
#searchform input[type="text"] {
    margin-right: 20px;
    width: 500px;
    max-width: 100%;
    font-size: 1em;
}
#searchsubmit{
    margin-bottom:0;
}
/* form */
.grecaptcha-badge{
    display:none!important;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name="moment"]{
    font-size: 0.8em;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name="moment"] .wpcf7-list-item{
    display: inline-flex;
    margin-right:15px;
    flex-wrap: wrap;
    align-content: center;
}
.wpcf7-form .wpcf7-form-control-wrap[data-name="moment"] .wpcf7-list-item input[type="checkbox"]{
    width: auto;
    margin-right: 5px;
    margin-top: 0px;
}
.wpcf7-form {
    width: 800px;
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
    border: 1px solid #f5f5f5;
    padding: 30px;
    margin: 50px auto;
    background-color: #fff;
    position: relative;
}
.wpcf7-form input:not([type="checkbox"]), .wpcf7-form select, .wpcf7-form textarea{
    padding: 15px;
    font-family:inherit;
    border-radius:4px;a, a:visited
}
.wpcf7-form input:not([type="checkbox"]), .wpcf7-form select, .wpcf7-form textarea{
    border: 1px solid #A1C3B8;
    width: 100%;
    font-size: 1em;
}
#searchsubmit{
    width:unset!important;
}
.wpcf7-form input[type="submit"], input[type="submit"] {
    border-color: #C66827;
}
.wpcf7-form .mc4wp-checkbox input{
    width:auto;
    margin-right:8px;
}
.wpcf7-form input[type="checkbox"], input[type="checkbox"]{
    border-radius:0;
    font-size:1em;
}

.wpcf7-form .mc4wp-checkbox label {
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1.2;
    color:#A1C3B8;
}
.wpcf7-form input::placeholder, .wpcf7-form select, .wpcf7-form textarea::placeholder, input::placeholder, select, textarea::placeholder {
    color:#A1C3B8;
}
.wpcf7-form .duo-input, .duo-input{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.wpcf7-form .duo-input p, .duo-input p{
    margin:10px;
}
.wpcf7-form .single-input, .single-input {
    margin:10px;
}
.wpcf7-form .single-input p, .single-input p{
    margin:0;
}
.wpcf7-form input[type=submit]{
    margin:20px 0 0;
}
.wpcf7-form textarea, textarea {
    resize: vertical;
}
.wpcf7 .screen-reader-response{
    display:none;
}
.wpcf7-form-control-wrap {
    font-size: 0.8em;
}
input:not([type=submit]), textarea, select{
    font-size: 0.8em;
}
/* top-header */
#top-header{
    padding: 8px 0;
    background-color: #34a8c2;
}
#top-header, .site-info{
    font-size: 0.8em;
    line-height:1.1;
}
#top-header, #top-header a{
    color: #fff;
    font-weight:bold;
    letter-spacing:0.03em;
}
#top-header a, #top-header a:hover, #top-header a:focus, #top-header a:visited, #colophon a:not(.wp-block-button__link) {
    text-decoration:underline;
}
#top-header a:hover, #top-header a:focus, #top-header a:visited{
    color: inherit;
}
#top-header p{
    margin:0;
}
/* menu */
#site-navigation ul, #site-navigation ul li, .widget_nav_menu ul, .widget_nav_menu ul li{
    list-style: none;
}
.widget_nav_menu ul, .widget_nav_menu ul li{
    padding: unset;
    margin: 0;
}
.widget_nav_menu ul li{
    margin-bottom: 10px;

}
#site-navigation ul, #site-navigation ul li{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
#site-navigation ul{
    font-size:0.9em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
}
#site-navigation ul li{
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    position:relative;
}
#site-navigation ul li:not(.bouton-call-to-action):not(.btn) a{
    padding: 17px 25px 15px 25px;
}
#site-navigation{
    position:absolute;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
    width:100%;
}
#site-navigation:after, #site-navigation:before{
    content:"";
    background-color:inherit;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
}
#site-navigation:after{
    right:-100%;
}
#site-navigation:before{
    left:-100%;
}
#site-navigation, #menu-droit {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.bouton-call-to-action {
    background-color: #34a8c2;
    border-radius: 25px;
    height: 50px;
    margin-left:1.5em;
    position:relative;
    display: inline-flex;
    text-transform:uppercase;
    font-weight: 600;
    line-height: 1;
    width: fit-content;
}
#site-navigation ul li.bouton-call-to-action a, .bouton-call-to-action a{
    color:#fff; 
}
.bouton-call-to-action:before, .bouton-call-to-action:after{
    height: 50px;
    width: 50px;
    position:absolute;
    left:0;
    top:0;
}
#site-navigation ul .bouton-call-to-action:before, #site-navigation ul .bouton-call-to-action:after{
    height: 40px;
    width: 40px;
}
#site-navigation ul .bouton-call-to-action:before, #site-navigation ul .bouton-call-to-action{
    border-radius: 20px;
}
#site-navigation ul .bouton-call-to-action {
    height: 40px;
    margin-top: 0.3em;
    order: 100;
}
#site-navigation ul li.wpml-ls-item{
    order: 90;
}
#site-navigation ul li {
    order: 10;
}
.bouton-call-to-action:after{
    content:"";
    background: url(../img/logo-riverstone-optimized-icon.png) no-repeat scroll center center / auto 55% #277d90;
    border-radius: 50%;
}
.bouton-call-to-action:before{
    content: "";
    position: absolute;
    background-color: #277d90;
    border-radius: 25px;
    z-index: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.bouton-call-to-action a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 13px 25px 12px 55px;
    z-index: 2;
    color:#26424f;
    font-size: 0.8em;
    letter-spacing: 0.03em;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.bouton-call-to-action:hover{
    background-color: #277d90;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.bouton-call-to-action:hover a, body .bouton-call-to-action a:hover{
    color:#fff;
}
.bouton-call-to-action:hover::before, #site-navigation ul .bouton-call-to-action:hover::before{
    width:100%;
}

/* footer */
.call-to-action-footer-image.wp-block-image{margin:0;}
.call-to-action-footer-texte.wp-block-group .wp-block-group__inner-container {
    margin-top: -5vh;
}
#footer-widgets .wrapper > :nth-child(n+3) {
    margin-bottom: 40px;
}
.footer-widget ul.menu li a{
    font-weight: 700;
    font-size:1.2em;
    text-transform:uppercase;
}
.call-to-action-footer-groupe.wp-block-group{
    position:relative;
}
.call-to-action-footer-texte.wp-block-group{
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    align-content: center;
    z-index:2;
}
#colophon .wp-block-buttons{
    margin-top: 40px;
}
#colophon:before{
    content: '';
    position: absolute;
    right: 0;
    top: 60vh;
    background: linear-gradient(-90deg, rgba(38,66,79,0) 0%, rgba(38,66,79,1) 100%);
    width: 50%;
    height: calc(100% - 60vh);
    opacity: 1;
    z-index: 1;
}
#colophon:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    /*background: url(../img/fond-footer.png) no-repeat scroll right bottom / 80% auto transparent;*/
    background: url(/wp-content/uploads/2026/06/Boise.jpeg) no-repeat scroll right bottom / 100% auto transparent;
    width: 50%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}
#footer-widgets, .site-info{
    position:relative;
    z-index:4;
}
#colophon #widget-2 {
    font-size: 0.85em;
    width: 280px;
}
#colophon h2, #colophon h3{
    color:#fff;
}
.logo-footer{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.5;
}
#footer-widgets{
    margin-bottom: 30px;
}
#footer-widgets .wrapper{
    display:flex;
    flex-wrap: wrap;
}
#footer-widgets .wrapper .footer-widget{
    max-width:25%;
    min-width:280px;
}
#footer-widgets .wrapper {
    display: flex;
    flex-wrap: wrap;
}
#footer-widgets .wrapper > .footer-widget:first-child {
    flex: 0 0 100vw;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}
.call-to-action-footer-image:after, #colophon #widget-1:before{
    content: "";
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}
.call-to-action-footer-image:after{
    background: linear-gradient(180deg, rgba(38, 66, 79, 0) 0%, rgba(38, 66, 79, 1) 100%);
}
#colophon #widget-1{position:relative;}
#colophon #widget-1:before{
    background: linear-gradient(180deg, rgba(38, 66, 79, 0) 0%, rgba(38, 66, 79, 1) 100%);
    rotate: 180deg;
    top: 100%;
    height: 50%;
    bottom: auto;
    z-index: -1;
}
.call-to-action-footer-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #311209;
    opacity: .4;
    z-index: 0;
}
#footer-widgets .wrapper > :first-child img {
    width: 100%;
    object-fit: cover;
    height: 60vh;
    max-height: 60vh;
}
#footer-widgets .wrapper > :nth-child(2) {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.media-sociaux-groupe{color:#fff;}
.is-layout-flex.media-sociaux-groupe.wp-block-columns {
    gap: 0;
    flex-wrap: wrap!important;
    display: flex;
    align-content: center;
    justify-content: unset;
    margin-bottom: 80px;
}
.media-sociaux-groupe.wp-block-columns .wp-block-column {
    display: inline-flex;
    width: auto;
    flex-basis: unset!important;
    flex-grow: unset!important;
    align-content: center;
    flex-wrap: wrap!important;
}
.media-sociaux-groupe.wp-block-columns .wp-block-column .wp-block-image, .media-sociaux-groupe.wp-block-columns .wp-block-column p{
    margin: 0 1em 0 0;
}
.media-sociaux-groupe.wp-block-columns .wp-block-column:last-child .wp-block-image, #colophon .footer-widget .media-sociaux-groupe.wp-block-columns .wp-block-image a, .media-sociaux-groupe.wp-block-columns .wp-block-column:last-child p{
    margin: 0;
}
.media-sociaux-groupe.wp-block-columns .wp-block-column .wp-block-image{
    line-height:1;
}
#colophon .bouton-call-to-action{
    margin-left:0;
    margin-top: 40px;
}
#colophon .footer-widget .bouton-call-to-action a {
    padding: 18px 25px 13px 65px;
    margin-bottom: 0;
    text-decoration: none;
}
#colophon .footer-widget a, #colophon .footer-widget a:hover, #colophon .footer-widget a:visited{
    color:#fff;
    text-decoration:none;
}
#colophon .footer-widget a:not(.wp-block-button__link):hover{
    opacity:0.7;
}

#colophon{
    position:relative;
    color:#fff;
    font-weight:300;
    background-color:#26424f;
}
.wp-block-image.logo-footer {
    margin-bottom: 60px;
}
.site-info{
    padding: 15px 0;
    font-weight: 500;
}
.site-info, .site-info a, .site-info a:hover, .site-info a:focus, .site-info a:visited{
    color:#888;
    font-weight:inherit;
}
/* header */
#header-logo img{
  opacity: 0;
  animation: logoFadeIn 0.8s ease-in-out forwards;
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header-logo img:hover{
  opacity: 0.8!important;
}
nav#site-navigation {
    background-color:transparent;
}
nav#site-navigation.mobile {
    position: absolute!important;
    background-color: #fff;
    transition: background-color 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#overlay-degade-right{
    background: linear-gradient(-90deg, rgba(38,66,79,0) 0%, rgba(38,66,79,1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: -1; 
}
body:not(.home) #header-container .wp-post-image {
    width: 60%;
    height: 100%;
    object-fit: cover;
}
#header-text{
    width: 1080px;
    margin: 8vh auto 0;
    max-width: 100%; 
}
#overlay-dark{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #311209;
    opacity: .5;
    z-index: -1;
}
body:not(.home) #overlay-dark{
    width: 60%;
}
#header-text, #header-text h1, #header-text h2, #header-text h3{color:#fff;}
#header-text-container{z-index:1;}
#overlay-degrade-blanc{
background: rgb(255,255,255);
/*background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0.5) 85%, rgba(255,255,255,0.9) 100%);*/
background:linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.04) 55%, rgba(255,255,255,0.08) 60%, rgba(255,255,255,0.15) 65%, rgba(255,255,255,0.23) 70%, rgba(255,255,255,0.32) 75%, rgba(255,255,255,0.4) 80%, rgba(255,255,255,0.5) 85%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,0.7) 95%, rgba(255,255,255,0.9) 100%);
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
}
#fleche-go-to-next-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1;
    font-weight: 600;
    color:#34a8c2;
    cursor:pointer;
    width:100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#fleche-go-to-next-container:hover{
    color:#277d90;
}
#fleche-go-to-next-container:hover #fleche-go-to-next{
    fill:#277d90;
}
#fleche-go-to-next-container svg{
    margin-right: 15px;
}
#site-navigation ul li:not(.bouton-call-to-action):not(.btn) a:hover, #site-navigation ul.nav-menu li.current-menu-item:not(.bouton-call-to-action):not(.btn) a:hover{color:#277d90;}
#site-navigation ul li a, #site-navigation a:visited{color:#26424f;}
.bouton-call-to-action a, #site-navigation ul li a{font-weight:700;}
.entry-description{
    display: block;
    margin-bottom: 1.1em;
    line-height:1.2;
}
/* header full height*/
#header-container{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position:relative;
    border-bottom: 1px solid rgba(0,51,54,0.15);
    height:100%;
}
body.home #header-container{
    border-bottom: none;
}
.entry-title{
    font-size: 3vw;
    line-height: 1.1;
    color:#258E97;
}
body.home .entry-title{
    word-spacing: 100vw;
}
body.error404 .entry-title{
    margin-bottom: 0;
}
body.error404 article {
    padding: 60px 0;
}
.site-header {
    background-color: #26424f;
    width: 100%;
    z-index: 5;
    margin:auto;
    z-index: 1;
    position: relative;
}
.site-header:after {
    content: '';
    position: absolute;
    bottom: -3px;
    background: url(../img/header-wave-split.svg) no-repeat scroll center center / cover transparent;
    z-index: 0;
    width: 100vw;
    height: 15vh;
}
.comparer-accueil.full-width-content.wp-block-group:after {
    content: '';
    position: absolute;
    bottom: -83px;
    background: url(../img/header-wave-split.svg) no-repeat scroll center center / cover transparent;
    z-index: 0;
    width: 150vw;
    height: 20vh;
    left: -16vw;
}
.site-header, #header-container{
    min-height:60vh;
}
body.home .site-header {
    z-index: 0;
    height:100vh;
}
#header-container .wp-post-image {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: -2;
}
body.home #header-container .wp-post-image{
    width: 100%;
    object-fit: cover;
}
.entry-header img{display:none;}

.fade-in{
    opacity:1;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}
body .flexslider{
    background: none;
    border: 0;
}



/* Media Queries*/
@media (min-width: 768px){
    .faq-accueil.section.wp-block-group{
        margin-top: 15vh;
    }
    .entry-content > .section.wp-block-group:last-child{
        margin-bottom:1vw;
    }
    .page-hebergement-unites .wp-block-column{
        min-width:300px;
        max-width:47%;
    }
    .hebergements-accueil.wp-block-group .groupe-texte{
        margin-top:5vh;
    }
    /* slider*/
    .section.avantages-accueil.wp-block-group .flexslider .flex-control-nav{
        width: calc(50% - 2vw);
    }
    body .flex-control-paging li a {
        width: 15px;
        height: 15px;
        background: #277d90;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border-radius: 50%;
        opacity:0.3;
    }
    body .flex-control-paging li a:hover, body .flex-control-paging li a.flex-active {
        opacity:1;
        background: #277d90;
    }
    /**/
    .wpcf7-form p#SelectMoment, .duo-input.multiple{
        position:relative;
    }
    .wpcf7-form .single-input.your-message, .single-input.your-message{
        z-index: 0;
        position: relative;
    }
    .wpcf7-form .duo-input p, .duo-input p{
        width: calc(50% - 20px);
    }
    #header-logo img{
        position:relative;
        max-width: 250px;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 911px){
    .GroupeSlider .slide-content p {
        font-size: 1em!important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #colophon #widget-2 {
        max-width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    h2 {
        font-size: 3.5vw;
    }
    h3 {
        font-size: 2.8vw;
    }
}
@media (min-width: 992px) and (max-width: 1400px){
    h2 {
        font-size: 3vw;
    }
    h3 {
        font-size: 2.3vw;
    }
}

@media (min-width: 782px) and (max-width: 911px){
    .GroupeSlider .swiper-slide.wp-block-eedee-block-gutenslide.is-position-center-center.ed-bg-none.swiper-slide-visible.swiper-slide-active {
        max-width: 50%;
    }
    .GroupeSlider .eedee-gutenslider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        margin-bottom: -30px;
        margin-left: -30%;
    }
}
@media (min-width: 782px) and (max-width: 991px){
    .GroupeSlider .swiper-slide.wp-block-eedee-block-gutenslide.is-position-center-center.ed-bg-none.swiper-slide-visible.swiper-slide-active {
        max-width: 70%;
    }
}

@media (min-width: 992px){
    #colophon{
        margin-top: 40px;
    }
    #footer-widgets .wrapper > :nth-child(4) {
        margin: 0 5vw;
    }
    .nav-menu > li:not(.bouton-call-to-action):not(.btn)>a:after {
        bottom: 5px;
        height: 2px;
        margin: 0 auto;
        width: 50%;
    }
   .nav-menu > li:not(.bouton-call-to-action):not(.btn)>a:after {
        content: "";
        background-color: #277d90;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: opacity .3s ease 0s,transform .3s ease 0s;
        -moz-transition: opacity .3s ease 0s,transform .3s ease 0s;
        -ms-transition: opacity .3s ease 0s,transform .3s ease 0s;
        -o-transition: opacity .3s ease 0s,transform .3s ease 0s;
        transition: opacity .3s ease 0s,transform .3s ease 0s;
        opacity: 0;
    }
    .nav-menu > li:not(.bouton-call-to-action):not(.btn):hover>a:after, .nav-menu .current-menu-item:not(.bouton-call-to-action):not(.btn) a:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
    .menu-toggle{
        display:none;
    }
    .wpcf7-form .duo-input p, .duo-input p {
        flex: 1;
    }
    body.home #header-container .entry-description{
        font-size: 1.2vw;
    }
    body.home #header-container .entry-description h1{
        font-size: 2.8em;
    }
    body.home #header-container .entry-description h2{
        font-size: 1.8em;
    }

}
@media (min-width: 960px){
    body.page-template-landing-page .call-to-action {
        margin-left: auto;
        margin-right: auto;
    }
    .call-to-action {
        margin-left: -10%;
        margin-right: -10%;
    }
}
@media (min-width: 1480px){
    .section-sejour-accueil.wp-block-columns{
        margin-top:7vh;
    }
}
@media (min-width: 992px) and (max-width: 1480px){
    #logoShow img{
        width:400px;
    }
}

@media (min-width: 992px) and (max-width: 1680px){
    body.home #header-logo img, #header-logo img {
        width: 150px;
    }
    #site-navigation ul {
        font-size: 0.8em;
    }
    #site-navigation ul li:not(.bouton-call-to-action):not(.btn) a {
        padding-left:10px;
        padding-right:10px;
    }
    /*
    #site-navigation {
        justify-content: flex-start;
    }
    #menu-droit {
        width: 100%;
    }
    header button, header input[type=submit], header .btn, header .button, header body .wp-block-button .wp-block-button__link, header .wp-block-search__inside-wrapper .wp-block-search__button {
        font-size: 1.3vw;
    }
    */
}
@media (min-width: 992px) and (max-width: 1199px){
    #site-navigation ul {
        font-size: 0.7em;
    }
}
@media (max-width: 1199px){
    body .listing-hebergements-accueil .wp-block-column:nth-child(2){
        padding: 0 0 2em;
    }
    body .listing-hebergements-accueil .wp-block-column{
        flex-basis: 100%!important;
    }
    body .listing-hebergements-accueil .wp-block-column img{
        aspect-ratio:16/9!important;
        width:100%;
    }
    body .listing-hebergements-accueil{
        padding:0;
    }
    body .listing-hebergements-accueil .wp-block-column .wp-block-heading{
        margin-top:0;
    }
    body .listing-hebergements-accueil .wp-block-column .wp-block-heading, body .listing-hebergements-accueil .wp-block-column .wp-block-paragraph, body .listing-hebergements-accueil .wp-block-column .wp-block-buttons{
        padding:0 30px;
    }
}
@media (max-width: 991px){
    
    body {
        font-size: 16px;
    }
    .avis-accueil.wp-block-group:after, .call-to-action-footer-groupe.wp-block-group:after, .site-header:before, .avantages-accueil.wp-block-group:before{
        height: 10vh;
    }
    #colophon:before {
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #colophon:after {
        width: 100%;
        height: 100%;
    }
    #colophon #widget-1:before {
        bottom: -220%;
        height: 100%;
        top: auto;
        z-index: -1;
    }
    #footer-widgets .wrapper .footer-widget {
        min-width: 100%;
        max-width: 100%;
    }
    body:not(.home) .site-header{
        height:50vh;
    }
    button, input[type=submit], .btn, .button, body .wp-block-button .wp-block-button__link, .wp-block-search__inside-wrapper .wp-block-search__button{
        padding: 0.8em 1.5em;
    }
    .icon-arrow-right:not(.wp-block-button):after, .wp-block-button.icon-arrow-right .wp-block-button__link:after{
        width:25px;
    }
    #logoShow {
        align-content: end;
    }
    #logoShow img {
        width: 300px;
        height:200px;
    }
    #site-navigation ul .bouton-call-to-action, #site-navigation ul .btn {
        margin-top: 17px;
    }
    #header-logo img, body.home #header-logo img{
        height:auto;
        width: 200px;
    }
    #site-navigation ul.nav-menu, #site-navigation div.nav-menu > ul {
        display: none;
    }
    #site-navigation ul.nav-menu.toggled-on, .menu-toggle {
        display: grid;
        margin-left: -25px;
    }
    #header-logo{width:80%;}
    .menu-toggle {
        padding: 1em;
        border: 0;
        background-color: transparent;
        background: url(../img/icon-menu-toggle.svg) no-repeat scroll center center / 30% auto transparent;
        position: absolute;
        top: 24%;
        right: 0;
        color: transparent;
        user-select: none;
    }
    .menu-toggle.toggled-on {
        background: url(../img/icon-menu-toggle-on.svg) no-repeat scroll center center / 30% auto transparent;
        top: 6.5%;
    }
    .entry-title {
        font-size: 5vw;
    }
    #colophon .bouton-call-to-action, #colophon .btn {
        margin-bottom: 40px;
    }
    .footer-widget:last-child ul, .footer-widget:last-child div{
        margin-bottom:0;
    }
    #menu-menu-pied-de-page{
        padding-left:0;
    }
}
@media (min-width: 782px) and (max-width: 1199px){
    .groupe-photos-planif.wp-block-columns .wp-block-column:nth-child(1){flex-basis: 100%!important;}
    .groupe-photos-planif.wp-block-columns .wp-block-column:nth-child(1) .wp-block-image{width: 50%;}
    .groupe-photos-planif.wp-block-columns .wp-block-column:nth-child(2){flex-basis: 80%!important;}
    .groupe-photos-planif.wp-block-columns .wp-block-group{flex-direction: row;}
}

@media (max-width: 781px){
    .galerie-hauteur-egale .wp-block-columns, .galerie-hauteur-egale .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image{margin-bottom:0;}
    .comparer-accueil.full-width-content.wp-block-group .wp-block-columns{gap:0;}
    .compare.wp-block-buttons {
        padding: 8vh 0 8vh;
    }
    .groupe-photos-planif.wp-block-columns .wp-block-column:not(.video):not(.last){display:none;}
    .media-sociaux-groupe.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: unset!important;
    }
    .entry-title {
        font-size: 8vw;
    }
}
@media (max-width: 767px){
    body .flexslider .slides{position:relative;overflow:hidden;}
    body .flexslider .slides img {
        display: block;
        width: 100%;
        max-width: 100%;
        max-height:30vh;
        height:30vh;
        object-fit:cover;
    }
    @media (hover: none), (pointer: coarse) {
        .vanlife-accueil.section .flexslider figure img,
        .vanlife-accueil.section .flexslider figure:hover img,
        .vanlife-accueil.section .flexslider figure:active img,
        .vanlife-accueil.section .flexslider figure:focus img {
            transform: none !important;
        }
    }
    .vanlife-accueil.section .flexslider figure {
        overflow: hidden;
    }
    .avantages-accueil.wp-block-group:before, .proximite.wp-block-group:before, .proximite-accueil.wp-block-group:before {
        top: -12vw;
    }
    .activites.wp-block-group .wp-block-columns:nth-child(even){
        flex-direction: column-reverse;
    }
    .activites.wp-block-group .wp-block-columns h2{
        margin-top:0;
    }
    .faq-accueil.section.wp-block-group h2{
        margin-bottom:2em;
    }
    body.home #header-container .entry-description h1:before, .hebergements-accueil.wp-block-group:before, .quoi-accueil.wp-block-group:after, .vanlife-accueil.wp-block-group:after {
        height:25vh!important;
    }
    .entry-content{margin-top:-1em;}
    .entry-content .wp-block-heading:first-of-type {
        margin-top: 1em;
    }
    .call-to-action-footer-groupe.wp-block-group:before, .comparer-accueil.full-width-content.wp-block-group:before {
        top: -1px;
        background: url(../img/footer-wave-split.svg) no-repeat scroll top center / 102% auto transparent;
        height: 8vh;
    }
    .avantages-accueil.wp-block-group:before{
        background: url(../img/comparer-lines-split.svg) no-repeat scroll left center / 150% auto transparent;
        opacity: 0.3;
    }
    .avis-accueil.wp-block-group:after, .call-to-action-footer-groupe.wp-block-group:after, .site-header:before{
        background: url(../img/lines-split.svg) no-repeat scroll left center / 150% auto transparent;
    }
    .avantages-accueil.wp-block-group:before, .proximite.wp-block-group:before, .proximite-accueil.wp-block-group:before, .call-to-action-footer-groupe.wp-block-group:after, .site-header:before{
        opacity: 0.3;
    }
    body .listing-hebergements-accueil{
        margin-bottom:0;
    }
    .section.wp-block-group {
        margin-top: 10vw;
        margin-bottom: 10vw;
    }
    body.home .wrapper.wp-block-column{
        margin: 0 auto;
    }
    body.home .section h2.has-text-align-center:first-child, body.home p.wp-block-paragraph{
        text-align:left;
    }
    body.home .call-to-action-footer-groupe p.wp-block-paragraph{
        text-align:center;
    }
    h2{font-size:2em;}
    .listing-hebergements-accueil h3, .page-hebergement-unites.wp-block-group h3{
        font-size: 2em;
    }
    h3{font-size:1.5em;}
    .quoi-accueil.wp-block-group .wp-block-columns{
        flex-direction: column-reverse;
    }
    body .wp-block-buttons.is-content-justification-right {
        justify-content: center;
    }
    .avis-accueil.wp-block-group .wp-block-image{
        margin-left: -10vw;
        width: 100%;
    }
    body.home #header-text-container {
        margin-top: -10vh;
    }
    .desktop{display:none;}
    body.home #header-text h1 {
        font-size:1.8em;
        font-weight: 500;
    }
    body.home #header-text h2 {
        font-size:1.3em;
    }
    .callToActionContainerPage {
        padding: 3% 10% 10%;
        margin-bottom: 0;
    }
    body .is-layout-flex .GroupeTemoignagesTexte{
        margin-right: -25%;
    }
    body .wp-block-separator {
        width:25vw!important;
    }
    #logoShow {
        display:none;
    }
    .media-sociaux-groupe.wp-block-columns .wp-block-column .wp-block-image, .media-sociaux-groupe.wp-block-columns .wp-block-column p{
        margin: 0 0.5em 0 0;
    }
    .wpcf7-form {
        padding: 15px;
    }
    .wpcf7-form .duo-input p, .duo-input p {
        width: 100%;
    }
    .wp-block-image.logo-footer img {
        width:200px;
    }
    #header-logo img, body.home #header-logo img {
        height:auto;
        width: 170px;
    }
}
/**/