.elementor-24 .elementor-element.elementor-element-99fbaeb{margin-top:30px;margin-bottom:27px;}.elementor-24 .elementor-element.elementor-element-e818542 > .elementor-element-populated{margin:45px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-24 .elementor-element.elementor-element-d5f3e79 > .elementor-element-populated{margin:45px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-24 .elementor-element.elementor-element-729a4d3 > .elementor-element-populated{margin:45px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-24 .elementor-element.elementor-element-d8bdc5a{margin-top:0px;margin-bottom:57px;}.elementor-24 .elementor-element.elementor-element-d6bfcba .ct-heading .item--title{line-height:44px;margin-bottom:49px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-24 .elementor-element.elementor-element-0f30a93{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 19px) 0px;font-family:"Poppins", Sans-serif;font-size:14px;color:#37404c;}.elementor-24 .elementor-element.elementor-element-4c2fc51 > .elementor-element-populated{margin:96px 80px 0px 30px;--e-column-margin-right:80px;--e-column-margin-left:30px;}.elementor-24 .elementor-element.elementor-element-f409baa > .elementor-widget-container{margin:-68px 0px 0px 0px;}.elementor-24 .elementor-element.elementor-element-d33da39{margin-top:0px;margin-bottom:50px;}@media(max-width:1024px){.elementor-24 .elementor-element.elementor-element-d6bfcba .ct-heading .item--title{font-size:30px;line-height:38px;}.elementor-24 .elementor-element.elementor-element-4c2fc51 > .elementor-element-populated{margin:56px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(min-width:768px){.elementor-24 .elementor-element.elementor-element-e818542{width:36.667%;}.elementor-24 .elementor-element.elementor-element-d5f3e79{width:29.997%;}.elementor-24 .elementor-element.elementor-element-13f51f0{width:35.082%;}.elementor-24 .elementor-element.elementor-element-4c2fc51{width:64.918%;}}@media(max-width:1024px) and (min-width:768px){.elementor-24 .elementor-element.elementor-element-e818542{width:50%;}.elementor-24 .elementor-element.elementor-element-d5f3e79{width:50%;}.elementor-24 .elementor-element.elementor-element-729a4d3{width:100%;}}/* Start custom CSS for ct_ctf7, class: .elementor-element-f409baa *//* Conteneur principal du formulaire */
.cf7-custom-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 0 auto;
    font-family: sans-serif;
}

/* Structure en lignes et colonnes */
.cf7-custom-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: -35px;
}

.cf7-custom-form .form-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Pour les lignes à pleine largeur */
.cf7-custom-form .full-width .form-col {
    width: 100%;
}

/* Style des labels (titres des champs) */
.cf7-custom-form label {
    font-weight: bold;
    color: #002b49; /* Bleu foncé identique à l'image */
    font-size: 14px;
    margin-bottom: 1px;
    width: 100%;
}

/* Style des champs de saisie, listes déroulantes et zones de texte */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form select,
.cf7-custom-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* Hauteur spécifique pour la zone de message */
.cf7-custom-form textarea {
    height: 120px;
    resize: vertical;
}

/* Focus sur les champs */
.cf7-custom-form input:focus,
.cf7-custom-form select:focus,
.cf7-custom-form textarea:focus {
    border-color: #22ced7;
    outline: none;
}

/* Style du bouton de soumission */
.cf7-custom-form .form-submit-row {
    margin-top: 25px;
}

.cf7-custom-form input[type="submit"] {
    background-color: #22ced7; /* Couleur turquoise de l'image */
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 168, 150, 0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cf7-custom-form input[type="submit"]:hover {
    background-color: #008f80;
    transform: translateY(-1px);
}

/* Version Mobile (Responsive) */
@media (max-width: 600px) {
    .cf7-custom-form .form-row {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */