.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1316 .elementor-element.elementor-element-bf06149{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-template .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-template .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1316 .elementor-element.elementor-element-ac8c31b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1316 .elementor-element.elementor-element-2961793{width:100%;max-width:100%;}/* Start custom CSS *//* Grille 2 colonnes */
.cf7-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.cf7-grid .cf7-col {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
}

/* Champs */
.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-full textarea {
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.cf7-grid input::placeholder,
.cf7-full textarea::placeholder {
    color: #999;
}

.cf7-grid input:focus,
.cf7-full textarea:focus {
    border-color: #5cb85c;
    background-color: #fff;
}

/* Textarea pleine largeur */
.cf7-full {
    margin-bottom: 15px;
}

.cf7-full textarea {
    min-height: 100px;
    resize: vertical;
}

/* Bouton */
.cf7-submit input[type="submit"] {
    background-color: #5cb85c;
    color: #fff;
    border: none;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cf7-submit input[type="submit"]:hover {
    background-color: #4a9a4a;
}

/* Responsive */
@media (max-width: 768px) {
    .cf7-grid .cf7-col {
        width: 100%;
        flex: 0 0 100%;
    }
}/* End custom CSS */