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

    ::-webkit-scrollbar-thumb {
        background: #89BD3D;
    }
    ::-webkit-scrollbar-track {
        background: transparent;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-corner {
        background: transparent;
    }

    /* TAGS */
    h1 {
        font-size: 70pt;
    }

    h2 {
        font-size: 50pt;
    }

    h3 {
        font-size: 30pt;
    }

    /* COMPONENTS */
    .breadcrumbs {
        width: 100%;
        max-width: 1285px;
        margin: 0 auto;
        color: #89BD3D;
    }

    .breadcrumbs_items {
        list-style: none;
        padding-left: 0;
    }

    .breadcrumbs_item {
        display: inline-block;
        margin-left: 9px;
    }

    .breadcrumbs_item:not(:first-child)::before {
        content: ">";
        margin-right: 9px;
    }

    .breadcrumbs_item:first-child {
        margin-left: 0;
        vertical-align: text-top;
    }

    .breadcrumbs_item img {
        display: block;
    }

    .breadcrumbs_item a {
        color: #89BD3D;
    }

    /* CUSTOM CLASSES */
    .mobile-only {
        display: none;
    }

    .mobile-tablet-only {
        display: block;
    }

    .tablet-only {
        display: block;
    }

    .tablet-desktop-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    /* BANNER */
    .componentHero .slick-arrow-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 97.5%;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header--nav--item.cta a {
        font-size: 1.7rem;
    }

    /* RECIPES */
    .recipes_slider {
        padding: 55px 0;
    }

    .recipes_slider > .container-width {
        padding: 0;
        width: 90%;
    }

    .recipes_slider .recipes-title {
        font-size: 4.375rem;
        width: 100%;
        margin: 0 auto 55px;
    }

    .recipes_slider .recipes-slider {
        flex-direction: row;
    }

    .recipes-slider .recipe-card .cta {
        font-size: min(1.0417vw, 1.25rem); /* 20px */
        padding: 15px 9px;
    }

    .recipes_slider .recipes-slider-cta {
        width: 25%;
        display: inline-block;
    }

    .recipes_slider .recipes-slider-cta .cta {
        width: auto;
        max-width: 168px;
        font-size: 1.375rem;
        padding: 10px 35px;
    }

    .recipes_slider .recipes-slider-cta .slick-arrow-container {
        position: relative;
        width: 100%;
        max-width: 175px;
        margin: 10% auto 0;
        display: block;
    }

    .recipes_slider .recipes-slider-cta .slick-previous,
    .recipes_slider .recipes-slider-cta .slick-next {
        all: unset;
        cursor: pointer;
        position: absolute;
    }

    .recipes_slider .recipes-slider-cta .slick-arrow img {
        width: 45px;
    }

    .recipes_slider .recipes-slider-cta .slick-next {
        right: 1%;
    }

    .recipes_slider .recipes-slider-cta .slick-previous {
        left: 1%;
    }

    /* INSPIRATION */
    .leerdammer_inspiration {
        padding: 55px 10px;
    }

    .leerdammer_inspiration > .container-width {
        padding: 0;
    }

    .leerdammer_inspiration .inspiration-recipes {
        flex-direction: row;
        -ms-flex-direction: row;
    }

    .inspiration-left,
    .inspiration-right {
        flex: 1;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
    }

    .inspiration-left {
        padding-right: 10px;
    }

    .inspiration-right {
        padding-left: 10px;
    }

    .inspiration-left .inspiration-recipe,
    .inspiration-right .inspiration-recipe {
        position: relative;
        margin-bottom: 20px;
    }

    .inspiration-left .inspiration-recipe:nth-child(1) {
        padding: 0 !important;
        width: 100%;
    }

    .inspiration-left .inspiration-recipe:nth-child(n+2),
    .inspiration-right .inspiration-recipe {
        flex: 1;
    }

    .inspiration-left .inspiration-recipe:nth-child(odd),
    .inspiration-right .inspiration-recipe:nth-child(even) {
        padding-left: 10px;
    }

    .inspiration-left .inspiration-recipe:nth-child(even),
    .inspiration-right .inspiration-recipe:nth-child(odd) {
        padding-right: 10px;
    }

    .leerdammer_inspiration .inspiration-recipe img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .leerdammer_inspiration .inspiration-recipe .topic-cta {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        padding: inherit;
        margin-bottom: 0;
    }

    .leerdammer_inspiration .inspiration-recipe a {
        max-width: 185px;
        font-size: min(1.0417vw, 1.25rem); /* 20px */
    }

    .leerdammer_inspiration .inspiration-title {
        font-size: min(5.85vw, 4.375rem); /* 70px */
        margin: 0 auto min(5.85vw, 4.375rem);
        width: 100%;
    }

    .inspiration-right .cta-innovation {
        margin: 0;
    }

    .inspiration-right .cta-innovation .cta {
        font-size: 1.375rem;
    }

    /* UNIQUE */
    .componentBlockHpBlockUnique {
        padding: 0;
        background-image: url("img/BG-unique-desktop-5e8251404b7bb72c655f57b0a5d29248.webp");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .componentBlockHpBlockUnique {
        padding: 0;
        background-image: url("img/BG-unique-desktop-5e8251404b7bb72c655f57b0a5d29248.webp");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .componentBlockHpBlockUnique > .container-width {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .homepage-unique-content {
        width: calc(45% - 25px);
        margin-left: 25px;
        text-align: right;
        padding-right: 50px;
        max-width: 100%;
    }

    .homepage-unique-image {
        width: 55%;
        overflow: hidden;
    }

    .homepage-unique-image img {
        display: block;
        width: auto;
        height: 100%;
    }

    .homepage-unique-title {
        font-size: 2rem;
        width: 100%;
        max-width: 588px;
        /* margin: 0 0 0 auto; */
    }

    .homepage-unique-description {
        max-width: 460px;
        font-size: 1.25rem;
        margin-left: auto;
        margin-bottom: 40px;
    }

    .homepage-unique-cta {
        margin: 0;
        margin-left: auto;
        margin-bottom: 40px;
    }

    .homepage-unique-cta .cta {
        font-size: 1.375rem;
        max-width: 282px;
    }

    /* PRODUCTS */
    .products_slider {
        padding: 55px 0;
    }

    .products_slider > .container-width {
        padding: 0;
        width: 90%;
    }

    .products_slider-title {
        font-size: 4.375rem;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 55px;
    }

    .products_slider-slider .topic-cta .cta {
        font-size: 1.563rem;
        margin: 1rem auto 1.5rem;
        width: unset;
        max-width: 275px;
    }

    .products_slider .slick-arrow-container {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .products_slider-cta .cta {
        font-size: 1.25rem;
    }

    /* VOUCHERS */
    .componentBlockHpBlockVouchers {
        padding: 55px 0;
        background-image: url("img/BG-voucher-desktop-f3ccf999c3bb4bedabce5e662a4e8bb5.webp");
    }

    .vouchers-title {
        font-size: 4.375rem;
    }

    /* HEADER */

    header ul li a,
    header .submenu-name {
        font-size: 2.5rem;
    }

    /* FOOTER */
    footer .footer-logo img {
        max-width: 300px;
    }

    footer .navigation {
        max-width: 1285px;
        margin: 0 auto;
    }

    footer ul {
        padding: 0;
        margin-bottom: 0;
    }

    footer ul li {
        width: fit-content;
        display: inline-block;
        padding: 0.5%;
        font-size: 0.938rem;
    }

    footer ul li a {
        font-size: 0.938rem;
        line-height: 15pt;
    }

    /* PAGE - GENERIC */
    .pageGeneric > .container-width {
        max-width: 1285px;
        width: 90%;
        margin: 0 auto;
    }

    /* PAGE - CONTACT */
    .page-contact_wrapper {
        padding-top: 30px;
    }

    .page-contact_wrapper .contact-blocks {
        text-align: center;
    }

    .page-contact_wrapper .contact-blocks div:has(.contact-phone),
    .page-contact_wrapper .contact-blocks div:has(.contact-mail) {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        height: 170px;
        max-width: 510px;
    }

    .page-contact_wrapper .contact-phone,
    .page-contact_wrapper .contact-mail {
        height: 100%;
    }

    .page-contact_wrapper .contact-phone-title,
    .page-contact_wrapper .contact-mail-title {
        font-size: 1.7rem !important;
    }

    .section-recipes-list h2 {
        font-size: 2em;
        line-height: 1em;
        display: flex;
        text-align: left;
    }


    /* PAGE - BRAND */
    .pagebrand_wrapper {
        padding-top: 30px;
    }

    .pagebrand_wrapper .breadcrumbs {
        max-width: 1285px;
        margin-left: auto;
        margin-right: auto;
    }

    .pagebrandBlockUnique {
        background-color: #359546;
    }

    .slick-slider {
        max-width: 100%;
    }

    .slider-history-wrapper {
        /* width: 50%; */
        /* display: inline-block; */
    }

    .slick-history-previous {
        background-color: transparent;
    }

    .slick-history-next {
        background-color: transparent;
    }

    .pagebrand_item_history_title_text {
        padding-top: 52px;
        text-align: right;
        color: #FFF7D0;
        font-size: 4.063rem;
        font-family: Montserrat;
        font-weight: 900;
        text-transform: uppercase;
        word-wrap: break-word;
    }

    .pagebrand_item_history_text {
        padding-top: 46px;
        /*text-align: right;*/
        color: #FFF7D0;
        font-size: 1.25rem;
        font-family: Montserrat;
        font-weight: 500;
        word-wrap: break-word;
    }

    .pagebrand_item_anchor {
        max-width: 1285px;
        margin: 0 auto;
        padding: 25px 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0;
    }

    .pagebrand_item_block-slider-content_text {
        padding-right: 40px;
    }

    .pagebrand_anchor_text {
        word-wrap: initial;
        padding: 0 10px 15px;
      }

    .pagebrand_item_1 {
        background: #FFF7D0;
    }

    .pagebrand_item_title_1 {
        color: #FCCF00;
        font-size: 4.375rem;
        font-family: Montserrat;
        font-weight: 900;
        text-transform: uppercase;
        word-wrap: break-word;
        /*width: 45%;*/
        padding-right: 10px;
        padding-left: 50px;
    }

    .pagebrand_item_2 {
        background: #FEC500;
    }

    .pagebrand_item_title_2 {
        color: #FFF7D0;
        font-size: 4.375rem;
        font-family: Montserrat;
        font-weight: 900;
        text-transform: uppercase;
        word-wrap: break-word;
        /*width: 45%;*/
        padding-right: 10px;
        padding-left: 50px;
    }

    .pagebrand_item_block_subtitle_1 {
        color: #89BD3D;
        font-size: 3.125rem;
        font-family: Montserrat;
        font-weight: 900;
        text-transform: uppercase;
        word-wrap: break-word;
    }

    .pagebrand_item_block_text_1 {
        color: #89BD3D;
        font-size: 1.25rem;
        font-family: Montserrat;
        font-weight: 400;
        word-wrap: break-word;
    }

    .pagebrand_item_block_text_1 sub {
        font-size: 1.25rem;
    }

    .pagebrand_item_block_subtitle_2 {
        color: #006837;
        font-size: 2.438rem;
        font-family: Montserrat;
        font-weight: 900;
        text-transform: uppercase;
        word-wrap: break-word;
        display: block;
        width: 75%;
    }

    .pagebrand_item_block_text_2 {
        color: #006837;
        font-size: 1.25rem;
        font-family: Montserrat;
        font-weight: 400;
        word-wrap: break-word;
    }

    .pagebrand_item_block_text_2 sub {
        font-size: 1.25rem;
    }

    .pagebrand_item_block-slider-content {
        display: block;
    }

    .pagebrand_item_block-slider {
        display: inline-block;
        padding: 0 52px;
        margin: 0;
        width: calc(100% - 104px);
        max-width: 1170px;
    }

    .slider-history-wrapper .pagebrand_item_block-slider {
        max-width: calc(100% - 104px);
    }

    .pagebrand_item_block-slider-content {
        display: block;
    }

    .pagebrand_item_block-slider-content-wrapper {
        display: flex;
        flex-direction: column;
        /*gap: 62px;*/
    }

    .pagebrandBlockUnique .slick-arrow-container {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .pagebrand_item .slick-arrow-container {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .slider-history-wrapper .slick-arrow,
    .pagebrand_item.pagebrand_item_1 .slick-arrow,
    .pagebrand_item_block_slider-wrapper .slick-arrow {
        width: 46px;
        height: 46px;
        background-size: 46px 46px;
    }

    /* PAGE - RECIPES LIST */
    .pageRecipesList > .container-width {
        max-width: 1285px;
    }

    .pageRecipesList-title {
        font-size: 4.375rem;
    }

    .pageRecipesList-subtitle {
        font-size: 1.875rem;
    }

    .pageRecipesList-filters {
        margin: 50px 0;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .pageRecipesList-filter {
        font-size: 1.25rem;
        margin-bottom: 0;
        margin-right: 50px;
    }

    .pageRecipesList-filter:last-child {
        margin-right: 0;
    }

    .pageRecipesList-filter-select {
        padding: 10px 23px;
    }

    .pageRecipesList-filter-select > img:first-of-type {
        max-width: 30px;
    }

    .pageRecipesList-filter-options {
        position: absolute;
        max-height: 300px;
        overflow: scroll;
    }

    .recipes-filter-title {
        margin: 0 10px;
    }

    .recipes-filter-arrow {
        max-width: 23px;
    }

    .pageRecipesList-list {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .leerdammer-us .pageRecipesList-list {
        justify-content: flex-start;
        gap: 4vw;
    }

    .pageRecipesList-list::after {
        content: "";
        flex: 0 1 30%;
        box-sizing: border-box;
    }

    /*.pageRecipesList-list:only-child::after {
        display: none;
    }*/

    /* Cacher le pseudo-élément ::after lorsque la ligne contient 0 ou 3 éléments */
    .pageRecipesList-list .recipe-card:nth-child(3n+1):nth-last-child(-n+3) ~ .recipe-card::after,
    .pageRecipesList-list .recipe-card:nth-child(3n+1):nth-last-child(-n+3)::after {
        display: none;
    }

    .pageRecipesList-list .recipe-card {
        flex: 0 1 30%;
    }

    .pageRecipesList-list .recipe-card .topic-cta .cta {
        font-size: 2.08vw;
        min-height: 6.24vw;
        padding: 1.56vw 0.57vw;
    }

    /* PAGE - SINGLE RECIPE */
    .pageRecipe {
        padding-top: 30px;
    }

    .pageRecipe .componentAccordion{
        max-width: 50%;
        margin: 0 auto;
    }

    .pageRecipe div:has(.our-impact) {
        width: 49%;
        display: inline-block;
    }

    .pageRecipe .breadcrumbs {
        width: 90%;
    }

    .pageRecipe-description,
    .pageRecipe-details {
        max-width: 1210px;
        width: 90%;
        margin: 0 auto;
    }

    .pageRecipe-description {
        font-size: 1.875rem;
        line-height: 36.57px;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;

    }

    .pageRecipe-description-left,
    .pageRecipe-description-right {
        flex: 1;
    }

    .pageRecipe-description-left {
        margin-right: 3.5%;
    }

    .pageRecipe-description-right {
        margin-left: 3.5%;
    }

    .pageRecipe-description-left img {
        border-top-left-radius: 15%;
        border-top-right-radius: 25%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-width: 720px;
    }

    .pageRecipe-title {
        font-size: 3.125rem;
        margin-top: 0;
    }

    .pageRecipe-pictos {
        width: 84%;
        margin: 0 auto 50px;
    }

    .pageRecipe-picto-column {
        flex: 1;
    }

    .pageRecipe-picto-column:nth-of-type(1) .pageRecipe-picto {
        max-width: 104px;
    }

    .pageRecipe-picto-column:nth-of-type(2) .pageRecipe-picto {
        max-width: 45px;
    }

    .pageRecipe-picto-column:nth-of-type(3) .pageRecipe-picto {
        max-width: 77px;
    }

    .pageRecipe-picto-text {
        font-size: 1.25rem;
    }

    .pageRecipe-product-introduction {
        font-size: 1.25rem;
    }

    .pageRecipe-product-image {
        display: block;
        text-align: center;
    }

    .pageRecipe-product-image img {
        max-width: 390px;
    }

    .pageRecipe-details {
        margin-top: 75px;
        padding-bottom: 75px;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
    }

    .pageRecipe-details-left {
        flex: 3;
    }

    .pageRecipe-details-right {
        flex: 5;
    }

    .pageRecipe-subtitle {
        margin-top: 0;
        font-size: 1.875rem;
    }

    .pageRecipe-details-left .pageRecipe-subtitle {
        text-align: left;
    }

    .pageRecipe-people-catchphrase {
        font-size: 1.25rem;
    }

    .pageRecipe-people_counter {
        width: 55.5%;
    }

    .pageRecipe-people {
        font-size: 1.25rem;
    }

    .pageRecipe-ingredients {
        padding-left: 20px;
    }

    .pageRecipe-ingredient {
        font-size: 1.25rem;
        line-height: 30px;
    }

    .pageRecipe-details-separator {
        width: 0;
        height: auto;
        margin: 0 35px;
    }

    .pageRecipe-steps {
        list-style: disc;
        padding-left: 20px;
    }

    .leerdammer-us .pageRecipe-steps {
        list-style: none;
        padding-left: 20px;
    }

    .pageRecipe-step {
        color: #006837;
        font-size: 1.25rem;
        line-height: 30px;
    }

    .pageRecipe-tip {
        width: 90%;
    }

    .pageRecipe-tip-title {
        font-size: 1.125rem;
        line-height: 10px;
    }

    .pageRecipe-tip-text {
        font-size: 0.875rem;
        line-height: 20px;
        padding: 0 6%;
    }

    .pageRecipe-vouchers {
        background-image: url("img/BG-recipe-voucher-desktop-54e8369631bbbc4085f198a0cd26054b.webp");
        padding: 50px 0;
    }

    .pageRecipe-vouchers > .container-width {
        max-width: 1285px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .pageRecipe-vouchers-title {
        font-size: 1.875rem;
        max-width: 819px;
    }

    .pageRecipe-vouchers .cta {
        font-size: 1.375rem;
        padding: 13px 20px;
        height: fit-content;
    }

    .pageRecipe-vouchers .cta span {
        max-width: 282px;
        display: block;
    }

    /* PAGE - PRODUCTS LIST */
    .pageProductsList > .container-width {
        max-width: 1285px;
        width: 88.5%;
    }

    .pageProductsList-title {
        font-size: 4.375rem;
    }

    .pageProductsList-subtitle {
        font-size: 1.875rem;
    }

    .pageProductsList-range-wrapper {
        margin-top: 30px;
    }

    .pageProductsList-list {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    /*.pageProductsList-list::after {
        content: "";
        flex: 0 1 30%;
        box-sizing: border-box;
    }*/

    /*.pageProductsList-list:only-child::after {
        display: none;
    }*/

    .pageProductsList-product {
        flex: 0 1 30%;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .pageProductsList-product .topic-cta .cta {
        font-size: 1.563rem;
        margin-top: 1rem;
    }

    /* PAGE - SINGLE PRODUCT */
    .pageProduct {
        padding-top: 30px;
    }

    .pageProduct > .container-width {
        max-width: 1285px;
        margin: 0 auto;
        padding: 0 0 70px;
    }

    .pageProduct-section {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        margin-top: 33px;
    }

    .pageProduct-left {
        width: 45%;
        margin-right: 55px;
    }

    .pageProduct-right {
        width: 55%;
    }

    .pageProduct-tip {
        width: 35%;
    }

    .pageProduct-tip-title {
        font-size: 0.938rem;
    }

    .pageProduct-tip-text {
        font-size: 0.938rem;
        line-height: 20px;
    }

    .pageProduct-title {
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 4.375rem;
        text-align: left;
    }

    .pageProduct-subtitle {
        font-size: 1.875rem;
        margin: 50px 0;
    }

    .pageProduct .topic-text-title {
        font-size: 1.563rem;
    }

    .pageProduct .topic-text-text {
        font-size: 1.25rem;
    }

    .pageProduct .topic-text-text p {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .pageProduct-table {
        font-size: 1.25rem;
        margin-top: 0.5rem;
    }

    .pageProduct-table td:nth-child(1) {
        padding-left: 1.6%;
    }

    .pageProduct-table tbody td:not(:first-child) {
        text-align: center;
    }

    .pageProduct-table td:last-child {
        padding-right: 1.6%;
    }

    .pageProduct .componentAccordion{
        max-width: 50%;
        margin: 0 auto;
    }

    .pageProduct div:has(.our-impact) {
        width: 49%;
        display: inline-block;
    }

    /* pageArticlesList - Articles list */

    .pageArticlesList > .container-width {
        max-width: 1285px;
        margin: 0 auto;
        margin-top: 3%;
    }

    .pageArticlesList .article {
        overflow: hidden;
        padding: 0;
    }

    .pageArticlesList .articles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: 20px;
    }

    /* pageArticlesList - Articles list */

    .pageArticle > .container-width {
        max-width: 1285px;
        margin: 0 auto;
        margin-top: 3%;
    }

    .pageArticle .article-content img{
        display: block;
        margin: 0 auto;
        width: 50%;
    }

    .pageArticle h1{
        font-size: 2vw;
    }
}