body,
.leaflet-popup-content-wrapper {
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: var(--light_purple);

    /* On empêche le scroll horizontal ! Les laisser */
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto; /* on arrête le défilement immédiatement */
}

.hidden {
    display: none !important;
}

button, a {
    cursor: pointer !important;
}

/* Fenêtre Modal */
/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: var(--ui_98);
    margin: 15% auto; /* 15% from the top and centered */
    margin-top: 25%;
    padding: 20px !important;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    align-self: end;
}

/* The Close Button */
.close, .cookieClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

.ch-cookie-consent__category-group,
.ch-cookie-consent__toggle-details-hide {
    display: none;
}

div.ch-cookie-consent {
    min-height: 32%;
    max-height: 80%;
    overflow: auto;
    width: 87%;
    margin-left: 5%;
    box-shadow: 0 14px 32px 0 rgba(22, 22, 22, 0.80);
    display: flex;
    flex-direction: column;
    line-height: 3px;
    margin-bottom: 5%;
    max-width: 33%;
    top:10% !important;
    left: 28% !important;
    bottom: auto !important;
    padding-bottom: 0;
}

.blockCookie-1 {
    width: 100%;
}
.blockCookie-2 {
    width: 100%;
    padding-bottom: 10px;
}

.blockCookie-2 form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ch-cookie-consent__btn-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;
    margin-bottom: 2%;
}

.ch-cookie-consent__btn-wrapper,
.ch-cookie-consent__toggle-details{
    margin-left: 1% !important;
}

.ch-cookie-consent__btn-wrapper {
    order: 2;
}
.ch-cookie-consent__toggle-details {
    order: 1;
}

.ch-cookie-consent__form {
    margin-top: 0px !important;
    margin-bottom: 9px;
}

.ch-cookie-consent__toggle-details {
    font-family: Gilroy-bold;
    text-align: center;
    margin-top: 0px !important;
    width: 220px !important;
    height: 27px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    padding-top: 22px;
    border: 1px solid #808080;
    font-size: 13px;
    color: #808080;
}

.ch-cookie-consent__btn {
    text-align: center !important;
    font-family: Gilroy-bold;
    font-weight: normal !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.28) !important;
    margin-top: 0px !important;
    width: 220px !important;
    height: 50px !important;
    display: block;
    background: #4372f2 !important;
    border-radius: 50px !important;
    font-size: 13px;
    border: 0px solid black !important;
}

.ch-cookie-consent__category {
    padding: 10px !important;
}

.ch-cookie-consent__read-more {
    display: inline !important;
}

#cookie_consent_save {
    background-color: #fff !important;
    color: #808080 !important;
    border: 1px solid #808080 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.28);
    display: none;
}

.ch-cookie-consent__category-title {
    font-size: 14px !important;
}

.ch-cookie-consent__category-description {
    font-size: 12px !important;
    text-align: justify;
}

.ch-cookie-consent__title {
    font-size: 14px;
}

.ch-cookie-consent__intro {
    font-size: 14px !important;
    line-height: 20px;
    margin-top: 0px;
    text-align: justify !important;
}

.ch-cookie-consent__read-more {
    font-size: 13px;
}

.ch-cookie-consent__category-toggle {
    line-height: 30px !important;
}
.ch-cookie-consent__category-information {
    line-height: 20px !important;
}

.ch-cookie-consent__category-group {
    order: 2;
}

.ch-cookie-consent__category-toggle label {
    text-align: center !important;
    font-size: 16px;
    padding: 3px 6px 3px 6px!important;
}

.ch-cookie-consent__category-toggle input:checked+label,
.ch-cookie-consent__category-toggle input+label:hover {
    background-color: #4372f2 !important;
}

.close_button {
    text-align: right;
    color: #808080;
    font-family: Gilroy-Medium;
    cursor: pointer;
    font-size: 13px;
}


#blockCookie-1 ul li {
    text-align: justify !important;
}
.ch-cookie-consent__toggle-details-show,
ch-cookie-consent__toggle-details-hide, ::after, ::before {
    box-sizing: revert !important;
}



@media (max-width: 2070px) {
    div.ch-cookie-consent {
        line-height: 15px !important;
        margin-bottom: 1%;
        margin-left: 4%;
        min-width: 55% !important;
        left: 17% !important;
    }
    .ch-cookie-consent__toggle-details {
        padding-top: 18px !important;
        height: 33px !important;
        margin-bottom: 5px !important;
    }
    #cookie_consent_use_only_functional_cookies {
        margin-bottom: 5px !important;
    }
    .close.icon {
        right: 39px;
        top: 31px;
    }
}

@media (max-width: 1260px) {
    div.ch-cookie-consent {
        line-height: 20px !important;
        margin-left: 0;
        max-width: 100% !important;
        margin-top: 1%;
        top: 0 !important;
        left: 0 !important;
        width: 94% !important;
        max-height: 93% !important;
    }
    .ch-cookie-consent__toggle-details {
        padding-top: 15px !important;
        height: 33px !important;
    }
    #cookie_consent_use_only_functional_cookies {
        margin-bottom: 5px !important;
    }
    .close.icon {
        right: 39px;
        top: 35px;
    }

    .blockCookie-1 h2 {
        margin-bottom: 0% !important;
        margin-top: 0% !important;
    }
}

@media (max-width: 1100px) {
    .ch-cookie-consent {
        display: flex;
        flex-direction: column !important;
        max-width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        padding-top: 3% !important;
    }
    .blockCookie-1,
    .blockCookie-2 {
        width: 96% !important;
    }
    .ch-cookie-consent__category {
        padding: 10px !important;
    }
    .ch-cookie-consent__btn-group {
        height: 100px !important;
        margin-bottom: 5%;
    }
    .ch-cookie-consent__toggle-deta,
    .ch-cookie-consent__btn-wrapper{
        width: 100% !important;
        margin-bottom: 1%;
    }

    .ch-cookie-consent__btn-group {
        margin-bottom: 10% !important;
    }

    .ch-cookie-consent__toggle-details {
        width: 100% !important;
    }
    .ch-cookie-consent__btn {
        width: 100% !important;
    }


    .blockCookie-1 h2 {
        margin-bottom: 3% !important;
        margin-top: 0% !important;
        font-size: 20px;
    }
    h3 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        font-size: 18px;
    }
    .close_button {
        margin-bottom: 3%;
    }

}

@media (max-width: 800px) {
    .ch-cookie-consent__btn-group {
        margin-bottom: 16% !important;
    }
}

@media (max-width: 650px) {
    .ch-cookie-consent {
        padding-left: 5% !important;
        padding-top: 3% !important;
    }
    .ch-cookie-consent__btn-group {
        margin-left: 0 !important;
        margin-bottom: 20% !important;
    }

    .close_button {
        margin-bottom: 3%;
    }
}