/*
 Theme Name: NOVATRA Child
 Template: twentytwentyfour
 Description: Thème enfant avec Roboto et palette NOVATRA
 Version: 1.0
*/
:root{
  --nv-blue:#0066cc;
  --nv-dark:#333333;
  --nv-bg:#f7f9fc;
}
body{
  background:var(--nv-bg);
  color:var(--nv-dark);
  font-family:'Roboto', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}
a{color:var(--nv-blue)}
.wp-block-button__link{background:var(--nv-blue)}



/* Formulaire Contact – mise en page portrait, lisible, verticale */
.nv-contact { 
  max-width: 760px; 
  margin: 0 auto; 
  font-family: 'Roboto', system-ui, Arial, sans-serif; 
}

.nv-contact label { 
  display: block; 
  font-weight: 600; 
  margin: 14px 0 6px; 
}

.nv-contact input[type="text"],
.nv-contact input[type="email"],
.nv-contact input[type="tel"],
.nv-contact select,
.nv-contact textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font: inherit;
  line-height: 1.25;
}



/* Mise en page du formulaire Contact – seulement pour .nv-contact */
.nv-contact { 
  max-width: 760px; 
  margin: 0 auto; 
  font-family: 'Roboto', system-ui, Arial, sans-serif;
}

/* Libellé au-dessus du champ, espacement confortable */
.nv-contact > label { 
  display: block !important; 
  font-weight: 600; 
  margin: 14px 0 6px !important;
}
.nv-contact input[type="text"],
.nv-contact input[type="email"],
.nv-contact input[type="tel"],
.nv-contact select,
.nv-contact textarea {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font: inherit;
  line-height: 1.25;
}

/* Type de demande : vertical */
.nv-fieldset { 
  border: 1px solid #e5e7eb; 
  border-radius: 10px; 
  padding: 14px; 
  margin-top: 16px; 
}
.nv-fieldset legend { padding: 0 6px; font-weight: 700; }
.nv-check { display: flex; align-items: center; gap: 10px; font-weight: 500; margin: 10px 0; }
.nv-check input { width: 18px; height: 18px; }

/* Zone message plus haute */
.nv-contact textarea { min-height: 340px !important; }

/* RGPD lisible */
.nv-contact label.nv-check:last-of-type { margin-top: 10px; }

/* Bouton */
.nv-contact button[type="submit"]{
  margin-top: 16px;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  background: #0066cc;
  color: #fff;
  font-weight: 700;
}
.nv-contact button[type="submit"]:hover{ filter: brightness(1.06); }
