html, body{
  margin: 0;
  font-size: 15px;
}

hr {
  height: 3px;
  background-color: #B22222;
  border-color: #B22222;
}

.entete {
  display: inline-block;
  width: 100%;
  height: 9%;
  top: 0;
  background-color: #B22222;
}

.barre-navigation {
  overflow: auto;
  padding: 0.5%;
  padding-left: 3%;
}

.barre-navigation a {
  text-align: center;
  padding: 0;
  color: white;
  text-decoration: none;
}

.barre-navigation img {
  margin-top: 0.7%;
}

.barre-navigation a i.fa {
  text-align: center;
  float: right;
  margin: 1.5% 1%;
  font-size: 50px;
}

.barre-navigation a.bouton-partage {
  float: right;
  line-height: 2;
  margin-top: 1.5%;
  padding: 8px;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
}

.barre-navigation a.bouton-ajout {
  float: right;
  line-height: 2;
  margin-top: 1.5%;
  margin-right: 1%;
  margin-left: 3%;
  padding: 8px 36px;
  background-color: white;
  color: #B22222;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  border-radius: 10px;
}

.barre-recherche {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 400px;
  margin-top : 1.5%;
  margin-bottom: 1.5%;
}

.galerie-responsive-ville {
  margin-left: 2%;
  margin-right: 2%;
  margin-top : 0.5%;
  margin-bottom: 1%;
  float: left;
  width: 20.99%;
  background-color: white;
}

.galerie-responsive-commerce {
  display: none;
  margin-left: 2%;
  margin-right: 2%;
  margin-top : 1.5%;
  margin-bottom: 0;
  float: left;
  width: 20.99%;
  background-color: white;
}

.affiche-filtre {
  display: block;
}

.bouton-filtre {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: black;
  color: white;
  padding: 10px;
  font-size: 18px;
  border: none;
  min-width: 136px;
  margin-top: 0.5%;
}

.bouton-filtre:hover {
  background-color: #f1f1f1;
  color: black;
  border: 2px solid black;
  padding: 8px;
}

.bouton-filtre.bouton-actif {
  background-color: #B22222;
  color: white;
}

*:focus {
  outline: none;
}

.recherche-ville {
  width: 23%;
}

.recherche-commerce {
  width: 17.5%;
}

#recherche-valeur {
  background-color: white;
  color: black;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-right: 3px;
  padding-left: 3px;
  border: 3px solid black;
  min-width: 205px;
  margin-left: 2%;
  margin-right: 0.1%;
}

#recherche-liste {
  list-style-type: none;
  padding: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 205px;
  margin-top: 1px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  z-index: 1;
  margin-left: 2%;
}

#recherche-liste li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: white;
  padding: 12px 16px;;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

#recherche-liste li a:hover:not(.header) {
  background-color: #f1f1f1;
}

.ville-galerie-texte {
  display: inline-block;
  float: left;
  min-height: 150px;
  width: 98%;
  padding-top: 30%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  background-color: #B22222;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px;
}

.ville-galerie-texte a:link {
  text-decoration: none;
  color: white;
}

.ville-galerie-texte a:link:hover {
  color: black;
}

.accueil-titre {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 36px;
}

.accueil-texte {
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 44px;
}

.barre-titre-gauche {
  display: inline-block;
  text-align: center;
  width: 75%;
  margin-top: 1.5%;
  margin-bottom: 1%;
  margin-right: 0;
}

.titre {
  display: inline-block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 50px;
  margin-top: 0;
}

.barre-titre-droite {
  display: inline-block;
  float: right;
  width: 25%;
  margin-top: 2.5%;
}

.bouton-retour {
  padding: 15px;
  background-color: black;
  color: white;
  border: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
}

.bouton-retour:hover {
  background-color: #f1f1f1;
  color: #B22222;
  border: 2px solid black;
  padding: 16px;
}

.bouton-retour:link {
  text-decoration:none;
  color: white;
}

.bouton-retour:link:hover {
  text-decoration:none;
  color: #B22222;
}

.galerie-filtre {
  overflow: auto;
}

.commerce-galerie img {
width: 100%; 
height: 200px; 
object-fit: cover; 
}

.commerce-galerie-texte {
  display: inline-block;
  background-color: white;
  color: black;
  font-family: Tahoma, Geneva, sans-serif;
  float: left;
  min-height: 136px;
  width: 95%;
  padding-top: 30%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border: 4px solid #B22222;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 28px;
}

.commerce-galerie-texte a i.fa {
  margin-left: 2%;
  font-size: 24px;
}

.commerce-galerie-texte a:link {
  text-decoration: none;
  color: black;
}

.commerce-galerie-texte a:link:hover {
  color: #B22222;
}

.bouton-soutien {
  background-color: #B22222;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 26px;
  border-radius: 10px;
  text-align: center;
  width: 85%;
  padding: 12px;
}

.commerce-responsive a:link {
  text-decoration:none;
  color: black;
}

.commerce-responsive a:link:hover {
  text-decoration:none;
  color: #B22222;
}

.commerce-responsive-haut {
  float: left;
  min-height: 295px;
  padding-bottom: 1%;
  background-color: white;
}

.commerce-responsive-haut#gauche {
  width: 36.99%;
  margin-left: 10%;
  margin-right: 3%;
}

.commerce-responsive-haut#droite {
  width: 44.99%;
  margin-right: 5%;
}

.commerce-responsive-haut table {
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
}

.commerce-responsive-haut#gauche table {
  margin-top: 10px;
  font-size: 32px;
}

.commerce-responsive-haut#droite table {
  margin-top: 20px;
  font-size: 24px;
}

.commerce-responsive-haut#gauche td {
  padding: 12px;
}

.commerce-responsive-haut#droite td {
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.commerce-responsive-haut i.fa {
  text-align: center;
  font-size: 33px;
}

.commerce-responsive-haut i.possibilite {
  font-size: 40px;
}

#lundi {
  display: none;
}

#mardi {
  display: none;
}

#mercredi {
  display: none;
}

#jeudi {
  display: none;
}
#vendredi {
  display: none;
}
#samedi {
  display: none;
}
#dimanche {
  display: none;
}

.commerce-responsive-bas {
  float: left;
  min-height: 450px;
}

.commerce-responsive-bas#gauche {
  position: relative;
  width: 37%;
  margin-left: 8%;
  margin-right: 3%;
}

.commerce-responsive-bas#droite {
  width: 34%;
  margin-left: 2%;
  margin-right: 16%;
  margin-bottom: 1%;
}

.commerce-responsive-bas img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 450px;
}

.commerce-responsive-bas iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.autres-pages-texte {
  margin-left: 10%;
}

.footer {
  float: left;
  list-style-type: none;
  color: black;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer#mention {
  margin-top: 16px;
  margin-left: 2%;
  margin-right: 2%;
}

.footer#texte {
  margin-right: 15px;
  margin-left: 2%;
  margin-top: 12px;
}

.footer#icone {
  font-size: 33px;
  margin-right: 5px;
  margin-left: 5px;
}

.footer a:link {
  text-decoration:none;
  color: black;
}

.footer a:link:hover {
  text-decoration:none;
  color: #B22222;
}

@media screen and (max-width: 1250px) {
  .barre-titre-gauche {
    width: 70%;
  }

  .barre-titre-droite {
    width: 30%;
    margin-top: 3%;
  }

  .retour-ligne-1 {
    margin-left: 2%;
  }

  .commerce-responsive-bas#droite {
    width: 40%;
    margin-left: 2%;
    margin-right: 10%;
    padding-bottom: 1%;
  }
}

@media screen and (max-width: 1155px) {
  .commerce-responsive-haut {
    min-height: 332px;  
  }
}

@media screen and (max-width: 1100px) {
  .barre-titre-gauche {
    width: 65%;
  }

  .barre-titre-droite {
    width: 35%;
  }

  .galerie-responsive-ville {
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  #recherche-valeur {
    margin-left: 1.5%;
  }

  #recherche-liste {
    margin-left: 1.5%;
  }

  .recherche-ville {
    width: 45.99%;
  }

  .galerie-responsive-commerce {
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%; 
  }

  .retour-ligne-1 {
    margin-left: 0;
  }

  .retour-ligne-2 {
    margin-left: 1.5%;
  }

  .footer#mention {
    margin-left: 1.5%;
  }
}

@media screen and (max-width: 1080px) {
  .commerce-responsive-haut#gauche {
  width: 41.99%;
  margin-left: 5%;
  margin-right: 5%;
  }

  .commerce-responsive-haut#droite {
    width: 42.99%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 955px) {
  .commerce-responsive-haut {
    min-height: 357px;  
  }
}

@media screen and (max-width: 950px) {
  .barre-titre-droite {
    margin-top: 3.5%;
  }
  .retour-ligne-2 {
    margin-left: 0;
  }

  .retour-ligne-3 {
    margin-left: 1.5%;
  }

  .commerce-responsive-haut#droite table {
    margin-top: 75px;
  }
}

@media screen and (max-width: 920px) {
  #recherche-valeur {
    margin-left: 1%;
  }

  #recherche-liste {
    margin-left: 1%;
  }

  .galerie-responsive-ville {
    width: 47.99%;
    margin-left: 1%;
    margin-right: 1%; 
  }

  .galerie-responsive-commerce {
    width: 47.99%;
    margin-left: 1%;
    margin-right: 1%; 
  }

  .retour-ligne-3 {
    margin-left: 1%;
  }

  .footer#mention {
    margin-left: 1%;
  }
}

@media screen and (max-width: 900px) {
  .commerce-responsive-haut {
    min-height: 360px;
  }
}

@media screen and (max-width: 880px) {
  .commerce-responsive-haut {
    min-height: 388px;
  }
}

@media screen and (max-width: 800px) {
   .barre-titre-gauche {
    width: 60%;
  }

  .barre-titre-droite {
    width: 40%;
    margin-top: 4%;
  }

  .recherche-commerce {
    width: 45.99%;
  }

  .retour-ligne-3 {
    margin-left: 0;
  }

  .retour-ligne-4 {
    margin-left: 1%;
  }

  .barre-titre-gauche {
    width: 99.99%;
  }

  .barre-titre-droite {
    text-align: center;
    width: 99.99%;
    margin-top: 0;
    margin-bottom: 10%;
    margin-left: 0;
  }

  .commerce-responsive-haut {
    min-height: 0;
  }

  .commerce-responsive-haut#gauche {
    width: 84.99%;
    margin-left: 10%;
    margin-right: 5%;
  }

  .commerce-responsive-haut#droite {
    width: 84.99%;
    margin-left: 10%;
    margin-right: 5%;
  }

  .bouton-soutien {
    margin-left: 5%;
    margin-right: 5%;
  }

  .commerce-responsive-haut#gauche table {
    font-size: 26px;
  }

  .commerce-responsive-haut#droite table {
    margin-top: 0;
    font-size: 26px;
  }

  .commerce-responsive-haut#droite td {
    padding: 12px;
  }

  .commerce-responsive-bas#gauche {
    width: 95.99%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1%;
  }

  .commerce-responsive-bas#droite {
    width: 95.99%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 0;
  }
}

@media screen and (max-width: 720px) {
 .retour-ligne-1 {
    margin-left: 1%;
  }
}

@media screen and (max-width: 640px) {
  .retour-ligne-4 {
    margin-left: 1%;
  }

  .retour-ligne-1 {
    margin-left: 1%;
  }
}

@media screen and (max-width: 600px) {
  .barre-navigation a {
    float: none;
    display: block;
    padding-left: 0%;
  }

  .barre-navigation a.bouton-partage {
    font-size: 0;
  }

  .barre-navigation a i.fa {
    font-size: 0;
  }

  .barre-navigation a.bouton-ajout {
    float: none;
    display: block;
    margin: 1% 10% 1% 10%;
  }

  .bouton-filtre {
    margin-left: 1.5%;
    margin-top: 2.5%;
  }

  .barre-recherche {
    margin-left: 0.5%;
    width: 98.99%;
    min-width: 0;
  }

  #recherche-valeur {
    margin-left: 0.5%;
    width: 95.49%;
    min-width: 0;
  }

  #recherche-liste {
    margin-left: 0.5%;
    width: 95.49%;
    min-width: 0;
  }

  .galerie-responsive-ville {
    margin-left: 0.5%;
    width: 98.99%;
  }

  .ville-galerie-texte {
    padding-top: 15%;
    min-height: 120px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .galerie-responsive-commerce {
    margin-left: 0.5%;
    width: 98.99%;
  }

  .commerce-galerie-texte {
    padding-top: 15%;
    min-height: 120px;
    padding-left: 2px;
    padding-right: 2px;   
  }

  footer ul {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .commerce-responsive-haut#gauche {
    width: 95.99%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .commerce-responsive-haut#droite {
    width: 95.99%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .bouton-soutien {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 450px) {
  .bouton-filtre {
    margin-left: 10%;
  }
}

@media screen and (max-width: 400px) {
  .commerce-responsive-haut td {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  .bouton-filtre {
    margin-left: 25%;
  }
}