/* PAGE HEADER */
.componentBlockPageHeader {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.componentBlockPageHeader-background {
    display: block;
    width: 100%;
    height: 100%;
}

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

.pageArticle h1 {
    /* color: var(--white); */
    line-height: 90%;
    margin-bottom: 1.81rem;
    /* text-shadow:
        -0.05rem -0.05rem 0 var(--color-primary),
        0.05rem -0.05rem 0 var(--color-primary),
        -0.05rem 0.05rem 0 var(--color-primary),
        0.05rem 0.05rem 0 var(--color-primary); */
    text-align: center;
}

.componentBlockPageHeader h1 span {
    display: block;
    color: var(--color-secondary, white);
}

.componentBlockPageHeader-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-inline: var(--padding-xl);
    align-items: center;
    text-align: center;
    margin-top: var(--spacing-md);
}

.article-content .article-content-detail {
    width: 100%;
}

.pageRecipe-description {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pageArticle .pageRecipe-description .cta {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-inline: 0.625rem;
    padding-inline: 1rem;
    text-align: center;
}

.background-desktop {
    display: none;
}

/* IMAGE TopicImageText */
.article-topicImageText {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
}

.article-topicImageText img {
    width: 20%;
}

/* END IMAGE TopicImageText */


/* SURCHARGE DES Hn pour tous les blocs de la pageArticlePage */
.pageArticle h2 {
    font-size: 3rem !important;
    line-height: 3rem !important;
}

.pageArticle h3:not(.recipe-footer-title) {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
}

.pageArticle h4 {
    font-size: 2rem !important;
    line-height: 2rem !important;
}

@media (min-width: 768px) {
    .background-mobile {
        display: none;
    }

    .background-desktop {
        display: block;
    }

    .componentBlockPageHeader {
        height: 61vh;
    }

    .pageArticle h1 {
        font-size: 5.375rem;
        line-height: 3.75rem;
        width: 85%;
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .componentBlockPageHeader-content {
        top: 50%;
        transform: translateY(-50%);

        text-align: left;
        align-items: flex-start;
        padding-inline: 3.75rem;
    }

    .pageRecipe-description {
        font-size: 1.375rem;
        padding-left: unset;
    }

    .pageArticle .pageRecipe-description {
        align-items: unset;
    }

    .pageArticle .pageRecipe-description .cta {
        font-size: 1.5rem;
        line-height: 150%;
        padding-inline: 1.938rem;
        margin: var(--spacing-md);
    }
}

@media (min-width: 1024px) {

    .componentBlockPageHeader {
        margin-top: 4.25rem;
    }

    .componentBlockPageHeader-content {
        padding-inline: 5.31rem;
    }

    .pageRecipe-description {
        padding: unset;
        display: flex;
        font-size: 1.75rem;
        line-height: 2rem;
    }
}

/* 1680px */
@media screen and (min-width: 1680px) {
    .componentBlockPageHeader-content {
        padding-inline: var(--padding-section);
        max-width: 1440px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* END PAGE HEADER */

.article-container-waveDivider {
    display: none;
}

.pageArticle .article-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-block: 2rem;
    padding-inline: 2rem;
}

.pageArticle .article-content a {
    /* color: -webkit-link; */
    color: var(--blueMinusl);
}

@media screen and (min-width: 768px) {
    /* .pageArticle .article-container-image {
        padding-bottom: 12rem;
    } */

    .article-container-waveDivider {
        display: block;
        background-image: url("img/wave3-d89c23fa867e7438fd7c8d46098991db.svg");
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 8.8rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
}

@media screen and (min-width: 1024px) {

    .pageArticle h1 {
        text-align: left;
    }

    .pageArticle .article-content {
        padding-inline: 7.5rem;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1680px) {

    .pageArticle h1,
    .pageArticle .article-container-cta,
    .pageArticle .article-content {
        max-width: 1440px;
    }

    .pageArticle .article-content {
        padding-bottom: 0px;
    }

    .pageArticle .article-content-width {
        display: flex;
        justify-content: center;
    }

    .pageArticle .article-componentProductList {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}