/*
Theme Name: Elles Prod
Template: Divi
Author: Studio Chromatic
Author URI: https://studiochromatic.fr/
Description: Thème enfant de Divi pour Elles Prod
Version: 1.0
Text Domain: elles-prod
*/

.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}

/** Form contact 7 ci-dessous */
/* Grille 2 colonnes */
.cf7-grid {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.cf7-col {
  flex: 1;
}

/* Champ message */
.cf7-full {
  margin-bottom: 2rem;
}

/* Libellés */
.wpcf7 form label {
  display: block;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  color: #044b99;
  margin-bottom: 0.25rem;
}

/* Champs texte et textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #044b99;
  color: #044b99;
  padding: 0.25rem 0;
  font-size: 1rem;
  font-family: sans-serif;
  outline: none;
}

/* Placeholder gris clair */
.wpcf7 ::placeholder {
  color: #c0d3ef;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Bouton envoyer */
.cf7-btn-wrap {
  margin-top: 1rem;
}

.wpcf7 input[type="submit"] {
  background: transparent;
  color: #044b99;
  border: 1px solid #044b99;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #044b99;
  color: white;
}

/* Appliquer Outfit Light */
.wpcf7 form label,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="submit"] {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
color: white;
}

#intro-overlay{
	display:none;
}