@import url("../fonts/komika-hand/komika.css");

body {
    font-family: "Gotham", sans-serif !important;
}

/* Barre de recherche */
/*@media (min-width: 1450px) {*/
/*}*/
.container {
    /*min-width: fit-content;*/
    max-width: 1440px;
}

#header {
    box-shadow: none;

    .header-banner {
        background: #211F1F;

        .container {
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            height: 32px;

            .trustpilot {
                width: 16.6666667%;

                a {
                    height: 32px;

                    color: white;
                    text-transform: uppercase;
                    text-decoration: none;
                    font-size: 10px;
                    font-weight: 500;
                    line-height: 12px;

                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 8px;

                    &:hover {
                        text-decoration: none;
                    }
                }
            }

            .sfiBandeau {
                width: 66.6666667%;

                .sfiBandeau-etat {
                    padding: 8px 16px;
                    height: 32px;

                    a {
                        color: white;

                        &:hover {
                            text-decoration: underline #FFF;
                        }
                    }
                }
            }

            .dropdown_langs {
                position: relative;

                margin-left: auto;

                &>span {
                    font-size: 12px;
                    line-height: 15px;
                    color: white;

                    display: flex;
                    align-items: center;

                    height: 32px;

                    img {
                        margin-right: 13px;
                    }

                    svg {
                        margin-left: auto;
                    }
                }

                &.open {
                    .dropdown_langs_content {
                        display: flex;
                    }
                }

                .dropdown_langs_content {
                    display: none;

                    position: absolute;
                    flex-direction: column;

                    top: 32px;
                    left: -5px;

                    width: calc(100% + 10px);

                    padding: 0 5px;

                    background: #211F1F;

                    z-index: 10;

                    a {
                        font-size: 12px;
                        line-height: 15px;
                        color: white;

                        display: flex;
                        align-items: center;

                        height: 32px;

                        &:hover {
                            color: #EB6909;
                        }

                        img {
                            margin-right: 13px;
                            width: 16px;
                            height: 16px;
                        }
                    }
                }
            }
        }
    }

    .header-top {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;

        padding: 22px 20px 0;

        display: flex;

        flex-direction: row;
        flex-wrap: wrap;

        align-content: center;

        .logo_div {
            width: 25%;

            display: flex;
            align-items: center;

            h1 {
                margin: 0;
            }

            img {
                height: 100%;

                min-width: 213px;

                max-width: 213px;
                max-height: 29px;
            }
        }

        #search_widget {
            max-width: 688px;
            width: 50%;
        }

        #_desktop_contact_link,
        .user-info,
        #_desktop_cart {
            width: 28px;

            height: 40px;
            display: flex;
            align-items: center;
        }

        #_desktop_contact_link {
            margin-left: auto;
            margin-right: 40px;

            display: flex !important;
            align-items: center;

            img {
                width: 28px;
                height: 28px;
            }
        }

        .user-info {
            margin-right: 40px;

            display: flex !important;
            align-items: center;

            img {
                width: 28px;
                height: 28px;
            }
        }

        #_desktop_cart {
            img {
                width: 28px;
                height: 28px;
            }
        }
    }
}

.ce-product-variants__select.elementor-select-wrapper:after {
    content: "Type de portail";
    display: block;
    position: absolute;
    margin-top: 18px;
    left: 12px;
}

select.elementor-field.elementor-field-textual.elementor-size-md {
    padding-left: 118px;
}

span.ce-product-variants__label {
    display: none !important;
}

@media screen and (max-width: 1025px) {
    #header {
        .header-banner {
            height: 46px;

            .container {
                .trustpilot {
                    display: none;
                }

                .sfiBandeau {
                    width: 100%;

                    .sfiBandeau-etat {
                        height: 46px;
                    }
                }

                .dropdown_langs {
                    display: none;
                }
            }
        }

        .header-top {
            padding-top: 0;

            .ets_mm_megamenu {
                order: 1;

                width: 20px !important;
                height: 53px;

                margin-right: 16px;

                display: flex;
                align-items: center;

                .ybc-menu-toggle {
                    width: 20px;
                    height: 20px;
                    padding: 0;

                    .ybc-menu-button-toggle_icon {
                        padding-top: 5px;
                        background-color: white;
                    }
                }
            }

            .logo_div {
                order: 2;

                width: 50%;

                display: flex;
                align-items: center;

                img {
                    height: 100%;

                    min-width: 153px;

                    max-width: 153px;
                    max-height: 21px;
                }
            }

            #_desktop_contact_link,
            .user-info,
            #_desktop_cart {
                height: 53px;
            }

            #_desktop_contact_link {
                order: 3;

                margin-right: 19px;

                img {
                    width: 20px;
                    height: 20px;
                }
            }

            .user-info {
                order: 4;

                margin-right: 16px;

                img {
                    width: 20px;
                    height: 20px;
                }
            }

            #_desktop_cart {
                order: 5;

                width: 20px;

                img {
                    width: 20px;
                    height: 20px;
                }
            }

            #search_widget {
                order: 6;

                width: 100%;
                max-width: 100%;

                margin-bottom: 15px;

                input {
                    &::placeholder {
                        color: #211F1F !important;
                        opacity: 1;
                    }
                }
            }
        }
    }
}

#search_widget {
    form {
        img {
            position: absolute;
            right: 20px;
            top: 8px;

            @media screen and (max-width: 1025px) {
                top: 10px;
                left: 16px;
                right: initial;

                width: 20px;
                height: 20px;
            }
        }

        input {
            background-color: #F3F3F3;
            font-weight: 400;
            font-size: 13px;
            color: #211F1F;
            border-radius: 8px;
            padding-left: 16px;

            &::placeholder {
                color: #211F1F;
            }

            @media screen and (max-width: 1025px) {
                padding-left: 44px;
            }
        }
    }
}

@media only screen and (min-width: 992px) {
    #search_widget {
        max-width: 688px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ets_mm_megamenu.hook-custom {
        margin-top: 0 !important;
    }
}

/* Menu Desktop */
.ets_mm_megamenu_content {
    background: white !important;
}

.ets_mm_megamenu_content ul li:hover a.ets_mm_url {
    color: #EB6909 !important;
    text-decoration: underline;
    text-decoration-color: #EB6909;
}

.layout_layout1:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover>a:after {
    background-color: #EB6909 !important;
    height: 4px;
    bottom: 0;
}

.layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li>a:before {
    background-color: transparent !important;
    position: relative !important;
}

.mm_menus_li {
    border: none !important;
}

body#checkout span.custom-checkbox span {
    position: absolute !important;
    /* left: -27px !important; */
    top: 4px;
    /* z-index: 9999 !important; */
}

body#checkout span.custom-checkbox span.label {
    /* left: -2px !important;
    top: 0; */
    /* padding-left: 25px !important; */
}

@media screen and (min-width: 1025px) {
    body#cart nav.breadcrumb {
        width: 1413px;
        margin: 0 auto;
        margin-bottom: 21px;
        margin-top: 17px;
    }

    .ets_mm_megamenu {
        width: 100%;
        margin-top: 0;
        position: inherit;

        .ets_mm_megamenu_content {
            border: none;

            .container {
                padding: 0;
                margin: 0;

                .ets_mm_megamenu_content_content {
                    ul.mm_menus_ul {
                        li.mm_menus_li {
                            padding-right: 24px;

                            &.burger_desktop {
                                height: 60px;
                                display: flex;
                                align-items: center;
                            }

                            span.mm_menu_content_title {
                                color: #1D1D1B;

                                font-size: 15px;
                                font-weight: 500;
                                line-height: 18px;
                                text-transform: none;

                                padding: 0 !important;
                            }

                            ul.mm_columns_ul {
                                padding-top: 20px;
                                transform: translateY(0px) !important;

                                &:has(.mm_tabs_li) {
                                    background-color: #F6F6F6 !important;
                                }

                                border-radius: 0 0 8px 8px;

                                li.mm_tabs_li {
                                    width: calc(25% - 40px);
                                    max-width: 352px;

                                    margin-left: 40px;

                                    &:first-child {
                                        margin-top: 20px;
                                    }

                                    .mm_tab_li_content {
                                        width: calc(100% - 20px) !important;
                                        border: none;
                                        border-radius: 28px;
                                        height: 48px;
                                        background-color: #F6F6F6;
                                        display: flex;
                                        align-items: center;

                                        .mm_tab_name {

                                            &::before {
                                                display: none;
                                            }

                                            &::after {
                                                display: none;
                                            }

                                            .mm_tab_toggle_title {
                                                a.ets_mm_url {
                                                    font-size: 16px;
                                                    line-height: 22px;
                                                    font-weight: 400;
                                                    color: #211F1F !important;
                                                    text-decoration: none;
                                                }
                                            }
                                        }
                                    }

                                    &.open {
                                        .mm_tab_li_content {
                                            background-color: white;

                                            .mm_tab_name {

                                                &::after {
                                                    display: block;
                                                    background-image: url("/themes/child_classic/assets/img/arrow-right-orange.svg");
                                                    background-repeat: no-repeat;
                                                    transform: none;
                                                    border: none;
                                                    width: 16px;
                                                    height: 16px;
                                                    background-color: transparent;
                                                    margin-top: -8px;
                                                }

                                                .mm_tab_toggle_title {
                                                    a.ets_mm_url {
                                                        font-weight: 700;
                                                    }
                                                }
                                            }
                                        }
                                    }

                                    ul.mm_columns_contents_ul {
                                        width: calc(75% + 1px);
                                        left: 25%;
                                        border: none;
                                        border-radius: 0 0 8px 0;
                                    }
                                }

                                li.mm_blocks_li {
                                    .mm_block_type_image {
                                        span.h4.level_2 {
                                            color: #211F1F;
                                            font-size: 14px !important;
                                            line-height: 16px;
                                            font-weight: 700;
                                            border: none;
                                            padding: 0;
                                            margin-bottom: 16px;
                                        }
                                    }

                                    .mm_block_type_category {
                                        span.h4.level_2 {
                                            color: #211F1F;
                                            font-size: 14px !important;
                                            line-height: 16px;
                                            font-weight: 700;
                                            border: none;
                                            padding: 0;
                                            margin-bottom: 16px;
                                        }

                                        .ets_mm_block_content {
                                            .ets_mm_categories {
                                                li {
                                                    a {
                                                        font-size: 14px;
                                                        line-height: 16px;
                                                        font-weight: 400;

                                                        color: #211F1F !important;

                                                        text-decoration: none !important;

                                                        &:hover {
                                                            color: #211F1F !important;

                                                            text-decoration: underline !important;
                                                            text-decoration-color: #211F1F !important;
                                                            text-decoration-thickness: 1px !important;
                                                        }

                                                        &::before {
                                                            display: none;
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }

                                    .mm_block_type_html {
                                        .ets_mm_block_content {
                                            color: #211F1F;

                                            a {
                                                color: #211F1F !important;
                                                font-size: 14px;
                                                font-weight: 700;
                                                line-height: 16px;
                                                text-transform: uppercase;

                                                &:hover {
                                                    color: #211F1F !important;
                                                    text-decoration: underline !important;
                                                    text-decoration-color: #211F1F !important;
                                                    text-decoration-thickness: 1px !important;
                                                }

                                                &.promo {
                                                    color: #EB6909 !important;
                                                    text-decoration: none !important;
                                                }

                                                &.all_products {
                                                    color: #211F1F;

                                                    font-size: 11px;
                                                    line-height: 14px;
                                                    font-weight: 500;
                                                    text-transform: uppercase;

                                                    &:hover {
                                                        color: #211F1F !important;

                                                        text-decoration: underline !important;
                                                        text-decoration-color: #211F1F !important;
                                                        text-decoration-thickness: 2px !important;
                                                        text-underline-offset: 6px;
                                                    }
                                                }
                                            }
                                        }
                                    }

                                    .mm_block_type_product {
                                        span.h4.level_2 {
                                            color: #211F1F !important;
                                            font-size: 14px !important;
                                            line-height: 16px;
                                            font-weight: 700;
                                            text-transform: uppercase;

                                            border: none;
                                        }

                                        .ets_mm_block_content {
                                            article.product-miniature {
                                                .thumbnail-container {
                                                    border: none;
                                                    padding: 0;
                                                    display: flex;
                                                    flex-direction: row;
                                                    gap: 23px;

                                                    a.thumbnail {
                                                        margin: 0;
                                                        border: none;

                                                        img {
                                                            width: 95px;
                                                            height: 95px;
                                                        }
                                                    }
                                                }

                                                .mm-product-description {
                                                    display: flex !important;
                                                    flex-direction: column;

                                                    .h3.h4.product-title {
                                                        margin: 0 !important;

                                                        a {
                                                            color: #211F1F !important;
                                                            font-size: 14px !important;
                                                            line-height: 16px !important;
                                                            font-weight: 400 !important;
                                                        }

                                                        .product_combination {
                                                            display: none;
                                                        }
                                                    }

                                                    .product-list-reviews {
                                                        display: none;
                                                    }

                                                    .product-price-and-shipping {
                                                        display: flex !important;
                                                        gap: 6px;
                                                        flex-wrap: wrap;


                                                        .price {
                                                            color: #D0111A;
                                                            font-size: 14px;
                                                            font-weight: 500;
                                                            line-height: 16px;
                                                        }

                                                        .regular-price {
                                                            color: #211F1F;
                                                            font-weight: 400;
                                                            font-size: 14px;
                                                            line-height: 16px;
                                                            margin-left: 6px;
                                                            min-width: 40%;
                                                            flex: 1;
                                                        }

                                                        .discount-percentage {
                                                            color: white !important;
                                                            font-weight: 500;
                                                            font-size: 12px;
                                                            line-height: 15px;
                                                            padding: 4px 8px;
                                                            margin: 0;
                                                            border-radius: 4px;
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }

            @media screen and (max-width: 768px) {
                width: 20px;
                height: 20px;
            }
        }
    }
}

.ets_mm_block_content a:hover {
    color: #EB6909 !important;
}

.ets_mm_block_content:hover {
    cursor: pointer;
    display: block;
}

.ets_mm_block span.h4:hover {
    font-weight: 700;
    background-color: white;
}

.sub-links.main-title a,
.sub-links.list-title a {
    font-family: Gotham, sans-serif !important;
    font-size: 14px;
    font-weight: 700;

}

.sub-links.main-title a:hover,
.sub-links.main-title:hover,
.sub-links.main-title:hover a {
    color: #EB6909 !important;
}

.ets_mm_megamenu_content ul,
footer ul {
    list-style: none !important;
}

/* Menu Mobile */
@media screen and (max-width: 1025px) {
    .ets_mm_megamenu {

        .ets_mm_megamenu_content {
            border: none;

            .container {
                margin: 0;
            }
        }

        .mm_menus_ul {
            max-width: 100vw !important;
            width: 100vw !important;

            background-color: white;

            .mm_menus_li.burger_desktop {
                display: none !important;
            }

            .close_menu {
                background: white;
                height: 72px;

                border-bottom: 1px solid #F3F3F3 !important;

                display: flex !important;
                align-items: center;

                padding: 0 20px;

                .pull-left {
                    width: 100%;

                    #search_widget {
                        margin-bottom: 0 !important;

                        height: 40px;

                        form {
                            height: 40px;

                            input {
                                height: 40px;
                            }
                        }
                    }
                }

                .pull-right {
                    margin-left: 39px;
                }
            }

            li.mm_menus_li {
                border-bottom: 1px solid #F3F3F3 !important;

                position: relative;

                padding-right: 0 !important;

                a.ets_mm_url {
                    padding: 16px 20px;

                    img {
                        display: none;
                    }

                    span.mm_menu_content_title {
                        font-family: Gotham, sans-serif;
                        font-size: 17px;
                        font-weight: 500;
                        text-transform: initial;
                        color: #1D1D1B;

                        padding: 0 !important;
                    }
                }

                &.open {
                    a.ets_mm_url {
                        span.mm_menu_content_title {
                            width: 100%;
                            display: table;
                            text-align: center;
                        }
                    }

                    span.arrow.opened {
                        transform: rotate(180deg);
                    }
                }

                .arrow {
                    line-height: 55px;

                    width: 100%;
                    height: 51px;

                    text-align: end;
                    padding-right: 20px;

                    &::before,
                    &::after {
                        display: none;
                    }
                }

                ul.mm_columns_ul {
                    margin-top: 0 !important;

                    &:has(.mm_tabs_li) {
                        background-color: #F6F6F6 !important;
                    }

                    &.active {
                        min-height: calc(100vh - 123px) !important;

                        &>li:first-child {

                            span.h4 {
                                margin-top: 17px !important;
                            }
                        }
                    }

                    li.mm_tabs_li {
                        margin-bottom: 7px;

                        &:first-child {
                            .mm_tab_li_content {
                                margin-top: 17px;
                            }
                        }

                        .mm_tab_li_content {
                            border: none;
                            display: flex;
                            align-items: center;
                            height: 47px;
                            padding: 13px 0 13px 20px;
                            border-radius: 24px;
                            margin: 0 20px;
                            width: calc(100% - 40px) !important;

                            &.opened {
                                width: 100%;
                                background-color: transparent;
                                padding: 0 !important;

                                margin-top: 0;

                                .mm_tab_toggle_title {
                                    display: flex;

                                    a.ets_mm_url {
                                        font-weight: 500 !important;
                                        font-size: 14px !important;
                                        line-height: 20px !important;

                                        width: 100% !important;

                                        text-align: center;
                                    }
                                }

                                .mm_tab_name.mm_tab_has_child::after {
                                    border: none;
                                    background-image: url("/themes/child_classic/assets/img/arrow-left.svg");
                                    background-repeat: no-repeat;
                                    width: 16px;
                                    height: 16px;
                                    transform: none;
                                    top: 2px;
                                    right: auto;
                                    left: 0;
                                    margin: 0;
                                }
                            }

                            .mm_tab_name {

                                &::before {
                                    display: none;
                                }

                                &.mm_tab_has_child::after {
                                    border: none;
                                    background-image: url("/themes/child_classic/assets/img/arrow-right-orange.svg");
                                    background-repeat: no-repeat;
                                    width: 16px;
                                    height: 16px;
                                    transform: none;
                                    top: 5px;
                                    right: 16px;
                                    margin: 0;
                                }

                                .mm_tab_toggle_title {
                                    padding: 0;
                                    width: 100%;

                                    a.ets_mm_url {
                                        font-size: 16px;
                                        font-weight: 400;
                                        line-height: 22px;
                                        color: #211F1F !important;
                                        padding: 0;
                                        margin: 0;
                                    }
                                }
                            }
                        }

                        .mm_columns_contents_ul {
                            padding-top: 25px;
                        }
                    }

                    ul.mm_blocks_ul {
                        li.mm_blocks_li {
                            margin-bottom: 40px;

                            .mm_block_type_html {
                                span.h4.level_2 {
                                    color: #211F1F !important;
                                    font-size: 14px !important;
                                    line-height: 16px;
                                    font-weight: 700;
                                    text-transform: uppercase;

                                    border: none;

                                    margin-bottom: 24px;
                                    margin-top: 0 !important;
                                }

                                .ets_mm_block_content {
                                    a {
                                        color: #211F1F !important;
                                        font-size: 14px;
                                        line-height: 16px;
                                        font-weight: 700;
                                        text-transform: uppercase;

                                        &.all_products {
                                            font-size: 11px;
                                            line-height: 12px;
                                            font-weight: 500;
                                            text-transform: uppercase;

                                            text-decoration: underline !important;
                                            text-decoration-color: #EB6909 !important;
                                            text-decoration-thickness: 2px !important;
                                            text-underline-offset: 3px;
                                        }

                                        &.promo {
                                            color: #EB6909 !important;
                                        }
                                    }
                                }
                            }

                            .mm_block_type_category {
                                span.h4.level_2 {
                                    color: #211F1F !important;
                                    font-size: 14px !important;
                                    line-height: 16px;
                                    font-weight: 700;
                                    text-transform: uppercase;

                                    border: none;

                                    margin-bottom: 24px;
                                    margin-top: 0 !important;
                                }

                                .ets_mm_block_content {
                                    ul.ets_mm_categories {
                                        li {
                                            padding-bottom: 24px;

                                            a {
                                                padding: 0;

                                                color: #211F1F !important;
                                                font-size: 14px;
                                                line-height: 16px;
                                                font-weight: 400;

                                                &::before {
                                                    display: none;
                                                }
                                            }
                                        }
                                    }
                                }
                            }

                            .mm_block_type_image {
                                span.h4.level_2 {
                                    color: #211F1F !important;
                                    font-size: 14px !important;
                                    line-height: 16px;
                                    font-weight: 700;
                                    text-transform: uppercase;

                                    border: none;
                                }

                                .ets_mm_block_content {
                                    .mm_img_content {
                                        img {
                                            max-width: 292px;
                                        }
                                    }
                                }
                            }

                            .mm_block_type_product {
                                span.h4.level_2 {
                                    color: #211F1F !important;
                                    font-size: 14px !important;
                                    line-height: 16px;
                                    font-weight: 700;
                                    text-transform: uppercase;

                                    border: none;
                                }

                                .ets_mm_block_content {
                                    article.product-miniature {
                                        .thumbnail-container {
                                            border: none;
                                            padding: 0;
                                            display: flex;
                                            flex-direction: row;
                                            gap: 23px;

                                            a.thumbnail {
                                                margin: 0;
                                                border: none;

                                                img {
                                                    width: 95px;
                                                    height: 95px;
                                                }
                                            }
                                        }

                                        .mm-product-description {
                                            display: flex !important;
                                            flex-direction: column;
                                            gap: 20px;

                                            .h3.h4.product-title {
                                                margin: 0 !important;

                                                a {
                                                    color: #211F1F !important;
                                                    font-size: 14px !important;
                                                    line-height: 16px !important;
                                                    font-weight: 400 !important;
                                                }

                                                .product_combination {
                                                    display: none;
                                                }
                                            }

                                            .product-list-reviews {
                                                display: none;
                                            }

                                            .product-price-and-shipping {
                                                display: grid !important;
                                                grid-template-columns: 53px auto;
                                                grid-template-rows: 1fr 1fr;
                                                gap: 6px;

                                                .price {
                                                    color: #D0111A;
                                                    font-size: 14px;
                                                    font-weight: 500;
                                                    line-height: 16px;
                                                }

                                                .regular-price {
                                                    color: #211F1F;
                                                    font-weight: 400;
                                                    font-size: 14px;
                                                    line-height: 16px;
                                                    margin-left: 6px;
                                                }

                                                .discount-percentage {
                                                    color: white !important;
                                                    font-weight: 500;
                                                    font-size: 12px;
                                                    line-height: 15px;
                                                    padding: 4px 8px;
                                                    margin: 0;
                                                }
                                            }
                                        }
                                    }
                                }
                            }

                            .mm_block_type_cms {
                                span.h4.level_2 {
                                    color: #211F1F !important;
                                    font-size: 14px !important;
                                    line-height: 16px;
                                    font-weight: 700;
                                    text-transform: uppercase;

                                    border: none;
                                }

                                .ets_mm_block_content {
                                    ul {
                                        li {
                                            padding-bottom: 24px;

                                            a {
                                                padding: 0;

                                                color: #211F1F !important;
                                                font-size: 14px;
                                                line-height: 16px;
                                                font-weight: 400;

                                                &::before {
                                                    display: none;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }

            li.links {
                padding: 40px 20px 68px 20px;

                ul {
                    display: flex;
                    flex-direction: column;
                    gap: 24px;

                    li {
                        a {
                            font-size: 15px;
                            font-weight: 400;

                            display: flex;
                            flex-direction: row;
                            align-items: center;
                            gap: 16px;

                            color: #1D1D1B !important;

                            svg {
                                width: 24px;
                                height: 24px;
                            }
                        }

                        &.faq {}

                        &.user {}

                        &.cart {}
                    }

                }
            }

            li.langs {
                padding: 0 20px 92px 20px;

                .dropdown_langs {
                    border: 1px solid #E3DAD1;
                    border-radius: 8px;

                    padding: 13px 16px 11px 11px;

                    position: relative;

                    &>span {
                        font-size: 12px;
                        color: #211F1F;

                        display: flex;
                        align-items: center;

                        img {
                            margin-right: 13px;
                        }

                        svg {
                            margin-left: auto;
                        }
                    }

                    &.open {
                        .dropdown_langs_content {
                            display: flex;
                        }

                        &>span {
                            svg {
                                transform: rotate(180deg);
                            }
                        }
                    }

                    .dropdown_langs_content {
                        display: none;

                        position: absolute;
                        flex-direction: column;

                        top: 41px;
                        left: 0;

                        width: 100%;

                        border: 1px solid #E3DAD1;
                        border-top: none;
                        border-radius: 0 0 8px 8px;

                        padding-top: 3px;

                        a {
                            font-size: 12px;
                            color: #211F1F;

                            display: flex;
                            align-items: center;

                            height: 46px;

                            padding-left: 11px;

                            &:hover {
                                color: #EB6909 !important;
                            }

                            img {
                                margin-right: 13px;
                                width: 16px;
                                height: 16px;
                            }
                        }
                    }
                }

            }
        }
    }
}

@media screen and (min-width: 1025px) {
    .ets_mm_megamenu {
        .mm_menus_ul {

            li.links,
            li.langs {
                display: none;
            }
        }
    }
}

#wrapper {
    background-color: white;
}

/*.container {
    margin-top: 0rem;
    margin-left: 20px;
    margin-right: 20px;
}*/

#wrapper .breadcrumb li::after {
    margin: .3125rem;
    color: #7a7a7a;
    content: "|";
}

.breadcrumb {
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        margin-left: 20px;

        ol {
            li {
                span {
                    font-size: 12px;
                    line-height: 21px;
                }
            }
        }
    }
}

.category-additional-description {
    padding: 0rem;
}

.block-category-inner {
    flex-direction: column;
}

.blockreassurance_product_elem .block-title {
    margin-top: 10px;
    font-weight: 700;
}

#custom-field-value .elementor-widget-container .elementor-button-wrapper a {
    width: 100%;
    padding: 10px;
    height: 60px;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;

    .elementor-button-content-wrapper {
        align-items: center;
    }
}

#custom-field-value .elementor-widget-container .elementor-button-wrapper a.elementor-size-sm {
    justify-content: center;
}

#stickers {
    margin-top: 80px;

    ul {
        display: flex;
        flex-direction: row;
        justify-content: center;

        li {
            width: 140px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        li:not(:last-child) {
            margin-right: 20px;
        }

        p {
            margin-top: 10px;
            text-align: center;
        }

        .stickers-img {
            background-color: #FBF4ED;
            border-radius: 24px;

            img {
                padding: 15px;
            }
        }
    }
}

.alert-danger {
    background-color: #F0D5D5;
    color: #CC0000;
    font-weight: bold;
    text-align: center;
}

.password-requirements p {
    color: black;
}

a.special-decorations {
    font-size: 12px;
    font-weight: 500;
    color: black !important;
    text-transform: uppercase !important;
    text-decoration: underline;
    text-decoration-color: #EB6909;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.pagination {
    a {
        font-weight: inherit;
        text-align: center;
    }

    .pagination-links {
        padding-left: 0;
    }

    .pagination-links-mobile {
        ul {
            text-align: center;
        }

        .prev-next-button {
            display: flex;
            justify-content: center;
            gap: 20px;
        }
    }

    .page-list {
        li a {
            display: inline-block;
            min-width: 40px;
        }

        .current a {
            font-weight: bold;
            color: black !important;
            text-transform: uppercase !important;
            background-image: linear-gradient(#EB6909 0 0);
            background-position: bottom center;
            background-size: 100% 2px;
            background-repeat: no-repeat;
            padding-bottom: 5px;
        }
    }
}

.email-alerts-tabs {
    background: inherit;
    padding: 1.25rem 1.875rem;

    input {
        height: 48px;
        background: white;
        border: 1px solid #E8E9EA;
        border-radius: 2px;
    }

    .js-mailalert-add {
        width: 100%;
        background-color: black;
        color: white;
        font-size: 12px;
        border-radius: 8px;
        height: 48px;
    }

    .email-alert-title {
        text-align: left;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }
}

div[data-widget_type="product-carousel.default"] {

    .elementor-swiper-button-prev,
    .elementor-swiper-button-next {
        /*display: flex;*/
        justify-content: center;
        align-items: center;
        background-color: #EB6909;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        /*position: inherit;*/
        /*position: absolute;*/
        position: relative;
        top: 100%;
        margin-top: 20px;

        svg {
            width: 16px !important;
            height: 16px !important;
        }
    }

    .swiper-button-disabled {
        background-color: #F5F5F5 !important;
        cursor: not-allowed !important;
        opacity: 1 !important;
    }
    .swiper-button-disabled svg g{
        stroke: #BCBDC0;
    }

    .elementor-swiper-button-prev {
        /*left: 30%;*/
        left: calc(50% - 55px);
    }

    @media screen and (max-width: 480px) {
        .elementor-swiper-button-next {
            left: calc(50% - 48px);
        }
    }


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

        .elementor-swiper-button-next,
        .elementor-swiper-button-prev {
            /*display: block;*/
            position: absolute;
            top: 0;
        }

        .elementor-swiper-button-next {
            right: 0;
        }

        .elementor-swiper-button-prev {
            left: calc(100% - 110px);
        }

        .elementor-swiper-button-next,
        .elementor-swiper-button-prev {
            margin-top: -15px;
            z-index: 10;
            cursor: pointer;
            background-size: 30px 30px;
            background-position: center;
            background-repeat: no-repeat;
        }
    }

    @media (max-width: 768px) {
        .elementor-swiper-button-next,
        .elementor-swiper-button-prev {
            top: -24px;
        }
    }
    @media (max-width: 480px) {
        .elementor-swiper-button-next,
        .elementor-swiper-button-prev {
            top: 0;
        }
    }
}

.d-none {
    display: none;
}

.elementor-sign-in.e--pointer-underline .elementor-item::after {
    display: none;
}

.elementor-langs__name {
    text-transform: uppercase;
    font-weight: 400;
}

.faqs-card-block {
    border: none;
    box-shadow: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    padding: 0;

    .faq-question {
        border: 1px solid #e3dad1;
        border-radius: 8px;
        padding: 24px 17px;

        width: 100%;
        max-width: 688px;

        .questions {
            font-family: Gotham, sans-serif;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0;

            @media screen and (max-width: 768px) {
                font-size: 14px;
                line-height: 20px;
            }

            .mpm-faqs-arrow-point-to-right::before {
                content: none;
            }

            &.active {
                .mpm-faqs-arrow-point-to-right {
                    transform: rotate(225deg) !important;
                }
            }
        }

        .answer_faq {
            padding-left: 0;
            padding-bottom: 0;

            border: none;
            box-shadow: none;
            margin: 0;

            p {
                margin: 0;

                @media screen and (max-width: 768px) {
                    font-size: 14px;
                }
            }
        }
    }
}

#module-faqs-display {
    #wrapper > .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        #search_faqs_breadcrumb .container{
            padding: 0;
        }
    }
}

@media screen and (max-width: 768px) {
    .cart-content-btn {
        display: block !important;
    }

    .cart-content-btn button.btn.btn-secondary,
    .cart-content-btn a.btn.btn-primary {
        width: 100% !important;
        display: block !important;
    }

    body#order-follow section#wrapper .container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 50px;
    }

    img.ls-layer {
        height: 499px !important;
        object-fit: cover;
        left: 23px !important;
    }

    div#layerslider_2 {
        height: 500px !important;
    }

    #module-faqs-display #wrapper {
        padding-top: 0;
    }
}

#search_faqs_container {
    position: relative;

    background-color: #fbf4ed;
    padding: 32px 20px;

    @media screen and (max-width: 965px) {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    #search_faqs_breadcrumb {
        position: absolute;
        top: 24px;
        left: 20px;
        width: 100%;

        @media screen and (max-width: 965px) {
            position: relative;
            top: 0;
            left: 0;
        }

        .breadcrumb {
            padding: 0;

            ol {
                li {
                    a {
                        span {
                            color: #211F1F;
                            font-size: 12px;
                        }
                    }

                    span {
                        color: #727F91;
                        font-size: 12px;
                    }

                    &::after {
                        font-size: 12px;
                    }
                }
            }
        }
    }

    #search_faqs_content {
        max-width: 688px;
        display: flex;
        flex-direction: column;
        align-items: center;

        background-color: white;
        border: 1px solid #e3dad1;
        border-radius: 8px;

        padding: 28px 56px 40px 56px;

        @media screen and (max-width: 600px) {
            padding: 28px 20px 40px 20px;
        }

        &>img {
            width: 64px;
            height: 55.2px;

            margin-bottom: 8px;
        }

        #search_faqs_title {
            color: #211F1F;
            font-size: 32px;
            line-height: 1em;
        }

        @media screen and (max-width: 425px) {
            #search_faqs_title {
                display: block;
            }
        }
    }

    #search_faqs_input_group {
        width: 100%;
        margin-top: 24px;

        &.search-faqs-input-focused {
            border-radius: 4px;
        }

        #search_faqs_input {
            width: 100%;

            border-top: 1px solid #E2E2E2 !important;
            border-left: 1px solid #E2E2E2 !important;
            border-bottom: 1px solid #E2E2E2 !important;
            border-right: none;
            border-radius: 4px 0 0 4px;

            font-size: 10px !important;

            &::placeholder {
                font-size: 10px;
                color: #211F1F;
            }
        }

        #search_faqs_submit_button {
            width: 158px;
            background-color: #EB6909;
            border-radius: 0 4px 4px 0;
            font-size: 11px;

            @media screen and (max-width: 596px) {
                min-width: 53px;
                width: 53px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

            svg {
                min-width: 24px;
                display: none;
            }

            span {
                display: block;
            }

            @media screen and (max-width: 596px) {
                svg {
                    display: block;
                }

                span {
                    display: none;
                }
            }
        }
    }
}

.gomakoil_faq_page {
    section {
        padding: 0 138px;

        max-width: 1163px;

        margin: 0 auto;

        @media screen and (max-width: 658px) {
            padding: 0;
        }

        &>h2 {
            color: #211F1F;
            font-size: 24px;
            line-height: 28px;
            font-weight: 400;
            padding-top: 41px;
            margin-bottom: 24px;

            @media screen and (max-width: 658px) {
                padding-left: 25px;
                font-size: 18px;
                line-height: 24px;
            }
        }

        &>.questions, &>div {
            width: 100%;
            max-width: 1163px;
            padding: 33px 36px;
            border: 1px solid #E8E9EA;
            border-radius: 4px;
            margin-bottom: 0;

            @media screen and (max-width: 658px) {
                border-left: none;
                border-right: none;
                border-radius: 0;
            }

            hr:first-child {
                margin-top: 0;
            }

            hr:last-child {
                margin-bottom: 0;
            }

            .questions {
                font-family: "Gotham", sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #211F1F;

                .mpm-faqs-arrow-point-to-right::before {
                    content: none;
                }

                &.active {
                    .mpm-faqs-arrow-point-to-right {
                        transform: unset !important;
                    }
                }
            }

            .answer_faq {
                padding: 32px;
                border: none;
                box-shadow: none;
                margin: 0;
                background-color: #FBF4ED;
                margin-top: 15px;

                @media (max-width: 576px) {
                    padding: 16px;
                }

                p {
                    color: #211F1F;
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 1rem;
                    background-color: #FBF4ED;
                }
            }
        }

        &.topic_faqs {
            .content_home_page_cat {
                border: none;

                padding: 0;

                grid-gap: 15px;

                .category_block {
                    border: 1px solid #E8E9EA;
                    border-radius: 4px;

                    padding: 32px;

                    @media screen and (max-width: 658px) {
                        border-left: none;
                        border-right: none;
                        border-radius: 0;
                    }

                    .category_name_home_page {
                        font-size: 20px;
                        font-weight: 400;
                        color: #EB6909;
                    }
                }
            }
        }
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .changestatus.ets_mm_megamenu.hook-custom {
        margin-top: 0px;
        position: relative;
    }
}

.elementor-search__input::placeholder {
    opacity: 1;
}

/* FOOTER */

footer#footer {
    ul {
        padding: 0;
    }

    .elementor-email-subscription {
        .elementor-field-type-gdpr {
            label.elementor-field-label {
                display: flex;
                flex-direction: row;
                gap: 10px;
            }

            a {
                text-decoration: underline;
            }
        }
    }

    .footer_bottom_links {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        font-size: 11px;

        @media screen and (max-width: 768px) {
            justify-content: center;
        }

        li {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2px;

            a {
                font-weight: 400;
            }

            &:not(:last-child):after {
                content: '|';
                padding-left: 5px;
                padding-right: 5px;
            }
        }
    }
}

/* ACCUEIL */

.section_app_mobile {
    .section_app_mobile_intern {
        .elementor-container {
            .elementor-row {
                @media screen and (max-width: 768px) {
                    flex-direction: column;
                }

                .app_mobile_background {
                    position: relative;
                    height: 100%;

                    @media screen and (max-width: 768px) {
                        height: 288px;
                    }

                    img {
                        position: absolute;
                        bottom: 0;
                        right: 0;

                        @media screen and (max-width: 768px) {
                            width: 94%;
                        }
                    }
                }
            }
        }
    }
}

/* Product Miniature */
.js-product.product {
    height: 100%;
}

/* Homepage - Experts */
.expert .container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.expert h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: left
}

.expert .content {
    display: flex;
}

.expert .conseil-expert {
    width: 326px;
    padding-right: 10px;

    p {
        font-size: 16px;
        line-height: 22px;
    }
}

.expert .right-side {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.expert .right-side img {
    max-width: 100%;
    height: auto;
}

.expert p,
.expert a {
    margin: 5px 0;
}

.expert .btn, .expert .btn.btn-primary {
    color: #211F1F;
    background-color: transparent;
    margin-top: 30px !important;
    border: solid 2px;
    border-radius: 8px;
    font-size: 11px;
    padding: 17px 40px;
    font-weight: 500
}

/* .expert a:hover {
    background-color: #007bff;
    color: #fff;
} */

/* Homepage - Produits engagés */
.conseil-expert a:hover span {
    background: black;
    color: white;
    transition: 0.5s;
}

.produits_engages {
    .swiper-wrapper {
        height: 100% !important;
    }

    .elementor-image-box-wrapper {
        .elementor-image-box-content {
            height: 175px;
            max-height: 175px;
            padding: 25px 0 0 0;
            width: 356px;
            margin: 0 auto;

            @media screen and (max-width: 768px) {
                min-height: 165px;
                max-height: none;
                height: auto;
            }

            @media screen and (max-width: 1065px) {
                width: 100%;
            }

            p.elementor-image-box-description {
                font-size: 14px;
                line-height: 20px;
                height: 60px;
                flex: 0 0 60px;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 14px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }
        }

    }
}

/* Slider */

.ls-v6 {

    .ls-nav-next,
    .ls-nav-prev {
        position: relative;

        z-index: 30 !important;

        width: 48px !important;
        height: 48px !important;

        @media screen and (max-width: 768px) {
            width: 39px !important;
            height: 39px !important;
        }

        border: none;
        border-radius: 50%;
        background-color: #211F1F;

        background-image: url('/themes/child_classic/assets/img/slider right.svg');
        background-repeat: no-repeat;
        background-position: center center;

        &::after {
            border: none !important;
            transform: none !important;
        }

        &:hover {
            transform: none !important;
        }
    }

    .ls-nav-prev {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        &:hover {
            -moz-transform: scaleX(-1) !important;
            -o-transform: scaleX(-1) !important;
            -webkit-transform: scaleX(-1) !important;
            transform: scaleX(-1) !important;
        }
    }
}

/* Accueil - Réseaux Sociaux */
@media screen and (min-width: 1025px) {
    .reseaux_sociaux {
        .elementor-background-overlay {
            background-image: none !important;
        }
    }
}

/* Page Authentification */
.page-authentication {
    #wrapper {
        background: rgb(251, 244, 237);
        background: linear-gradient(180deg, rgba(251, 244, 237, 1) 424px, rgba(255, 255, 255, 1) 0);
        min-height: 722px;
    }

    .page-header {
        display: none;
    }

    #content {
        background: transparent;

        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;

        width: 100%;
        max-width: 100%;

        margin: 0;

        &::after {
            display: none;
        }

        .login-form,
        .register {
            background: white;

            border: 1px solid #E2E2E2;
            border-radius: 8px;

            width: 100%;
            max-width: 570px;
            min-height: 397px;

            margin: 0;
            padding: 48px;
        }

        .login-form {
            .h4 {
                font-size: 24px;
                font-weight: 500;
                line-height: 28px;

                text-align: center;
            }

            form {
                margin-top: 40px;

                .form-group {
                    .form-control-label {
                        color: #211F1F;
                        font-size: 14px;
                        line-height: 20px;
                        font-weight: 400;
                        text-align: left;
                    }

                    .form-control {
                        border: 1px solid #E2E2E2;
                        border-radius: 4px;
                        height: 48px;
                        background: white;
                    }
                }

                .forgot-password {
                    margin: -13px 0 0 0;
                    text-align: right;

                    a {
                        color: #211F1F;
                        font-size: 14px;
                        line-height: 17px;
                        font-weight: 400;
                        text-decoration: underline;
                    }
                }

                button#submit-login {
                    font-size: 11px;
                    line-height: 12px;
                    font-weight: 500;
                    text-transform: uppercase;

                    padding: 17px 62px;

                    border-radius: 8px;

                    background-color: #211F1F;

                    &:disabled {
                        background-color: #BCBCC0;
                    }
                }

                footer {
                    background-color: white;

                    margin-top: 40px;
                }
            }
        }

        .register {
            .h4 {
                font-size: 24px;
                font-weight: 500;
                line-height: 28px;

                text-align: center;
            }

            p.h5 {
                font-size: 18px;
                line-height: 20px;
                font-weight: 500;
                color: #EB6909;

                text-align: center;

                margin-top: 32px;
            }

            ul {
                display: flex;
                flex-direction: column;
                gap: 8px;

                margin-top: 16px;

                max-width: 417px;

                li {
                    color: #211F1F;
                    font-size: 14px;
                    line-height: 22px;
                    font-weight: 400;

                    position: relative;

                    padding-left: 32px;

                    &::before {
                        position: absolute;
                        content: "";
                        background-image: url('../img/check.svg');
                        width: 24px;
                        height: 24px;
                        left: 0;
                    }

                    strong {
                        font-weight: 500;
                    }
                }
            }

            #lpsproaccount {
                margin: 36px 0 0 0;

                .lpsproaccount-button {
                    gap: 24px;
                }

                a.btn {
                    font-size: 11px;
                    line-height: 12px;
                    font-weight: 500;
                    text-transform: uppercase;

                    padding: 17px 0;

                    width: 209px;

                    border-radius: 8px;

                    background-color: #211F1F;
                }
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .page-authentication {
        #wrapper {
            margin-bottom: 60px;
            padding-top: 16px;

            .container {
                margin: 0;
                padding: 0;
                width: 100%;
                max-width: 100%;

                .breadcrumb {
                    margin-bottom: 57px;
                }

                &::after {
                    display: none;
                }
            }
        }

        #content {
            padding: 0;

            .login-form,
            .register {
                border-radius: 0;
                border-left: none;
                border-right: none;
                padding: 20px;
                min-height: 381px;
            }

            .login-form {
                p.h4 {
                    font-size: 18px;
                    margin-top: 28px;
                    margin-bottom: 0;
                }

                form {
                    margin-top: 32px;

                    button#submit-login {
                        width: 100%;
                    }

                    footer {
                        margin-top: 25px;
                    }
                }
            }

            .register {
                p.h4 {
                    font-size: 18px;
                    margin-top: 28px;
                    margin-bottom: 0;
                }

                p.h5 {
                    font-size: 15px;
                    line-height: 17px;
                    margin-top: 8px;
                    margin-bottom: 27px;
                }

                #lpsproaccount {
                    .lpsproaccount-button {
                        a {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }
}

/* Page d'inscription par et pro */
.page-registration {
    #wrapper {
        background: rgb(251, 244, 237);
        background: linear-gradient(180deg, rgba(251, 244, 237, 1) 424px, rgba(255, 255, 255, 1) 0);
        min-height: 722px;

        .container>.row {
            margin: 0;
            padding: 0;

        }
    }

    #main {
        .page-header {
            h1 {
                text-align: center;
                color: #211F1F;
                font-size: 32px;
                line-height: 35px;
                font-weight: 500;
            }
        }

        .page-header-sub {
            color: #211F1F;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            text-align: center;

            a {
                color: #211F1F;
                font-size: 16px;
                font-weight: 400;
                line-height: 22px;
                text-decoration: underline;
            }
        }
    }

    #content {
        background: transparent;

        display: flex;
        flex-direction: row;
        justify-content: center;

        width: 100%;
        max-width: 100%;

        margin: 0;

        .register-form {
            background: white;

            border: 1px solid #E2E2E2;
            border-radius: 8px;

            width: 100%;
            max-width: 688px;
            min-height: 397px;

            margin: 0;
            padding: 48px 60px;

            form {
                .forgot-password {
                    margin: -13px 0 0 0;
                    text-align: right;

                    a {
                        color: #211F1F;
                        font-size: 14px;
                        line-height: 17px;
                        font-weight: 400;
                        text-decoration: underline;
                    }
                }

                footer {
                    background-color: white;

                    margin-top: 40px;

                    display: flex;
                    justify-content: center;

                    button.form-control-submit {
                        font-size: 11px;
                        line-height: 12px;
                        font-weight: 500;
                        text-transform: uppercase;

                        padding: 17px 40px;

                        border-radius: 8px;

                        background-color: #211F1F;

                        max-width: 161px;

                        &:disabled {
                            background-color: #BCBCC0;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .page-registration {
        #wrapper {
            .container {
                margin: 0;
                padding: 0;
                max-width: 100%;
                width: 100%;

                #content-wrapper {
                    padding: 0;
                }

                #content {
                    padding: 0;

                    .register-form {
                        padding: 48px 20px;

                        form {
                            .form-group:not(.radio) {
                                display: flex;
                                flex-direction: column;

                                margin-bottom: 16px;

                                .col-md-3,
                                .col-md-9 {
                                    max-width: 100%;
                                    width: 100%;
                                }
                            }

                            button[type=submit] {
                                max-width: 100%;
                                width: 100%;
                            }

                            .comment-required {
                                text-align: right;
                            }
                        }
                    }
                }
            }
        }

        #main {
            .page-header {
                h1 {
                    font-size: 24px;
                    line-height: 26px;
                }
            }

            .page-header-sub,
            .page-header-sub a {
                font-size: 14px;
                line-height: 19px;
            }
        }
    }
}

/* Page Mon compte */
.page-my-account {
    #main {
        .page-header {
            h1 {
                text-align: center;
                color: #211F1F;
                font-size: 32px;
                line-height: 35px;
                font-weight: 500;
            }
        }

        .page-header-sub {
            color: #211F1F;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            text-align: center;

            margin-bottom: 32px;

            a {
                color: #211F1F;
                font-size: 16px;
                font-weight: 400;
                line-height: 22px;
                text-decoration: underline;
            }
        }

        #content {
            .links {
                display: flex;
                flex-direction: row;
                gap: 40px;
                flex-wrap: wrap;

                max-width: 1076px;

                margin: 0 auto;

                @media screen and (max-width: 1132px) {
                    max-width: 704px;
                }

                @media screen and (max-width: 741px) {
                    max-width: 332px;
                    gap: 32px;
                }

                .link {
                    border: 1px solid #E2E2E2;
                    border-radius: 8px;

                    width: 100%;
                    max-width: 332px;
                    height: 136px;

                    margin: 0;

                    .link-item {
                        font-size: 18px;
                        line-height: 20px;
                        font-weight: 500;
                        color: #211F1F;
                        text-transform: initial;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        padding: 0;

                        img {
                            margin-bottom: 13px;
                        }
                    }

                    &#identity-link,
                    &#address-link,
                    &#addresses-link,
                    &#psgdpr-link,
                    &#discounts-link,
                    &#emailsalerts {
                        img {
                            margin-top: 32px;
                        }
                    }

                    &#history-link {
                        img {
                            margin-top: 34px;
                        }
                    }

                    &#discounts-link {
                        img {
                            margin-top: 35px;
                        }
                    }

                    &#returns-link {
                        img {
                            margin-top: 28px;
                        }
                    }
                }
            }
        }

        footer.page-footer {
            background-color: white;

            .text-sm-center {
                text-align: center;
            }

            a {
                font-size: 11px;
                line-height: 22px;
                font-weight: 500;
                color: #211F1F;

                text-transform: uppercase;

                text-decoration: underline !important;
                text-decoration-color: #EB6909 !important;
                text-decoration-thickness: 2px !important;
                text-underline-offset: 3px;
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .page-my-account {
        #wrapper {
            .container {
                margin: 0;
                padding: 0;
                max-width: 100%;
                width: 100%;

                #content-wrapper {
                    padding: 0 20px;
                }
            }
        }

        #main {
            padding: 0 20px;

            .page-header {
                h1 {
                    text-align: center;
                    color: #211F1F;
                    font-size: 24px;
                    line-height: 26px;
                    font-weight: 500;
                }
            }

            .page-header-sub {
                color: #211F1F;
                font-size: 14px;
                font-weight: 400;
                line-height: 19px;
                text-align: center;

                margin-bottom: 32px;

                a {
                    color: #211F1F;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 19px;
                    text-decoration: underline;
                }
            }
        }
    }
}

/* Formulaire */
form {
    .form-group {
        .form-control-label {
            color: #211F1F;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            text-align: left;
        }

        .form-control {
            border: 1px solid #E2E2E2;
            border-radius: 4px;
            height: 48px;
            background: white;
        }

        .custom-checkbox {
            label {
                display: flex;
                gap: 9px;
            }

            input[type=checkbox] {
                margin: 0;
            }

            input[type=checkbox]+span {
                width: 16px;
                min-width: 16px;
                height: 16px;
                border: none;

                background-image: url('../../assets/img/checkbox.svg');

                position: relative !important;

                margin: 0;
                padding: 0;

                i {
                    font-size: 0;
                    background-image: url('../../assets/img/checkbox-check.svg');
                    width: 16px;
                    height: 16px;
                    position: absolute;
                    left: 2px;
                    top: 2px;
                }
            }

            span.label {
                font-size: 14px;
                line-height: 20px;
                font-weight: 400;
                color: #211F1F;
                text-align: left;
                margin-top: -2px;

                a {
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: 400;
                    color: #211F1F;
                }
            }
        }

        .custom-radio {
            width: 16px;
            height: 16px;
            border: none;

            background-image: url('../../assets/img/radio-off.svg');

            position: relative !important;

            input[type=radio]:checked+span {
                background-image: url('../../assets/img/radio-on.svg');
                width: 16px;
                height: 16px;
                position: absolute;
                background-color: transparent;
                top: 0;
                left: 0;
            }
        }
    }
}

/* SINGLE PRODUIT */
#product .produit-livraison-text {
    margin: 8px 0;
    margin-bottom: 0 !important;
}

/* #actualite_product .custom-image-box-carousel-item {
    height: 543px;
}
#actualite_product p.elementor-image-box-description.elementor-image-box-description {
    height: 130px;
} */

@media screen and (min-width:768px) {
    form#PM_ASForm_1 input.btn.btn-primary.PM_ASSubmitSearch {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    div#ttop .elementor-column-wrap.elementor-element-populated {
        margin-top: 0;
    }

    .layout_layout1.ets_mm_megamenu .mm_columns_ul,
    .layout_layout1.ybc_vertical_menu .mm_menus_ul {
        background-color: #ffffff;
        height: 500px;
        padding: 0 30px;
    }

    section#vous_conseillons_titre {
        padding-top: 40px;
    }

    section#vous_conseillons {
        margin-bottom: 95px;
    }

    body#cart .cart-grid-right.col-lg-4 {
        margin-top: 12px;
    }

    section#bg_conseillons {
        position: absolute;
        left: -50%;
        z-index: 0;
        width: 1000vh;
        height: 726px;
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    div#produit_engage img {
        width: 91%;
        display: block;
        margin: 0 auto;
    }

    body#product section#wrapper {
        max-width: 1438px;
        margin: 0 auto;
    }

    #show-more a,
    #show-less a {
        display: none;
    }

    .card-block {
        padding-right: 26px !important;
    }
}

.delete a,
.voucher-label-div span {
    font-weight: normal !important;
}

section#font_picto .stickers-img img {
    background: #fbf4ee;
    text-align: center;
    width: 104px;
    display: block;
    margin: 0 auto;
    margin-bottom: 17px;
    padding: 11px;
    border-radius: 20px;
}

section#font_picto .swiper-slide {
    text-align: center;
}

span.color-circle {
    box-shadow: 0 0 2px #000;
}

input.elementor-field.elementor-field-textual.elementor-size-xs {
    box-shadow: none !important;
}

p.product-description a {
    font-weight: normal !important;
}

div#_desktop_cart a {
    position: relative;
}

#_desktop_cart .cart-products-count {
    position: absolute;
    left: -8px;
    top: 7px;
    background: #EB6909;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

div#cararteristique_accordion .elementor-toggle .elementor-tab-title {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
}

@media screen and (max-width: 650px) {
    /* .card-block {
        display: block !important;
        text-align: center;
    } */

    .card.cart-container .card-block span {
        justify-content: center;
        margin-top: 9px;
    }

    html body .js-product.product {
        /* width: auto !important; */
    }

    div#promo_Scs .ce-product-badges {
        padding-left: 11px !important;
    }

    div#promo_Scs .ce-product-badges .ce-product-badge {
        font-size: 12px;
        font-weight: 400;
        padding: 5px 9px;
        border-radius: 4px;
    }

    .sfiBandeau-etat p {
        line-height: 19px !important;
        min-height: 75px !important;
    }

    div#sfiBandeau1 {
        height: 91px !important;
    }

    .header-banner {
        height: 57px !important;
    }

    body#cart .cart-grid-body.col-lg-8 {
        margin-bottom: 50px;
    }

    input.btn.btn-primary.PM_ASSubmitSearch {
        background: black;
        display: block;
        width: 100%;
    }

    form#PM_ASForm_1 p.col-xs-12.text-center {
        padding: 0;
    }

    section#produit_engage img {
        height: 204px;
        object-fit: cover;
    }

    #actualite_product .custom-image-box-carousel-item {
        height: 574px;
    }

    div#actualite_product img {
        height: 300px;
        object-fit: cover;
    }

    .cart-line-product-actions {
        top: -148% !important;
    }

    input.js-cart-line-product-quantity.form-control {
        font-weight: 400 !important;
        font-size: 19px !important;
        color: #828181;
        position: relative;
        padding-top: 7px;
        border: none !important;
        box-shadow: none !important;
    }

    body#cart .product-line-grid-right.col-md-2.col-xs-6 .col-xs-12.price {
        position: relative;
        top: 12px;
    }

    div#center_Trustpilot .elementor-column-wrap.elementor-element-populated {
        justify-content: center;
        padding-right: 0;
        padding-top: 39px;
    }

    .bootstrap-touchspin-up::before {
        font-weight: 400;
        color: #373737 !important;
        font-size: 24px !important;
    }

    .bootstrap-touchspin-down::before {
        content: '_' !important;
        position: relative;
        top: -10px;
        color: #d3d4d6 !important;
    }

    #blockcart-modal .modal-title i.material-icons {
        margin-right: 2px !important;
    }

    #blockcart-modal .modal-title {
        font-size: 14px !important;
    }

    span.discount-percentage.discount-product {
        position: absolute;
        right: 0;
    }

    nav.breadcrumb {
        overflow: hidden;
    }

    section#wrapper {
        overflow: hidden;
    }

    .cont h3 {
        font-weight: bold;
        margin-bottom: 24px;
    }

    .cont p {
        margin-bottom: 12px;
    }

    #show-more,
    #show-less {
        color: rgb(0, 0, 0);
    }

    #show-more a,
    #show-less a {
        cursor: pointer;
        text-decoration: underline;
        color: auto;
    }

    div#show-less {
        display: none;
    }

    div#resp_resaux_sociaux .elementor-element.elementor-element-17d7d60.elementor-shape-rounded.elementor-widget.elementor-widget-social-icons {
        margin-bottom: 34px !important;
    }

    div#resp_resaux_sociaux .elementor-element.elementor-element-6d296a4.elementor-widget.elementor-widget-heading {
        margin-bottom: 21px !important;
    }
}

.js-product.product {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: auto !important;
    width: 325px !important;
}

.products {
    gap: 21px !important;
}

div.payment-secure {
    margin-bottom: 16px;
}

.card-block.card-block-2 a {
    text-decoration: underline;
}

ul.cart-items .product-line-grid-body.col-md-4.col-xs-8 {
    justify-content: start !important;
}

section#cart-crossselling-products .swiper-slide {
    width: 375px !important;
}

button.btn.btn-primary.add-to-cart.add-to-cart-desktop {
    height: 48px !important;
    padding: 0 14px !important;
    margin-left: 13px;
}

/* page checkout plain largeur */
#checkout main {
    max-width: 100%;
}

footer#footer .scs-checkout-footer span,
footer#footer .scs-checkout-footer a {
    font-weight: 400;
    color: white;
    transition: 0.9s;
}

div#custom-field-value img {
    width: 100%;
    object-fit: cover;
}

footer#footer .scs-checkout-footer a:hover {
    color: #fa5022;
}

article.product-miniature {
    border: none !important;
}

.variant-links.variant-links-desktop {
    display: inline !important;
}

body#authentication nav.breadcrumb,
body#my-account nav.breadcrumb {
    max-width: 1336px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 18px;
}

body#cart section#wrapper #main {
    /* max-width: 1408px; */
    margin-left: auto;
    margin-right: auto;
}

.ce-product-variants__select:before {
    content: '' !important;
    transform: rotate(0deg) !important;
    font-size: 15px !important;
    background: url(/themes/child_classic/assets/img/icon-liste-deroulent.jpg) !important;
    width: 25px;
    height: 29px;
    background-size: 17px !important;
    background-repeat: no-repeat !important;
    margin-top: -9px;
}

.elementor-tab-title a {
    transition: 0.2s;
}

.elementor-tab-title:hover a {
    font-weight: bold !important;
}

h2.h3.product-title a {
    color: black !important;
    transition: 0.5s
}

h2.h3.product-title a:hover {
    color: #eb6909 !important;
}

button.btn.btn-primary.add-to-cart.add-to-cart-desktop {
    background: black !important;
    transition: 0.5s
}

button.btn.btn-primary.add-to-cart.add-to-cart-desktop:hover {
    background: #eb6909 !important
}

div#noss_Univers .custom-categories-list-item a span {
    color: black;
    transition: 0.9s;
}

div#noss_Univers .custom-categories-list-item a:hover span {
    color: #eb6909 black;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    /* top: 205px !important; */
    position: relative !important;
}

.custom-categories-list-item:hover a span {
    color: #eb6909 !important;
}

section#dans_le_detail_content .elementor-row {
    justify-content: center;
}

body#order-follow section#wrapper .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 50px;
}

body#order-follow footer.page-footer a.account-link:last-child {
    display: none;
}

body#order-follow footer.page-footer a.account-link {
    display: block;
    width: 261px;
    margin: 0 auto;
    text-align: center;
    padding: 17px 24px;
    background: #1b1919;
    border-radius: 9px;
    transition: 0.5s;
    border: 2px solid #f5f5dc00;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    visibility: hidden;
    width: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    visibility: hidden;
    width: 0;
}

footer.page-footer {
    background: no-repeat !important;
}

body#order-follow footer.page-footer a.account-link:hover {
    background: white;
    color: black;
    border: 2px solid;
}

select#PM_ASCriterionGroupSelect_1_24,
select#PM_ASCriterionGroupSelect_1_24 option,
select#PM_ASCriterionGroupSelect_1_27,
select#PM_ASCriterionGroupSelect_1_27 option,
select#PM_ASCriterionGroupSelect_1_25,
select#PM_ASCriterionGroupSelect_1_25 option {
    font-weight: bold;
    color: black;
    color: black;
}

.thumbnail-container {
    /* padding: 0 32px 32px 32px; */
    border: 1px solid #E8E9EA;
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    margin-bottom: 0;
}

/* FIN page checkout plain largeur 15 02 2025 */

/*
 * Fixs TD
 */
/* [PRODUIT] Attribut couleur > mieux caler les éléments dans l'attribut */
input:checked ~ .ce-product-variants__pattern {
    & .color-name {
        font-weight: 500;
    }
}

#product .ce-product-variants__pattern {
    display: flex !important;
    justify-content: space-evenly;
    padding: 0 14px;
    width: auto;
    height: 100% !important;
}

#product label.ce-product-variants__radio-wrapper {
    width: auto!important;
    height: 55px!important;
}

.elementor-10170101 .elementor-element.elementor-element-89e371f input:checked ~ .ce-product-variants__pattern {
    border-width: 1px;
}

/* [COMPTE] Boxer le contenu > fil d'ariane + contenu (ajouter les classes des pages concernées) */
/*.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 22px 20px 0;
}*/

/* [FOOTER] Reassurance > picto trop petit par rapport à la maquette */
.elementor-2170101 .elementor-element.elementor-element-3796d2b .elementor-image img {
    max-width: 110px;
}

/* [CMS | Nous contacter ][DESKTOP] Ferrer le fil d'ariane avec le menu */
#wrapper .breadcrumb {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 22px 20px 0;
}

/* [CMS | Nous contacter ][DESKTOP]  Margin du bloc "Besoin d'aide ? Une question ?" */

.cms-id-6 #wrapper .breadcrumb {
    z-index: 10000;
    background: transparent !important;
    position: relative;
}

/* [CMS | Nous contacter ][DESKTOP] Titre SCS Sentinel vous accompagne */
.elementor-6070101 .elementor-element.elementor-element-280e9bd h2 {
    margin-top: -40px;
}

/* [CMS | Nous contacter ][DESKTOP]  Bloc chat en ligne */
.elementor-element.elementor-element-a5ea1fa.elementor-widget.elementor-widget-text-editor {
    margin-bottom: 0;
}

.elementor-element.elementor-element-838f170.elementor-column.elementor-col-50.elementor-inner-column {
    margin-left: -10px;
}

.elementor-element.elementor-element-cd739a6.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-inner-section {
    margin-left: -25px !important;
}

/* [CMS | Nous contacter ][DESKTOP]  Assistance téléphonique - image à centrer */
.elementor-6070101 .elementor-element.elementor-element-c3ebf68 img {
    max-width: 350px;
    margin-left: 90px;
}

/* [CMS | Nous contacter ][DESKTOP]  Bloc chat en ligne - réduire la taille de l'image */
.elementor-6070101 .elementor-element.elementor-element-041d4d1 img {
    max-width: 580px;
}


/* [CMS | Nous contacter ][DESKTOP]  Assistance téléphonique - bloc de texte */


/* [CMS | Nous contacter ][DESKTOP]  Besoin d'aide sur mes produits - bloc de texte (reste bordure autour tél) */
.elementor-6070101 .elementor-element.elementor-element-23c8b2f .elementor-image img {
    margin-top: -20px;
}

.elementor-element.elementor-element-bbc44e9.elementor-widget.elementor-widget-text-editor p:nth-child(1) {
    margin-bottom: -40px;
    margin-top: -6px;
}

.elementor-element.elementor-element-bbc44e9.elementor-widget.elementor-widget-text-editor ul {
    margin-left: 20px;
}

/* [CMS | Nous contacter ][DESKTOP]  Pour contacter nos expert - revoir le bloc */
.instructions {
    padding-left: 0;
}


.instructions {
    max-width: 500px;
}

.elementor-6070101 .elementor-element.elementor-element-f67eecb h5 {
    font-weight: 500;
}

.legend {
    max-width: 400px;
    margin-left: auto;
    margin-right: 40px;
    margin-top: 50px;
}

.elementor-element.elementor-element-33b3a56.elementor-widget.elementor-widget-text-editor h6 {
    font-weight: 500;
}

.schedule .status {
    height: 16px;
}

/* [CMS | Nous contacter ][DESKTOP] Garantie & réparabilité de mes produits (reste modif picto) */
.elementor-element.elementor-element-c062a91.elementor-section-boxed.elementor-section-height-default.elementor-section.elementor-top-section {
    margin-top: 100px !important;
}

#footer .js-checkout-modal.in .elementor-section-wrap .elementor-column-gap-default .elementor-row .elementor-col-66.guide-content-wrapper {
    width: 100%;
}

#footer .js-checkout-modal.in .elementor-section-wrap .elementor-column-gap-default .elementor-row .elementor-col-33 {
    display: none;
}

#footer .js-checkout-modal.in button.close {
    position: relative;
    z-index: 10;
}

.disabled-link {
    pointer-events: none;
}