.page-custom-landing-fabrice-gillotte-le-savoir-faire-dun-meilleur-ouvrier-de-france-chocolatier {
    overflow-x: clip;
}

.fg-mof-landing {
    color: #242425;
    background: #fff;
}

.fg-mof-hero {
    background:
        linear-gradient(rgba(36, 36, 37, 0.35), rgba(36, 36, 37, 0.35)),
        url("../../img/pages/fabrice-gillotte-le-savoir-faire-dun-meilleur-ouvrier-de-france-chocolatier/FG-entete.jpg") center/cover no-repeat;
    min-height: clamp(220px, 32vw, 380px);
    display: flex;
    align-items: center;
}

.fg-mof-hero__inner,
.fg-mof-editorial__inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.fg-mof-hero__inner {
    padding: 48px 0;
}

.fg-mof-hero h3 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: 18px;
    font-weight:400;
    text-transform: uppercase;
    line-height: 1.1;

}

.fg-mof-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    gap: 0;
    align-items: start;
    margin : 75px 0;
}

.fg-mof-intro__media {
    background: #f2f2f4;
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100%;
    min-height: 100vh;
}

.fg-mof-intro__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fg-mof-intro__content {
    padding: 48px clamp(24px, 5vw, 72px) 64px;
}

.fg-mof-awards h3 {
    color: #2445a2;
}

.fg-mof-intro__content h2 {
    margin: 0 0 24px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.1;
}

.fg-mof-intro__content p,
.fg-mof-editorial__inner p {
    margin: 0 0 18px;
    line-height: 1.7;
    font-size: 14px;
}

.fg-mof-intro__source {
    font-size: 0.95rem;
    color: #5f5f66;
    font-style: italic;
}

.fg-mof-awards {
    margin-top: 32px;
    padding: 28px;
    background: #f7f8fb;
    border-left: 4px solid #2445a2;
}

.fg-mof-awards h3 {
    margin: 0 0 16px;
    font-size: 1.4rem;
}

.fg-mof-awards ul {
    margin: 0;
    padding-left: 20px;
}

.fg-mof-awards li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.fg-mof-editorial__inner {
    max-width: 980px;
}

.fg-mof-editorial__inner h2 {
    font-size: 17px ;
    text-align: center ;
    color: #444;
    font-weight: 500 ;
    margin: 20px 0;
}

.fg-mof-editorial a {
    color: #2445a2;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.fg-mof-editorial__more {
    margin-top: 24px;
    padding-top: 24px;
}

.fg-mof-editorial__more summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #444444;
    margin: 0;
}

.fg-mof-editorial__more summary::-webkit-details-marker {
    display: none;
}

.fg-mof-editorial__more[open] summary {
    display: none;
}

.fg-mof-editorial__more-content {
    padding-top: 24px;
}

@media (max-width: 991px) {
    .fg-mof-intro {
        grid-template-columns: 1fr;
    }

    .fg-mof-intro__media {
        position: static;
        min-height: auto;
    }

    .fg-mof-intro__media img {
        height: auto;
    }

    .fg-mof-intro__content {
        padding: 32px 24px 48px;
    }
}

@media (max-width: 767px) {
    .fg-mof-hero__inner,
    .fg-mof-intro,
    .fg-mof-editorial__inner {
        width: min(100% - 24px, 1200px);
    }

    .fg-mof-hero__inner {
        padding: 36px 0;
    }

    .fg-mof-awards {
        padding: 22px 18px;
    }

    .fg-mof-editorial {
        padding-bottom: 56px;
    }
}
