/* 💡 Configuration des styles du sélecteur de note */
:root {
  --gl-star-empty: url(../img/star-empty.svg);
  --gl-star-full: url(../img/star-full.svg);
  --gl-star-size: 24px;
  --gl-tooltip-border-radius: 4px;
  --gl-tooltip-font-size: 0.875rem;
  --gl-tooltip-font-weight: 400;
  --gl-tooltip-line-height: 1;
  --gl-tooltip-margin: 12px;
  --gl-tooltip-padding: 0.5em 1em;
  --gl-tooltip-size: 6px;
}

body {
  font-family: kanit;
  margin: 0px;
  margin-bottom: 80px;

}

/* 🦊 Vos styles ici */
img {
  border-radius: 10px;
  max-width: 260px;
}

.imagetitle {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

h1 {
  font-family: kanit;
  color: #1D5847;
  margin-bottom: 0px;
  font-size: ¨¨¨¨¨¨¨¨¨¨;
  margin-top: 10px;

}


.bookinfo {
  margin: 0px;
  font-weight: 400;
}


.text {
  margin: 50px;
  font-size: 14px
}




header {
  margin-left: 15px;
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.droite {
  gap: 15px;
  display: flex;
  margin-left: auto;
  margin-right: 25px;
  align-items: center;
}

.footer {
  bottom: -5px;
  position: fixed;
}

.footer {
  display: flex;
  justify-content: space-evenly;
  background-color: #1D5847;
  width: 100%;
  height: 75px;
  align-items: center;
}


.svg {
  width: max-content%;
  height: 100%;
}

.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgb(248, 248, 248);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  transition: height 0.5s ease-out;
  z-index: 100;
}

.overlay-content {
  padding: 20px;
  overflow-y: auto;
  /* Allow vertical scrolling */
  max-height: calc(100vh - 60px);
  /* Adjust the maximum height as needed */
}

.overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
  z-index: 99;
  display: none;
  /* Initially hidden */
}

.overlay-open .overlay-background {
  display: block;
  /* Show the dark overlay when the overlay is open */
}

body.overlay-open {
  overflow: hidden;
  /* Disable scrolling of the main page */
}

button {
  border: none;
  background-color: #3330;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}

button:focus {
  outline: none;
}

.pattaya {
  font-family: Pattaya;
}

.pattaya1 {
  font-family: Pattaya;
  color: black;
  text-align: center;
}

.photodeprofil {
  width: 40px;
  height: 40px;
}


.ppd {
  width: 100%;
  display: flex;
  align-items: center;
}


.footercommentaires {
  position: fixed;
  width: 100%;
  height: 112px;
  z-index: 200;
  bottom: -120px;
  left: 0;
  transition: all .2s;
  display: flex;
  background-color: white;
  border-top: solid lightgrey 1px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.overlay-open .footercommentaires {
  transition: all 1s 1s;
  position: fixed;
  width: 100%;
  height: 112px;
  z-index: 200;
  bottom: 0px;
  left: 0;
}

.ecrirecommentaire {
  width: 80%;
  height: 50px;
  background-color: #D1D9E2;
  border-radius: 15px;
  color: #9e9e9e;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: x-large;
}

.small {
  margin-left: auto;
  font-size: 10px;
}

hr {
  border: none;
  border-top: 2px #D1D9E2 solid;
}

.Notes {
  margin: 40px;
  display: flex;
}

.note {
  width: 500px;
}

.stats {
  margin-top: 25px;
}


.stat {
  display: flex;
  gap: 5px;
  align-items: center;
}

.stars {
  display: flex;
  width: 20px;
  transform: translateX(-40px);
}

.stars1 {
  display: flex;
  width: 20px;
}

.stars2 {
  display: flex;
  width: 10px;
  margin-top: -20px;
}