/* The Modal (background) */
.rnm_actualite_modal {
    font-family: Verdana, Arial, sans-serif;
    display: none; /* Hidden by default */
    z-index: 1003;
    outline: 0;
    position: absolute;
    height: auto;
    min-height: 73.2px;
    top: 35vh;
    width: 80vw;
    left: 10vw;
}

/* Modal Content */
.rnm_actualite_modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border-radius: 5px;
    padding: 0;
    border: 1px solid #888;
}

.rnm_actualite_modal .modal-content .modal-header > h2 {
    font-family: Verdana, sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0.1em 16px .1em 0;
    text-align: left;
    color: #222222;
    font-size: 16.5px;
    font-weight: bold;
}


/* The Close Button */
.rnm_actualite_modal .modal-content .close {
    position: absolute;
    background: #738687 var(--path-image-background-close) no-repeat scroll center center / 10px 10px;
    right: 0.3em;
    border-radius: 50px;
    top: 8%;
    width: 28px;
    padding: 1px;
    height: 28px;

}

.rnm_actualite_modal .modal-content .close:hover,
.rnm_actualite_modal .modal-content .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.rnm_actualite_modal .modal-content .modal-header {
    background-image: var(--path-image-background-header-public);
    background-position: center center;
    border: 4px solid white;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: move;
    border-radius: 5px 5px 0 0;
    padding: 0.4em 1em;
    min-height: 60px;
}

.rnm_actualite_modal .modal-content .modal-body {
    margin-top: 1em;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
    font-size: 16.5px;
    color: #222222;
}

.rnm_actualite_modal .modal-content .modal-footer {
    border: 0;
    padding: 0 1em 0.5em 1em;
    zoom: 1;
    font-size: 16.5px;
    color: #222222;
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .rnm_actualite_modal {
        width: 60vw;
        left: 20vw;
    }
}

@media only screen and  (min-width: 1024px) {
    .rnm_actualite_modal {
        width: 40vw;
        left: 30vw;
    }
}
