/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Espace entre le radio du poste et le champ fichier */
.wpcf7-form .wpcf7-radio {
    margin-bottom: 2px !important; /* très proche du champ suivant */
    display: block;
}

/* Espace autour du champ fichier (CV) */
.wpcf7-form input[type="file"] {
    margin-top: 2px !important;
    margin-bottom: 20px; /* garde un peu d'espace avant le bouton */
}

/* Espace avant le bouton Soumettre */
.wpcf7-form input[type="submit"] {
  margin-top: 20px;
}

@media (max-width: 767px) {
  /* Cible le titre exact */
  .fusion-title-heading.fusion-responsive-typography-calculated {
    --fontSize: 42 !important;  /* ajuste la taille pour mobile */
    font-size: 42px !important; /* fallback si --fontSize est ignoré */
    line-height: 1.2 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}