body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #333;
}
#possibility {
  list-style: none;
  margin: 0 auto;
  padding: 2.5em 3em;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);

  display: flex;
  flex-direction: column;   /* les li sont empilés verticalement */
  align-items: center;      /* centre horizontalement chaque li */
  justify-content: center;  /* centre verticalement tout le bloc */
  width: 60%;
  max-width: 600px;
  min-height: 350px;

  color: white;
  text-align: center;       /* centre le texte à l’intérieur de chaque li */
}
#possibility li {
  font-size: 1.1em;
  margin: 0.3em 0;
}
header {
  background: #004aad;
  color: white;
  padding: 1em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo i {
  font-size: 1.5em;
  font-weight: bold;
}

nav a {
  color: white;
  margin-left: 1em;
  text-decoration: none;
}

.hero {
  text-align: center;
  padding: 4em 2em;
  background: linear-gradient(to right, #004aad, #0077ff);
  color: white;
  padding-bottom:1em;
}

.cta {
  display: inline-block;
  margin-top: 1em;
  padding: 0.8em 1.5em;
  background: white;
  color: #004aad;
  text-decoration: none;
  border-radius: 5px;
}

.form-section {
  padding: 2em;
  background: white;
  max-width: 600px;
  margin: auto;
}

form label {
  display: block;
  margin-bottom: 1em;
}

input, select {
  width: 100%;
  padding: 0.5em;
  margin-top: 0.3em;
}

button {
  background: #004aad;
  color: white;
  padding: 0.7em 1.2em;
  border: none;
  cursor: pointer;
}

.features {
  padding: 2em;
  background: #eef;
  text-align: center;
}

footer {
  background: #004aad;
  color: white;
  text-align: center;
  padding: 1em;
}
#piecejustificatives{
	
	display: none; 
}

#sectionDemandePermis, #mutationParticulier, #decla_cession, #changement_adresse, #sectionDA, #sectionFicheIdent, #sectionWWProvisoire, #duplicata {
	display:none; 
}

#validForm{
	display:none; 
}


#sectionAttestationHebergementMutation,#sectionPIHebergeurMutation, #sectionControleTechniqueMutation, #sectionDeclaAchatMutation, #sectionKbisMutation {
	display:none; 
}
#legend{
  color:red;
}

#ctDuplicata, #sectionJDC , #sectionJustificatifIdentiteRP, #sectionPL{
	display:none; 
}

#declarationPolice{
		display:none; 
}
#avantages li
{
	display:inline; 
}
#avantages {
	margin-bottom:0;
	margin-top:3em;
}
.infos {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 4px;
}
#validForm:disabled{
		background-color:#ccc;
		color:#666;
		cursor:not-allowed;
		opacity:0.7;
		box-shadow:none;
}
