/* .souscats {
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.souscats::before {
    content: '';
    width: 100%;
    height: 45px;
    bottom: 0;
    left: 0;
    background-color: #E0C8B5;
    position: absolute;
    pointer-events: none;
    z-index: 1;
} */

.souscat {
    z-index: 2;
    /* margin: 0 5px; */
    min-width: 106px;
}

.souscat_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: auto 10px; */
}

.souscat_content img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.souscat_image_hover {
    display: none;
}


.souscat:hover .souscat_image, .souscat.active .souscat_image {
    display: none;
}

.souscat:hover .souscat_image_hover, .souscat.active .souscat_image_hover {
    display: block;
}


.souscat_title {
    margin: 12px auto 14px auto;
    color: #155144;
}

.souscat:hover .souscat_title, .souscat.active .souscat_title {
    color: #155144;
}

.souscats_container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.boutique_page .souscats_container {
    width: 20%;
}

.souscats_mention {
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 130px;
    font-family: 'gotham';
    font-size: 20px;
    text-transform: none;
    color: #155144;
    margin-left: 20px;
    z-index: 2;
}

.souscat_sub {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-top: 25px;
    margin-left: calc(20% + 25px);
    margin-right: 40px;
    color: #155144;
}

.boutique_sous_rayons + .souscat_sub {
    margin-top: 15px;
}

.souscat_sub_title {
    font-family: 'gotham';
    font-size: 20px;
}

.souscat_sub_description {
    margin-top: 8px;
}

/* .souscats_burger {
    height: 100%;
    display: none;
    justify-content: space-evenly;
    flex-direction: column;
    width: 20px;
    cursor: pointer;
    margin-right: 12px;
}*/

.souscats_burger .burger_line {
    height: 2px;
    background-color: #FFFFFF;
}

/* .souscats_burger_title {
    display: none;
    text-transform: uppercase;
    color: #FFFFFF;
} */

.souscats {
    position: absolute;
    top: 100%;
    left: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 70px);
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    text-align: start;
    text-transform: capitalize;
    background-color: #eeeeee;
    border-radius: 5px;
    transform: translateX(-50%);
    transition: all 0.7s ease-in-out;
    overflow: hidden;
    z-index: 10010;
}

.souscats::before {
    display: none;
}

.souscats.active {
    max-height: 1000px;
    padding: 20px;
    border: 2px solid #A4C537;
}

.souscats_mention {
    display: none;
}

.souscat {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.souscat a {
    flex-direction: row;
}

.souscat_title {
    position: relative;
    width: 100%;
    padding-right: 15px;
    margin: 10px;
    font-size: 18px;
    text-align: start;
}

.souscat_title::after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #EB7F2F;
    border-radius: 50%;
}

.souscat[data-isinit="true"] .souscat_title::after {
    content: '-';
}

.souscat_content {
    justify-content: start;
}

.souscat_content img {
    width: 25px;
    height: 25px;
    margin-left: 2px;
}

.souscats_container, .boutique_page .souscats_container {
    width: 100%;
    background-color: #E0C8B5;
    padding: 12px 20px;
    height: 50px;
    margin-top: 20px;
}

.souscats_container.fixed {
    position: fixed;
    z-index: 49;
    top: 0;
    margin-top: 0;
}

.souscats_container.active {
    position: relative;
    z-index: auto;
}

.souscat_sub {
    width: 100%;
    margin: 20px 40px;
}

.souscats_burger {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 30px;
    width: 20px;
    margin-right: 12px;
    cursor: pointer;
}

.souscats_burger_title {
    display: flex;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu_rayons {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px;
}

.menu_rayon {
    display: flex;
    width: 30%;
    max-width: 400px;
    margin: 0 10px;
    cursor: pointer;
}

.menu_rayon > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #EB7F2F;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.menu_rayon:hover > a, .menu_rayon > a:hover {
    background-color: #8d3f0f;
}

.menu_rayon > a > img {
    height: 40px;
    margin-right: 10px;
    object-fit: contain;
}

.menu_rayon--main {
    position: relative;
}

.menu_rayon--main > a {
    background-color: #A4C537;
}

@media all and (max-width: 1300px) {
    .souscats_mention {
        display: none;
    }
}

/* @media all and (max-width: 1070px) {
    .souscats {
        margin-top: 20px;
    }

    .souscat_title {
        margin: 2px auto 7px auto;
    }
} */

@media all and (max-width: 800px) {
    .menu_rayons {
        margin: 20px 0;
    }

    .menu_rayon {
        margin: 0;
    }

    .menu_rayon p {
        display: none;
    }

    .menu_rayon > a > img {
        margin-right: 0;
    }

    .menu_rayon:last-of-type {
        margin-left: 5px;
    }

    .menu_rayon:last-of-type > a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .menu_rayon--main {
        width: 50%;
        margin-right: 5px;
    }

    .menu_rayon--main > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .souscats {
        left: 0;
        width: 85vw;
        transform: none;
    }
}

/* @media all and (max-width: 900px) {
    .souscats {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #FFFFFF;
        height: calc(100% - 235px);
        max-height: 100%;
        transition: max-width 0.7s ease-in-out;
        margin-top: 0;
        padding-top: 0;
        position: fixed;
        left: 0;
        top: 250px;
        z-index: 10010;
        max-width: 0;
        text-transform: capitalize;
        text-align: start;
        font-weight: 600;
        white-space: nowrap;
        overflow: auto;
    }

    .souscats::before {
        display: none;
    }
    
    .souscats.active {
        max-width: 90vw;
    }
    
    .souscats_mention {
        display: none;
    }

    .souscat {
        display: flex;
        flex-direction: column;
    }

    .souscat a {
        flex-direction: row;
    }
    
    .souscat_title {
        font-size: 15px;
        margin: 10px;
        color: #155144;
        position: relative;
    }
    
    .souscat_content {
        justify-content: start;
    }
    
    .souscat_content img {
        width: 25px;
        height: 25px;
        margin-left: 2px;
    }
    
    .souscats_container, .boutique_page .souscats_container {
        width: 100%;
        background-color: #E0C8B5;
        padding: 12px 20px;
        height: 50px;
        margin-top: 20px;
    }
    
    .souscats_container.fixed {
        position: fixed;
        z-index: 49;
        top: 0;
        margin-top: 0;
    }
    
    .souscats_container.active {
        position: relative;
        z-index: auto;
    }

    .souscat_sub {
        width: 100%;
        margin: 20px 40px;
    }

    .souscats_burger {
        display: flex;
    }

    .souscats_burger_title {
        display: flex;
    }
} */