/**correction du doublon menu sur le menu smartphone**/
@media (max-width: 575px) {
.boite.nav .navbar-light::after {
content: inherit;
font-size: .875rem;
}
}
header .boite.image img.image_widget.img-fluid {
    max-width: 100%;
    height: auto!important;
}
  /**affichage des types d'ouverture**/
 footer .library_opening_hours h3 {display: initial !important;}
