/* ---------------------------------------------------------------------------------------
                                    NORMALIZE
--------------------------------------------------------------------------------------- */

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}


html {
    scroll-behavior: smooth;
    line-height: 1.75;
    width: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    overflow-y: initial;
    background: #F5F1E8;
    font-family:"Lato";
    line-height: 1.4;
    font-size:16px;
    color:#004B31;
    /* width: 100vw; */
    /* overflow-x: hidden; */
}

img, picture, video, canvas, svg {
    max-width: 100%;
}

:is(a, a:hover, button) {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom:20px;
}

main#primary {
    z-index: 1;
    position: relative;
}

h1 {
    font-size: calc(64 / 16 * 1rem);
    font-family: 'big-caslon-fb';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

h2 {
    font-family: "big-caslon-fb";
    font-size: calc(36 / 16 * 1rem);
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h3 {
    font-family: "big-caslon-fb";
    font-size: calc(36 / 16 * 1rem);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin {
    margin: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.no-padding-top {
    padding-top: 0px;
}

.no-padding {
    padding: 0px;
}

.limited-box.top-page-col-content {
    padding-top: 120px;
    padding-bottom: 90px;
}

.image-center {text-align: center;}

main#primary .page-container > .wp-block-uagb-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

main#primary .page-container .wp-block-uagb-container,
main#primary .page-container .uagb-container-inner-blocks-wrap {
    /* column-gap: 90px; */
}

main#primary .page-container > .wp-block-uagb-container.half-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

main#primary .page-container > .wp-block-uagb-container.medium-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}

main#primary .page-container > .wp-block-uagb-container.medium-padding-bottom {
    padding-bottom: 45px;
}

main#primary .page-container > .wp-block-uagb-container.medium-padding-top {
    padding-top: 45px;
}

main#primary .page-container > .wp-block-uagb-container.small-padding-top {
    padding-top: 15px;
}

main#primary .page-container > .wp-block-uagb-container.small-padding-bottom {
    padding-bottom: 15px;
}

main#primary .page-container > .wp-block-uagb-container.big-padding-top {
    padding-top: 120px;
}

main#primary .page-container > .wp-block-uagb-container.big-padding-bottom {
    padding-bottom: 120px;
}

main#primary .page-container > .wp-block-uagb-container.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

main#primary .page-container > .wp-block-uagb-container.no-padding-top {
    padding-top: 0px;
}

main#primary .page-container > .wp-block-uagb-container.no-padding-bottom {
    padding-bottom: 0px;
}

#primary .slider-anything-controls .prev, .slider-anything-controls .next {
    top: calc(50% - 16px);
}

main#primary .page-container >  .wp-block-uagb-container.services-icons-row {
    padding-top: 60px;
    padding-bottom: 60px;
}

p.vertical-list-spaced {
    line-height: 2;
}

.limited-box.half-container-left {
    max-width: calc(50vw - (50vw - (1640px / 2)) - 10px);
}

#primary .wp-block-uagb-container.container-half {
    max-width: calc(50vw - (50vw - (1640px / 2)) - 10px);
}

#primary .wp-block-uagb-container.container-half:is(:first-child) {
    margin-left: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);

}

#primary .wp-block-uagb-container.container-half:is(:last-child) {
    margin-right:calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
}


a.btn.btn-primary.btn-block {
    background: #C2B162;
    border-radius: 20px;
    padding: 14px 30px;
    text-align: center;
    color: #C2B162;
    width: fit-content;
}

a.btn.btn-primary.btn-block:hover {
    background:#C2B162;
}

a.btn.btn-block {
    display: block;
}

a.bonmont-button, button.bonmont-button {
    background: #C2B162;
    color: #FFFFFF;
    padding: 14px 30px;
    border-radius: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    width: fit-content;
}

a.bonmont-button:hover, button.bonmont-button:hover
{
    background: #004B31;
}

a.bonmont-button.green, button.bonmont-button.green {
    background: #004B31;
}

a.bonmont-button.green:hover, button.bonmont-button.green:hover {
    background: #012d1d;
}


/* ---------------------------------------------------------------------------------------
                                    LOADER
--------------------------------------------------------------------------------------- */

.global-loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    overflow:hidden;
    -webkit-transition: all 750ms 80ms ease-in-out;
    -moz-transition: all 750ms 80ms ease-in-out;
    -ms-transition: all 750ms 80ms ease-in-out;
    -o-transition: all 750ms 80ms ease-in-out;
    transition: all 750ms 80ms ease-in-out;
}

.loader-logo img {
    width: 108px;
}

.global-loader:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0b4043;
    z-index: 2;
    -webkit-transition: all 750ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -ms-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
    transition: all 750ms ease-in-out;
}

.global-loader:after {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #C2B162;
    z-index: 1;
    -webkit-transition: all 750ms 80ms ease-in-out;
    -moz-transition: all 750ms 80ms ease-in-out;
    -ms-transition: all 750ms 80ms ease-in-out;
    -o-transition: all 750ms 80ms ease-in-out;
    transition: all 750ms 80ms ease-in-out;
}

.global-loader .loader-container {
    height:100%;
    width: 100%;
    position: relative;
    overflow:hidden;
    -webkit-transition: all 750ms 80ms ease-in-out;
    -moz-transition: all 750ms 80ms ease-in-out;
    -ms-transition: all 750ms 80ms ease-in-out;
    -o-transition: all 750ms 80ms ease-in-out;
    transition: all 750ms 80ms ease-in-out;
}


.global-loader .loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:999;
    flex-direction: column;
}

.global-loader .loader svg {
    width: 120px;
}

.global-loader .loader svg path {
    fill:#C2B162;
}

body.page-loaded .loader-container {
    height:0;
}

body.page-loaded .global-loader:before {
    bottom:100%;
}

body.page-loaded .global-loader:after {
    bottom:100%;
}

body.page-loaded-end .global-loader {
    display:none;
}

/* ---------------------------------------------------------------------------------------
                                    CORE BLOCK STYLES
--------------------------------------------------------------------------------------- */



figure.wp-block-image.is-style-full-zone {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

figure.wp-block-image.is-style-full-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

figure.wp-block-image.is-style-full-width {
    margin: 0;
    width: 100%;
}

figure.wp-block-image.is-style-full-width > img {
    width:100%;
}

hr.wp-block-separator {
    border-top: none;
}

hr.wp-block-separator.is-style-fullwidth-marge-medium {
    margin: 30px 0;
    width: 100%;
}

hr.wp-block-separator.no-margin {
    margin:0;
}

ol {
    padding-left: 15px;
}

ol li {
    margin-bottom: 2px;
}

ol li::marker {
    font-weight: 600;
}

/* ---------------------------------------------------------------------------------------
                                    HEADER
--------------------------------------------------------------------------------------- */

div#masthead {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size:14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

div#masthead > div {
    border: 1px solid #9eb1ac;
    max-width: calc(1640px - 40px);
    padding: 20px 0px 20px 0px;
    height: 72px;
    margin: 0;
    align-items: start!important;
    width: 100%;
    margin-left: 40px;
    background: #F5F1E8;
}

ul#menu-main-menu {
    display: flex;
    list-style: none;
    font-size: 14px;
    padding: 0 15px;
    border-left: 1px solid #9eb1ac;
    height: 70px;
    align-items: center;
}

ul#menu-main-menu > li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

ul#menu-main-menu > li.menu-item.member-space-nav {
    padding: 0 30px;
    border-left: 1px solid #9eb1ac;
    border-right: 1px solid #9eb1ac;
}

ul#menu-main-menu > li.menu-item.order-page-nav {
    padding: 0 30px;
    border-right: 1px solid #9eb1ac;
    background: #EAE3D3;
}

ul#menu-main-menu > li.menu-langswitcher {
    padding-right: 5px;
    padding-left: 20px;
}


.site-logo img {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 2;
}


ul#menu-main-menu .caret {
    content:"";
    display:inline-block;
    height : 0;
    width : 0;
    margin-left: 7px;
    margin-top: 4px;
    border-top: 5px solid #0f5438;
    border-right : 4px solid transparent;
    border-left : 4px solid transparent;
    transform:rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

ul#menu-main-menu > li:hover > .caret {
    transform:rotate(180deg);
}

ul#menu-main-menu > li.menu-item:not(:hover) ul.sub-menu.initialized{
    opacity:0;
    max-height: 0px!important;
}

body.resizing ul#menu-main-menu > li.menu-item ul.sub-menu {
    opacity: 0;
}

ul.sub-menu {
    position: absolute;
    left: -1px;
    top: calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    width: auto;
    min-width: calc(100% + 2px);
    padding: 10px 25px 20px 25px;
    background: #f5f1e8;
    border: 1px solid #9eb1ac;
    border-top: 0;
    overflow: hidden;
    -webkit-transition: max-height 500ms ease, opacity 200ms ease;
    -moz-transition: max-height 500ms ease, opacity 200ms ease;
    -ms-transition:max-height 500ms ease, opacity 200ms ease;
    -o-transition: max-height 500ms ease, opacity 200ms ease;
    transition: max-height 500ms ease, opacity 200ms ease;
}

ul.sub-menu > li {
    padding:5px 0;
    width: 100%;
}

ul.sub-menu > li, ul.sub-menu > li > a {
    display: block;
    white-space: nowrap;
    display: inline-block;
}


div#page {
    /* padding-top: 180px; */
}

.wp-block-columns.header-main-columns {
    margin: 0;
    height: 100%;
    max-width: 1400px;
    margin: auto;
    column-gap: 40px;
    padding-bottom: 30px;
}

.wp-block-columns.header-main-columns > div.wp-block-column {
    display: flex;
    align-items: center;
    max-height: 120px;
    flex-basis: unset;
    flex-grow: unset;
}

.wp-block-columns.header-main-columns > div:nth-child(1),
.wp-block-columns.header-main-columns > div:nth-child(3){
    width: 140px;
    justify-content: center;
}

.wp-block-columns.header-main-columns > div:nth-child(2) {
    justify-content: right;
    position: relative;
    padding-top: 47px;
    align-items: baseline;
}

.site-logo {
    height: 71px;
    position: relative;
    margin-left: -35px;
}

.site-logo:after {
    /*content:"";*/
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 90px;
    background: #F5F1E8;
    left: -5px;
    bottom: -1px;
}

li.nav-sublink:before {
    content:"-";
    display:inline-block;
    margin-right: 10px;
}

.breadcrumb {
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 4px;
    flex-wrap: wrap;
    row-gap: 9px;
    margin-bottom: 60px;
}

.breadcrumb a {
    color:#92A8A2;
}

.breadcrumb a:last-of-type {
    color: #004B31;
}

span.breadcrumb-separator {
    width: 9px;
    margin: 0 1px 0 4px;
}

div#masthead  a:hover {
    text-decoration:underline;
}



/* ---------------------------------------------------------------------------------------
                                    MENU
--------------------------------------------------------------------------------------- */



/* ---------------------------
        BURGER MENU
--------------------------- */

.responsive-burger {
    display: none;
}

.responsive-burger {
    height: 27px;
    width: 25px;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99999;
    transition: opacity 0.25s ease, all 0.5s;
    cursor: pointer;
}

.responsive-burger span {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background-color: #0b4043;
    transition: all 0.35s ease;
    cursor: pointer;
}

.responsive-burger span:after {
    content:"";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background:#f5f1e85c;
    z-index:-1;
}

.responsive-burger span:nth-child(2) {
    top: 9px;
}

.responsive-burger span:nth-child(3) {
    top: 19px;
}

.responsive-burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) translateX(0) rotate(-45deg);
}

.responsive-burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.responsive-burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-11px) translateX(0) rotate(45deg);
}

/* ---------------------------------------------------------------------------------------
                                    FOOTER
--------------------------------------------------------------------------------------- */


footer#colophon {
    background: #004B31;
    color: #F5F1E8;
    font-size: 14px;
    padding-top: 60px;
}

footer#colophon .is-layout-flex.wp-block-columns {
    margin: 0;
    height: 100%;
    max-width: 1650px;
    width: calc(100% - 60px);
    margin: auto;
    column-gap: 40px;
}

footer#colophon .is-layout-flex.wp-block-columns.footer-legals {
    padding: 20px 0;
    margin-top: 60px;
}

footer#colophon .is-layout-flex.wp-block-columns.footer-nav {

}

footer#colophon .footer-general-infos > div.wp-block-column {
    align-items: center;
    display: flex;
}

footer#colophon .footer-general-infos > div.wp-block-column:nth-child(2),
footer#colophon .footer-general-infos > div.wp-block-column:nth-child(3) {
    padding-top:30px;
}


footer#colophon hr.wp-block-separator {
    border-top: 0;
    margin: 45px 0;
}

footer#colophon figure.wp-block-image {
    margin-bottom: 0;
}


footer#colophon ul.menu {
    list-style: none;
    margin-bottom: 15px;
}

footer#colophon ul.menu >li {
    padding: 3px 0;
}

ul#menu-footer-menu-main {
    font-size: calc(36 / 16 * 1rem);;
    font-family: 'big-caslon-fb';
}

footer#colophon ul#menu-footer-menu-main > li {
    padding:0;
}

#colophon form#form_6425972ab8b61 {
    display: flex;
    justify-content: end;
    width: 100%;
}

#colophon form#form_6425972ab8b61 .acf-field .acf-label {
    display: none;
}

#colophon form#form_6425972ab8b61 .acf-fields > .acf-field {
    border: none;
    padding: 0;
    border-right: 1px solid #93a8a2;
}

#colophon form#form_6425972ab8b61 .af-fields.acf-fields.acf-form-fields {
    display: flex;
    border: 1px solid #92a8a2;
    align-items: center;
    padding: 0;
}

#colophon form#form_6425972ab8b61 .af-input.acf-input .acf-input-wrap input {
    background: none;
    border: none;
    padding: 5px 20px;
    width: 250px;
    max-width: 100%;
    height: 30px;
    outline: none;
    color: #FFFFFF;
}

#colophon form#form_6425972ab8b61 .af-input.acf-input .acf-input-wrap input::placeholder {
    color: #ffffff5e;
}

#colophon form#form_6425972ab8b61 .af-submit.acf-form-submit button {
    background: none;
    border: none;
    padding: 9px 0px;
    margin: 0;
}

#colophon form#form_6425972ab8b61 .af-submit {
    clear: both;
    padding: 12px 25px;
    cursor: pointer;
}

#colophon form#form_6425972ab8b61 .af-submit button {
    cursor: pointer;
}

ul#menu-footer-menu-main {
    line-height: 1.15;
    text-transform: uppercase;
}

footer#colophon a:hover {
    text-decoration:underline;
}

.footer-haut:after {
    content: "";
    background-image: url("/wp-content/themes/bougy/assets/images/ic-arrow-up.svg");
    width: 11px;
    height: 27px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 9px;
    vertical-align: middle;

}

.return-to-top
{
    cursor: pointer;
}

.social-networks-links a:hover {
    text-decoration:none;
}


/* ---------------------------------------------------------------------------------------
                                    BLOG LOOP HOME
--------------------------------------------------------------------------------------- */

.blog-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}

.blog-item-image {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.blog-item-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-item-image:hover > img {
    transform: scale(1.1);
}

.blog-item-inner {
    position: relative;
}

.blog-item-category {
    position: absolute;
    top: 0;
    left: 0;
    background: #c2b162;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
}

.blog-item-content {
    background: #f6f3eb;
    padding: 30px;
    min-height: 285px;
}


a.blog-item-read-more {
    font-size: 14px;
    color: #c2b162;
    font-weight: 600;
}

/* ---------------------------------------------------------------------------------------
                                    Slider texte simple
--------------------------------------------------------------------------------------- */

.slider-anything.texte-simple-slider .tns-outer {
    display: grid;
    grid-template-areas:
        "slides"
        "nav";
}

.slider-anything.texte-simple-slider .tns-nav {
    grid-area: nav;
    display: flex;
    column-gap: 10px;
    margin-top: 30px;
}

.slider-anything.texte-simple-slider .tns-ovh {
    grid-area: slides;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    width: 12px;
    height: 12px;
    border: 1px solid #C2B162;
    border-radius: 100%;
    background: none;
}

.tns-outer [aria-controls].tns-nav-active, .tns-outer [data-action].tns-nav-active {
    background: #C2B162;
}


/* ---------------------------------------------------------------------------------------
                                    Container scroll horizontal
--------------------------------------------------------------------------------------- */

/*.horizontal-blocs {
    display: flex;
    column-gap: 30px;
    width: fit-content;
}

.container-scroll-horizontal {
    width: 100%;
    overflow-x: scroll;
}
*/

.container-scroll-horizontal::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
    margin-bottom: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);

}

.container-scroll-horizontal::-webkit-scrollbar-thumb {
    background-color: #0b4043;
}

.container-scroll-horizontal::-webkit-scrollbar-track {
    background: #93a8a2;
    border-radius: 0px;
}

.container-scroll-horizontal {
    width: 850px;
    height: 100vw;
    -webkit-transform: rotate(-90deg) translateX(-850px);
    transform: rotate(-90deg) translateX(-850px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overlow-style: none;
    scrollbar-width: none;
    position: relative;
}

.horizontal-blocs {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: rotate(90deg) translateY(-850px);
    transform: rotate(90deg) translateY(-850px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    /* min-width: 100vw; */
    column-gap: 30px;
    padding-top: 75px;
}

.horizontal-bloc > div.horizontal-block-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.service-offers-items div.horizontal-bloc {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-offers-items div.horizontal-bloc.hidding {
    opacity: 0.25;
}

.service-offers-items div.horizontal-bloc.hidden {

}


/* ---------------------------------------------------------------------------------------
                                   GOLF OFFERS
--------------------------------------------------------------------------------------- */

.service-offers-items .horizontal-bloc:nth-child(2n + 1) {
    width: 540px;
}
.service-offers-items .horizontal-bloc:nth-child(2n + 2) {
    width: 400px;
}

.service-offers-container {
    max-height: 940px;
}

.horizontal-blocs.left-container-remains-padding {
    padding-right: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
}

.left-container-remains-padding {
    padding-left: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
}

.right-container-remains-padding {
    padding-right: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
}

.left-container-remains-margin {
    margin-left: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
}

.right-container-remains-margin {
    margin-right: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
}

.service-offers-categories-filter {
}

.service-offers-categories-filter-items {
}

/*
.service-offers-categories-filter:before {
    content:"";
    position:absolute;
    left: 0px;
    width: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
    height: 3px;
    top: 10px;
    background: #f5f1e8;
    z-index: 9;
}

.service-offers-categories-filter:after {
    content:"";
    position:absolute;
    right: 0px;
    width: calc(50vw - calc(50vw - (50vw - (1640px / 2)) - 10px) - 17px);
    height: 3px;
    top: 10px;
    background: #f5f1e8;
    z-index: 9;
}*/

#primary .service-offers-items.container-scroll-horizontal::-webkit-scrollbar {
    display:none;
}

.service-offers-categories-filter {
    border-bottom: 1px solid #93a8a2;
    display: flex;
    justify-content: end;
    position: relative;
}


.service-offers-items .horizontal-bloc:nth-child(2n + 1) div.horizontal-block-content {
    display: flex;
    flex-direction: column;
}

.service-offers-items .horizontal-bloc:nth-child(2n + 2) div.horizontal-block-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.service-offers-item-image-container {
    width:100%;
    overflow: hidden;
    position:relative;
}

.service-offers-item-image-container:after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    background: #00000087;
    z-index:2;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.service-offers-items .horizontal-bloc:nth-child(2n + 1) div.horizontal-block-content .service-offers-item-image-container {
    margin-bottom:30px;
    height:400px;

}

.service-offers-items .horizontal-bloc:nth-child(2n + 2) div.horizontal-block-content .service-offers-item-image-container {
    margin-top:30px;
    height:530px;
}

.service-offers-item-image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-offers-item-image-container:hover > img {
    transform: scale(1.1);
}

.service-offers-item-image-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 3;
    color: #FFFFFF;
    transform: translateY(20px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-offers-item-image-container:hover .service-offers-item-image-content {
    transform: translateY(0);
    opacity:1;
}

.service-offers-item-image-container:hover:after {
    opacity:1;
}

.service-offers-item-image-btn {
    background: #C2B162;
    padding: 14px 30px;
    border-radius: 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}

.service-offers-items h3 {
    margin-bottom:10px;
}

.service-offers-item-price {
    font-weight: 600;
    margin-bottom: 10px;
}

.service-offers-item-description {
    margin-bottom: 10px;
}

.service-offers-item-disponibilities {
    font-size: 14px;
    font-style: italic;
}


/* ---------------------------------------------------------------------------------------
                                   SIMPLE DROPDOWN
--------------------------------------------------------------------------------------- */



.simple-dropdown {
    position: relative;
    display: inline-block;
}

.simple-dropdown-btn {
    font-size: 16px;
    cursor: pointer;
    background: none;
    font-weight: 600;
    position:relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.simple-dropdown-btn:before {
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed #004B31;
}

.simple-dropdown-btn:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 5px solid #0f5438;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.simple-dropdown-content {
    position: absolute;
    background-color: #f5f1e8;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
    margin-top: -31px;
    padding: 10px 0;
    border: 1px dashed #0c492f;
    width: 100%;
    line-height: 1.2;
}

.simple-dropdown-content.open {
    display: block;
}

.simple-dropdown-item {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.simple-dropdown-item:hover {
    background-color: #ddd;
}


/* ---------------------------------------------------------------------------------------
                                FORMS
--------------------------------------------------------------------------------------- */




#primary .acf-fields > .acf-field {
    border: none;
    padding: 10px;
}

#primary .acf-field input[type=text],
#primary .acf-field input[type=password],
#primary .acf-field input[type=date],
#primary .acf-field input[type=datetime],
#primary .acf-field input[type=datetime-local],
#primary .acf-field input[type=email],
#primary .acf-field input[type=month],
#primary .acf-field input[type=number],
#primary .acf-field input[type=search],
#primary .acf-field input[type=tel],
#primary .acf-field input[type=time],
#primary .acf-field input[type=url],
#primary .acf-field input[type=week],
#primary .acf-field textarea,
#primary .acf-field select {
    background: #f5f1e8;
    border: 1px solid #92A8A2;
    font-size: 16px;
    padding: 10px 8px;
    border-radius: 2px;
}

#primary .acf-field .acf-label label {
    font-weight: 600;
}

#primary .af-submit.acf-form-submit button {
    background: #C2B162;
    color: #FFFFFF;
    padding: 14px 30px;
    border-radius: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    width: fit-content;
    width:100%;
    border:none;
}

#primary .af-submit.acf-form-submit button:hover {
    background:#0d4b31;
}

#primary .acf-fields > .acf-field.field-no-label.af-field .af-label {
    display: none;
}

.acf-field textarea {
    font-size: 16px;
    font-family: 'lato';
}


/* ---------------------------------------------------------------------------------------
                                LOGIN
--------------------------------------------------------------------------------------- */


.bannerContent h3 {
    margin-bottom: 2px;
}

.bannerContent {
    text-align: center;
    margin-bottom: 40px;
}

.login-input {
    margin-bottom: 20px;
}

.login-input label {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.login-input input {
    width: 100%;
    background: #f5f1e8;
    border: 1px solid #92A8A2;
    font-size: 16px;
    padding: 10px 8px;
    border-radius: 2px;
}

p.error-message {
    color: #e95d5d;
}

.login-input.error input {
    border-color: #e95d5d;
}

.submit-container {
    margin-top: 20px;
}

.container-form-connexion .submit-container input[type="submit"] {
    background: #C2B162;
    color: #FFFFFF;
    padding: 14px 30px;
    border-radius: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    width: fit-content;
    width:100%;
    border:none;
    cursor: pointer;
}

.container-form-connexion .submit-container input[type="submit"]:hover {
    background:#0d4b31;
}

.login-backup-actions {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.login-backup-actions a {
    text-decoration: underline;
}


/* ---------------------------------------------------------------------------------------
                                SINGLE PAGES
--------------------------------------------------------------------------------------- */

.blog-post-container {
    max-width: calc(100% - 30px);
    width: 1200px;
    margin: auto;
    padding: 160px 0 60px 0;
}

.blog-post-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    align-items: center;
}

.blog-post-header-left {
    padding: 60px 0 60px;
}

.blog-post-header-right_image {
    height: 500px;
    overflow: hidden;
}

.blog-post-header-right_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------------------------------------------------------------------------------------
                                RESERVATION
--------------------------------------------------------------------------------------- */

#primary .acf-field-hidden.af-field {
    display: none;
}

#primary .acf-field.acf-field-group {
    background: none;
    padding: 0;
}

#primary .acf-field-no-label > .acf-label {
    display:none;
}


#primary .af-field.acf-field-group .acf-fields.-border {
    background: none;
    border: none;
}

#primary .acf-field.acf-field-group.formulaire-chambres {
    padding: 0;
    margin: 20px 0 10px 0;
    display: inline-block;
}

.acf-field.acf-field-group.formulaire-chambres:before {
    content:"";
    display: block;
    border-top: 1px solid #93a8a2;
    width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 10px;
}
.acf-field.acf-field-group.formulaire-chambres:after {
    content:"";
    display: block;
    border-top: 1px solid #93a8a2;
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 10px;
}

.reservation-form .af-success, .reservation-page-type_error {
    min-height: calc(100vh - 730px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}