body,
html {
  background-color: #fff4e2;
}

nav {
  display: flex;
  justify-content: space-between;
}

#Calque_1 {
  position: relative;
  top: 0;
}

.cta,
.cta span {
  display: flex;
}

.loader {
  /* Initialement caché */
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffe4b2; /* Fond semi-transparent */
  z-index: 2;
  transition: opacity 0.2s ease; /* Transition de l'opacité pour le fondu */
}

.loader.active {
  display: flex; /* Affiche le loader */
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.loader img {
  width: 250px; /* Taille de l'image de chargement */
  height: 250px;
  margin: 0 auto;
}

/* Animation CSS pour l'opacité */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.dyna-01 {
  z-index: 9;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  background-color: wheat;
  width: 7%;
  height: 25px;
  padding: 15px;
  border-radius: 30px;
  transition: width 0.5s ease, padding 0.5s ease;
}

.form-container {
  position: relative;
  top: 0px;
}

.custom-file-upload {
  display: inline-block;
  padding: 15px;
  background-color: #ffa860;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 50px; /* Center the text vertically */
  transition: background-color 0.3s;
}
.custom-file-upload:hover {
  background-color: #ff8b2d; /* Darker shade for hover effect */
}

.title-p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  top: -30px;
}

.input #file-upload-button {
  display: none;
}

.form-container svg {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.dyna {
  display: flex;
}
footer {
  margin-top: 100px;
}

.p-image {
  width: 70px;
  height: 70px;
}

@media screen and (min-width: 768px) {
  .dyna {
    display: none;
  }
  .dyna-01 {
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    background-color: wheat;
    width: 7%;
    height: 25px;
    padding: 15px;
    border-radius: 30px;
    transition: width 0.5s ease, padding 0.5s ease;
  }
  footer {
    margin-top: 250px;
  }
}

@media screen and (min-width: 1025px) {
  .dyna {
    display: none;
  }
  footer {
    margin-top: 150px;
  }
  .footer-2 {
    margin-top: 50px;
  }
}
