body {
    background-color:#F7F7F7;
    background:#F7F7F7;
}
footer {
    margin-left: 0px;
}
.right_col {
    padding: 0px !important;
}

.page_process_commande .navbar {
    background-color: #2A3F54;

}
.page_process_commande .navbar-brand, .nav-link {
    color: #fff !important;
}
.page_process_commande .product-img {
    width: 80px;
    height: 80px;
    __object-fit: cover;
    border-radius: 0px;
}

/* Effet sur chaque ligne de produit */
.page_process_commande .table-hover tbody tr {
    transition: transform 0.2s, background-color 0.2s;
}
.page_process_commande .table-hover tbody tr:hover {
    background-color: #e6f0ff;
    transform: translateY(-3px);
}
.page_process_commande .table-hover tbody tr:hover {
    background-color: rgba(241, 188, 52, 0.25); /* 0.5 = 50% d'opacité */
    transform: translateY(-3px);
}

.page_process_commande .column-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.6rem;
}

.page_process_commande .recap-separator {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

/* --- Design et lisibilité --- */
.page_process_commande .recap-total {
    font-size: 1.3rem;
    font-weight: bold;
    color: #003366;
}

/* --- Suggestions de produits --- */
.page_process_commande .suggestions-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.page_process_commande .suggestion-card {
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.page_process_commande .suggestion-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.page_process_commande .suggestion-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.page_process_commande .nav-md .container.body .right_col {
    padding: 10px 20px 0;
    padding: 0;
    margin-left: 0px;
}


.page_process_commande .navbar-brand, .page_process_commande .nav-link {
    color: #fff !important;
}
.page_process_commande .table thead th {
    border-bottom : 0px;
}
.page_process_commande .table td, .page_process_commande .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
}

.accordion > .card {
    border-radius: 0; /* reset Bootstrap border-radius */
}
/* Première card visible */
.card.first-visible {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

/* Dernière card visible */
.card.last-visible {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-right: 42px; /* espace pour l’icône */
}
.input-with-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: auto;
    opacity: 0.8; /* optionnel */
}

.input-with-icon .icon2{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: auto;
    opacity: 0.8; /* optionnel */
}