h1.societe{
    margin-top:0.5rem;
    font-weight: bold;
    color:#01b18b;
}
.modal-body { padding:0.3rem;}

.bg-custom-light{
    background-color: rgb(252, 242, 225);
    padding:1rem;
    border-radius: 5px;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .modal-body { padding:1rem; }
}
@media (min-width: 1200px) {
}
