section:not(:last-child) {
    -webkit-margin-after: 3rem;
    margin-block-end: 3rem;
}

.menuNouvel>h1 {
    display: none !important;
}

.menuNouvel>img {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}

/*********************
    START: CATEGORY
  *********************/
ul.category--lists {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

ul.category--lists li {
    height: 450px;
    width: 22%;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    /* border-radius: var(--borderRadius10); */
    border-radius: 200px;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: 1px !important;
    animation: fadeIn-top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation: fadeIn-top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

ul.category--lists li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

ul.category--lists li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

ul.category--lists li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

ul.category--lists li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

ul.category--lists li:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

ul.category--lists li:nth-child(6) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

ul.category--lists li:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

ul.category--lists li:nth-child(8) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

ul.category--lists li:nth-child(9) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

ul.category--lists li:nth-child(10) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


/* fadeIn-top  */
.active.fadIn-top {
    animation: fadeIn-top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation: fadeIn-top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes fadeIn-top {
    0% {
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn-top {
    0% {
        opacity: 0;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

/* fadeIn-top  */

ul.category--lists li a {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
}

ul.category--lists li:hover {
    background-color: var(--cpa);
    box-shadow: 0px 0px 0px 5px var(--cpa);
}

ul.category--lists li a h4 {
    color: var(--cwh);
    margin-top: 2rem;
}

ul.category--lists li img {
    width: 90%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

ul.category--lists li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*********************
    END: CATEGORY
  *********************/

/*********************
    START: MEDIA
  *********************/

@media screen and (min-width: 3000px) {
    ul.category--lists li {
        height: 800px;
        padding: 2rem;
    }
}

@media screen and (min-width: 2560px) and (max-width: 2999px) {
    ul.category--lists li {
        height: 750px;
        padding: 2rem;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
    ul.category--lists li {
        height: 600px;
        padding: 1rem 2rem;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    ul.category--lists li {
        /* height: 500px; */
        padding: 1rem 2rem;
    }
}

@media screen and (max-width: 1200px) {
    ul.category--lists {
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    ul.category--lists {
        width: 85%;
    }

    ul.category--lists li {
        width: 30%;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    ul.category--lists {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .category .title--page {
        flex-direction: column-reverse;
    }

    .category .title--page>img {
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }

    ul.category--lists li {
        width: 45%;
        -webkit-margin-after: 0.5rem;
        margin-block-end: 0.5rem;
        -webkit-margin-end: 0.25rem;
        margin-inline-end: 0.25rem;
        -webkit-margin-start: 0.25rem;
        margin-inline-start: 0.25rem;
    }
}

/*********************
    END: MEDIA
  *********************/