/*
Theme Name: Holimprest
Author: Catalyst Webdesign
Description: Thème vide
Version: 1.0

sauge #839892
sapin #1c2a1b
beige #FFFAF6
noir #0e0f0e
*/

/* GENERAL region*/
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #0e0f0e;
    /*font-family: source-serif-pro, serif;*/
    font-family: montserrat, sans-serif;
    line-height: 1.6em;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 9999999;
}

main {
    background-color: #fff;
    min-height: 50vh;
    overflow: hidden;
}

img {
    max-width: 100%;
}

/* * * Listes region*/
header ul,
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*endregion*/

/* * * Titres region*/
span.holim {
    font-family: ff-more-web-pro-condensed, serif;
    font-weight: 800;
}

span.prest {
    font-family: ff-more-web-pro-condensed, serif;
    font-style: italic;
    font-weight: 300;
}

span.soustitre {
    display: block;
    font-family: montserrat, sans-serif;
    font-weight: 600;
}

h1 {
    text-align: center;
    margin: 80px 0;
}

h2 {
    text-align: center;
    margin: 50px 0;
}

h1 .holim,
h1 .prest,
h2 .holim,
h2 .prest {
    font-size: 50px;
}

h1 .soustitre,
h2 .soustitre {
    font-size: 20px;
    margin: 20px 0;
}

/*endregion*/
/* * * Boutons et liens region*/

a {
    text-decoration: none;
    color: #111111;
    transition: .5s;
}

a:hover {
    color: #839892;
}

div.bouton {
    text-align: center;
}

a.button,
.wpcf7-submit {
    background: #1c2a1b;
    color: white;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: .5s;
    display: inline-block;
    text-align: center;
    margin: 50px 0;
    letter-spacing: .5px;
}

.mobile a.button {
    margin: 30px 0;
}

a.button:hover {
    background: #839892;
}

/*endregion*/

/* * * Wrapper region*/
.wrapper {
    width: 1200px !important;
    max-width: 90% !important;
    margin: 0 auto;
    position: relative;
}

.fondblanc {
    background-image: url(images/fondblanc.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.fondbeige {
    background-image: url(images/fondbeige.png);
    background-size: cover;
    background-position: center;
    background-color: #FFFAF6;
    padding: 50px 0;
}

/*endregion*/

input,
textarea,
select {
    padding: 10px 15px;
    background: white;
    border: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    outline: 0;
    width: 100%;
    font-family: montserrat, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

.wpcf7-spinner {
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7-spinner::before {
    background: #1c2a1b;
}

.owl-carousel .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.owl-carousel .owl-dots span {
    display: block;
    width: 10px;
    height: 10px;
    background: #839892;
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
}

.owl-carousel .owl-dots .active span {
    background: #1c2a1b;
}

/*endregion*/

/* HEADER region*/

/* * GENERAL region*/
header {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.mobile header {
    height: 60vh;
}

.home header {
    height: 100vh;
}

.mobile.home header {
    height: 90vh;
}



header .left {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 20px;
    transition: .5s;
    align-items: center;
    z-index: 9999;
}

.mobile header .left.show {
    position: static;
}

header .left.show {
    left: 260px;
}

/*endregion*/

/* * NAV region*/

/* * * CONTENT region*/
header nav .content-menu {
    position: absolute;
    left: -200%;
    background: rgba(0, 0, 0, 0.3);
    border-right: 2px solid white;
    transition: .5s;
    height: 100vh;
    padding: 20px;
    font-family: montserrat, sans-serif;
    text-align: center;
    font-weight: 500;
    line-height: 80px;
    box-sizing: border-box;
    z-index: 999;
    align-items: center;
}

header nav .content-menu.show {
    left: 0;
}

.mobile header nav .content-menu {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}


/*endregion*/

/* * * UL region*/
header nav #menu-principal {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mobile header nav #menu-principal {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

/*endregion*/

/* * * LI region*/
header nav #menu-principal > li {
    padding: 0 10px;
    font-size: 16px;
}

/*endregion*/

/* * * A region*/
header nav #menu-principal a {
    color: #fff;
    transition: .5s;
    padding: 30px 0;
}

header nav #menu-principal a:hover {
    color: #839892;
}

/*endregion*/

/* * * BURGER region*/
.burger {
    width: 30px;
    height: 40px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: column;
    margin: 10px auto;
    display: flex;
    box-sizing: border-box;
    transition: .5s;
}

.mobile .burger.show {
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
    top: 10px;
    z-index: 999999;
}

.burger div {
    background-color: #fff;
    width: 100%;
    height: 2px;
    transition: .5s;
}

.mobile .burger.show div:nth-of-type(1) {
    transform: translateY(19px) rotate(45deg);
}

.mobile .burger.show div:nth-of-type(2) {
    opacity: 0;
}

.mobile .burger.show div:nth-of-type(3) {
    transform: translateY(-19px) rotate(-45deg);
}

/*endregion*/

header .left .custom-logo {
    height: 42px;
    width: auto;
    margin-top: 1px;
}


header .left .titre {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .left .titre a {
    color: white;
    text-align: center;
    line-height: 15px;
}

header .left .titre span {
    display: block;
}

header .right {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    display: flex;
}

header .right .tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile header .right .tel.show {
    padding-top: 50px;
}

header .right .tel a {
    color: white;
    white-space: nowrap;
    font-size: 12px;
}

header .right .tel a:hover {
    color: #839892;
}

header .right .tel span,
header .right .tel a:last-of-type svg {
    opacity: 0;
    transition: .5s;
}

header .right .tel.show span,
header .right .tel.show a:last-of-type svg {
    opacity: 1;
}

header .right svg {
    width: 25px;
    margin-left: 15px;
}

header .right svg path {
    fill: white;
    transition: .5s;
}

header .right a:hover svg path {
    fill: #839892;
}

header .wrapper {
    height: 100%;
}

header .center {
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 2s;
}

header .center.show {
    gap: 250px;
}

header .center.show {
    opacity: 0;
}

body:not(.home) header .center .slogan {
    max-width: 700px;
    margin: 0 auto;
    font-size: 25px;
}


header .center .slogan {
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    line-height: 50px;
}

header .center .slogan span {
    white-space: nowrap;
}

header .center .slogan2 {
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    line-height: 20px;
    text-align: right;
}

.mobile header .center .slogan2 {
    text-align: center;
}

.home header .center .slogan2 {
    display: none;
}

header .center a {
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px;
    font-size: 14px;
    transition: .5s;
    display: inline-block;
}

header .center a:hover {
    transform: scale(1.1);
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
    opacity: 0;
    transition: .5s;
}

header #unmute-btn {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    animation: bounce-triple 6s ease-out infinite;
    transition: .5s;
}

.mobile header #unmute-btn.show {
    opacity: 0;
}

header #unmute-btn svg path {
    fill: white;
}

.onde1,
.onde2,
.onde3 {
    opacity: 0;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.onde1 {
    animation-name: onde1Anim;
}

.onde2 {
    animation-name: onde2Anim;
}

.onde3 {
    animation-name: onde3Anim;
}

@keyframes onde1Anim {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    21% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes onde2Anim {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    41% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes onde3Anim {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    61% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@keyframes bounce-triple {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    /* Rebond 1 */
    4% {
        transform: translateY(-6px) rotate(2deg);
    }

    6% {
        transform: translateY(0) rotate(0);
    }

    /* Rebond 2 */
    10% {
        transform: translateY(-5px) rotate(-2deg);
    }

    14% {
        transform: translateY(0) rotate(0);
    }

    /* Rebond 3 */
    18% {
        transform: translateY(-4px) rotate(2deg);
    }

    22% {
        transform: translateY(0) rotate(0);
    }

    /* Pause entre 12% et 100% (≈10,5 sec) */
}

/*endregion*/

/*endregion*/

/* FOOTER region*/

footer {
    background: #0e0f0e;
    width: 100%;
    color: white;
    padding-top: 30px;
}

footer a {
    color: white;
    transition: .5s;
}

footer a:hover {
    color: #839892;
}

footer svg path {
    fill: white;
    transition: .5s;
}

footer a:hover svg path {
    fill: #839892;
}

footer img {
    width: 50px;
    height: auto;
}

footer .left .logo {
    display: flex;
    align-items: center;
    gap: 15px;
}


footer .left span {
    display: block;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
}

footer .main {
    padding: 30px 0;
}

footer .main,
footer .main .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.mobile footer .main,
.mobile footer .main .left {
    flex-direction: column;
}

footer .main .left .rs a {
    margin: 0 5px;
}

footer .main .right .tel a {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    justify-content: flex-end;
}

.mobile footer .main .right .tel a {
    justify-content: center;
}

footer .copyright {
    text-align: center;
    color: #ccc;
    font-size: 12px;
}

footer .copyright a {
    color: #ccc;
}

footer .copyright a:hover {
    color: #839892;
}

/*endregion*/

/* PAGES region*/

/* * Front page region*/

.home #residences .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.mobile.home #residences .owl-carousel .item {
    flex-direction: column;
}

.home #residences .owl-carousel .item > div {
    width: 0;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-color: #FFFAF6;
    opacity: 0;
}

.desktop.home #residences .owl-carousel .item > div:nth-of-type(even) {
    margin-top: 150px;
}

.mobile.home #residences .owl-carousel .item > div:nth-of-type(even) {
    margin-top: -50px;
}

.mobile.home #residences .owl-carousel .item > div:nth-of-type(2),
.mobile.home #residences .owl-carousel .item > div:nth-of-type(3) {
    display: none;
}

.home #residences .owl-carousel .item .photo {
    opacity: 1 !important;
    clip-path: polygon(77.261% 50.018%, 77.261% 50.018%, 81.226% 48.458%, 84.885% 46.698%, 88.213% 44.753%, 91.182% 42.638%, 93.767% 40.368%, 95.94% 37.958%, 97.677% 35.423%, 98.95% 32.778%, 99.733% 30.037%, 100% 27.217%, 100% 27.217%, 99.345% 22.805%, 97.449% 18.619%, 94.415% 14.714%, 90.347% 11.148%, 85.347% 7.976%, 79.52% 5.255%, 72.969% 3.04%, 65.796% 1.389%, 58.105% 0.357%, 50% 0%, 50% 0%, 41.895% 0.357%, 34.204% 1.389%, 27.031% 3.04%, 20.48% 5.255%, 14.653% 7.976%, 9.653% 11.148%, 5.585% 14.714%, 2.551% 18.619%, 0.655% 22.805%, 0% 27.217%, 0% 27.217%, 0.269% 31.374%, 1.056% 34.89%, 2.336% 37.849%, 4.079% 40.335%, 6.258% 42.431%, 8.847% 44.223%, 11.817% 45.793%, 15.14% 47.226%, 18.79% 48.607%, 22.739% 50.018%, 5.652% 95.946%, 5.652% 95.946%, 5.558% 96.25%, 5.515% 96.553%, 5.522% 96.853%, 5.579% 97.149%, 5.685% 97.439%, 5.838% 97.724%, 6.039% 98%, 6.286% 98.267%, 6.578% 98.524%, 6.915% 98.769%, 6.915% 98.769%, 7.289% 98.997%, 7.694% 99.203%, 8.125% 99.386%, 8.581% 99.547%, 9.059% 99.683%, 9.557% 99.796%, 10.073% 99.885%, 10.604% 99.948%, 11.148% 99.987%, 11.702% 100%, 88.165% 100%, 88.165% 100%, 88.719% 99.987%, 89.263% 99.948%, 89.794% 99.885%, 90.31% 99.796%, 90.808% 99.683%, 91.286% 99.547%, 91.742% 99.386%, 92.173% 99.203%, 92.578% 98.997%, 92.952% 98.769%, 92.952% 98.769%, 93.289% 98.524%, 93.581% 98.267%, 93.828% 98%, 94.029% 97.724%, 94.182% 97.439%, 94.288% 97.149%, 94.345% 96.853%, 94.352% 96.553%, 94.309% 96.25%, 94.215% 95.946%, 77.128% 50.018%, 77.261% 50.018%);
    transition: .5s;
}

.desktop.home #residences .owl-carousel .item .photo,
.desktop.home #residences .owl-carousel .item .texte {
    width: 20% !important;
}

.mobile.home #residences .owl-carousel .item .photo {
    width: 100% !important;
    max-height: 40vh;
}

.home #residences .owl-carousel .item .photo.initial {
    width: 150px !important;
}

.mobile.home #residences .owl-carousel .item .texte {
    width: 80% !important;
    max-height: 60vh;
}

.home #residences .owl-carousel .item .texte {
    position: relative;
    font-family: montserrat, sans-serif;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.home #residences .owl-carousel .item .texte h4 {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 10px 0;
}


.home #residences .owl-carousel .item .texte svg {
    margin-right: 10px;
}

.home #residences .owl-carousel .item .texte .reserver {
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 800;
    color: #1c2a1b;
    margin-bottom: 20px;
}

.home #residences .owl-carousel .item .texte .reserver:hover {
    color: #839892;
}

.home #residences .owl-carousel .owl-prev,
.home #residences .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    color: #ccc;
}

.mobile.home #residences .owl-carousel .owl-prev,
.mobile.home #residences .owl-carousel .owl-next {
    display: none;
}

.home #residences .owl-carousel .owl-prev:hover,
.home #residences .owl-carousel .owl-next:hover {
    color: #839892;
}

.home #residences .owl-carousel .owl-prev {
    left: 0;
}

.home #residences .owl-carousel .owl-next {
    right: 0;
}

.home #servicesvoyageurs .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.mobile.home #servicesvoyageurs .flex {
    flex-direction: column;
}

.home #servicesvoyageurs .texte {
    background: white;
    border-radius: 5px;
    width: 65%;
    padding: 20px 40px;
}

.home #servicesvoyageurs .photo {
    border-radius: 5px;
    width: 35%;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.mobile.home #servicesvoyageurs .texte {
    width: 100%;
    text-align: center;
}

.mobile.home #servicesvoyageurs .photo {
    width: 100%;
}

.home #photo {
    background-size: cover;
    background-position: center;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 30px;
}

.mobile.home #photo {
    width: 100%;
    border-radius: 0;
}

.home #photo .wrapper {
    min-height: 60vh;
}

.home #photo .wrapper p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.home #photo .wrapper a {
    color: white;
}

.home #photo .wrapper a:hover {
    color: #0e0f0e;
}

.home #servicesproprio {
    margin: 50px 0 150px 0;
}

.mobile.home #servicesproprio {
    margin: 150px 0;
}

.home #servicesproprio .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.mobile.home #servicesproprio .flex {
    flex-direction: column;
}


.home #servicesproprio .flex .photo {
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 400px;
    margin-top: 250px;
    border-radius: 5px;
    margin-right: -30px;
    box-sizing: border-box;
}

.home #servicesproprio .flex .texte {
    background-color: #839892;
    color: white;
    width: 50%;
    padding: 20px 40px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-left: -30px;
    box-sizing: border-box;
}

.mobile.home #servicesproprio .flex .photo {
    width: 80%;
    margin-right: 10px;
    margin-top: -50px;
    align-self: flex-end;
    z-index: 9;
    height: 250px;
}

.mobile.home #servicesproprio .flex .texte {
    width: 100%;
    margin-left: 0;
}

.mobile.home #servicesproprio .flex .texte .button {
    margin-bottom: 50px;
}

.home #servicesproprio .flex .texte a.button:hover {
    background-color: #fff;
    color: #1c2a1b;
}

.home #localisation {
    background-color: #FFFAF6;
    padding: 50px 0 100px 0;
}

.home #localisation .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile.home #localisation .flex {
    flex-direction: column;
}

.home #localisation .flex .photo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    width: 30%;
}

.home #localisation .flex .texte {
    width: 60%;
}


.mobile.home #localisation .flex .photo {
    width: 100%;
}

.mobile.home #localisation .flex .texte {
    width: 100%;
    text-align: center;
}

.home #partenaires {
    margin: 100px 0;
}

.home #partenaires .owl-carousel .item .logo {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
}


.home #soeurs {
    background-color: #FFFAF6;
    padding: 50px 0 100px 0;
    text-align: center;
}

.home #soeurs .wrapper > .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.home #soeurs .wrapper > .flex .texte {
    padding: 0 30px;
}

.mobile.home #soeurs .wrapper > .flex {
    flex-direction: column;
}

.home #soeurs .photo {
    height: 300px;
    margin: 50px auto;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.desktop.home #soeurs .photo {
    width: 40%;
}

.mobile.home #soeurs .photo {
    width: 100%;
}


.home #soeurs .masque {
    display: none;
}

.home #soeurs .masque .flex {
    display: flex;
    justify-content: center;
    gap: 8%;
    margin-bottom: 100px;
}

.mobile.home #soeurs .masque .flex {
    flex-direction: column;
}

.home #soeurs .masque .flex > div {
    width: 40%;
    flex-shrink: 0;
}

.mobile.home #soeurs .masque .flex > div {
    width: 100%;
    text-align: center !important;
}


.home #soeurs .masque .flex .celine {
    text-align: right;
}

.home #soeurs .masque .flex .fanny {
    text-align: left;
}

.home #soeurs .masque .flex h3 {
    margin-bottom: 0;
}

.home #soeurs .masque .flex p:first-of-type {
    margin-top: 0;
}

.home #soeurs .masque .flex em {
    font-weight: 200;
}

/*endregion*/



.page-template-page-presentation #prez .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 120px 0;
}

.mobile.page-template-page-presentation #prez .flex {
    flex-direction: column;
}

.page-template-page-presentation #prez .flex > div {
    flex-shrink: 0;
    padding: 0 30px;
    text-align: center;
    box-sizing: border-box;
}

.desktop.page-template-page-presentation #prez .flex > div {
    width: 60%;
    text-align: left;
}

.desktop.page-template-page-presentation #prez .flex .titre {
    width: 40%;
}

.desktop.page-template-page-presentation #prez .flex .texte {
    border-left: 1px solid #ccc;
}

.page-template-page-presentation #prez .flex .titre h1 {
    margin: 30px 0;
}

.page-template-page-presentation #services1 {
    background-color: #FFFAF6;
}

.page-template-page-presentation #services1 .flex,
.page-template-page-presentation #services2 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    z-index: 0;
}

.page-template-page-presentation #services2 .flex {
    flex-direction: row;
    margin: 150px 0;
}

.mobile.page-template-page-presentation #services1 .flex,
.mobile.page-template-page-presentation #services2 .flex {
    flex-direction: column;
}

.page-template-page-presentation #services1 .flex .contenu,
.page-template-page-presentation #services2 .flex .contenu {
    padding: 20px;
}

.desktop.page-template-page-presentation #services1 .flex .contenu,
.desktop.page-template-page-presentation #services2 .flex .contenu {
    width: 50%;
}

.mobile.page-template-page-presentation #services1 .flex .contenu,
.mobile.page-template-page-presentation #services2 .flex .contenu {
    width: 100%;
}


.page-template-page-presentation #services1 .flex .contenu .owl-stage,
.page-template-page-presentation #services2 .flex .contenu .owl-stage {
    display: flex;
    align-items: center;
}

.page-template-page-presentation #services1 .flex .contenu h2,
.page-template-page-presentation #services2 .flex .contenu h2 {
    text-transform: uppercase;
}

.page-template-page-presentation #services1 .flex .contenu .texte,
.page-template-page-presentation #services2 .flex .contenu .texte {
    text-align: center;
}

.page-template-page-presentation #services1 .flex .contenu h3,
.page-template-page-presentation #services2 .flex .contenu h3 {
    display: block;
    text-align: center;
}

.page-template-page-presentation #services1 .flex .texte ul,
.page-template-page-presentation #services2 .flex .texte ul {
    padding-left: 20px;
    line-height: 35px;
    list-style: disc;
    font-weight: 500;
    text-align: left;
    margin: 0 50px;
}

.page-template-page-presentation #services1 .flex .contenu .asterisque,
.page-template-page-presentation #services2 .flex .contenu .asterisque {
    font-size: 12px;
    text-align: center;
}

.page-template-page-presentation #services1 .flex .photos,
.page-template-page-presentation #services2 .flex .photos {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.desktop.page-template-page-presentation #services1 .flex .photos,
.desktop.page-template-page-presentation #services2 .flex .photos {
    width: 40%;
    transform: scale(1.2);
}

.page-template-page-presentation #services1 .flex .photo,
.page-template-page-presentation #services2 .flex .photo {
    height: 200px;
    border-radius: 5px;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 65%;
}

.page-template-page-presentation #services1 .flex .photo:nth-of-type(1),
.page-template-page-presentation #services2 .flex .photo:nth-of-type(1) {
    transform: rotate(-1deg);
}

.page-template-page-presentation #services1 .flex .photo:nth-of-type(2),
.page-template-page-presentation #services2 .flex .photo:nth-of-type(2) {
    align-self: flex-end;
    margin-top: -30px;
    transform: rotate(1deg);
}

.page-template-page-presentation #services1 .flex .photo:nth-of-type(3),
.page-template-page-presentation #services2 .flex .photo:nth-of-type(3) {
    margin-top: -40px;
    transform: rotate(-2deg);
}




.page-template-page-presentation #form {
    padding-top: 30px;
    background-color: #839892;
    color: white;
}

.page-template-page-presentation #form h2 {
    margin: 15px auto;
}

.page-template-page-presentation #form form > div:not(.wpcf7-response-output),
.page-template-page-liste #popup form > div:not(.wpcf7-response-output),
.single-residences #popup form > div:not(.wpcf7-response-output) {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.page-template-page-liste #popup form > div:not(.wpcf7-response-output),
.single-residences #popup form > div:not(.wpcf7-response-output) {
    justify-content: center;
    gap: 30px;
}

.mobile.page-template-page-presentation #form form > div,
.mobile.page-template-page-liste #popup form > div,
.mobile.single-residences #popup form > div {
    flex-direction: column;
}

.page-template-page-presentation #form form > div.center,
.page-template-page-liste #popup form > div.center,
.single-residences #popup form > div.center {
    text-align: center;
    position: relative;
}

.page-template-page-presentation #form form > div.center p,
.page-template-page-liste #popup form > div.center p,
.single-residences #popup form > div.center p {
    width: 100%;
}

.page-template-page-presentation #form form > div.center .wpcf7-radio {
    display: block;
}

.page-template-page-presentation #form form > div.center .wpcf7-radio label,
.page-template-page-liste #popup form > div.center .wpcf7-radio label,
.single-residences #popup form > div.center .wpcf7-radio label {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.desktop.page-template-page-presentation #form form > div > div,
.desktop.page-template-page-liste #popup form > div > div,
.desktop.single-residences #popup form > div > div {
    width: 30%;
}

.page-template-page-presentation #form form > div > div input,
.page-template-page-presentation #form form > div > div textarea,
.page-template-page-liste #popup form > div > div input,
.single-residences #popup form > div > div input {
    margin: 10px 0;
}

.page-template-page-presentation #form form .appel label,
.page-template-page-liste #popup form .appel label,
.single-residences #popup form .appel label {
    display: flex;
    align-items: center;
}

.page-template-page-presentation #form form .appel label input,
.page-template-page-liste #popup form .appel label input,
.single-residences #popup form .appel label input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.page-template-page-presentation #form form .appel span,
.page-template-page-liste #popup form .appel span,
.single-residences #popup form .appel span {
    width: 100%;
}

.page-template-page-presentation #form form .appel label span,
.page-template-page-liste #popup form .appel label span,
.single-residences #popup form .appel label span {
    width: calc(100% - 10px);
}


.page-template-page-presentation.page-id-13 #form form > div > div textarea {
    height: 98px;
    max-height: 100%;
}

.page-template-page-presentation #form form .wpcf7-submit,
.page-template-page-liste #popup form .wpcf7-submit,
.single-residences #popup form .wpcf7-submit {
    width: auto;
    margin: 30px auto;
    padding: 20px 50px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    transition: .5s;
    background: transparent;
    border: 2px solid white;
    color: white;
}

.page-template-page-presentation #form form .wpcf7-submit:hover,
.page-template-page-liste #popup form .wpcf7-submit:hover,
.single-residences #popup form .wpcf7-submit:hover {
    background: white;
    color: #1c2a1b;
}

.page-template-page-presentation #form form .wpcf7 form .wpcf7-response-output,
.page-template-page-liste #popup form .wpcf7 form .wpcf7-response-output {
    border: 0;
}

.page-id-17 #liste article {
    width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background: #FFFAF6;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px 0;
}

.mobile.page-id-17 #liste article {
    flex-direction: column;
}

.page-id-17 #liste article .owl-carousel {
    width: 48%;
    position: relative;
}

.mobile.page-id-17 #liste article .owl-carousel {
    width: 100%;
}

.page-id-17 #liste article .owl-carousel .owl-stage-outer,
.page-id-17 #liste article .owl-carousel .owl-stage,
.page-id-17 #liste article .owl-carousel .owl-item {
    height: 100%;
}

.page-id-17 #liste article .owl-carousel .item {
    width: 100%;
    min-height: 350px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 5px 0 0 5px;
}

.page-id-17 #liste article .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.page-id-17 #liste article .owl-carousel .owl-dots span {
    background: white;
}

.page-id-17 #liste article .owl-carousel .owl-dots .active span {
    background: #1c2a1b;
}

.page-id-17 #liste article .texte {
    width: 48%;
    min-height: 350px;
    box-sizing: border-box;
}

.mobile.page-id-17 #liste article .texte {
    width: 100%;
    padding: 20px;
}

.page-id-17 #liste article .texte h2 {
    text-align: left;
    margin-bottom: 20px;
}

.page-id-17 #liste article .texte .infos p {
    font-size: 12px;
    text-align: left;
    opacity: 0.7;
    margin: 0;
    line-height: 24px;
}

.page-id-17 #liste article .texte svg {
    margin: 0 5px 0 15px;
}

.page-id-17 #liste article .texte .textecourt {
    padding-right: 20px;
}

.page-id-17 #liste article .texte .boutons {
    text-align: center;
}

.page-id-17 #liste article .texte .reserver,
.page-id-17 #liste article .texte .decouvrir {
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 800;
    color: #1c2a1b;
    margin: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.page-id-17 #liste article .texte .reserver:hover,
.page-id-17 #liste article .texte .decouvrir:hover {
    color: #839892;
}

.page-id-17 #popup,
.single-residences #popup {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.page-id-17 #popup .block,
.single-residences #popup .block {
    position: absolute;
    width: 80%;
    height: 90%;
    top: 5%;
    left: 10%;
    padding: 20px;
    background: #839892;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.mobile.page-id-17 #popup .block,
.mobile.single-residences #popup .block {
    width: 95%;
    height: 90%;
    top: 5%;
    left: 2.5%;
}

.page-id-17 #popup h2,
.single-residences #popup h2 {
    color: white;
}

.page-id-17 #popup .close,
.single-residences #popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    transition: .5s;
    cursor: pointer;
}

.page-id-17 #popup .close:hover,
.single-residences #popup .close:hover {
    color: black;
}

.page-id-17 #popup label,
.single-residences #popup label {
    color: white;
}

.page-id-17 #popup .wpcf7-submit,
.single-residences #popup .wpcf7-submit {
    cursor: pointer;
    margin: 0;
}

.page-id-17 #popup .wpcf7-submit:hover,
.single-residences #popup .wpcf7-submit:hover {
    background: white;
    color: #1c2a1b;
}

.page-id-17 #popup form > div > div:first-of-type,
.single-residences #popup form > div > div:first-of-type {
    margin-bottom: 35px;
}

.desktop.page-id-17 #popup form > div > div:last-of-type,
.desktop.single-residences #popup form > div > div:last-of-type {
    margin-top: 35px;
}

.page-id-17 #popup .appel,
.single-residences #popup .appel,
.page-id-17 #popup .appel a,
.single-residences #popup .appel a {
    text-align: center;
    color: white;
}


.single-residences .infostop {
    color: #839892;
    text-align: right;
    margin: 30px 0;
}

.single-residences .infostop span {
    white-space: nowrap;
    display: inline-block;
}

.single-residences .infostop svg {
    margin: 0 10px 0 30px;
    fill: #839892;
}

.desktop.single-residences .galerie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    grid-auto-rows: 200px;
    margin: 50px 0;
}

.mobile.single-residences .galerie {
    width: 100%;
    height: 200px;
    position: relative;
}



.single-residences .galerie a {
    display: block;
}

.single-residences .galerie .item {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}


.single-residences .galerie a:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 3;
}

.single-residences .galerie a:nth-of-type(2) {
    grid-area: 1 / 3 / 2 / 4;
}

.single-residences .galerie a:nth-of-type(3) {
    grid-area: 2 / 3 / 4 / 4;
}

.single-residences .galerie a:nth-of-type(4) {
    grid-area: 3 / 1 / 4 / 2;
}

.single-residences .galerie a:nth-of-type(5) {
    grid-area: 3 / 2 / 4 / 3;
}

.single-residences .galerie a:nth-of-type(6) {
    grid-area: 4 / 2 / 6 / 4;
}

.single-residences .galerie a:nth-of-type(7) {
    grid-area: 4 / 1 / 6 / 2;
}

.single-residences .galerie a:nth-of-type(8) {
    grid-area: 6 / 1 / 7 / 2;
}

.single-residences .galerie a:nth-of-type(9) {
    grid-area: 6 / 2 / 7 / 3;
}

.single-residences .galerie a:nth-of-type(10) {
    grid-area: 6 / 3 / 7 / 4;
}

.mobile.single-residences .galerie a {
    display: none;
}

.mobile.single-residences .galerie a:nth-of-type(1) {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
}

.mobile.single-residences .galerie a:nth-of-type(1)::before {
    content: 'Voir la galerie';
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;

}

.single-residences .infosbottom {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}

.mobile.single-residences .infosbottom {
    font-size: 12px;
}

.single-residences .infosbottom svg {
    width: 30px;
    height: auto;
}

.mobile.single-residences .infosbottom svg {
    width: 20px;
}

.single-residences .infosbottom p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-residences .infosbottom span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.single-residences .infosbottom svg {
    margin: 20px 0;
}

.single-residences .infosbottom .equipements {
    margin-top: 100px;
}

.single-residences .infosbottom .equipements h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.single-residences .infosbottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-residences .services {
    background-color: #839892;
    border-radius: 5px;
    margin: 150px auto 50px auto;
    padding: 50px 20px 20px 20px;
    color: white;
    max-width: 700px;
}

.single-residences .services .flex {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    text-align: center;
}

.mobile.single-residences .services .flex {
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
}


.single-residences .services svg {
    fill: white;
}

.single-residences .services .button {
    margin: 20px 0 10px 0;
    background: transparent;
    border: 2px solid white;
    wolor: white;
}

.single-residences .services .button:hover {
    background-color: white;
    color: #1c2a1b
}

.grecaptcha-badge {
    display: none;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: unset !important;
    left: 40px;
}
