/* LA_Devis — encart bouton devis dans la colonne summary du panier */
.la-devis-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding: 1rem;
}
.la-devis-card-body { text-align: center; }

.la-devis-icon {
    vertical-align: middle;
    margin-right: .4rem;
    margin-top: -2px;
}
.la-devis-btn {
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: .65rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    list-style: none;
}
.la-devis-btn:hover {
    background: #000;
    color: #fff;
}

.la-devis-guest summary { list-style: none; }
.la-devis-guest summary::-webkit-details-marker { display: none; }
.la-devis-guest-form {
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid #eee;
    text-align: left;
}
.la-devis-help {
    font-size: .75rem;
    color: #777;
    margin-bottom: .5rem;
}
.la-devis-guest-form input {
    width: 100%;
    padding: .4rem .6rem;
    margin-bottom: .4rem;
    border: 1px solid #ddd;
    font-size: .85rem;
}
.la-devis-submit {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: .55rem;
    font-size: .85rem;
    cursor: pointer;
    margin-top: .25rem;
}
.la-devis-submit:hover { background: #333; }

/* Mes devis */
.quotes-list table { width: 100%; }
.quote-detail .totals { text-align: right; padding: 1em; background: #f9f9f9; }
