
.border-rose {
    --bs-border-opacity: 1;
    border-color: #033463 !important;
    background-color: #fdfde2;
    padding: 5px;
}

.border-rouge {
    --bs-border-opacity: 1;
    border-color: rgba(255, 0, 0, 0.8) !important;
    background-color: #fdfde2;
    padding: 5px;
}



textarea{
    width: 650px;
    height: 8rem;
    font-size: 1rem;
    padding-left: 0.375rem;
}
.description{
    border-color: #033463;
    border-style: solid;
    min-height: 50px;
    width: 50%;
    padding: 5px;
    display: inline-block;
}

@media screen and (max-width: 576px) {
    .smart-petit{
        width: 20%;
    }
    .description{
        width: 70%;
    }
}
@media screen and (max-width: 992px) and (min-width: 576px) {
    .smart-petit{
        width: 10%;
    }

}