body {
  font-family: "poppins";
  background: url("../assets/fond.jpg") center/cover;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100vh; /* min-height de base */
}

/* Style du conteneur header */
.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #262626;
  padding: 3px;
  position: relative;
}
#buton-accueil img {
  flex: 0;
  margin-left: 0.5em;
  text-align: left;
  height: 25px;
  width: 120px;
}
.bouton-connexio-inscription {
  margin-right: 1em;
  text-align: right;
  flex: 1;
}

#buton-connexion {
  text-align: right;
  white-space: nowrap;
  justify-content: space-between;
}

#buton-connexion:hover {
  color: gray;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  color: #ccc;
  background-color: #262626;
  padding: 5px 10px;
  margin-right: 1em;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.dropdown-container {
  display: none;
  position: absolute;
  background-color: #262626;
  min-width: 330px;
  right: 70%;
  border: 1.5px solid #333;
  border-radius: 6px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  top: 100%;
}

.header a {
  color: #ffffff;
  text-decoration: none;
  margin: 10px;
}
.dropdown-container a {
  /* color: #ccc; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 80%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-radius: 20px;
  background: #262626;
  border: none;
  color: #aaa;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

  box-shadow:
    -8px -8px 20px rgba(27, 27, 29, 0.3),
    8px 8px 20px rgba(0, 0, 0, 0.5);
}

.dropdown-container:active {
  box-shadow:
    inset -6px -6px 10px rgba(60, 60, 80, 0.3),
    inset 6px 6px 10px rgba(0, 0, 0, 0.5);
}


.dropdown-container a:hover {
  color: #aaa;
}

.dropdown:hover .dropdown-container {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #aaa;
}
/* .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
} */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.profil-hover-zone {
  position: relative;
}

.profil-info-hover {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  border: 1.5px solid #333;
  border-radius: 6px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin: 3px;
  min-width: 220px;
  min-height: 150px;
  z-index: 1000;
}

.profil-hover-zone:hover .profil-info-hover {
  display: block;
}

.profil-info-hover p {
  margin: 5px 0;
  font-size: 14px;
}

.info-profil {
  color: #ccc;
}
.profil-info-hover H3 {
  font-size: 18px;

}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.burger {
  display: none;
  margin-right: 1em;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  z-index: 20;
}
.hidden {
  visibility: hidden;
}

.burger-bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition: transform 0.3s;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -500px;
  height: 100%;
  width: 250px;
  background-color: #262626;
  padding: 7px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: right 0.3s ease-in-out;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  padding-top: 60px;
  z-index: 10;
}
.close-menu {
  background: none;
  border: none;
  color: #ccc;
  font-size: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.close-menu:hover {
  color: #888;
}

.side-menu a {
  color: #ccc;
  text-decoration: none;
  padding: 5px;
  border-radius: 4px;
}

.side-menu a:hover {
  color: #888;
}
#top-profile {
  margin-top: 40px;
}

.side-menu-link {
  color: #ccc;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 5px 0;
  text-align: left;
  transition: background-color 0.3s;
}

.side-menu-link:hover {
  color: #888;
}

/* Style du contenu de la page  */

.container {
  height: 100%; 
  background-color: rgba(255, 255, 255, 0.5);
  width: 90%;
  max-width: 600px;
  margin: 75px auto;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#background-container {
  backdrop-filter: blur(73.6px);
}

/* #706D6E */
h2 {
  color: #ffffff;
  font-weight: 800;
  margin: 4px;
}
p {
  color: #ffffff;
  margin-top: 1.5px;
}

.section-title {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 40px;
  color: #ffffff;
}

.logo {
  width: 300px;
  top: 12px;
}

.container a {
  text-decoration: none;
  color: black;
}

.button {
  font-family: "poppins";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 20px auto;
  cursor: pointer;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1em;
  /* font-weight: 700; */
  color: #333;
  width: 100%;
  max-width: 400px;
  transform: translateZ(25px);
  opacity: 0;
  animation: slideIn 1.5s forwards;
  transition: opacity 1.5s ease-out;
}

@keyframes slideIn {
  0% {
    transform: translateZ(25px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

button:hover {
  scale: 1.02;
}


.buton-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#catalogue-container span {
  font-weight: bold;
}
#catalogue-container {
  margin: auto;
}
#bouton-catalogue-clicable {
  background-color: #fefeff;
}
#catalogue {
  background-color: #dedddc;
}

.button img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.button .icon {
  flex-shrink: 0;
  margin-left: auto;
}

.fa-solid {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

.button-text {
  flex-grow: 1;
}

#phoneNumber {
  text-align: center;
  margin: 5px;
  font-size: 1.2em;
}

#phoneNumber p {
  color: #0a0908;
  margin-bottom: 7px;
}
#phoneNumber p:hover {
  scale: 1.04;
  color: #495057;
  cursor: pointer;
}

#profile-icon {
  display: none;
}

/* Style pour la responsivité */

@media screen and (max-width: 750px) {
  .container {
    width: 75%;
    margin: 100px auto;
    padding: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .container {
    font-size: 0.9em;
    text-align: center;
  }
  .button img {
    align-items: center;
    width: 33px;
    height: 33px;
    margin-right: 12px;
  }
  .fa-solid {
    font-size: 1.2rem;
  }
  .button {
    width: 75%;
  }
}

@media screen and (max-width: 555px) {
  .container {
    font-size: 0.75em;
    text-align: center;
  }
  .container p {
    font-size: 1.2em;
  }
  .button {
    width: 75%;
    height: 3rem;
    text-align: center;
  }
  .button img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .logo {
    width: 250px;
  }
}

@media screen and (max-width: 430px) {
  .container {
    margin-top: 68px auto;
    font-size: 0.67em;
    font-weight: 500;
    text-align: center;
    align-items: center;
  }
  .button img {
    width: 27px;
    height: 27px;
    margin-right: 12px;
  }

  #connexion-text {
    margin-left: 4px;
  }
}


@media screen and (max-width: 390px) {
  .container {
    margin-top: 40px auto;
  }
}
@media screen and (max-width: 1008px) {
  .header {
    padding: 4px;
  }
  #buton-accueil {
    margin-left: 1em;
  }
  #buton-connexion {
    margin-right: 7em;
  }

  .burger {
    display: flex;
  }

  .side-menu {
    display: flex "important";
  }

  .dropdown {
    display: none;
  }
  .bouton-connexion-inscription {
    display: none;
    margin-top: 40px;
  }
}





/* 
@media screen and (max-width: 1008px) {
  .burger {
    display: flex;
  }

  .side-menu {
    display: flex "important";
  }

  .dropdown {
    display: none;
  }
  .bouton-connexion-inscription {
    display: none;
    margin-top: 40px;
  }
} */

