﻿.landing-pages__offres-a-la-une {
    background: linear-gradient(186deg, #FC9D7A -23.05%, #633141 30.36%, #2E1C22 70.05%);
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;

    & .revive-banner {
        width: 100%;
        height: auto;

        & img {
            width: 100%;
            height: auto;
        }
    }

    & > .page-header {
        gap: 25px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

        @media screen and (max-width: 960px) {
            padding: 0px 5px;
        }
    }

    & > main {
        display: flex;
        flex-direction: column;
        gap: 35px;

        @media screen and (max-width: 960px) {
            padding: 0px 5px;
        }

        & > .highlights {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        & .cybertek__bloc-liste-produits-marques__voir-plus {
            background: linear-gradient(90deg, #000 33.17%, rgba(0, 0, 0, 0.00) 100%), url(https://www.cybertek.fr/images_produits/cybertek/images-landing/a-la-une/banner.png);
            background-position: center;
            background-size: cover;
        }

        & > .cta-section {
            display: flex;
            justify-content: center;
            width: 100%;

            & > a {
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #FFFFFF;
                padding: 10px 24px;
                border-radius: 50px;
                gap: 10px;

                & > p {
                    color: #000;
                    text-align: center;
                    font-family: Montserrat;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                }
            }
        }

        & .liste-vignettes-larges__cta {
            display: none;
        }

        & .liste-vignettes-larges__liste {
            justify-content: space-between;

            @media screen and (max-width: 1300px) {
                justify-content: center;
            }
        }

        & .cybertek__bloc-liste-produits-marques__event-pill {
            background-color: #558EA8;
        }

        & .cbk_selector-mobile__product-details__event,
        & .cbk_selector-mobile__product-item__tag {
            display: unset;
            background-color: #558EA8;
        }

        & .cbk_selector-mobile__product-items__list {
            display: unset;
        }
    }

    & > .page-footer {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;

        @media screen and (max-width: 960px) {
            padding: 0px 5px;
        }
    }

    & .rich-text {
        display: flex;
        flex-direction: column;
        gap: 10px;

        & > h1 {
            color: #FFF;
            font-family: Outfit;
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
        }

        & > h2 {
            color: #FFF;
            font-family: Outfit;
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
        }

        & p,
        & span,
        & a {
            color: #FFF;
            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
        }

        & ul {
            list-style-position: inside;
            list-style-type: disc;

            & li {
                color: #FFF;
                font-family: Outfit;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
            }
        }

        & em {
            font-style: italic;
        }

        & strong {
            font-weight: 600;
        }

        & a {
            text-decoration: underline;
            color: #FFC600;

            &:hover {
                text-decoration: unset;
                color: #FFE783;
            }
        }
    }

    & .auto-size {
        max-width: 1280px;
        width: 100%;

        @media screen and (max-width: 1300px) {
            max-width: 1000px;
        }

        @media screen and (max-width: 1020px) {
            max-width: 960px;
        }
    }
}
