/* -------------------------------------------------
	
	01 . IMPORT
	02 . BASE
	03 . HERO
	04 . POPUP
	05 . xxxxxx
	06 . xxxxxx
	07 . xxxxxx
	08 . xxxxxx
	09 . xxxxxx
	10 . xxxxxx
	
------------------------------------------------- */

/* ////////////////////////////////////////////////////////////////////////////

    01 . IMPORT

//////////////////////////////////////////////////////////////////////////// */

@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");

@import url("libs/magnific-popup.css");

@import url("interface.css");
@import url("form.css");

@font-face {
    font-family: "font-title";
    src:
        url("../fonts/NickenRegular.woff") format("woff"),
        url("../fonts/AktivGroteskCorp-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'font-text-light';
    src: url('../fonts/AktivGroteskCorp-Light.woff') format('woff'),
         url('../fonts/AktivGroteskCorp-Light.woff2') format('woff2');
    font-weight: normal; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'font-text';
    src: url('../fonts/AktivGroteskCorp-Regular.woff') format('woff'),
         url('../fonts/AktivGroteskCorp-Regular.woff2') format('woff2');
    font-weight: normal; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'font-text-bold';
    src: url('../fonts/AktivGroteskCorp-Bold.woff') format('woff'),
         url('../fonts/AktivGroteskCorp-Bold.woff2') format('woff2');
    font-weight: normal; font-style: normal; font-display: swap;
} */

:root {
    --site-width: 1530px;

    --font-title: "font-title", serif;
    /* --font-text-light: 'font-text-light', sans-serif;
    --font-text: 'font-text', sans-serif;
    --font-text-bold: 'font-text-bold', sans-serif; */
    --font-text: "Google Sans Flex", sans-serif;

    --color-dark: #1b1918; /* rgba(27,25,24,1); */
    --color-dark: #2b1f16; /* rgba(43, 31, 22, 1) */
    --color-light: #f9f6f4; /* rgba(249,246,244,1); */

    --color-primary-1: #ec6226; /* rgba(236,98,38,1); */
    --color-primary-2: #e0c3a5; /* rgba(224,195,165,1); */
    --color-primary-3: #896447; /* rgba(137,100,71,1); */
    --color-primary-4: #e8b218; /* rgba(232, 178, 24,1); */

    --color-primary-xdark: #2b1f16; /* rgba(43,31,22,1) */
    --color-primary-dark: #523c2b; /* rgba(82,60,43,1) */
    --color-primary: #896447; /* rgba(137,100,71,1) */
    --color-primary-light: #ab8b70; /* rgba(171,139,112,1) */
    --color-primary-xlight: #cdb9a9; /* rgba(205,185,169,1) */
    --color-primary-xxlight: #f0e9e4; /* rgba(240,233,228,1) */

    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-lg: 15px;
    --radius-xl: 20px;
    --radius-xxl: 25px;
    --radius-full: 2em;
}

/* ////////////////////////////////////////////////////////////////////////////

    02 . BASE

//////////////////////////////////////////////////////////////////////////// */

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--color-light);
    color: var(--color-dark);
    font-family: var(--font-text);
    font-size: 18px;
    line-height: 1.4;
    overflow-x: hidden !important;
    /* text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
body.open {
    overflow-y: hidden !important;
    touch-action: none !important;
}

/* SCROLLBAR */
body::-webkit-scrollbar {
    display: none;
}
html {
    margin: 0 !important;
}

/* LIENS */
a {
    color: var(--color-dark);
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent !important;
}
.no-touch a:hover {
    color: var(--color-dark);
    outline: 0;
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit !important;
    text-decoration: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
}

/* TEXTE */
br {
    font-size: 0;
    line-height: 0;
}
strong,
b {
    font-weight: 700;
}

/* IMAGE */
img {
    position: relative;
    max-width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/* LISTES */
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* PARAGRAPHES */
p {
    margin: 0 0 10px 0;
    padding: 0;
}
p:last-child {
    margin: 0;
}

/* TITRES */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: var(--font-title); */
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* PADDING */
.no-padding {
    padding: 0;
}

/* ////////////////////////////////////////////////////////////////////////////

	03 . HERO

//////////////////////////////////////////////////////////////////////////// */

.sticky-wrapper {
    position: relative;
    height: 200vh;
    /* background-image: linear-gradient(to right top, #cdb9a9, #c7b09e, #c1a793, #ba9f89, #b4967e, #ae8f76, #a8886d, #a28165, #9c7a5d, #957256, #8f6b4e, #896447); */
}
.hero-section {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
}
.hero-section-bg {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    background-image: linear-gradient(
        to right top,
        #cdb9a9,
        #c7b09e,
        #c1a793,
        #ba9f89,
        #b4967e,
        #ae8f76,
        #a8886d,
        #a28165,
        #9c7a5d,
        #957256,
        #8f6b4e,
        #896447
    );
}

/* ----- content ----- */
.left-panel {
    width: 75vw;
    height: 100vh;
    padding: 160px 8% 50px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
    color: var(--color-light);
    will-change: transform, opacity;
}
.left-panel h1 {
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: 0.95;
    font-weight: 300;
    margin-bottom: 20px;
}
.left-panel h2 {
    font-size: 26px;
    line-height: 1.35;
    max-width: 50vw;
}

/* ----- image ----- */
.right-panel-reveal {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    will-change: width, transform;
    transform-origin: left center;
}
.right-panel-reveal::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}
.right-panel-reveal img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
    will-change: transform;
}

@media (max-width: 992px) {
    .sticky-wrapper {
        height: 100vh;
    }
    .hero-section-bg {
        display: none;
    }
    .right-panel-reveal {
        width: 100vw;
        z-index: 1;
    }
    .right-panel-reveal img {
        transform: scale(1);
    }
    .left-panel {
        width: 100vw;
        padding: 40px 25px;
        background: linear-gradient(
            15deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0) 100%
        );
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        justify-content: flex-end;
        padding-bottom: 80px;
    }
    .left-panel h1 {
        font-size: 3.2rem;
    }
    .left-panel h2 {
        font-size: 0.9rem;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	04 . POPUP

//////////////////////////////////////////////////////////////////////////// */

/* ----- animation zoom ----- */
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.9);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.2s ease-out;
    background: rgba(27, 25, 24, 1);
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.9);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* ----- popup ----- */
.popup {
    position: relative;
    background: var(--color-light);
    color: var(--color-dark);
    padding: 0;
    width: auto;
    max-width: 975px;
    margin: 10px auto;
    border-radius: var(--radius-lg);
}
.popup-inner {
    /* padding: 25px; */
}
.popup-header {
    display: flex;
    align-items: center;
    /* padding: 20px 25px; */
}
.popup-title {
    position: relative;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
}
.popup-close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 8px;
    color: var(--color-dark);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 62px;
    line-height: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.popup-close i {
    position: relative;
}
.popup-content {
    display: flex;
}

/* ----- desc ----- */
.popup-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 2;
    padding: 30px;
}
.popup-desc h2 {
    font-size: 30px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: var(--color-primary-4);
}
.popup-desc h3 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 300;
    opacity: 0.75;
}
.popup-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
}
.popup-item {
}
.popup-item h4 {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
/* .popup-item:first-child h4 {
    color: var(--color-primary-1);
} */
.popup-item span {
    display: inline-flex;
    align-items: flex-start;
    white-space: nowrap;
    background-color: var(--color-dark);
    color: var(--color-light);
    border-radius: var(--radius-full);
    padding: 6px 15px;
    font-weight: 500;
}
.popup-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popup-item li {
    font-size: 17px;
    line-height: 1.35;
    padding-left: 20px;
    opacity: 0.75;
}
.popup-item li strong {
    font-weight: 600;
}
.popup-item li::before {
    position: relative;
    content: "\f30f";
    font-family: "Ionicons";
    font-size: 90%;
    display: inline-block;
    margin-left: -20px;
    width: 20px;
}
.popup-item a {
    align-items: flex-start;
}

/* ----- image ----- */
.popup-img {
    display: flex;
    flex: 1;
    flex-shrink: 0;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    overflow: hidden;
}
.popup-img img {
    display: flex;
    object-fit: cover;
    object-position: 95% center;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}

@media only screen and (max-width: 992px) {
    .popup-close {
        background-color: transparent;
    }
    .popup-desc {
        padding: 25px;
    }
    .popup-desc h2 {
        font-size: 26px;
        padding: 0 40px 0 0;
    }
    .popup-desc h3 {
        font-size: 21px;
    }
    .popup-grid {
        gap: 25px;
        margin: 25px 0;
    }
    .popup-img {
        display: none;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	05 . CONCEPT

//////////////////////////////////////////////////////////////////////////// */

.concept {
    background-color: rgba(205, 185, 169, 0.5);
    /* color: var(--color-light); */
}

/* ----- TITLE ----- */
.concept_wrap {
    display: flex;
    gap: 125px;
}
.concept_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    flex: 1;
}
.concept_title h3 {
    font-size: 60px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
}
.concept_title h3 strong {
    font-size: 90px;
    line-height: 0.9;
    font-weight: 700;
}
.concept_title img,
.concept_title video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: var(--radius-lg);
}
.concept_caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex: 1;
}
.concept_caption h4 {
    font-size: 36px;
    line-height: 1.1;
}
.concept_caption img {
    max-width: 500px;
}
.concept_desc {
    font-size: 21px;
    opacity: 0.75;
}

@media only screen and (max-width: 992px) {
    .concept_wrap {
        flex-direction: column;
        gap: 25px;
    }
    .concept_title {
        gap: 25px;
    }
    .concept_title h3 {
        font-size: 36px;
    }
    .concept_title h3 strong {
        font-size: 48px;
    }
    .concept_caption {
        gap: 15px;
    }
    .concept_caption h4 {
        font-size: 24px;
        line-height: 1.15;
    }
    .concept_desc {
        font-size: inherit;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . HIGHLIGHT

//////////////////////////////////////////////////////////////////////////// */

.highlight {
    background-color: var(--color-primary-dark);
    background-color: rgba(82, 60, 43, 0.9);
    /* background-image: linear-gradient(to bottom, #896447, #7b5a40, #6d5039, #5f4632, #523c2b); */
    color: var(--color-primary-xxlight);
}
.highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        #896447,
        #7b5a40,
        #6d5039,
        #5f4632,
        #523c2b
    );
    opacity: 0.35;
}

.highlight_grid {
    position: relative;
    display: grid;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 100px;
    /* margin: 100px 0 0 0; */
}
.highlight_item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px 0;
}
.highlight_item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}
.highlight_item:last-child::after {
    display: none;
}
.highlight_item-img {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.highlight_item-img img {
    height: 50px;
}
.highlight_item-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 17px;
    line-height: 1.35;
}
.highlight_item-desc h3 {
    font-size: 26px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
}
.highlight_item-desc p {
    font-weight: 300;
    opacity: 0.85;
}

@media only screen and (max-width: 992px) {
    .highlight_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .highlight_item {
        flex-direction: row;
        gap: 15px;
        padding: 0 0 25px 0;
        border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
    }
    .highlight_item:last-child {
        padding: 0;
        border: none;
    }
    .highlight_item::after {
        display: none;
    }
    .highlight_item-img {
        align-items: flex-start;
    }
    .highlight_item-img img {
        height: 40px;
    }
    .highlight_item-desc {
        flex: 1;
        gap: 5px;
        font-size: 16px;
    }
    .highlight_item-desc h3 {
        font-size: 20px;
        line-height: 1.1;
    }
    .highlight_item-desc h3 br {
        display: none;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . GRID PHOTOS

//////////////////////////////////////////////////////////////////////////// */

.moving {
    background-color: #5c4737;
}
.moving::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #261a12;
}
.wrapper-gallery {
    display: inline-flex;
    align-items: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    clear: both;
}
.moving-gallery {
    display: flex;
    justify-content: center;
}
.wrapper-gallery li {
    box-sizing: border-box;
    list-style: none;
    overflow: hidden;
    width: 17vw !important;
    margin: 0 5px;
}
.wrapper-gallery li:nth-child(odd) {
    flex: none;
    width: 34vw !important;
}
.wrapper-gallery li img {
    display: flex;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    object-fit: cover;
    border-radius: var(--radius-md);
}

@media only screen and (max-width: 992px) {
    .wrapper-gallery li {
        width: 26vw !important;
        margin: 0 5px;
    }
    .wrapper-gallery li:nth-child(odd) {
        width: 52vw !important;
    }
    .wrapper-gallery li img {
        height: 30vh;
    }
    .wrapper-gallery li:first-child,
    .wrapper-gallery li:last-child {
        display: none;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . EXPERIENCE

//////////////////////////////////////////////////////////////////////////// */

.exp {
    background-color: var(--color-primary-xdark);
    color: var(--color-light);
}

/* .exp .section_title h2 {
    color: var(--color-primary-light);
} */

.exp_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    opacity: 0.2;
}
.exp_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(45%);
}

/* ----- TITLE ----- */
.exp_title {
    flex: 1;
    margin: 0 0 50px 0;
}
.exp_title h3 {
    font-size: 66px;
    line-height: 1.1;
    font-weight: 200;
    color: var(--color-primary-2);
}
.exp_title h3 strong {
    font-weight: 700;
    text-transform: uppercase;
}

/* ----- GRID ----- */
.exp_grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    counter-reset: steps;
}
.exp_item {
    counter-increment: steps;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: rgba(240, 233, 228, 0.15);
    border-radius: 100px;
    padding: 10px;
}
.exp_item-img {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-primary-xxlight);
}
.exp_item-img img {
    position: relative;
    display: flex;
    flex-shrink: 0;
    height: 42px;
    filter: brightness(60%);
}
.exp_item-desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.exp_item-desc span {
    position: relative;
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
}
.exp_item-desc span::before {
    position: relative;
    content: counter(steps, decimal-leading-zero) ". ";
}
.exp_item-desc p {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 300;
    color: var(--color-primary-xxlight);
    opacity: 0.75;
}

@media only screen and (max-width: 992px) {
    .exp_title h3 {
        font-size: 36px;
    }
    .exp_grid {
        gap: 20px;
    }
    .exp_item {
        background-color: #624e3f;
        border-radius: var(--radius-lg);
        padding: 15px;
        align-items: flex-start;
        gap: 15px;
    }
    .exp_item-img {
        width: 70px;
        height: 70px;
    }
    .exp_item-img img {
        height: 35px;
    }
    .exp_item-desc p {
        font-size: 16px;
        line-height: 1.3;
    }
    .exp_item-desc span {
        font-size: 20px;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

    00 . PARALLAX

//////////////////////////////////////////////////////////////////////////// */

.parallax-full {
    /* display: none; */
}

figure {
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100vh;
}
figure img {
    max-width: 100%;
}

.has-parallax-content > img,
.has-parallax > img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-position: center;
    object-fit: cover;
}
.has-parallax-content > video,
.has-parallax > video {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-position: center;
    object-fit: cover;
}
.parallax-image-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.parallax-image-content::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    background-color: #000;
    opacity: 0.25;
}
.parallax-image-content .outer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: var(--site-width);
}

.parallax-image-content .outer h2 {
    font-size: clamp(3rem, calc(4.75vw + 1rem), 7.25rem);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-light);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    transform: skewY(-2.5deg);
}

.parallax-image-content .outer img {
    height: 70%;
}

@media only screen and (max-width: 992px) {
    .parallax-full::after {
        background-size: 33.33% 100%;
        mix-blend-mode: difference;
    }
    .parallax-image-content {
        padding: 0;
    }
    .parallax-image-content .outer {
        padding: 50px 25px;
    }
    /* .parallax-image-content .outer h2 {
        flex-direction: column;
        font-size: 30px;
    }
    .parallax-image-content .outer h2 span {
        padding: 5px 0;
    } */
    .parallax-image-content .outer h3 {
        flex-direction: column;
        gap: 8px;
        font-size: 30px;
    }

    /* HOME */
    .parallax-image-content .outer.home h3 {
        font-size: 36px;
    }
}

/* MASK FILL */
.has-mask-fill > span {
    position: relative;
    display: inline;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000);
    background-size: 0% 100%;
}

h2 .has-mask-fill > span:nth-child(1) {
}
h2 .has-mask-fill > span:nth-child(2) {
}
h2 .has-mask-fill > span {
    -webkit-text-fill-color: rgba(251, 245, 229, 0.25);
    background-image: linear-gradient(var(--color-light), var(--color-light));
}

h3 .has-mask-fill > span {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(#fff, #fff);
}

.has-mask-fill.block-title > span {
    display: block;
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . AVANTAGES

//////////////////////////////////////////////////////////////////////////// */

.plus {
    background-color: rgba(205, 185, 169, 0.5);
}

.plus_wrap {
    display: flex;
    gap: 150px;
}

/* ----- CAPTION ----- */
.plus_caption {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}
.plus_caption h4 {
    font-size: 36px;
    line-height: 1.1;
}
.plus_desc {
    font-size: 20px;
    opacity: 0.75;
}

.plus_grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 25px 0 0 0;
}
.plus_item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 25px 0;
    border-bottom: 1px solid rgba(27, 25, 24, 0.15);
}
.plus_item:last-child {
    padding: 0;
    border: none;
}
.plus_item-img {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.plus_item-img img {
    position: relative;
    display: flex;
    flex-shrink: 0;
    height: 50px;
}
.plus_item-desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.plus_item-desc span {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}
.plus_item-desc p {
    font-size: 17px;
    line-height: 1.35;
    opacity: 0.75;
}

@media only screen and (max-width: 992px) {
    .plus_wrap {
        flex-direction: column;
        gap: 50px;
    }
    .plus_caption {
        gap: 15px;
    }
    .plus_caption h4 {
        font-size: 24px;
        line-height: 1.15;
    }
    .plus_desc {
        font-size: inherit;
    }
    .plus_item {
        align-items: flex-start;
        gap: 15px;
    }
    .plus_item-img {
        top: 5px;
    }
    .plus_item-img img {
        height: 45px;
    }
    .plus_item-desc {
        font-size: 16px;
        line-height: 1.3;
    }
    .plus_item-desc span {
        font-size: 20px;
    }
}

/* ----- COMPARE ----- */
.plus_compare {
    flex: 1;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

:root {
    --pos: 50%;
}
.comparison-slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
    border-radius: var(--radius-lg);
}
.img-base,
.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.img-overlay {
    z-index: 2;
    clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
    filter: grayscale(50%);
}
.slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    z-index: 3;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}
.handle-line {
    width: 2px;
    flex-grow: 1;
    background: #e3d8cf;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.handle-circle {
    width: 44px;
    height: 44px;
    background: #e3d8cf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-dark);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    margin: 0;
    flex-shrink: 0;
}
.label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(43, 31, 22, 0.75);
    color: var(--color-light);
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.label-left {
    right: 50px;
}
.label-right {
    left: 50px;
}

@media only screen and (max-width: 992px) {
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . CABINE

//////////////////////////////////////////////////////////////////////////// */

/* .parallax .section_title h2 {
    color: var(--color-primary-light);
} */

.parallax {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.parallax-wrap {
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    padding: 0 15px;
}
.parallax-container {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background-color: #01CAB8; */
    background-color: var(--color-primary-dark);
}

/* .parallax-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.5) 100%);
    z-index: 1;
    pointer-events: none;
} */
.parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    will-change: transform;
    mix-blend-mode: multiply;
    opacity: 1;
}
.parallax-overlay {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    max-width: var(--site-width);
    margin: 0 auto;
    padding: 100px 15px;
}
.parallax-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0;
    color: var(--color-light);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.parallax-box-content {
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    align-items: center;
    gap: 100px;
}
.parallax-box-img {
    position: relative;
    width: 40%;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.35));
}
.parallax-box-desc {
    width: 60%;
}
.parallax-box-desc h3 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}
.parallax-box-desc h3 strong {
    font-weight: 700;
}
.parallax-box-desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.parallax-box-desc li {
    font-size: 17px;
    line-height: 1.35;
    padding-left: 18px;
    font-weight: 300;
    color: var(--color-primary-xlight);
}
.parallax-box-desc li span {
    display: inline-block;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: var(--color-primary-xxlight);
}
.parallax-box-desc li::before {
    position: relative;
    top: -0.05em;
    content: "\f30f";
    font-family: "Ionicons";
    font-size: 90%;
    display: inline-block;
    margin-left: -18px;
    width: 16px;
    color: var(--color-primary-xxlight);
}
.parallax-box-desc a {
    margin: 45px 0 0 0;
}

@media only screen and (max-width: 992px) {
    .parallax-overlay {
        padding: 0;
    }
    .parallax-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 0;
    }
    .parallax-box-content {
        flex-direction: column;
        gap: 35px;
    }
    .parallax-box-img {
        text-align: center;
        width: 100%;
    }
    .parallax-box-img img {
        max-height: 400px;
    }
    .parallax-box-desc {
        font-size: inherit;
        width: 100%;
    }
    .parallax-box-desc h3 {
        font-size: 30px;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . SEANCE

//////////////////////////////////////////////////////////////////////////// */

.session {
    background-color: rgba(205, 185, 169, 0.75);
}

.pinned {
    position: relative;
    overflow: visible;
    width: 100%;
    /* background-color: var(--color-grey-xlight); */
    padding: 0 15px;
}
.pin_scroll-section {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}
.grid-col {
    grid-column-start: span 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    grid-row-end: span 1;
}

/* ----- VISUAL ----- */
.pin_scroll-visual {
    display: flex;
    /* height: calc(100vh - 70px); */
    height: calc(100vh);
    justify-content: center;
    align-items: center;
}
.pin_scroll-visual.page-padding {
    position: sticky;
    /* top: 70px; */
    top: 0;
}
.pin_scroll-img-wrap {
    width: 100%;
    height: calc(100vh);
    max-height: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
}
.pin_scroll-img-list {
    position: relative;
    width: 100%;
    height: 100%;
}
.pin_scroll-img-item {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms ease;
    will-change: opacity;
}
.pin_scroll-img-item.is-active {
    opacity: 1;
}
.pin_scroll-img {
    width: 100%;
    height: 100%;
    /* border-radius: var(--radius-lg); */
    object-fit: cover;
    object-position: top center;
}

/* ----- CONTENT ----- */
.pin_scroll-content.page-padding {
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.pin_scroll-text-wrap {
    padding: 0 0 0 0;
}
.pin_scroll-photo {
    display: none;
}
.pin_scroll-text-item {
    display: flex;
    padding: 2.5em 5em 2.5em 5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 1.25em;
    grid-row-gap: 0.5em !important;
    opacity: 0.2;
    transition: opacity 300ms ease;
    will-change: opacity;
}
.pin_scroll-text-item.is-active {
    opacity: 1;
}

.pin_scroll-text-item .section_title {
    margin: 0 0 50px 0;
}

/* .session_title {
    margin: 0 0 60px 0;
} */
.session_title h3 {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
}
.session_title h3 strong {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 10px 0;
}
.session_title p {
    font-size: 19px;
    opacity: 0.75;
    margin: 25px 0 0 0;
}

.session_item {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 15px;
    border: 1px solid rgba(27, 25, 24, 0.15);
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: var(--radius-lg);
    padding: 25px;
    width: 100%;
}
.session_item h4 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed rgba(27, 25, 24, 0.5);
}
.session_item h4 i {
    font-size: 36px;
    margin: 0 0 5px 0;
}
.session_item h4 span {
    font-size: 75%;
    font-weight: 400;
}

.pin_scroll-text-item h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin: 25px 0 0 0;
}

.session_item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.session_item li {
    padding-left: 20px;
}
.session_item li::before {
    position: relative;
    content: "\f30f";
    font-family: "Ionicons";
    font-size: 90%;
    display: inline-block;
    margin-left: -20px;
    width: 20px;
}
@media only screen and (min-width: 1000px) {
    .col-lg-12 {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    .pin_scroll-section {
        display: block;
        padding: 50px 0;
    }

    .pin_scroll-visual.page-padding {
        display: none;
    }
    .pin_scroll-content.page-padding {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 !important;
    }
    .pin_scroll-text-wrap {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }
    .pin_scroll-text-item {
        opacity: 1;
        padding: 0 15px;
        margin: 0 0 50px 0;
    }
    .pin_scroll-text-item:last-child {
        margin: 0;
    }
    .pin_scroll-photo {
        position: relative;
        display: block;
        width: 100%;
        height: 250px;
        border-radius: var(--radius-lg);
        object-fit: cover;
        margin: 0 0 10px 0;
    }
    .pin_scroll-photo img {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: var(--radius-lg);
        object-fit: cover;
    }
    .pin_scroll-text-item .section_title {
        margin: 0 0 25px 0;
    }
    .session_title h3 {
        font-size: 30px;
    }
    .session_title h3 strong {
        display: inline-block;
        font-size: 36px;
        margin: 0 0 10px 0;
    }
    .session_title h3 br {
        display: none;
    }
    .session_title p {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .session_item {
        gap: 10px;
        padding: 20px;
    }
    .session_item h4 {
        font-size: 26px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . FAQ

//////////////////////////////////////////////////////////////////////////// */

.faq {
    background-color: rgba(205, 185, 169, 0.25);
}

.accordion-wrap {
    margin: 0 0 75px 0;
}
.accordion-wrap:last-child {
    margin: 0;
}
.accordion-wrap h2 {
    font-size: clamp(24px, 4vw, 30px);
    line-height: 1.05;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin: 0 0 25px 0;
    color: var(--color-primary-light);
}
.accordion-list {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}
.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    border: rgba(205, 185, 169, 0.5) solid 1px;
    border-radius: var(--radius-md);
    background-color: var(--color-primary-xxlight);
    padding: 22px 15px;
    margin: 0 0 10px 0;
}
.accordion-list li:last-child {
    margin: 0;
}
.accordion-list li.active {
    display: block;
}
.accordion-list li h3 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    color: var(--color-primary-dark);
    cursor: pointer;
}
.accordion-list li h3 span {
    padding: 0 20px 0 0;
    flex: 1;
}
.accordion-list li h3:after {
    content: "\f30f";
    font-family: "Ionicons";
    position: relative;
    margin-left: auto;
    color: var(--color-primary-dark);
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:
        transform 0.25s,
        color 0.25s;
    font-size: 20px;
}
.no-touch .accordion-list li:hover h3:after,
.accordion-list li.active h3:after {
    transform: rotate(90deg);
    color: var(--color-primary-1);
}
.accordion-list li div.answer {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 25px 50px 0 0;
}
.accordion-list li div.answer p {
    position: relative;
    display: block;
    opacity: 0.75;
}
.accordion-list li .answer a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: var(--color-dark) !important;
    background: linear-gradient(90deg, var(--color-dark), var(--color-dark));
    background-size: 100% 2px;
    background-position-x: 0%;
    background-position-y: calc(100% - 1px);
    background-repeat: no-repeat;
    font-weight: 500 !important;
}
.no-touch .accordion-list li .answer a:hover {
    animation-name: underlineHover;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    color: var(--color-dark) !important;
}
@keyframes underlineHover {
    0% {
        background-position-x: 100%;
        background-size: 100% 2px;
    }
    50% {
        background-position-x: 100%;
        background-size: 0% 2px;
    }
    51% {
        background-position-x: 0%;
        background-size: 0% 2px;
    }
    100% {
        background-position-x: 0%;
        background-size: 100% 2px;
    }
}

@media only screen and (max-width: 992px) {
    .accordion-wrap {
        margin: 0 0 50px 0;
    }
    .accordion-list li {
        padding: 15px;
    }
    .accordion-list li h3 {
        font-size: 17px;
        line-height: 1.25;
    }
    .accordion-list li div.answer {
        margin: 0;
        padding: 15px 0 0 0;
    }
    .accordion-list li div.answer p {
        font-size: 15px;
    }
}

/* ////////////////////////////////////////////////////////////////////////////

	00 . LEGAL (politique / cgv / mentions)

//////////////////////////////////////////////////////////////////////////// */

.legal {
    position: relative;
    width: 100%;
    padding: 200px 8% 120px 8%;
    background-image: linear-gradient(
        to right top,
        #cdb9a9,
        #c7b09e,
        #c1a793,
        #ba9f89,
        #b4967e,
        #ae8f76,
        #a8886d,
        #a28165,
        #9c7a5d,
        #957256,
        #8f6b4e,
        #896447
    );
    color: var(--color-light);
    overflow: hidden;
}
.legal::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            ellipse at top right,
            rgba(236, 98, 38, 0.18),
            transparent 60%
        ),
        radial-gradient(
            ellipse at bottom left,
            rgba(43, 31, 22, 0.35),
            transparent 55%
        );
    pointer-events: none;
}
.legal_inner {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto;
}
.legal_title {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    color: var(--color-light);
}
.legal_meta {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 1px solid rgba(249, 246, 244, 0.35);
    border-radius: var(--radius-full);
    margin-bottom: 50px;
    color: var(--color-light);
    opacity: 0.9;
}
.legal_prose {
    background-color: var(--color-light);
    color: var(--color-dark);
    border-radius: var(--radius-xl);
    padding: 60px 70px;
    box-shadow: 0 30px 80px -20px rgba(43, 31, 22, 0.35);
    font-size: 16px;
    line-height: 1.7;
}
.legal_prose > *:first-child {
    margin-top: 0;
}
.legal_prose > *:last-child {
    margin-bottom: 0;
}

.legal_prose h1,
.legal_prose h2,
.legal_prose h3,
.legal_prose h4,
.legal_prose h5,
.legal_prose h6 {
    color: var(--color-primary-xdark);
    font-weight: 500;
    line-height: 1.25;
    margin: 2em 0 0.6em 0;
}
.legal_prose h1 {
    font-size: 2rem;
}
.legal_prose h2 {
    font-size: 1.6rem;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-primary-xxlight);
}
.legal_prose h3 {
    font-size: 1.25rem;
    color: var(--color-primary-1);
}
.legal_prose h4 {
    font-size: 1.05rem;
}

.legal_prose p {
    margin: 0 0 1.1em 0;
    color: var(--color-primary-dark);
}
.legal_prose strong,
.legal_prose b {
    color: var(--color-primary-xdark);
    font-weight: 600;
}

.legal_prose a {
    color: var(--color-primary-1);
    text-decoration: none;
    background-image: linear-gradient(
        var(--color-primary-1),
        var(--color-primary-1)
    );
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    transition:
        background-size 0.25s,
        color 0.25s;
}
.no-touch .legal_prose a:hover {
    color: var(--color-primary-xdark) !important;
    background-image: linear-gradient(
        var(--color-primary-xdark),
        var(--color-primary-xdark)
    );
    background-size: 100% 2px;
}

.legal_prose ul,
.legal_prose ol {
    margin: 0 0 1.4em 0;
    padding: 0 0 0 1.4em;
    color: var(--color-primary-dark);
}
.legal_prose ul {
    list-style: none;
    padding-left: 0;
}
.legal_prose ul li {
    position: relative;
    padding: 0 0 0.5em 1.6em;
}
.legal_prose ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-primary-1);
}
.legal_prose ol {
    list-style: decimal;
}
.legal_prose ol li {
    padding: 0 0 0.5em 0.4em;
}
.legal_prose ol li::marker {
    color: var(--color-primary-1);
    font-weight: 600;
}

.legal_prose blockquote {
    margin: 1.6em 0;
    padding: 18px 24px;
    border-left: 3px solid var(--color-primary-1);
    background-color: var(--color-primary-xxlight);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    font-style: italic;
    color: var(--color-primary-dark);
}
.legal_prose blockquote p:last-child {
    margin-bottom: 0;
}

.legal_prose code {
    font-family: ui-monospace, Menlo, Consolas, monospace;
    font-size: 0.92em;
    padding: 2px 6px;
    background: var(--color-primary-xxlight);
    color: var(--color-primary-xdark);
    border-radius: 4px;
}
.legal_prose pre {
    background: var(--color-primary-xdark);
    color: var(--color-light);
    padding: 18px 22px;
    border-radius: var(--radius-md);
    overflow-x: auto;
    margin: 1.4em 0;
}
.legal_prose pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.legal_prose hr {
    border: 0;
    height: 1px;
    background: var(--color-primary-xxlight);
    margin: 2.4em 0;
}

.legal_prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 15px;
}
.legal_prose table th,
.legal_prose table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid var(--color-primary-xxlight);
}
.legal_prose table th {
    background: var(--color-primary-xxlight);
    color: var(--color-primary-xdark);
    font-weight: 600;
}

.legal_prose img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    margin: 1em 0;
}

@media only screen and (max-width: 992px) {
    .legal {
        padding: 140px 5% 80px 5%;
    }
    .legal_meta {
        margin-bottom: 30px;
    }
    .legal_prose {
        padding: 30px 22px;
        font-size: 15px;
        border-radius: var(--radius-lg);
    }
    .legal_prose h1 {
        font-size: 1.6rem;
    }
    .legal_prose h2 {
        font-size: 1.3rem;
    }
    .legal_prose h3 {
        font-size: 1.1rem;
    }
}
