.contactspeech-box {
  width: 100vw; /* prend toute la largeur visible de l’écran */
  margin: 30px 0 0; /* plus de auto pour que ça colle bien au viewport */
  padding: 20px;
  background: rgba(20, 20, 20, 0.85);
  border-top: 2px solid rgba(51, 187, 17, 0.6);
  border-bottom: 2px solid rgba(51, 187, 17, 0.6);
  border-left: none;
  border-right: none;
  border-radius: 0; /* plus de coins arrondis sur les côtés */
  color: rgba(255, 255, 255, 0.822);
  font-family: 'Share Tech Mono', monospace;
  font-size: 1.2em;
  text-align: center;
  box-shadow: 0 -5px 15px rgba(255, 180, 50, 0.3), inset 0 0 10px rgba(255, 140, 28, 0.3);
  margin-left: -0.9%;
}

.contactcontainer {
    display: inline-block;
        /* Pas de marge à gauche */
  margin-right: auto;    /* Prend tout l'espace à droite */
  width: 100%;
  justify-content: center;       /* Ou la largeur que tu souhaites */
  
  
}

.contact-form {
    background: rgba(8, 5, 3, 0.753);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: none;
    margin: auto;
    font-family: Arial, sans-serif;
    width: 60%;
   align-items:center;
    border: 2px solid rgba(255, 159, 28, 0.3);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #ff9f1c;
    align-items:center;
}

.form-intro {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #ccc;
    align-items:center;
}

.form-group {
    margin-bottom: 15px;
    width: 300px;
     align-items:center;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
     align-items:center;
    
}

.form-group i {
    color: #ffb84d;
    margin-right: 5px;
     align-items:center;
    
}

.contact-form input,
.contact-form textarea {
    width: 60%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
     align-items:center;
}

.contact-form textarea {
    resize: vertical;
     align-items:center;
}

.btn-submit {
    width: 100%;
    background: #ffb84d;
    color: #ffb84d;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #ffaa33;
}

.privacy-note {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #aaa;
    }
@media (max-width: 992px) {
   .contact-form {
    
    width: fit-content;
 font-size: 0.5em;
   
}


   .contact-form p,h2{
    
    
 font-size: 0.9em!important;
   
}
   .form-group{
    margin: 0;
   font-size: 0.9em;
   align-items: center;
   margin-left: -50px;
  
}

 #message{
  width: 100% !important;
  
 
}

.contactspeech-box h2{
    font-size: 1.2em!important;
}
.donut-section  {
    margin-left: -8% !important;
      }
.donut-section table {
    width: 110% !important; /* Fixe la largeur à 100% de l'écran */
  }

  .donut-section table input,
  .donut-section table textarea {
    width: 100% !important; /* Les champs prennent 100% du conteneur */
    box-sizing: border-box; /* Évite le débordement dû au padding */
    font-size: 0.9em !important;
  }

  .donut-section table textarea {
    width: 100% !important;
  }

  .donut-section p, td {
    font-size: 0.6em !important; /* Ajuste le texte pour mobile */
    margin-left: 8% !important;
  }

  .donut-section p {
    text-align: center !important; /* Ajuste le texte pour mobile */
  }

}