.elementor-kit-388{--e-global-color-primary:#4FACFE;--e-global-color-secondary:#38F9A5;--e-global-color-text:#292929;--e-global-color-accent:#FFFFFF;--e-global-color-ff47a4f:#676767;--e-global-color-0095fd0:#292929;--e-global-color-07959ce:#39B3D7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-388 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.page-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS *//* --- ÉTAT REPOS (Normal) --- */

/* 1. La Boîte Globale */
.carte-inversion {
    background-color: #ffffff; /* Fond blanc */
    border: 1px solid #668A7D; /* Bordure verte */
    border-radius: 15px; /* Arrondi */
    padding: 30px;
    transition: all 0.3s ease; /* Transition fluide */
    cursor: pointer;
}

/* 2. Le Cercle (Numéro) */
.carte-inversion .mon-cercle {
    background-color: #668A7D; /* Rond Vert */
    color: #ffffff; /* Chiffre Blanc */
    width: 50px;       /* Force la taille */
    height: 50px;
    display: flex;     /* Centrage mécanique */
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Rond parfait */
    transition: all 0.3s ease;
}

/* Textes */
.carte-inversion .mon-texte {
    color: #333333; 
    transition: all 0.3s ease;
}


/*Hover*/

/* 1. La Boîte devient verte */
.carte-inversion:hover {
    background: linear-gradient(90deg, #8EAC91, #8FAFB7);
}

/* 2. Le Cercle devient blanc avec chiffre vert */
.carte-inversion:hover .mon-cercle {
    background-color: #ffffff;
    color: #668A7D;
}

/* 3. Les Textes deviennent blancs */
.carte-inversion:hover .mon-texte,
.carte-inversion:hover .mon-texte h3, 
.carte-inversion:hover .mon-texte div {
    color: #ffffff !important;
}




/* Style de la section globale */
.booking-section {
    padding: 100px 0 !important;
    background-attachment: fixed !important; /* Effet parallaxe du site original */
    background-size: cover !important;
    display: block;
    width: 100%;
}

/* Le conteneur blanc du formulaire */
.booking-form-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1); /* [cite: 81] */
}

/* Style des champs (Input, Select, Textarea) */
.booking-form-container input, 
.booking-form-container select, 
.booking-form-container textarea {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #709184 !important; /* Couleur verte du site  */
    border-radius: 0 !important;
    padding: 10px 0 !important;
    margin-bottom: 20px !important;
    font-family: 'Libre Franklin', sans-serif !important; /* [cite: 231] */
}

/* Changement de couleur au focus */
.booking-form-container input:focus, 
.booking-form-container select:focus, 
.booking-form-container textarea:focus {
    border-bottom: 1px solid #cda557 !important; /* Couleur dorée au clic  */
}

/* Bouton de soumission */
.booking-form-container button[type="submit"] {
    background-color: #709184 !important; /* [cite: 243] */
    color: #ffffff !important;
    padding: 15px 40px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
    width: auto;
}

.booking-form-container button[type="submit"]:hover {
     background: linear-gradient(90deg, #8EAC91, #8FAFB7); 
}

/* Style de la liste d'avantages (Grosse icône) */
.booking-section .elementor-icon-list-icon i {
    color: #ffffff !important
}

.booking-section .elementor-icon-list-text {
    color: #f7f7f7 !important;
}/* End custom CSS */