.modal_generic {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);

    a {
        color:rgb(68, 80, 63);
    }
}

div.modal-content {
    background-color: white; !important;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 75%;
    border-radius: 5px;
}

.modal-content div {
    margin: 5%;
}



.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
}

#modal_legal {
    z-index: 1000;
}

#modal_rgpd {
    z-index: 999;
}

#modal_materials {
    z-index: 998;

    .modal-content {
        width: 50%;
    }

    h4 {
        padding-left: 2em;
    }
}

.alert-content {
    width: 33% !important;
}

.alert-content h3, .alert-content p {
    padding-left: 5%;
    padding-right: 5%;
}
