@charset "UTF-8";
/* CSS Document */


/* BOUTONS */

.et_pb_button_0{
	color: #2eab06 !important;
	border-color:#2eab06 !important;
	
}

.et_pb_button_1{
	color: #d47100 !important;
	border-color:#d47100 !important;
	
}



  /* Espacement entre les champs email */
    #email-container .email-input {
        margin-bottom: 10px; /* Ajoute 10px de marge entre chaque champ email */
    }

    /* Espacement entre le bouton "Ajouter un e-mail" et les champs */
    #add-email-button {
        margin-top: 10px; /* Ajoute 10px de marge au-dessus du bouton */
    }

    /* Pour garantir que tous les champs email aient la même taille */
    #email-container .email-input input {
        max-width: 200px;
        margin-left: 50px;
    }








table, tr, td, th {
  border: transparent !important;
  color: white !important;
}

table {
  max-width: 480px;
  border-collapse: collapse;
}

th, td {
  padding: 10px;
  text-align: left;
}

td {
  width: 200px;
}

th {
  font-weight: bold;
  width: 300px;
}

input {
  font-size: 16px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #ccc;
  width: 100%;
}

#costPerPerson {
  font-weight: bold;
}


#date-parcours-table input[type="date"]{
	width: 150px;
}
#date-parcours-table input[type="text"] {
  width: 180px;
}

@media (min-width: 481px) {
  th {
    max-width: none;
    white-space: normal;
   /* overflow: visible;*/
    text-overflow: none;
  }
}