/*todo cookie*/
.modal.custom .modal-dialog {
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    margin:10px;
}
.modal-dialog .modal p{
    font-size:0.8rem;
}
.modal-dialog .modal .d-inline-block{
    font-size:0.9rem;
}
.modal-dialog .modal .getlaid{
    font-size:1.3rem;
    font-weight:800;
    color:var(--couleur1);
}
@media all and (max-width: 768px) {
    .modal-dialog .modal.custom .modal-dialog {
        width:100%;
        margin: 0;
    }
}
/**********************************/
/************* MODAL **************/
/**********************************/
@media all and (min-width: 576px) {
    .modal .btn-close
    {
        margin-bottom: 54px;
        margin-right: -21px;
        position: absolute;
        right: 0;
        background-color: white;
        opacity: 1;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
}