* {
  padding: 0px;
  margin: 0px;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.dore {
  color: gold !important;
}

/* BARRE DE RECHERCHE ================================================================================================*/

.SeachBar {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Search,
.Search-btn {
  border: 0;
  padding: 0 10px;
  text-align: center;
  color: black;
  font-size: 25px;
  font-weight: 1000;
  height: 50px;
}

.Search {
  border-radius: 30px 0 0 30px;
  width: 500px;
}

.Search-btn {
  border-radius: 0 30px 30px 0;
  background-color: #91713c;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out, font-size 0.2s ease-in-out;
  cursor: pointer;
}

.Search-btn:hover {
  background-color: #623e2a;
  font-size: 30px;
  font-weight: 800;
}


/* HEADER ================================================================================================ */
header {
  background: url(Img/backdroung-accueil.webp) ;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.content {
  text-align: center;
  color: #ffffff;
}

.content h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
  margin: 20px auto;
overflow: hidden;
border-right: .15em solid orange;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: typing 3s steps(40, end), blink-caret .75s step-end infinite;
font-family: 'EB Garamond', serif;
}

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent
  }

  50% {
    border-color: rgb(255, 255, 255);
  }
}
/* SECTION DEUX CHAMBRE D'HOTEL================================================================================================ */
.Section-reservation {
  background-color: #f4f1ed;
  height: 100vh;
  width: 100%;
}
.Section-reservation p {
  font-size: 1.5rem;
  color: #91713c;
}
.filterp {
  padding-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 3.125rem;
  padding-top: 60px;
  color: #91713c;
  padding: 20px;
  font-family: 'EB Garamond', serif;
}

.Chambre-div {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  max-width: 100vw;

}

.Chambre-div img {
  height: 216px;
  width: 398px;
  transition: transform 0.5s;
}

.Chambre-div img:hover {
  transform: translateY(-10px);
}

.Chambre-border {
  border: solid 2px #623e2a;
  height: 216px;
  width: 396px;
}

.Chambre-border p {
  font-size: 1.3rem;
  color: #623e2a;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.Chambre-border a {
  border-radius: 20px 20px 20px 20px;
  background-color: #91713c;
  padding: 10px;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.Chambre-border a:hover {
  background-color: #623e2a;
  border: solid 1px #91713c;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}

.tri {
  font-size: 1rem;
  color: #7E6435;
  margin-top: 20px;
  border: none;
  transition: transform 0.5s;
}
.tri:hover {
  transform: scale(1.1);
}
/* FOOTER ================================================================================================ */
footer {
  background-color: #623E2A;
  width: 100%;
  height: 100vh;
}

.Footer-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 100px;
  font-family: Arial, Helvetica, sans-serif;
}

.Footer-border {
  border: solid 2px white;
  height: 242px;
  width: 340px;
    padding-left: 5px;
  color: white;
  font-size: 1.3rem;
}

.Titre {
  text-align: center;
}


.Footer-box a {
  color: white;
  padding: 10px;
  text-decoration: none;
}

.Footer-border i {
  transition: all 0.5s;
}
.Footer-border i:hover {
  color: #91713c;
transform: scale(1.5);
}

.Titrep {
  text-transform: uppercase;
  font-size: 2rem;
  padding-top: 100px;
  padding-left: 5%;
  color: white;
  font-family: 'EB Garamond', serif;
}

.mentionsLegale a {
  text-decoration: underline;
}

.mentionsLegale a:hover {
  text-decoration: none;
}

.HDP {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  font-family: Arial, Helvetica, sans-serif;
}

.HDP a {
  border-radius: 20px 20px 20px 20px;
  background-color: #91713c;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 20px;
  padding-left: 100px;
  padding-right: 100px;
  transition: all 0.5s ease;
  display: flex;
  text-align: center;
}

.HDP a:hover {
  background-color: #ffffff;
  color: #91713c;
  text-decoration: none;
  transform: scale(1.1);
}