/* COLORS ROOT */

:root {
    --main-orange: #E88B0C;
    --light-orange: #FFC107;
    --grey-light: #F4F4F5;
    --dark-grey: #495158;
    --mid-grey: #E8E9EA;
    --text-grey: #9d9d9d;
    --link-grey: #c1c5c9;
    --background-light: #FBFBFB;
    --black: #000000;
    --border-radius-marketplace: 100px 100px 100px 0;
    --border-radius-marketplace-inverted: 100px 100px 0px 100px;
}

html {
    font-size: 62.5%;
}

@media (min-width: 1200px) {
    .container {
        width: 1500px;
    }
}

/* BODY*/

main {
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--background-light);
    line-height: 2rem;
    overflow-x: hidden;
}

#wrapper-home {
    background-color: transparent;
    min-height: 40vh;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 3rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-size: 3rem;
}

p {
    font-size: 1.6rem !important;
    font-weight: 400;
    color: var(--dark-grey);
}

.page-home {
    position: relative;
}

a {
    color: var(--main-orange);
}

a:hover {
    text-decoration: none;
    color: var(--light-orange);
}

.page-content.page-cms ul,
p {
    font-size: 1.6rem;
}

.page-header,
#main .page-header {
    color: var(--link-grey);
    margin-bottom: 3rem;
}

/* SEARCH-WIDGET */
#search_widget{
    max-width: none;
}

/* MODAL */

.close {
    display: block;
    visibility: visible !important;
}

.js-modal-product-cover {
    border-radius: 10px;
}

.image-caption {
    display: none;
}

/* DROPDOWN MENU */


#top_sub_menu_81407 {
    top: 10rem !important;
}


ul .top-menu {
    text-align: left;
    padding: 10px;
    font-size: 1.3rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    background-color: var(--background-light);
}

ul.top-menu > li {
    margin: 1rem 0 1rem 0;
}

/* HEADER */
#header,
#header .header-top {
    background-color: var(--background-light) !important;
    position: sticky;
    top: 0px;
    transition: all 0.3s ease-in;
}

.sticky-header {
    box-shadow: rgba(99, 99, 99, 0.10) 0px 3px 8px 5px !important;
    transition: all 0.3s ease-in-out;
}

#header a:hover {
    color: var(--main-orange);
    transition: color 0.2s ease-in;
}

#header,
.header-top {
    box-shadow: none;
}

#header .header-top-right {
    display: flex;
    justify-content: end;
    align-items: center;
}

#header .header-top a[data-depth="0"] {
    text-transform: capitalize;
    font-size: 1.8rem;
    margin-left: 3rem;
    color: var(--link-grey);
}

#header .header-top {
    & a[data-depth="0"] {
        transition: opacity 0.3s ease, color 0.3s ease;

        &:hover {
            color: var(--main-orange);
        }
    }

    & ul:hover {
        & a[data-depth="0"]:not(:hover) {
            opacity: 0.4;
        }
    }
}

.header-top-left {
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-banner-text {
    display: flex;
    justify-content: center;
}

.banner-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-orange);
    border-radius: 100px 100px 100px 0;
    padding: 3rem;
    margin: 3rem 0;
    z-index: 50;
    position: relative;
    animation-name: slideInRight;
    animation-duration: 1s;
    box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 4px 0px;
}

.hide-search #search_widget {
    display: none;
}

.banner-top .banner-top-img img {
    border-radius: 75px 75px 75px 0;
    object-fit: contain;
}

.banner-top .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-top h1 {
    color: white;
    font-size: clamp(4rem, 5vw, 5rem);
}


.banner-top-text {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1rem;

    & p {
        color: var(--black);
        font-weight: 500;
    }
}



#search_widget {
    float: left;
    border-radius: var(--border-radius-marketplace-inverted);
    font-size: 1.5rem;

    & form i {
        padding: 0.8rem;
    }

    input {
        color: var(--link-grey);
    }
}

#search_widget input {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.19);

}

#search_widget form input {
    border-radius: var(--border-radius-marketplace-inverted);
    background-color: white;
}

#search_widget i {
    right: 0;
    top: 0;
    background-color: var(--light-orange);
    width: auto;
    height: auto;
    border-radius: var(--border-radius-marketplace-inverted);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.10);
    color: white;
}



/* GRID CATEGORY */


.wrapper-grid {
    display: flex;
    flex-wrap: wrap;
}



.background-grid-category {
    position: relative;
    padding: 14rem 0 5rem;
    top: -10em;
    margin-bottom: -10em;
}

.background-grid-category::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 17px);
    height: 100%;
    background-color: var(--grey-light);
}

.img-category-rounded {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-img-category-rounded {
    border-radius: 50%;
    height: 8rem;
    width: 8rem;
    padding: 2rem;
    background-color: var(--mid-grey);
    transition: all 0.3s ease-in-out;
}

.grid-category-theme a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3rem 0 3rem 0;
    transition: all 0.3s ease-out;
}

.grid-category-name {
    text-align: center;
    color: var(--dark-grey);
    font-weight: 600;
    margin-top: 2rem;
    transition: all 0.3s ease;
    font-size: 1.7rem;
}

/* Animations grid category */


.text-grid-category:hover .bg-img-category-rounded {
    background: var(--light-orange);
    animation: bounce 0.6s ease-out forwards;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    20% {
        transform: translateY(-2rem);
        box-shadow: 0px 8px 15px 2px rgba(0, 0, 0, 0.2);
    }

    40% {
        transform: translateY(-1rem);
        box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.15);
    }

    60% {
        transform: translateY(-1.4rem);
        box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.18);
    }

    80% {
        transform: translateY(-1rem);
        box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.15);
    }

    100% {
        transform: translateY(-1.2rem);
        box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.18);
    }
}

.text-grid-category:hover .grid-category-name {
    color: var(--main-orange);
}




/* CARDS PRODUITS PHARES */

/* Modif container cards */

h2.products-section-title {
    color: var(--text-grey);
    text-transform: capitalize !important;
    text-align: left !important;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 6rem !important;
    margin-left: 2rem;
    text-align: left !important;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.product-thumbnail picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail-container {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-miniature .product-description {
    display: flex;
    flex-flow: column;
}

.thumbnail-container div,
.product-miniature .thumbnail-container .product-thumbnail img {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.thumbnail-container:hover {
    transform: scale(1.05);
}

.product-miniature .thumbnail-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    border-radius: 50px;
    padding: .7rem 2.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
}

.product-prince-and-shipping,
.product-miniature .product-price-and-shipping,
.product-miniature .product-title {
    text-align: left;
    display: flex;
    justify-content: left;
    gap: 1rem;
    height: 3.2rem;
}

.product-price {
    color: var(--main-orange);
}

.product-price-and-shipping {
    display: flex;
    justify-content: space-evenly;
}

.price {
    color: var(--light-orange);
    font-size: 3.3rem;
    font-weight: 600;
}

.product-miniature .product-title a {
    font-size: 1.6rem;
    text-transform: uppercase !important;
    color: var(--dark-grey);
    font-weight: 600;
    text-align: left;
}


/* Remove line @hover */
#products .thumbnail-container:hover .product-description::after,
.featured-products .thumbnail-container:hover .product-description::after,
.product-accessories .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after,
#products .thumbnail-container:focus .product-description::after,
.featured-products .thumbnail-container:focus .product-description::after,
.product-accessories .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after {

    border-top: none;

}

/* Remove new & rupture de stock */
.product-flags,
button.wishlist-button-add {
    display: none;
}


.product-supplier-reference a,
.product-supplier-reference {
    margin: 1rem 0;
    text-decoration: none;
    color: var(--text-grey);
    font-size: 1.3rem;
    font-weight: 600;
}

/* Cards img */
div.img-product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail img {
    height: 18rem;
    width: 30rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15% 15% 15% 0;
    object-fit: contain;
}

/* Boutons cards */

.thumbnail-cards-button {
    background-color: var(--mid-grey) !important;
    color: var(--dark-grey);
    text-transform: full-size-kana;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 1rem 2rem;
    background-image: linear-gradient(to right, #ffc107 50%, #EAEDF0 50%);
    background-position: 100%;
    background-repeat: repeat-y;
    transition: transform 0.5s ease, background 0.5s ease;
    background-size: 210% auto;
    box-shadow: rgba(19, 19, 19, 0.2) 0px 2px 1px 0px;
}

.thumbnail-cards-button:hover {
    background-position: left bottom;
    color: var(--dark-grey);
}

/* Hide all product link */
.all-product-link {
    display: none;
}

/* AVANTAGES MARKETPLACE */

#block-reassurance,
.block-reassurance-item,
#block-reassurance ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-reassurance-item {
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.5s ease;
}

.block-reassurance-item h4 {
    font-size: 1.6rem;
    color: var(--dark-grey);
}

.block-reassurance-item span {
    font-size: 1.4rem;
    color: var(--dark-grey);
}

#block-reassurance {
    margin-top: 6rem;
    margin-bottom: 6rem;
    background-color: var(--light-orange);
    border-radius: var(--border-radius-marketplace);
    padding: 8rem 5rem;
}

#block-start h3 {
    color: var(--background-light);
    margin-bottom: 2rem;
    font-size: 4rem;
}

#block-start p {
    max-width: 85%;
}

.block-reassurance-bg-img {
    background-color: var(--background-light);
    padding: 2rem;
    border-radius: 50%;
    transition: box-shadow 0.4s ease;
}

#block-reassurance img {
    width: auto;
    height: 5rem;
    margin-right: auto;
}

#block-reassurance li {
    border-bottom: none;
    text-align: center;
}

.block-reassurance-item:hover .block-reassurance-bg-img {
    animation: bounce 0.6s ease-out forwards;
}


/* BLOC A PROPOS */

.module-about .col-md-7 {
    padding: 0 !important;
}

.module-about .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 2rem;
}

.module-about h3 {
    color: var(--text-grey);
}

.module-about span {
    color: var(--dark-grey);
    font-weight: 600;
    font-size: 1.5rem;
}

.col-about {
    background-color: var(--grey-light);
    border-radius: 100px 0 0 0;
    padding: 7rem;
}

.module-about {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.img-about {
    height: 50rem;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--border-radius-marketplace);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
}

a.btn-about {
    background-color: var(--mid-grey) !important;
    color: var(--dark-grey);
    width: auto;
    text-transform: full-size-kana;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 1rem 2rem;
    background-image: linear-gradient(to right, #ffc107 50%, #EAEDF0 50%);
    background-position: 101%;
    background-repeat: no-repeat;
    transition: background 0.5s ease;
    background-size: 200% auto;
    box-shadow: rgba(19, 19, 19, 0.2) 0px 2px 1px 0px;

}

a.btn-about:hover {
    background-position: left bottom;
    color: var(--dark-grey);
}


/* FOOTER */

#footer {
    background-color: var(--mid-grey);
    margin-top: 5rem;
    padding-bottom: 6rem;
    padding-top: 6rem;
    background-image: url('../img/footersvg.png');
    background-repeat: no-repeat;
    background-size: 16%;
    background-position-x: left;
    background-position-y: bottom;
}

div.block-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-social ul li {
    background-color: var(--background-light);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    padding: 0.6rem;
    margin: 1rem;
    width: 4rem;
    height: 4rem;
    transition: transform 0.4s ease, background-color 0.7s ease;
}

.block-social ul li:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 7px 2px;
    transform: scale(0.9);
    background-color: var(--dark-grey);
}



.links-footer {
    text-align: left;
}

.footer-container li a {
    font-size: 1.4rem;
    margin: 0;
    transition: all 0.2s ease;
}

#footer_sub_menu_3 li {
    margin-bottom: 0.5rem;
}

.footer-container .h3 {
    color: var(--dark-grey);
    text-transform: none;
}

/*Animation footer*/

.links-footer ul li a {
    position: relative;
    color: var(--dark-grey);
}

.links-footer ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--main-orange);
    transform: scaleX(0);
    transition: 0.3s transform ease-in-out;
}

.links-footer ul li a:hover::after {
    transform: scaleX(1);
}

.links-footer ul li a:hover {
    color: var(--main-orange);
}

/* DISCLAIMER ALCOOL */

.disclaimer {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.banner img {
    display: inline-block;
}

a.banner img.img-fluid {
    width: auto;
    margin-top: 2rem;
}

/* SOCIALS ICONS */

.facebook,
.instagram,
.linkedin {
    background-image: none;
}

.facebook a,
.instagram a,
.linkedin a {
    background-repeat: no-repeat;
    background-size: contain;
}

.facebook a,
.instagram a,
.linkedin a,
.twitter a,
.pinterest a {
    background-position: center;
}

.facebook a {
    background-image: url('../img/facebook.svg');
}

.instagram a {
    background-image: url('../img/instagram.svg');
}

.linkedin a {
    background-image: url('../img/linkedin.svg');
}

.twitter a {
    background-image: url('../img/twitter.svg');
}

.pinterest a {
    background-image: url('../img/pinterest.svg');
}

/* SECTION DUAL COL TEXT */

.dualtext {
    position: relative;
    margin: 0;
    width: 100%;
    background: none;
    color: #000;
    z-index: 1;
    margin: 3rem 0 3rem 0;
}

.dualtext.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dualtext h3 {
    width: 100%;
    color: var(--text-grey);
    margin-bottom: 4rem;
}

.dualtext h5 {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: var(--dark-grey);
}

.dualtext p {
    line-height: 2rem;
}

.dualtext-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dualtext-col-1 .dual-text-bg {
    padding: 2rem 0;
}

.dualtext-col-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dualtext-col-2 .dual-text-bg {
    position: relative;
    background: linear-gradient(135deg, var(--main-orange) 0%, var(--light-orange) 100%);
    border-radius: 25px 25px 25px 0;
    padding: 3rem;
    box-shadow: rgba(99, 99, 99, 0.43) 0px 2px 4px 0px;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dualtext-col-2 .dual-text-bg:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(99, 99, 99, 0.43);
}

.dualtext-col-2 .dual-text-bg h5 {
    color: white;
}

.dualtext-col-2 .dual-text-bg p {
    color: rgba(255, 255, 255, 0.9);
}

/* PRODUCT PAGE */

.current-price-info {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #6c757d;
}

.current-price-info i.material-icons {
    font-size: 1.5rem;
    color: #ffbe0b;
}

.col-logo-partner {
    display: inline-grid;
    gap: 1.5rem;
    margin-top: 1rem;
    justify-items: center;
}

.logo-partner {
    max-width: 15rem;
    filter: drop-shadow(5px 5px 5px #00000052);
}

.tabs .tab-pane{
    padding-top: 0;
}

.product-description h1,
h2,
h3,
h4 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.product-description p{
    margin: 2rem 0 2rem 0;
}

.product-description ul li {
    font-size: 1.3rem !important;
}

.product-container div h1 {
    color: var(--dark-grey);
}

.js-qv-mask {
    display: none;
}

.tabs {
    border-radius: 10px;
    padding: 2rem;
    box-shadow: rgba(99, 99, 99, 0.10) 0px 2px 4px 0px;
}

.product-prices {
    display: flex;
    flex-direction: column;
}

.images-container,
.page-content,
#content {
    overflow: visible !important;
}

.product-cover {
    position: sticky;
    top: 120px;
    z-index: 200;
    margin-bottom: 2rem;
    align-self: flex-start;
}



.product-cover img {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.10) 0px 2px 4px 0px;
}

.product-cover .layer {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.10) 0px 2px 1px 0px;
}

.product-miniature .product-price-and-shipping .discount-product {
    display: inline !important;
}

.current-price {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.current-price-value {
    font-size: 3.3rem;
    color: var(--light-orange);
    font-weight: 600;
}



.price_before_discount {
    font-size: 2.3rem;
    text-decoration: line-through text-decoration var(--text-grey);
    color: var(--text-grey);
    text-decoration: line-through;
}


.discount-percentage {
    font-size: 1.5rem;
}


.discount-product {
    background-color: var(--main-orange);
    border-radius: var(--border-radius-marketplace-inverted);
    color: var(--background-light);
    font-size: 1.3rem;
    position: absolute;
    right: 1.7rem;
    bottom: 49%;
    padding: 0.5rem 3.3rem;
    box-shadow: rgba(99, 99, 99, 0.25) 0px 2px 1px 0px;
}

.product-prices .tax-shipping-delivery-label {
    font-size: 1.7rem;
    font-weight: bold;
}


.product_supplier a {
    color: var(--main-orange);
    font-weight: 500;
}

.blockreassurance_product {
    display: none;
}

.tabs .nav-tabs {
    margin-bottom: 1rem;
}

.tabs .nav-tabs .nav-link.active {
    color: var(--main-orange);
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: var(--main-orange) 3px solid;
}

.product-information {
    font-size: 1.4rem;
}

.pinterest.icon-gray,
.facebook.icon-gray,
.twitter.icon-gray,
.pinterest.icon-gray:hover,
.twitter.icon-gray:hover,
.facebook.icon-gray:hover {
    background-image: none;
}

.icon-gray {
    transition: transform 0.4s ease, background-color 0.7s ease;
}

.icon-gray:hover {
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
    transform: scale(0.9);
    background-color: var(--dark-grey);
}

.modal-body aside {
    display: none;
}

#product-modal .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

/* PAGE ABOUT */

#content:has(>.about-page-wrapper) {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.about-page-values {
    position: relative;
    padding: 8rem 0;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background: var(--grey-light);
        z-index: -1;
    }

    .about-page-col-md-6:first-child {
        margin-bottom: 4rem;

        @media (min-width: 768px) {
            margin-bottom: 0;
            padding-right: 2rem;
        }

        h3 {
            margin-bottom: 2rem;
        }

        p {
            margin-bottom: 1.5rem;
            line-height: 1.6;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .about-page-values-cards-container {
        display: flex;
        gap: 2rem;
        height: 100%;
    }

    .values-left-card,
    .values-right-card {
        background: linear-gradient(135deg, var(--light-orange) 0%, #ffb347 100%);
        border-radius: var(--border-radius-marketplace);
        padding: 4rem;
        flex: 1;
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(255, 165, 0, 0.3);
        }
    }

    .about-page-card-icon-title {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 2rem;

        img {
            filter: brightness(0) invert(1);
            flex-shrink: 0;
            margin-left: 1rem;
        }

        h4 {
            margin: 0;
            color: var(--dark-grey);
            font-size: 2rem;
            font-weight: 600;
        }
    }

    .about-page-value-card-text {
        p {
            margin: 0;
            color: var(--dark-text);
            line-height: 1.6;
            font-size: 1rem;
        }
    }
}

.about-container-values {
    display: flex;
    flex-wrap: wrap;

    .about-page-row {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
}

.our-company {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem 0 4rem 0;
    flex-wrap: wrap;

    & .col-md-5 {
        display: flex;
        flex-direction: column;
    }

    & .our-company-left {
        padding-right: 3rem;
        padding-left: 0;

        & h2,
        p {
            margin: 1rem 0 2rem 0;
        }

        & h2 {
            font-size: 4rem;
            color: var(--dark-grey);
        }
    }

    & img {
        border-radius: var(--border-radius-marketplace-inverted);
        max-width: 100%;
        height: auto;
        box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
        text-align: right;
    }
}

.about-page-bottom {
    & .about-page-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4rem 0 4rem 0;
        flex-wrap: wrap;

        & .col-md-5 {
            display: flex;
            flex-direction: column;
            padding-left: 3rem;
            padding-right: 0;

            & h3,
            p {
                margin: 1rem 0 2rem 0;
            }

            & h3 {
                font-size: 4rem;
                color: var(--dark-grey);
            }
        }

        & img {
            border-radius: var(--border-radius-marketplace-inverted);
            max-width: 100%;
            height: auto;
            box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
            text-align: left;
        }
    }
}

/* BREADCRUMB */

.breadcrumb {
    display:none;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
}

/* CATEGORY PAGE */

#js-product-list-header {
    display: none;
}

.subcategories-list a {
    color: var(--main-orange);
}

#subcategories ul li .subcategory-name:hover,
.subcategory-image a:hover {
    color: var(--text-grey);
}

.block-categories,
#subcategories,
.page-not-found {
    box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.10);
    border-radius: 50px;
    padding: 3rem;
}

#subcategories {
    display: none;
}

#subcategories ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#subcategories ul a {
    font-size: 2rem;
}

.block-categories .collapse-icons .add:hover {
    color: var(--main-orange);
}
.block-categories .collapse-icons .remove:hover{
    color: var(--main-orange);
}

.block-categories .category-sub-menu .category-sub-link{
    font-size: 1.4rem;
    margin-left: 2rem;
    font-weight: inherit;
}

/* Row selecteur filtre */

.sort-by-row button {
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.10);
    border: none !important;
    padding-left: 2rem !important;
    font-size: 1.5rem !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

span.sort-by {
    font-size: 2rem !important;
}

/* Menu déroulant selecteur filtre */

.dropdown-item{
    width: auto;
}

div.dropdown-menu {
    padding: 1rem;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.877);
    border-radius: 15px !important;
}

.js-search-link {
    font-size: 1.5rem;
}

.select-list:hover {
    background: var(--main-orange) !important;
    border-radius: 5px;
}


/* Pagination */

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 400;
    font-size: 1.6rem;
}

.pagination,
.block-categories {
    font-size: 1.6rem;

    & .h6 {
        font-size: 1.7rem;
    }
}

.pagination .page-list{
    border-radius: 25px;
    box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.10);
}

.pagination .current a{
    font-size: 1.5rem;
    color: var(--light-orange);
}


.category-sub-menu a {
    position: relative;
    font-weight: 500;
    transition: transform 0.3s ease, color 0.3s ease;
}

.category-sub-menu a:hover {
    transform: translateX(15px);
    color: var(--main-orange, #ff7f50);
}

.category-sub-menu a::before {
    content: '→';
    position: absolute;
    left: -20px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 0.7em;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.category-sub-menu a:hover::before {
    transform: translateY(-50%) translateX(1px);
    opacity: 1;
}


/* CONTACTEZ-NOUS PAGE */

.form-control,
.form-control:disabled {
    background-color: white;
}

.contact-rich .block .icon {
    width: auto;
}

hr {
    display: none;
}

.contact-rich {
    margin-top: 2rem;

    /* style */
    h4 {
        text-transform: inherit;
    }

    & .block {
        margin: 1rem;

        & .data,
        .block,
        a[href^="mailto:"]{
            font-size: 1.4rem;
            font-weight: 500;
        }

        & .icon i {
            font-size: 6rem;
            color: var(--link-grey);
            margin-right: 3rem;
        }
    }
}

.contact-form {
    background-color: transparent;
    max-width: 900px;
}

.form-group.row:not(:first-child) {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.form-control-select,
select.form-control:not([size]):not([multiple]) {
    height: auto;
}


.form-fields {
    h3 {
        text-transform: inherit;
        margin-bottom: 0;
        color: var(--dark-grey);
    }

    .form-group {
        width: 100%;

        .form-float {
            flex: 1;
            position: relative;
            min-width: 300px;
        }

        .form-control-label {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--dark-grey);
            width: 120px;
            margin-bottom: 0;
            margin-right: 20px;
            flex-shrink: 0;
            text-align: left;
        }

        .form-control {
            border-radius: 25px 25px 0 25px;
            border: none;
            box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.10);
            padding: 1.3rem;
            height: auto;
            font-size: 1.4rem;
        }

        .form-control:focus {
            outline: .1875rem solid var(--main-orange);
        }

        #contactform-message {
            min-height: 10rem;
        }
    }
}

input::placeholder, textarea::placeholder{
    color: var(--link-grey);
}

.input-group-btn{
    & label.btn-default {
        position: relative;
        border-radius : 20px 20px 0 20px!important;
        background-color: var(--light-orange);
        display:block;
        cursor: pointer;
        padding: 0.25rem 2.5rem;
        margin-top: 3px;
        height: 85%;
        pointer-events: auto;
        & .buttonText{
            font-size: 1rem;
            text-transform: capitalize;
            color: var(--dark-grey);
            pointer-events: none;
        }
        & input[type="file"]{
            position: absolute;
            width: 100%;
            height: 100%;
            cursor:pointer;
            pointer-events: auto;
        }
    }
}

.input-group .input-group-btn > .btn {
    position: absolute;
    right: 0;
    z-index: 5;
    padding: .25rem 2.5rem;
    margin-top: 3px;
    height: 85%;
    margin-right: -1px;
    box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.10);
    pointer-events: auto ;
    cursor: pointer ;
}

.bootstrap-filestyle {
    position: relative;
}

.bootstrap-filestyle input[type="file"] {
    pointer-events: auto;
    cursor: pointer ;
}

.form-footer .btn-primary {
    background-color: var(--mid-grey);
    border-radius: 25px;
    color: var(--dark-grey);
    
    &:hover {
        background-color: var(--main-orange);
        color: var(--background-light);
    }
}




/* SITEMAP */

.none-category {
    display: none;
}

.root-categories {
    font-weight: bold;
    font-size: 2.5rem;
}

ul.nested,
div.sitemap-card ul {
    margin-top: 1.5rem;
    line-height: 3rem;
}

.sitemap-top-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.sitemap-categories-section {
    width: 100%;
    margin-top: 20px;
}

.sitemap-group {
    margin-bottom: 20px;
}

.sitemap-card {
    border-radius: 20px;
    padding: 20px;
    position: relative;
    border-left: 4rem solid var(--link-grey);
}

.sitemap-group-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--dark-grey);
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    position: relative;
    left: -3.1rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.categories-card {
    border-radius: 20px;
    padding: 20px;
    border-left: 4rem solid var(--main-orange);
}

.pages-card {
    border-color: var(--light-orange);
}


.categories-card ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style: none;
}

.sitemap-card li {
    margin-bottom: 8px;
}

.sitemap-card a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.4s ease;
}

.sitemap-card a:hover {
    color: var(--main-orange);
}

/* ANIMATIONS SITE CSS */

@keyframes slideInRight {

    from {
        right: 120%;
    }

    to {
        right: 0%;
    }
}

@keyframes slideInLeft {

    from {
        left: 120%;
    }

    to {
        right: 0%;
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.wrapper-grid>div {
    opacity: 0;
    animation: fadeInScale 0.7s ease-out forwards;
}

/* First row */
.wrapper-grid>div:nth-child(1) {
    animation-delay: 0.1s;
}

.wrapper-grid>div:nth-child(2) {
    animation-delay: 0.2s;
}

.wrapper-grid>div:nth-child(3) {
    animation-delay: 0.3s;
}

.wrapper-grid>div:nth-child(4) {
    animation-delay: 0.4s;
}

.wrapper-grid>div:nth-child(5) {
    animation-delay: 0.5s;
}

.wrapper-grid>div:nth-child(6) {
    animation-delay: 0.6s;
}

.wrapper-grid>div:nth-child(7) {
    animation-delay: 0.7s;
}

.wrapper-grid>div:nth-child(8) {
    animation-delay: 0.8s;
}

/* Second row */
.wrapper-grid>div:nth-child(9) {
    animation-delay: 0.9s;
}

.wrapper-grid>div:nth-child(10) {
    animation-delay: 1.0s;
}

.wrapper-grid>div:nth-child(11) {
    animation-delay: 1.1s;
}

.wrapper-grid>div:nth-child(12) {
    animation-delay: 1.2s;
}

.wrapper-grid>div:nth-child(13) {
    animation-delay: 1.3s;
}

.wrapper-grid>div:nth-child(14) {
    animation-delay: 1.4s;
}

.wrapper-grid>div:nth-child(15) {
    animation-delay: 1.5s;
}

.wrapper-grid>div:nth-child(16) {
    animation-delay: 1.6s;
}


/* 404 */

#pagenotfound .page-not-found,
#products .page-not-found {
    padding: 4rem;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;

    & h4 {
        font-size: 2rem;
    }
}

.alert {
    font-size: 1.3rem;
    border-radius: 10px;
}


/* HAMBURGER */
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: var(--main-orange) !important;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

button:focus {
    outline: none;
}

/* MEDIA QUERY */

/* Smartphone to tablet*/
@media screen and (max-width: 767px) {

   /* Search widget */
    #search_widget{
        position: relative;
        left: 0;
    }

    /* header */

    #header .header-top .menu{
        padding:auto;
    }

    #header .header-nav{
        position: relative;
        background-color: var(--background-light);
        z-index: 200;
        max-height:none;
    }

    .nav-desktop {
        height:0;
    }

    #wrapper-home, #header .header-top{
        padding: 0;
    }

    #mobile_top_menu_wrapper {
        z-index: 5;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100%;
        background-color: var(--background-light);
        transition: transform 0.5s ease-in-out;
        transform: translateX(-100%);
        box-shadow: rgba(99, 99, 99, 0.10) 5px 0px 10px 1px;
    }

    .is-open{
        transform: translateX(5%)!important;
    }

    #_mobile_top_menu{
        margin-top: 5rem;
        margin-bottom: 1rem;
    }
    
    #header .top-logo {
        display: flex;
        justify-content: end;
        margin-right: 2rem;

        & img {
            max-height: 4.5rem;
        }
    }


    /* Menu accordéon */
    #header .header-top a[data-depth="0"] {
        margin-left: 0;
    }

    /* Banner top */
    .banner-top-text > #search_widget {
        display: none;
    }

    .banner-top .row {
        flex-direction: column;
        gap: 2rem;
    }

    .banner-top-text {
        max-width: 80%;
    }

    /* Grid category */

    div.grid-category {
        flex: 0 0 50%;
    }

    /* Avantages marketplace */
    div #block-reassurance,
    #block-reassurance ul {
        display: flex;
        flex-direction: column;
    }

    #block-reassurance {
        padding: 5rem 2rem;
        text-align: center;
    }

    #block-start p {
        max-width: inherit;
    }

    /* Col about */

    .module-about {
        flex-direction: column;
        align-items: normal;
    }

    .img-about {
        border-radius: 0 0 50px 0;
        height: 15em;
    }

    .col-about {
        padding: 6rem 3rem;
    }

    /* Dual text */
    .dualtext {
        margin: 2rem 0 2rem 0;
    }

    .dualtext-col-2 .dual-text-bg {
        padding: 2rem;
    }
 

    /* Footer */
    .footer-container {
        padding: 0 3rem;
    }

    .row-footer a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Product page */
    .product-container {
        flex-direction: column;
    }

    /* Contact page */

    .form-group.row:not(:first-child) {
        align-items: start;
    }

    .container,
    .container-fluid {
        max-width: 100%;
    }

    .form-control,
    .form-control-select,
    textarea {
        max-width: 100%;
        box-sizing: border-box;
    }

    .form-group.row {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-control-label {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .form-float {
        width: 100%;
        min-width: auto;
        margin-top: 2rem;
    }

    .contact-form {
        padding: 15px;
    }

    /* page about */
    .our-company {
        flex-wrap: wrap-reverse;
        gap: 4rem;
        text-align: center;
        & .our-company-left {
            padding-right: 0;
        }
    }

    .about-container-values {
        text-align: center;
        & .about-page-row {
            flex-direction: column;
            gap: 4rem;
        }
    }

    .about-page-values {
        & .about-page-values-cards-container {
            flex-direction: column;
        }
    }

    .about-page-bottom {
        text-align: center;
        & .about-page-row {
            gap: 4rem;
            & .col-md-5 {
                padding-left: 0;
            }
        }
    }

    /* Partner Page */
    .partners-section{
        margin-top: 4rem;
    }
}

/** Tab to desktop */
@media screen and (min-width: 768px) and (max-width: 980px) {
    #search_widget {
        width: 100%;
    }

    .banner-top-text {
        max-width: 95%;
    }

    /* page about */
    .our-company {
        flex-wrap: wrap;

        & .our-company-left {
            padding-right: 0;
            width: 100%;
        }
    }

    .about-container-values {
        & .about-page-row {
            flex-direction: column;
            gap: 4rem;
        }
    }

    .about-page-values {
        & .about-page-values-cards-container {
            flex-direction: column;
        }
    }

    .about-page-bottom {
        & .about-page-row {
            flex-direction: column;
            gap: 4rem;

            & .about-page:not(:first-child) {
                width: 100%;
            }
        }
    }

    #header .header-top .menu {
        padding-left: 0;
    }
}

/* Desktop*/
@media screen and (min-width: 768px) {

    .popover {
        top: 10.5rem !important;
        padding: 3em;
        backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.877);
        border-radius: 15px !important;
        margin-left: 1.5rem !important;
    }

    .modal-search-icon {
        background-color: transparent !important;
    }

    .searchbar-modal {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-navbar {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col-img-product {
        position: sticky;
        top: 15rem;
        margin-top: 12rem;
    }

    .container {
        min-width: 745px;
    }

    /*Modification menu*/
    .top-menu[data-depth="1"] {
        display: flex;
        flex-wrap: wrap
    }


    div.grid-category {
        padding: 0 6.2rem;
    }

    .row-footer {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 3rem;
    }

    #footer_sub_menu_3 {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    #footer_sub_menu_3 li {
        flex-basis: 48%;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .wrapper.links-footer:nth-of-type(2) {
        width: 30%;
    }

    .col-about {
        padding: 3.5rem;
    }

    .col-about h3 {
        margin-top: 1rem;
    }

    /* Footer */

    div.block-social.col-lg-4.col-md-12.col-sm-12 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}