body {
    color: #212529;
    background-color: #fff;
}
.modal-header {
    background-color: #343a40;
    border:thick double;
    border-color: white;
    border-radius: 0.5em;
    color:white;
    text-align: center;
    font-weight: bolder;
}
.modal-header-v2 {
    background-color: #343a40;
    border:thick double;
    border-color: white;
    border-radius: 0.5em;
    color:white;
    text-align: start;
    font-weight: bolder;
}
.modal-body {
    background-color: #f8f9fa;
}
.modal-footer {
    background-color: #f9f9f9;
}
.modal-footer2 {
    background-color: #343a40;
    border:thick double;
    border-color: white;
    border-radius: 0.5em;
}
.btn-close {
    color: #212529;
}
.btn-outline-dark:hover {
    background-color: #343a40;
}

@media only screen and (max-width: 480px) {
    .boite {
        width:60%;
        margin-top: -0.75rem;
        margin-bottom: -0.25rem;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .boite {
        width:50%;
        margin-top: -0.75rem;
        margin-bottom: -0.25rem;
    }
}
@media only screen and (min-width: 768px) {
    .boite {
        width:38%;
        margin-top: -0.5rem;
        margin-bottom: -0.25rem;
    }
}
@media only screen and (max-width: 767px) {
    .loupe {
        width:40%;
        margin-top: -0.75rem;
        margin-bottom: -0.25rem;
        margin-left: -1rem;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .loupe {
        width:30%;
        margin-top: -0.75rem;
        margin-bottom: -0.25rem;
    }
}
@media only screen and (min-width: 768px) {
    .loupe {
        width:24%;
        margin-top: -0.5rem;
        margin-bottom: -0.25rem;
        margin-left: -0.5rem;
    }
}
@media only screen and (min-width: 768px) {
    .L_Menu {
        width:50%;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.tahoma {
    font-family: Tahoma, sans-serif;
}

.accordion 
{
    --bs-accordion-btn-bg: #212529;
    --bs-accordion-btn-color: white;

    --bs-accordion-active-bg: #212529;
    --bs-accordion-active-color: white;

    --bs-accordion-btn-focus-box-shadow: none;

    --bs-accordion-bg: white;
    --bs-accordion-color: black;

    --bs-accordion-btn-padding-y: 0.75rem;

    --bs-accordion-body-padding-y: 0.5rem;

    --bs-accordion-icon-color: white;
    --bs-accordion-icon-active-color: white;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.menu_titre_accueil {
    background-color: white;
    border:thick double;
    border-color: #212529;
    border-radius: 0.5em;
    color:black;
    text-align: center;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-family: Tahoma, sans-serif;
}
.menu_titre {
    background-color: white;
    border:thick double;
    border-color: #212529;
    border-radius: 0.5em;
    color:black;
    text-align: center;
    font-weight: bold;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    font-family: Tahoma, sans-serif;
}
.affichage_filtres {
    background-color: rgb(231, 231, 231);
    border:1px solid;
    border-color: #212529;
    border-radius: 0.5em;
    color:black;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-family: Tahoma, sans-serif;
    height: 40px;
}
.mb-35 {
    margin-bottom: 1.25rem !important;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 85%;
    height: 40px;
    width: 40px;
    background-color: none;
    color: #000;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid black;
}
