/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.19.2.1755017664
Updated: 2025-08-12 18:54:21

*/
.swiper-pagination {
    display: none;
}
/* Conteneur des boutons */
.wpcf7-form .wpcf7-radio label {
    display: block;
    margin-bottom: 10px;
}

/* Masquer le vrai radio */
.wpcf7-form .wpcf7-radio input[type="radio"] {
    display: none;
}

/* Style du bouton */
.wpcf7-form .wpcf7-radio label span {
    display: block;
    padding: 12px 18px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background: #f7f7f7;
    cursor: pointer;
    transition: 0.25s;
    font-size: 16px;
    line-height: 1.4;
}

/* Hover */
.wpcf7-form .wpcf7-radio label:hover span {
    border-color: #888;
    background: #f0f0f0;
}

/* Bouton sélectionné */
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span {
    border-color: #5a8dee; 
    background: #e8f0ff;
    color: #1a3e7a;
    font-weight: 600;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.bouton {
    width: 100%;
    height: 40px;
    color: white;
    background-color: #03913A;
    font-size: 23px;
    font-weight: 800;
}