/*
Theme Name: Twenty Twenty-Five Enfant
Template: twentytwentyfive
Text Domain: twentytwentyfive-enfant
*/

/* SUPPRIME LES ESPACES AVANT LES BLOCS */
.no-margin {
  margin-block-start: 0;
}

/* LIEN AVEC APPARENCE H2 */
.titre-lien a {
  font-family: Barlow Condensed, sans-serif;
  text-decoration: none;
  color: inherit;
  font-size : 1em;
}

/* REDUIT L'ESPACE ENTRE LE MEDIA ET LE TEXTE DANS LES BLOCS MEDIA + TEXTE */
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 50px;;
}

/* ASPECT DU SOUS-TITRE H1 */
.h1-sous-titre {
  display: block;
  font-size: 0.75em;
}

/* EFFET OMBRAGE TITRES */
.wp-block-heading.has-base-claire-color {
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

/* CARTES */
.wp-block-column > .wp-block-group {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wp-block-column > .wp-block-group > div.wp-block-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.wp-block-column > .wp-block-group > div.wp-block-group > .wp-block-buttons {
  margin-top: auto !important;
  padding-top: 20px;
  width: 100%;
}

.wp-block-column > .wp-block-group > div.wp-block-group > .wp-block-heading {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* SUPPRIMER L'ESPACE AVANT LE FOOTER */
footer {
  margin-block-start: 0;
}

/* OMBRAGE DES IMAGES */
.ombre-decalee.wp-block-image {
  box-shadow: 10px 10px 0px #FFBB33;
  overflow: hidden;
  border-radius: 10px;
}

/* FORMULAIRE */

  /* Champs texte, email, téléphone */
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    border: 1px solid #091A34;
    border-radius: 10px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    color: #091A34;
    background-color: #FFF;
    transition: border-color 0.2s ease;
  }

  /* Focus */
  .wpcf7 input[type="text"]:focus,
  .wpcf7 input[type="email"]:focus,
  .wpcf7 input[type="tel"]:focus,
  .wpcf7 textarea:focus {
    border-color: #FF3333;
    outline: none;
  }

  /* Bouton d'envoi */
  .wpcf7 input[type="submit"] {
    background-color: #FF3333;
    color: #091A34;
    border: none;
    padding: 12px 32px;
    border-radius: 100px;
    font-family: Barlow Condensed, sans-serif;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 5%;
  }

  .wpcf7 input[type="submit"]:hover {
    opacity: 0.85;
    transition: opacity 0.2s ease;
  }

/* HOVER BOUTONS */
.wp-block-button__link:hover {
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

/* HOVER LIENS */
a:hover {
  opacity: 0.75;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

/* HOVER MENUS */
.wp-block-navigation .wp-block-navigation-item a:hover {
  color: #FF3333 !important;
  opacity: 1;
  text-decoration: none;
}

/* DISPOSITION BUREAU */
.membre-bureau {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 235px;
}

/* Titre de la page politique de cookies */
.page-id-835 .wp-block-post-title {
  text-align: center;
}

/* Liens dans le contenu de la page */
.page-id-835 .wp-block-post-content a {
  font-size: 14px;
}

/* LOGO RECAPATCHA */
.grecaptcha-badge {
  visibility: hidden !important;
}