@charset "UTF-8";
.contact {
  padding: 20px;
}
.contact_accueil {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 370px;
  margin-bottom: 2rem;
  background-image: var(--contact-image-url);
  background-size: 260px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.contact_accueil h1 {
  font-size: 32px;
  margin-bottom: 1rem;
  font-family: Intro, sans-serif;
}
.contact_accueil p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.contact_accueil .arrow {
  position: absolute;
  bottom: 1rem;
  left: 47%;
  transform: translateX(-50%);
  animation: bounce 1.5s infinite;
}
.contact_accueil .arrow img {
  width: 60px;
  height: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.contact-grid .contact-info {
  padding: 2rem;
  text-align: center;
}
.contact-grid .contact-info .left {
  display: flex;
  flex-direction: column;
}
.contact-grid .contact-info .left .rounded-line {
  width: 100%;
  max-width: 320px;
  height: 12px;
  background-color: #CE2AFA;
  border-radius: 50px;
  margin: auto;
}
.contact-grid .contact-info .left h2 {
  font-size: 2rem;
  font-weight: 700;
}
.contact-grid .contact-info .left p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.contact-grid .contact-info .left .contact-details-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0.5rem 0;
}
.contact-grid .contact-info .left .contact-details-wrapper .contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.contact-grid .contact-info .left .contact-details-wrapper .contact-details a:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #CE2AFA;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  z-index: -1;
}
.contact-grid .contact-info .left .contact-details-wrapper .contact-details a img {
  width: 25px;
  height: auto;
  z-index: 1;
}
.contact-grid .contact-info .left .contact-details-wrapper .contact-details .contact-titre-details {
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
.contact-grid .contact-info .left .contact-details-wrapper .contact-details .contact-titre-details .contact-link {
  text-decoration: underline;
}
.contact-grid .contact-info .left .contact-details-wrapper .contact-details .contact-titre-details .contact-link a:hover {
  text-decoration: underline;
}
.contact-grid .contact-info .left .contact-details-wrapper .contact-details:nth-child(2) a img {
  width: 35px;
  height: auto;
}
.contact-grid .contact-info .rounded-line-thin {
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.contact-grid .contact-info .socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.contact-grid .contact-info .socials p {
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.contact-grid .contact-info .socials .icons-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #CE2AFA;
  border-radius: 50%;
}
.contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper a img {
  width: 38px;
  height: auto;
  transition: transform 0.2s ease;
  z-index: 1;
}
.contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper a:hover img {
  transform: scale(1.1);
}

.form-contact-reserve {
  background: #41485E;
  padding: 2rem;
  border-radius: 30px;
  max-width: 400px;
  margin: 2rem auto 4rem auto;
}
.form-contact-reserve .right h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.form-contact-reserve .right .line-input {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-contact-reserve .right .line-input input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #FFFFFF;
}
.form-contact-reserve .right .line-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-contact-reserve .right .line-input input:focus {
  outline: none;
  border-bottom-color: white;
}
.form-contact-reserve .right .form-row {
  display: flex;
  align-items: center;
  gap: 20px; /* Espacement entre les blocs */
}
.form-contact-reserve .right .form-row .input-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
  /* Horloge à gauche */
}
.form-contact-reserve .right .form-row .input-container input {
  width: 150px;
  padding: 1.2rem 0.5rem;
  border: none;
  border-radius: 12px;
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #2B3040;
  text-align: start;
}
.form-contact-reserve .right .form-row .input-container input:focus {
  outline: none;
}
.form-contact-reserve .right .form-row .input-container input#time {
  width: 110px;
  text-align: end;
}
.form-contact-reserve .right .form-row .input-container .input-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.form-contact-reserve .right .form-row .input-container .input-container input {
  width: 100%; /* Assurez-vous que l'input prend toute la largeur disponible */
  padding: 1.2rem 0.5rem;
  border: none;
  border-radius: 12px;
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #2B3040;
  text-align: start;
}
.form-contact-reserve .right .form-row .input-container .input-container input:focus {
  outline: none;
}
.form-contact-reserve .right .form-row .input-container .input-container .input-icon {
  position: absolute;
  right: 10px; /* Place l'icône à droite */
  width: 30px;
  height: 25px;
  pointer-events: none; /* Permet à l'icône de ne pas interférer avec l'input */
}
.form-contact-reserve .right .form-row .input-container .input-container.date-container .input-icon {
  right: 10px; /* Place l'icône à droite */
}
.form-contact-reserve .right .form-row .input-container .input-container.time-container .input-icon {
  left: 10px; /* Place l'icône à gauche */
}
.form-contact-reserve .right .form-row .input-container input[type=date]::-webkit-calendar-picker-indicator,
.form-contact-reserve .right .form-row .input-container input[type=time]::-webkit-calendar-picker-indicator {
  display: none; /* Masque les icônes par défaut */
  -webkit-appearance: none; /* Supprime les styles propres au navigateur */
  appearance: none;
}
.form-contact-reserve .right .form-row .input-container.date-container .input-icon {
  position: absolute;
  right: 10px; /* Place l'icône à droite */
  width: 30px;
  height: 25px;
  pointer-events: none; /* Permet à l'icône de ne pas interférer avec l'input */
}
.form-contact-reserve .right .form-row .input-container.time-container .input-icon {
  position: absolute;
  left: 10px; /* Place l'icône à gauche */
  width: 30px;
  height: 27px;
  pointer-events: none; /* Permet à l'icône de ne pas interférer avec l'input */
}
.form-contact-reserve .right .form-row .arrows-form {
  display: flex;
  flex-direction: column; /* Les flèches sont empilées */
  justify-content: center;
  gap: 5px; /* Espacement entre les flèches */
}
.form-contact-reserve .right .form-row .arrows-form button {
  background-color: #FFFFFF;
  border: none;
  color: #2B3040;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 35px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.form-contact-reserve .right .form-row .arrows-form button img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.form-contact-reserve .right .form-row .arrows-form button:hover {
  color: #41485E;
}
.form-contact-reserve .right .form-row .arrows-form .up {
  margin-bottom: 5px; /* Optionnel si le gap est suffisant */
}
.form-contact-reserve .right .form-row label {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.form-contact-reserve .form-games {
  display: flex;
  align-items: center;
  gap: 20px; /* Espacement entre les blocs */
}
.form-contact-reserve .form-games .arrows-form button {
  background-color: #FFFFFF;
  border: none;
  color: #2B3040;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 35px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.form-contact-reserve .reserve-button {
  width: 320px;
  padding: 0.8rem;
  background-color: #CE2AFA;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  cursor: pointer;
  color: #FFFFFF;
  transition: background 0.3s;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-contact-reserve .reserve-button:hover {
  background-color: #DF69FF;
}
.form-contact-reserve .form-contact-reserve .right .input-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.form-contact-reserve .form-contact-reserve .right .input-container input {
  width: 150px;
  padding: 1.2rem;
  border: none;
  border-radius: 12px;
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #2B3040;
  text-align: center;
}
.form-contact-reserve .form-contact-reserve .right .input-container.number-container .input-icon {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
}
.form-contact-reserve .form-contact-reserve .right .arrows-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .form-row .arrows-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 1024px) {
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact {
    padding: 50px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact_accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 71vh;
    margin-bottom: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact_accueil h1 {
    font-size: 66px;
    margin-bottom: 1.5rem;
    font-family: Intro, sans-serif;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact_accueil p {
    font-size: 18px;
    max-width: 1000px;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact_accueil .arrow {
    position: absolute;
    bottom: 4rem;
    left: 48%;
    transform: translateX(-50%);
    animation: bounce 1.5s infinite;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact_accueil .arrow img {
    width: 60px;
    height: auto;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info {
    display: flex;
    justify-content: flex-start;
    padding: 2rem;
    text-align: left;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left {
    display: flex;
    flex-direction: column;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .rounded-line {
    width: 100%;
    max-width: 220px;
    height: 14px;
    background-color: #CE2AFA;
    border-radius: 50px;
    margin-left: 50px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 50px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 3rem;
    margin-left: 50px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .contact-details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    margin: 0.5rem 0;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .contact-details-wrapper .contact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    position: relative;
    margin-left: 50px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .contact-details-wrapper .contact-details a:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #CE2AFA;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    z-index: -1;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .contact-details-wrapper .contact-details a img {
    width: 25px;
    height: auto;
    z-index: 1;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .contact-details-wrapper .contact-details .contact-titre-details {
    font-weight: 700;
    text-align: left;
    margin-top: -25px;
    margin-left: 85px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .contact-details-wrapper .contact-details .contact-titre-details .contact-link {
    text-decoration: underline;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .left .contact-details-wrapper .contact-details .contact-titre-details .contact-link a:hover {
    text-decoration: underline;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .rounded-line-thin {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin-bottom: 1.5rem;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .socials {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 0;
    padding-left: 0;
    margin-left: 50px;
    align-self: flex-start;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .socials p {
    text-align: left;
    padding: 0;
    width: 100%;
    max-width: none;
    position: relative;
    left: -20px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .socials .icons-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    margin-top: -40px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #CE2AFA;
    border-radius: 50%;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper a img {
    width: 38px;
    height: auto;
    transition: transform 0.2s ease;
    z-index: 1;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .contact-grid .contact-info .socials .icons-wrapper .social-icon-wrapper a:hover img {
    transform: scale(1.1);
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve {
    background: #41485E;
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 12px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right {
    /* Mise à jour pour l'input-container */
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #FFFFFF;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .line-input {
    position: relative;
    margin-bottom: 1.5rem;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .line-input input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #FFFFFF;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .line-input input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .line-input input:focus {
    outline: none;
    border-bottom-color: white;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .input-container {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1.5rem;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .input-container input {
    width: 150px; /* Définit une largeur uniforme pour tous les inputs */
    padding: 1.2rem;
    border: none;
    border-radius: 12px;
    background-color: #FFFFFF;
    font-size: 1rem;
    color: #2B3040;
    text-align: center;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .input-container input:focus {
    outline: none;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .input-container .input-icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    pointer-events: none; /* L'icône ne gêne pas l'interaction avec l'input */
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .input-container.number-container .input-icon {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .form-row {
    display: flex;
    align-items: center;
    gap: 20px; /* Espacement entre les blocs */
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form {
    display: flex;
    flex-direction: column; /* Alignement vertical */
    justify-content: center; /* Centrer les flèches verticalement */
    gap: 10px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form button {
    background-color: #FFFFFF;
    border: none;
    color: #2B3040;
    cursor: pointer;
    display: block;
    padding: 0;
    width: 35px;
    border-radius: 5px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form button img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form button:hover {
    color: #41485E;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form .up {
    margin-bottom: 5px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form {
    display: flex;
    flex-direction: column; /* Alignement vertical */
    justify-content: center; /* Centrer les flèches verticalement */
    gap: 10px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form button {
    background-color: #FFFFFF;
    border: none;
    color: #2B3040;
    cursor: pointer;
    display: block;
    padding: 0;
    width: 35px;
    border-radius: 5px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form button img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form button:hover {
    color: #41485E;
  }
  .form-contact-reserve .form-contact-reserve .right .arrows-form .form-contact-reserve .right .arrows-form .up {
    margin-bottom: 5px;
  }
}

.form-nb-parties {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.form-nb-parties .number-container {
  position: relative;
}
.form-nb-parties .number-container input {
  width: 150px;
  padding: 1.2rem 0.5rem;
  border: none;
  border-radius: 12px;
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #2B3040;
  text-align: end;
}
.form-nb-parties .number-container img {
  left: 10px;
  width: 30px;
  height: 25px;
  pointer-events: none;
  top: 15px;
  position: absolute;
}
.form-nb-parties .arrows-form {
  display: flex;
  flex-direction: column;
}
.form-nb-parties .arrows-form .up, .form-nb-parties .arrows-form .down {
  background-color: #FFFFFF;
  border: none;
  color: #2B3040;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  height: 25px;
}

/*# sourceMappingURL=contact.css-pof15FX.map */
