input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: fixed;
    z-index: 19 !important;
    animation: loading-bar-spinner 600ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0%   { transform: rotate(0deg);   transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/* CSS index 3 */
.wrap-categorie-details .texte {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-wrap-mode: wrap;
    text-align: center;
    width: 100%;
    padding: 0;
    max-height: 3.4rem;
    color: #333;
    font-size: 1.7rem;
    line-height: 1.7rem;
    overflow: hidden;
}
.wrap-categorie-details {
    flex-wrap: wrap;
    margin-right: 0 !important;
    gap: 6px;
    padding-bottom: 16px;
}
.categorie-avec-nom-categorie {
    font-family: 'Fira sans', sans-serif;
}

.wrap-categorie-details .categorie {
    margin-right: 0 !important;
}
.categorie-avec-nom-categorie .categorie {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    padding: 4px 8px;
}
.box-product .product-wrapper {
    height: fit-content !important;
    padding-top: 8px;
}
.box-product {
    margin-bottom: 0;
    width: 20%;
}
.product-slick-box .box-img {
    padding: 0;
    height: fit-content;
}


.box-product-list-img {
    left: 0;
    height: auto;
    max-height: 54px;
    width: 100%;
    object-fit: contain;
}
.box-product .product-wrapper .game-content .box-img-prod-home {
    margin: 0;
}

@media (max-width: 991px) {
    .categorie-avec-nom-categorie {
        flex-direction: row;
    }
}
@media screen and (max-width: 767px) {
    .box-product .game-content {
        height: fit-content;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px) {
    .box-product {
        width: 50%;
    }
}
.fournisseur-header {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    width: -webkit-fill-available;
    justify-content: center;
    align-content: center;
}
.box-product .product-wrapper .game-content .box-img-prod-home {
    width: fit-content;
    height: fit-content !important ;
}



/* Categorie classe */
.categorie-orange{
    background-color: #FAA41F;
}
.categorie-noire{
    background-color: #333333;
}
.categorie-rose{
    background-color: #EE3255;
}
.categorie-noire{
    background-color: #8E459A;
}
.categorie-vert{
    background-color: #00A799;
}
.categorie-jaune{
    background-color: #FFCB06;
}
.mot-cles-article  a{
    color: #262626;
    font-size: 18px;
    font-weight: 400;
}
.mot-cles-article{
    padding-bottom: 20px;
}
.type-mot-cles{
    margin-top: 20px;
    margin-bottom: 0px;
}


/* Modif css */
.fournisseur-container{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding:8px;
}
.carte-fournisseur {
    width: calc(20% - 7px);
    border: #ebebeb 2px solid;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    font-family: 'Fira sans', sans-serif;
    transition: all 0.3s ease;
}
.carte-fournisseur:hover {
    transform: scale(1.05);
}
.image-container {
    height: 124px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.carte-fournisseur .titre {
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    color: #333;
    border-top: #ebebeb 2px solid;
}
a:focus, a:hover {
    text-decoration: none;
}
@media screen and (max-width: 400px) {
    .default-slick-box {
        width: 100%;
    }
    .carte-fournisseur {
        width: calc(50% - 7px);
    }
}