body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f9;
}

/* Index */
body{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header img{
  width: 100%;
  max-width: 400px;
}

.header{
  flex-direction: column;
  display: flex;
  align-items: center;

}
.title{
  font-size: 45px;
}

.subtitle{
  font-size: 25px;
}

.fs-1 {
  font-size: 25px !important;
}


.blackJack{
font-family: 'black_jackregular', Arial, sans-serif;
}
.BeauChat{
  font-family: 'Beau-Chat', Arial, sans-serif !important;
}

.green{
  color: #45a049;
}
.brown{
color: #9F3F16;
}

.dark-brown{
color: #652805;
}

/* intrus */
#stands-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 600px;
}

#stand-details img {
width: 80%;
max-width: 600px;
}

#stand-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
  max-width: 600px;
}

.stand {
  text-align: center;
  width: 100%;
  max-width: 500px;
    padding: 20px;
    background-color: #9F3F16;
    border-radius: 35px;
    cursor: pointer;
    color: white;
    margin-bottom: 15px;
}

#details-container {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    display: none;

}
#submission-container {
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 600px;
    
}

#before-submission-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;
    width: 100%;
    max-width: 600px; 

}
.stand-details {
    margin-bottom: 10px;
}

input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
    height: 70px;
    margin: 10px 0;
    padding: 20px !important;
margin: 10px 0;
background-color: #9F3F16;
color: white;
border-radius: 25px;
border: none;
}

input[type="text"]::placeholder, input[type="email"]::placeholder,input[type="tel"]::placeholder {
color: rgba(222, 222, 222, 0.51) !important;
}

button {
    padding: 20px 20px;
    background-color: #652805;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

.answered-icon {
  color: #88BE41;
  margin-left: 8px;
  font-weight: bold;
  font-size: 30px;
}
.back-btn {
   padding: 20px 40px 20px 40px;
    background-color: #652805;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

.back-btn:hover {
  background: #c76c37;
}

/* Style du bouton lorsqu'il est désactivé */
#submit-btn:disabled {
  background-color: #cccccc; /* Couleur grise */
  cursor: not-allowed; /* Change le curseur pour indiquer que le bouton n'est pas cliquable */
}

#submit-btn {
  padding: 15px;
  background-color: #9F3F16;
  color: white;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}

#dejaRepondu {
    display: none;
}

#email-input.invalid {
    border: 1px solid red;
  }

#tel-error {
color: red;
}
#tel-input{
  font-family: 'Beau-Chat', Arial, sans-serif !important;
  font-size: calc(1.325rem + .9vw) !important;
}

.concert{
font-size: 30px;
color: white;
background-color: #652805;
padding: 15px;
border-radius: 20px;

 }

.btn{
font-weight: bold;
text-decoration: none;
padding: 15px;  
border-radius: 20px;
 }

 #jeu{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #9F3E16;
  padding: 20px;
  border-radius: 20px;
  color: white;
 }

#animations{
  display: flex;
  flex-direction: column;
  align-items: center;
 }


#farfadets, #changeReponse{
  width: 90%;
 }

#partenaires img{
  width: 100%;
  max-width: 140px;
  margin-right: 15px;
  margin-left: 15px;
}

#partenaires{
    display: block;
  flex-direction: row;
  align-items: center;
}

.bkg-green{
 background-color: #3E7402
}
 
 .categoryText{
 font-size: 12px;
 }

 .round-border{
   border: 3px solid #9F3F16;
   padding: 10px;
   border-radius: 15px;
 }

.disabled {
cursor: not-allowed;
pointer-events: all !important;
opacity: 30%;

 }

 .reglement{
color: black;
  text-decoration: none;
 }