/* Scoped refinements for the public-facing animation guides. */
.ee-animation-guide__hero {
    min-height: 370px;
}

.ee-animation-guide__hero::before {
    background: linear-gradient(90deg, rgba(11, 41, 65, 0.68) 0%, rgba(11, 41, 65, 0.62) 56%, rgba(11, 41, 65, 0.5) 100%);
}

.ee-animation-guide__hero .ee-product-shell {
    padding-block: 42px 50px;
}

.ee-animation-guide__back {
    margin-bottom: 22px;
}

.ee-animation-intro-layout {
    display: grid;
    width: min(var(--ee-shell), calc(100% - 40px));
    grid-template-columns: minmax(0, 1.38fr) minmax(300px, 1fr);
    align-items: center;
    margin-inline: auto;
    padding-block: 56px;
    gap: 42px;
}

.ee-animation-intro-layout > .ee-guide-introduction {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
}

.ee-animation-intro-layout > .ee-guide-editorial-image {
    width: 100%;
    margin: 0;
}

.ee-animation-intro-layout > .ee-guide-editorial-image img {
    width: 100%;
    max-height: 350px;
    margin: 0 auto;
    object-fit: contain;
}

.ee-animation-intro-layout .ee-guide-lead {
    font-size: 18px;
    line-height: 1.5;
}

.ee-animation-intro-layout .ee-guide-introduction > p:not(.ee-guide-kicker, .ee-guide-lead) {
    margin-block: 10px 0;
    font-size: 15px;
    line-height: 1.55;
}

.ee-animation-intro-layout .ee-guide-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 24px;
    gap: 10px;
}

.ee-animation-intro-layout .ee-guide-facts p {
    padding: 14px;
    font-size: 13px;
    line-height: 1.42;
}

.ee-animation-intro-layout .ee-guide-facts strong {
    font-size: 14px;
}

.ee-animation-offers .ee-animation-offer-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
    gap: 14px;
}

.ee-animation-guide--entreprises-cse-associations .ee-animation-offers .ee-animation-offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ee-animation-guide--particuliers .ee-animation-offers .ee-animation-offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ee-animation-guide--communes-comites-des-fetes .ee-animation-offers .ee-animation-offer-grid,
.ee-animation-guide--ecoles-ape .ee-animation-offers .ee-animation-offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ee-animation-guide--centres-de-loisirs .ee-animation-offers .ee-animation-offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ee-animation-offers .ee-animation-offer {
    display: grid;
    grid-template-rows: 155px 1fr;
}

.ee-animation-offers .ee-animation-offer__media {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    height: 155px;
    margin: 0 !important;
}

.ee-animation-offers .ee-animation-offer__body {
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.ee-animation-offers .ee-animation-offer h3 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.2;
}

.ee-animation-offers .ee-animation-offer__body > p:not(.ee-animation-offer__label, .ee-animation-offer__link) {
    margin-block: 0;
    font-size: 15px;
    line-height: 1.5;
}

.ee-animation-offers .ee-animation-offer ul {
    margin-top: 14px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.ee-animation-offers .ee-animation-offer__link {
    margin-top: auto;
    padding-top: 14px;
}

@media (max-width: 980px) {
    .ee-animation-intro-layout {
        grid-template-columns: 1fr;
        padding-block: 48px;
        gap: 28px;
    }

    .ee-animation-intro-layout > .ee-guide-editorial-image img {
        max-height: 330px;
    }

    .ee-animation-guide--entreprises-cse-associations .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--particuliers .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--communes-comites-des-fetes .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--ecoles-ape .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--centres-de-loisirs .ee-animation-offers .ee-animation-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ee-animation-offers .ee-animation-offer {
        grid-template-rows: 180px 1fr;
    }

    .ee-animation-offers .ee-animation-offer__media {
        height: 180px;
    }
}

@media (max-width: 620px) {
    .ee-animation-guide__hero {
        min-height: 330px;
    }

    .ee-animation-guide__hero::before {
        background: linear-gradient(90deg, rgba(11, 41, 65, 0.72) 0%, rgba(11, 41, 65, 0.64) 100%);
    }

    .ee-animation-guide__hero .ee-product-shell {
        padding-block: 34px 38px;
    }

    .ee-animation-guide__back {
        margin-bottom: 18px;
    }

    .ee-animation-intro-layout {
        width: min(100% - 26px, var(--ee-shell));
        padding-block: 40px;
        gap: 24px;
    }

    .ee-animation-intro-layout .ee-guide-facts {
        grid-template-columns: 1fr !important;
        margin-top: 20px;
    }

    .ee-animation-intro-layout .ee-guide-facts p {
        padding: 13px 14px;
    }

    .ee-animation-intro-layout > .ee-guide-editorial-image img {
        max-height: 300px;
    }

    .ee-animation-guide--entreprises-cse-associations .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--particuliers .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--communes-comites-des-fetes .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--ecoles-ape .ee-animation-offers .ee-animation-offer-grid,
    .ee-animation-guide--centres-de-loisirs .ee-animation-offers .ee-animation-offer-grid {
        grid-template-columns: 1fr !important;
    }

    .ee-animation-offers .ee-animation-offer {
        grid-template-rows: 190px 1fr;
    }

    .ee-animation-offers .ee-animation-offer__media {
        height: 190px;
    }
}
