/* Webfonts */
@font-face {
    font-family: 'Gotham';
    src: url('css/font/Gotham-Bold.woff2') format('woff2'),
        url('css/font/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('css/font/Gotham-Book.woff2') format('woff2'),
        url('css/font/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cochin LT Std';
    src: url('css/font/CochinLTStd.woff2') format('woff2'),
        url('css/font/CochinLTStd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('css/font/Gotham-Black.woff2') format('woff2'),
        url('css/font/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.pad-cote {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* Utility Classes */
.font-gotham-book {
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
}

.font-gotham-bold {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
}

.font-gotham-black {
    font-family: 'Gotham', sans-serif;
    font-weight: 900;
}

.font-cochin {
    font-family: 'Cochin LT Std', serif;
    font-weight: 500;
}

.w-30 {
    width: 30px;
}

.w-700 {
    max-width: 700px;
}

.w-640 {
    max-width: 640px;
}

.w-620 {
    max-width: 620px;
}

.mt-30 {
    margin-top: 30px;
}

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

.cursor-pointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 15px;
}

body {
    color: #000000;
    overflow-x: hidden;
    text-align: center;
    font-family: 'Gotham Book', sans-serif;
    font-weight: normal;
    line-height: 1.4;
}

/* Loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.5s ease-out;
}

.img_1_pre {
    opacity: 0.2;
    margin: auto;
    width: 190px;
    height: auto;
}

.img_2_pre {
    opacity: 0.2;
    margin: auto;
    width: 30px;
    height: 30px;
}

/* Password Overlay */
#password-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.password-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#password-input {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-align: center;
    outline: none;
    font-family: 'Gotham Book', sans-serif;
}

#password-submit {
    padding: 10px 20px;
    font-size: 0.8rem;
    background: #ffffff;
    color: #000000;
    border: none;
    cursor: pointer;
    font-family: 'Gotham', sans-serif;
    letter-spacing: 1px;
}

#password-submit:hover {
    background: #e0e0e0;
}

/* Backgrounds & Masks */
.plaque,
.top-mask {
    will-change: background;
}

.plaque {
    /* background: radial-gradient(at 100% 100%, #fefdf8 0%, #fdeeb3 33%, #fbcf64 66%, #e9903c 100%); */
    background: radial-gradient(at 100% 100%, #fefdf8 0%, #fdeeb3 33%, #fbcf64 66%, #e9903c 100%);

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.plaque_2 {
    background-image: radial-gradient(at 100% 100%, #fefdf8 0%, #fdeeb3 50%, #fbcf64 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
}

.plaque_3 {
    background-image: url(images/fond_0.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -8;
}

.top-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    z-index: 1000;
    /* background: radial-gradient(at 100% 100%, #fefdf8 0%, #fdeeb3 33%, #fbcf64 66%, #e9903c 100%); */
    /* background: radial-gradient(circle, rgba(225, 169, 180, 1) 0%, rgba(232, 194, 201, 1) 50%, rgba(250, 246, 251, 1) 100%); */

    overflow: visible;
}

.top-mask_2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    z-index: 1001;
    /* background: radial-gradient(at 100% 100%, #fefdf8 0%, #fdeeb3 50%, #fbcf64 100%); */
    opacity: 0;
    overflow: visible;
}

.logo {
    position: fixed;
    top: 7px;
    left: 0;
    right: 0;
    width: 100%;
    height: 52px;
    z-index: 1002;
    overflow: visible;
    margin: auto;
}

.logo img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.logo-2 {
    opacity: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}


/* Menu */
.menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
    /* width: calc(100% - 100px); */
    height: 67px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding: 0 80px;
}

.menu img {
    width: auto;
    height: 52px;
    /* margin: auto; Removed to allow proper centering with flex */
}

/* Menu Dropdown Container */
.menu-dropdown-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    z-index: 2000;
    /* Higher than masks */
    display: flex;
    justify-content: center;
    pointer-events: none;
    /* Let clicks pass through to logo if needed, but we need hover */
    pointer-events: auto;
    /* Actually needs auto to capture hover */
}

/* Menu Dropdown */
.menu-dropdown {
    position: absolute;
    top: 67px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    padding: 12px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    display: none;
}

/* Show dropdown when hovering the container */
.menu-dropdown-container:hover .menu-dropdown {
    opacity: 1;
    pointer-events: auto;
}

#section2 .block {
    margin-bottom: 40px;
}

.menu-dropdown a {
    text-decoration: none;
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    transition: opacity 0.3s;
    font-weight: 500;
}

.menu-dropdown a:hover {
    opacity: 0.5;
}

/* ScrollSmoother */
#smooth-wrapper {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Mask content under the 67px header */
    -webkit-mask-image: linear-gradient(to bottom, transparent 66px, black 6px);
    mask-image: linear-gradient(to bottom, transparent 66px, black 66px);
}

#smooth-content {
    overflow: visible;
    width: 100%;
    /* Ensure content has height */
}

/* Typography & Text Blocks */
.text-elegant {
    text-wrap: balance;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 6rem;
    margin-bottom: 10px;
    line-height: 1;
}

.uppercase {
    text-transform: uppercase;
}

h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1;
}

.block {
    text-transform: uppercase;
}

.block h2 {
    margin-bottom: 0;
}

.sub-title p {
    font-size: 1.8rem;
    margin-bottom: 0;
}



.block p {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.title p {
    font-size: 3.5rem;
    line-height: 1;
}

.title p span {
    font-size: 2.5rem;
    margin-top: 20px;
    display: block;
    line-height: 1.2;
}


@media (max-width: 1440px) {
    .col-1-text {
        font-size: 1.45rem !important;
        padding: 15px 30px !important;
    }

}


@media (max-width: 1250px) {
    h2 {
        font-size: 3rem;
    }


    .sub-title p {
        font-size: 1.5rem;
    }

    .block p {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 5rem;
    }

    .title p {
        font-size: 3rem;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 13px;
    }

    .col-1-text,
    .quote-un {
        font-size: 1.2rem !important;
        padding: 15px 20px !important;
    }
}

@media (max-width: 800px) {
    .col-3-img-wrapper {
        height: auto !important;
    }

    .grid-section {
        padding: 0 30px !important;
    }

    .logo {
        width: 70px;
        height: auto;
    }

    .grid-col-2 {
        height: 60vh !important;
    }

    .title p {
        font-size: 1.8rem;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .sub-title p {
        font-size: 1.1rem;
    }

    .block p {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .quote-un img {
        width: 40px;
    }
}





.hero-title {
    text-transform: uppercase;
}


.hero-title p {
    margin-bottom: 0;
}


.sub-title,
.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.title {
    opacity: 0;
    text-transform: uppercase;
}

/* Spacers & Sections */
.spacer {
    height: 160px;
    /* height: 18vh;
    max-height: 200px;
    min-height: 120px; */
}

.spacer-half {
    height: 80px
        /* height: 9vh;
    max-height: 100px;
    min-height: 60px; */
}

.section {
    height: calc(100vh - 66px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#section1 {
    height: 100vh;
    opacity: 0;
}

.section-height {
    height: 45vh;
}

.section-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section-text-in {
    max-width: 840px;
    margin: auto;
}

.en .section-text-in {
    max-width: 790px;
}

/* Quotes */
.section-quote {
    flex-direction: column;
}

.quote-un {
    font-size: 1.9rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.quote-bloc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.quote-bloc img:first-child {
    align-self: flex-start;
    margin-bottom: 5px;
}

.quote-bloc img:last-child {
    align-self: flex-end;
    margin-top: 5px;
}

.quote-un img:first-child {
    align-self: flex-start;
    margin-bottom: 10px;
}

.quote-un img:last-child {
    align-self: flex-end;
    margin-top: 10px;
}

.quote-deux {
    font-size: 1.9rem;
    line-height: 1;
    margin-top: 30px;
}

.quote-deux span {
    font-size: 1.1rem;
}

.button {
    font-size: 0.8rem;
    cursor: pointer;
}

.under {
    border-top: 1px solid #000000;
    margin: 0 30px 30px 30px;
}

/* Grid Section */
.grid-section {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    width: 100%;
    overflow: hidden;
    gap: 15px;
    padding: 0 50px;
}

.grid-gap-15 {
    gap: 15px;
}

.grid-col {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}



/* Column 1: Text + Image */
.col-1-text {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    font-size: 1.9rem;
    line-height: 1.2;
    min-height: 40%;
    /* Takes necessary space */
}

/* .col-1-text img:first-child {
    margin-bottom: 15px;
} */

/* .col-1-text img:last-child {
    margin-top: 10px;
} */

.col-1-img-wrapper {
    flex-grow: 1;
    /* Takes remaining space */
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
}

.col-1-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* Column 2: Full Video */
.col-2-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Column 3: Two Stacked Images */
.col-3-img-wrapper {
    width: 100%;
    height: calc(50% - 7.5px);
    position: relative;
}

.col-3-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Interactive Elements */
.in-video {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}


/* Circle with Plus */
.circle-plus {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}

.circle-plus::before,
.circle-plus::after {
    content: '';
    position: absolute;
    background-color: #000000;
}

.circle-plus::before {
    width: 1px;
    height: 30px;
    /* Height of the vertical line */
}

.circle-plus::after {
    width: 30px;
    /* Width of the horizontal line */
    height: 1px;
}

.legend {
    font-size: 0.65rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.legend-compact {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

/* Close icon (X) */
.close {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}



.close::before,
.close::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #000000;
}

.close::before {
    transform: rotate(45deg);
}

.close::after {
    transform: rotate(-45deg);
}

.section-riri {
    /* height: calc(100vh - 66px); */
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-riri img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top center;
}

/* Video Sections */
.section-video {
    /* height: calc(100vh - 66px); */
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-video img {
    height: calc(100vh - 66px);
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.section-video-5 {
    margin: auto !important;
}

.section-video-5 .video-cover {
    margin: auto;
    height: auto;
}

/* Video mute button */
.video-mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 10;
}

.video-mute-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    font-size: 0.65rem;
    width: 100%;
    color: #fff;
}

.footer div {
    flex: 1;
}

.footer div:first-child {
    text-align: left;
}

.footer div:nth-child(2) {
    text-align: center;
}

.footer div:last-child {
    text-align: right;
}

#section2 .slide-2 {
    top: 0;
}

.section_3 .slide-2 {
    margin-top: 10%
}


/* Slide Content & Drop Cap */
.slide-2 {
    /* text-align: justify; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    opacity: 0;
}

/* Drop Cap (Lettrine) */
.drop-cap {
    float: left;
    font-size: 6.1rem;
    line-height: 0.75;
    margin-right: 5px;
    margin-top: 15px;
    font-family: 'Cochin LT Std', serif;
    font-weight: 500;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .grid-section {
        grid-template-columns: 1fr;
        height: auto;
    }

    .col-3-img {
        height: 50vh;
    }
}

.video-dk {
    display: block;
}

.video-mob {
    display: none;
}

@media (max-width: 768px) {
    .video-dk {
        display: none;
    }

    .video-mob {
        display: block;
    }
}