a:hover{
  color: #e6bb00;
  border-bottom: 3px solid white;
  transition: ease-in-out 0.2s;
}
/* Styles de base pour le header (mobile first) */
/* Styles de base pour le header (mobile first) */
.search-input{
  width: 50dvw;
  height: 5dvh;
  border-radius: 999999px;
  text-align: center;
  border: none;
}

.search{
  text-align: center;
  background-color: #6b4d2b;
}

#loupe2{
  display: none;
}

#loupe1:hover, #loupe2:hover{
  cursor: pointer;
}

.search-input{
  display: none;
}


.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px; 
background-color: #6b4d2b
  
}

.logo {
  width: 50px; 
}

#burger-bar{
  width: 50px;
  margin-right: 30px;
  filter: invert()
}

#burger-bar2{
  width: 50px;
  margin-right: 30px;
  filter: invert();
  display:none
}
/*mobile header*/
#burger-bar:hover{
  cursor:pointer;
}

#burger-bar2:hover{
  cursor:pointer;
}

nav {
  display: none; 
}


.header-phone>nav, .header-phone, .header-phone>nav>ul{
  display: inline;
  width: 100dvw;
}

.header-phone>nav>ul>li{
  text-align: right;
}

.header-phone>nav>ul>li>a{
  color: #6b4d2b;
  text-decoration: none;
  margin-right: 20px;

}

.header-phone{
  display: none;
}

/*jsp wola*/
.search-icon img {
  width: 50px; 
}
.map {
  width: 100%;
  height: 150px;
}
.banner {
  margin-top: 20px; 
}
/* Styles pour les écrans plus larges (PC) */
@media (min-width: 768px) { 
  .header-container {
    padding: 20px 40px;
    background-color: #6b4d2b; 
  
  }


  .header-phone{
    display: none;
  }

  .logo {
    width: 80px;
  }

  
  nav {
    display: block; 
  }

  #burger-bar {
    display: none;
  }
form {
    display: block;
    unicode-bidi: isolate;
}
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 
    font-size: 35px ;
  }

  nav li {
    margin-left: 30px; 
  }

  nav a {
    text-decoration: none;
    color: white; 
    font-weight: bold;
  }

  nav a:hover{
    color: #e6bb00;
  }

  .search-icon img {
    width: 80px; 
    margin-right: 80px;
  }
  .banner-image {
    width: 100%;
    border-radius: 10px;
    margin-top: 0px;
  }
}

/* Styles du footer */
footer {
  margin-top: px;
  background-color: #6b4d2b;
  padding: 15px;
  border-radius: 10px;
  color: white;
  display: flex;
  flex-direction: column; 
}


@media (min-width: 768px) { 
footer {
  flex-direction: row; 
}

.contact-item + .contact-item {
  margin-left: 20px; 
}
}

.contact-section {
  display: flex;
  flex-direction: column; 
  width: 100%;
}

@media (min-width: 768px) {
.contact-section {
  flex-direction: row; 
}
}

.contact-item {
  width: 100%; 
  margin-bottom: 20px; 
}

@media (min-width: 768px) {
.contact-item {
  width: 33.33%; 
  margin-bottom: 0; 
}
}



@media (min-width: 768px) { 
  .tourism-item img, 
  .official-item img { 
    width: 200px;  /* Augmente la taille des images */
    height: 200px; /* Augmente la taille des images */
  }
}