.box-info {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.box-titre {
    font-size: 3rem;
    color: var(--color-bleu-strong);
}

.etape {
    font-size: 1.5rem;
    color: var(--color-text-no-focus);
}

.etape.active {
    color: var(--color-bleu-strong);
}

.inter {
    margin-top: auto!important;
    margin-bottom: auto!important;
    font-size: 1.1rem;
}

.panier-background {
    position: relative;
    z-index: 0;
    background-color: #8BB2C960;
    background-image: linear-gradient(180deg, rgba(139, 178, 201, 0.1) 0%,rgba(139, 178, 201, 0.1) 100%), url(/img/index/categorie-background.png)!important;
}

.box-panier {
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

/* PANIER */
.box-panier .col-produit-left {
    width: 60%;
}
.box-panier .col-tarif {
    width: 10%;
}
.box-panier .col-produit-quantite {
    width: 20%;
}
.box-panierbox-panier .col-somme-produit {
    width: 10%;
}

/* RECAP */
.info-tarif .btn-commande {
    background: var(--color-bleu-light);
    border-radius: 10px;
    color: white;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
}

.info-tarif .btn-commande:hover {
    color: white;
    background: var(--color-bleu-strong);
    transition: all 0.2s ease-in-out;
}

/* INFO PAIEMENT */
.info-paiement img {
    height: 50px;
    margin: auto;
}

/* MODULE INFORMATION */
/* SOUS MODULE SE CONNECTER */
.box-main .box-connexion {
    border-right: 1px solid var(--color-bleu-transparent);
}

.box-livraison {
    border: 1px solid var(--color-bleu-transparent);
    border-radius: 10px;
    margin: 1rem 0;
    padding: 1rem;
}

/* MODULE PAIEMENT */
.box-paiement {
    background-color: white;
    border-radius: 10px;
    margin: 2rem;
    padding: 2rem;
}

/* MODULE VALIDATION */
.box-validation {
    background-color: white;
    border-radius: 10px;
    margin: 2rem;
    padding: 2rem;
}

.table-thumbnail {
    display: block;
    max-width:110px;
    max-height:110px;
    width: auto;
    height: auto;
}

.table-bold {
    font-weight: 600;
}

.table-gray {
    font-weight: normal;
    font-size: 0.9rem;
    color: #808080;
}

/* RESPONSIVE */
@media (max-width: 1500px) {

}

@media (max-width: 1200px) { /* xl */
    .info-tarif .btn-commande {
        font-size: 1rem;
        padding: 0.5rem 0.3rem;
    }
}

@media (max-width: 992px) { /* lg */
    .etape {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) { /* md */
    .box-titre {
        font-size: 2.5rem;
    }
    .etape {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) { /* sm */
    .box-titre {
        font-size: 2rem;
    }
}
