.elementor-15389 .elementor-element.elementor-element-f7e8941{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-15389 .elementor-element.elementor-element-235e4f6{text-align:center;}.elementor-15389 .elementor-element.elementor-element-a43d280{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-531bf6c *//* Bouton CF7 normal (orange) */
.cf7-btn {
    background: linear-gradient(90deg, #ff9a00, #ff7a00);
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    border-radius: 30px; /* arrondi comme sur l’image */
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    /* légère ombre douce comme sur ta capture */
    box-shadow: 0 6px 15px rgba(255, 140, 0, 0.35);
}

/* Effet hover : Orange → Vert */
.cf7-btn:hover {
    background: linear-gradient(90deg, #ff7a00, #2ecc36);
    box-shadow: 0 6px 15px rgba(46, 204, 54, 0.4);
    transform: translateY(-2px);
}
/* Titre principal */
.form-titre {
    color: #0066b3; /* même bleu que ton exemple */
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Sous-titres des sections */
.form-soustitre {
    color: #0066b3;
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}
/* Titre principal */
.form-titre {
    color: #0066b3;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Sous-titres plus grands */
.form-soustitre {
    color: #0066b3;
    font-size: 26px;      /* ← Augmenté ici */
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
}
.choice-buttons label {
  display:inline-block;
  margin-bottom:10px;
}

.wpcf7-radio .wpcf7-list-item {
  display:inline-block;
  margin-right:15px;
  font-weight:bold;
  padding:10px 15px;
  border:1px solid #ccc;
  border-radius:6px;
  cursor:pointer;
}

.wpcf7-radio .wpcf7-list-item input:checked + span {
  background:#0077cc;
  color:#fff;
  border-color:#0077cc;
}/* End custom CSS */