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;
}

.navbar-custom {
    background-color: #bec2a2;
    background-image: url("/includes/img/logo/head_01.webp");
    background-size: contain;
    height: 160px;
}

@media only screen and (max-width: 480px) {
    .head01 {
        content: url("/includes/img/logo/logo_Tour_03.webp");
        position: absolute;left: 10px;
        bottom: 0;
        width: 75px;
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .head01 {
        content: url("/includes/img/logo/logo_Tour_02.webp");
        position: absolute;left: 55px;
        bottom: 0;
        width: 90px;
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .head01 {
        content: url("/includes/img/logo/logo_Tour_02.webp");
        position: absolute;left: 55px;
        bottom: 0;
        width: 90px;
        height: auto;
    }
}


@media only screen and (max-width: 480px) {
    .head02 {
        position: absolute;right: 5px;
        bottom:  55px;
        width: 65px;
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .head02 {
        position: absolute;right: 10px;
        bottom:  53px;
        width: 70px;
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .head02 {
        position: absolute;right: 10px;
        bottom: 53px;
        width: 70px;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .head03 {
        width: 180px;
        height: auto;
        margin-top: 5px;
        margin-right: auto;
        margin-left: -60px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .head03 {
        width: 220px;
        height: auto;
        margin-top: 5px;
        margin-right: auto;
        margin-left: -15px;
    }
}
@media only screen and (min-width: 768px) {
    .head03 {
        width: 220px;
        height: auto;
        margin-top: 5px;
        margin-right: auto;
        margin-left: -50px;
    }
}

.menu-custom {
    background-image: url("/includes/img/logo/head_01.webp");
    background-size: contain;
    height: 150px;
}
@media only screen and (max-width: 480px) {
    .logo1-menu-custom {
        width:20%;
        margin-left: -0.5rem !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .logo1-menu-custom {
        width:12%;
        margin-left: -0.5rem !important;
    }
}
@media only screen and (min-width: 768px) {
    .logo1-menu-custom {
        width:18%;
        margin-left: -0.5rem !important;
    }
}
@media only screen and (max-width: 480px) {
    .logo2-menu-custom {
        width:55%;
        margin-left: 2rem !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .logo2-menu-custom {
        width:35%;
        margin-left: 5rem !important;
    }
}
@media only screen and (min-width: 768px) {
    .logo2-menu-custom {
        width:50%;
        margin-left: 3rem !important;
    }
}


.foot-custom {
    background-color: #bec2a2;
    height: 50px;
    margin-left: -0.7rem; 
    margin-right: -0.7rem;
}
.menu-foot-custom {
    background-color: #bec2a2;
    height: 50px;
}

.dropdown-divider-1 {
  height: 0;
  margin: 1rem 0rem 1rem 0rem;
  overflow: hidden;
  border-top: 2px solid #bec2a2;
  opacity: 100;
}

.logo-reseaux {
    border: 1px solid;
    border-color: #212529;
}