@media all and (max-width: 1023px) {
    div.gourmance_products_reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    div.gourmance_products_reverse div.et_pb_column:first-of-type {
        margin-bottom: 0;
        margin-top: 30px;
    }

    a#contact-fixed-cta::before {
        height: 3px;
        width: 25px !important;
        top: 22px !important;
    }

    div.img_m_w_80 img {
        max-width: 80% !important;
        width: 80% !important;
        height: auto !important;
    }

    div.img_m_w_100 img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }

    div.footer_episens_baseline_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    div.gourmance_footer_social_container {
        justify-content: center;
    }
}

@media all and (min-width: 1024px) {
    span.gourmance_font_scale {
        font-size: larger;
    }

    li.et_pb_menu__logo-slot {
        top: 0;
        transition: top .5s ease-in-out;
    }

    div.et_pb_sticky--top li.et_pb_menu__logo-slot {
        top: 50px;
        transition: top .5s ease-in-out;
    }

    li.menu-item a {
        position: relative;
    }

    li.menu-item a::before {
        content: "";
        position: absolute;
        top: 30px;
        width: 0;
        height: 5px;
        background: #B79F63;
        transition: width .5s ease-in-out;
    }

    li.menu-item a:hover::before {
        width: 30px;
        background: #B79F63;
        transition: width .5s ease-in-out;
    }

    li#menu-item-38 a::before {
        background: none !important;
    }

    li#menu-item-38 ul.sub-menu {
        border-top: none !important;
        padding: 0 !important;
    }

    li#menu-item-38 ul.sub-menu li a {
        font-size: 14px !important;
    }

    li#menu-item-38 ul,
    li#menu-item-38 ul li,
    li#menu-item-38 ul li a {
        width: max-content !important;
    }

    a#contact-fixed-cta::before {
        content: "";
        width: 30px;
        background: #ffffff;
        position: absolute;
        top: -5px;
        left: 0;
    }

    div.footer_episens_baseline_container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

a#contact-fixed-cta {
    position: relative;
}

a#contact-fixed-cta::before {
    content: "";
    width: 30px;
    background: #ffffff;
    position: absolute;
    top: 30px;
    left: 0;
    height: 5px;
}


div.soufflet_nav_logo_container img.scrolling {
    width: auto !important;
    height: 100px !important;
}


div.header_img_container span {
    width: 100%;
}

div.header_img_container span img {
    width: 100%;
    object-fit: cover;
}

div.module_img_container,
div.module_img_container span {
    height: 100%;
}

/** CONTACT FORM **/
span.et_pb_contact_field_checkbox {
    display: none !important;
}

div.et_contact_bottom_container {
    float: unset !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

/** FOOTER **/
div.gourmance_footer_elt_content {
    margin: 10px 0;
}

div.gourmance_footer_elt_content:first-of-type {
    margin-top: 0;
}

a.gourmance_footer_links {
    font-family: 'IBM Plex Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #000000;
    position: relative;
}

a.gourmance_footer_links:hover {
    color: #B79F63;
}

a.gourmance_footer_links:hover::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    background: #B79F63;
    top: -10px;
    left: 0;
}

div.gourmance_footer_social_container {
    display: flex;
}

div.gourmance_footer_social_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    background: #B49B5D;
    border-radius: 99px;
}

div.gourmance_footer_social_container a:first-of-type {
    margin-right: 10px;
}


div.et-pb-contact-message {
    text-align: center;
    font-family: 'IBM Plex Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}