.demandes-devis-list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
.demandes-header div {
    font-size: 1.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background-color: #000;
    color: #ffed00;
}
.demandes-devis-list li {
    margin-bottom: 1rem;
}
.demandes-devis-list a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
    transition: all .15s ease-in-out;
    border: solid 2px #fff;
    /*border-radius: 2rem;*/
    font-weight: 700;
}
.demandes-devis-list p {
    margin-bottom: 0;
}
.demandes-devis-list a:hover,
.demandes-devis-list a:focus {
    background-color: #ffed00;
    color: #000;
    border-color: #ccc;
}

.devis-message-container {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #f4f4f4;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
}
.devis-interlocuteur {
    margin-bottom: 0;
    padding: 0.2rem 0;
    font-size: 1.4rem;
    border-bottom: solid .25rem #fff;
}
.devis-produits {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.devis-produits a {
    position: relative;
    display: block;
    margin: 0;
}
.devis-produits p {
    margin: 0;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,200255,0.7);
    opacity: 0;
    transition: opacity .15s ease-in-out;
}
.devis-produits a:hover p {
    opacity: 1;
}
.devis-message {
    padding: 0.5rem 0;
}
.devis-msg-date {
    margin-bottom: 0;
    padding: 0.3rem 0;
    font-size: 0.9rem;
    border-top: solid .25rem #fff;
}
.devis-message-container .form-ajout-panier {
    padding-bottom: .75rem;
}
.devis-produits a {
    position: relative;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}
.devis-produits li {
    position: relative;
    margin-bottom: 15px;
}
.demande-devis-remove-button {
    background: transparent;
    border: none;
    position: absolute;
    color: #f00;
    right: 0.375rem;
    z-index: 1;
    font-size: 1.5rem;
}
.cd_demandedevis-ajout .cart-detailed-totals + hr {
    margin: 25px 0;
}
.textarea-like {
    background-color: #eee;
    padding: 10px 12px;
}