/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.selecteu .elementor-control-unit-5 {
    width: 100%;
}

.elementor-tab-control-event-visibility a::before {
    font-family: eicons;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    content: "\e8ac";
}



.modalstatut,
.modalprivacy {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
    padding: 2px 16px;
    background-color: #0c1228;
    color: #ffffff;
    margin: auto;
    padding: 20px;
    border: 1px solid #232323;
    width: 80%;
    position: relative;
}

.modal-content {
    background-color: #050b23;
    margin: auto;
    padding: 20px;
    border: 1px solid #232323;
    width: 80%;
    height: 60vh;
    overflow-x: auto;
    color: #fff;
    font-size: 1.5em;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.close {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 35px;
}

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


.modal-header h2 {
    font-size: 3em;
}

@media only screen and (max-width: 768px) {

    .modal-content {
        font-size: 1em;
        padding: 10px;
    }

    .modal-content ol {
        padding-left: 10px;
    }

    .modal-header {
        padding: 10px;
    }

    .modal-header h2 {
        font-size: 2em;
    }

    .close {
        font-size: 2.5em;
        top: 25px;
    }
    }