.elementor-2866 .elementor-element.elementor-element-f50c29c{--display:flex;--min-height:235px;--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-2866 .elementor-element.elementor-element-3f5a851{--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-2866 .elementor-element.elementor-element-62927d6{--display:flex;}.elementor-2866 .elementor-element.elementor-element-289a3fd .sina-title{text-align:center;}.elementor-2866 .elementor-element.elementor-element-289a3fd .sina-title-title{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:600;text-transform:none;line-height:42px;color:#222;margin:0px 0px 15px 0px;}.elementor-2866 .elementor-element.elementor-element-c4fbecb{text-align:center;font-family:"Montserrat", Sans-serif;font-weight:500;}.elementor-2866 .elementor-element.elementor-element-6d2bfbf{--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;}@media(max-width:767px){.elementor-2866 .elementor-element.elementor-element-289a3fd .sina-title-title{font-size:15px;}.elementor-2866 .elementor-element.elementor-element-c4fbecb{font-size:15px;}}@media(min-width:768px){.elementor-2866 .elementor-element.elementor-element-3f5a851{--content-width:1004px;}}/* Start custom CSS for shortcode, class: .elementor-element-3b77a4c *//* Container Principal */
.dia-audit-card {
    max-width: 650px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    overflow: hidden;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* En-tête */
.dia-header {
    background: #fcfcfc;
    padding: 40px 40px 30px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.dia-badge {
    background: #eef6ff;
    color: #0070f3;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.dia-title { margin: 15px 0 10px; font-size: 28px; font-weight: 800; color: #111; }
.dia-desc { color: #666; font-size: 15px; }

/* Corps du formulaire */
.dia-body { padding: 30px 40px; }

.dia-section { margin-bottom: 35px; }
.section-label { 
    font-size: 13px; font-weight: 700; color: #999; 
    text-transform: uppercase; margin-bottom: 20px;
    display: flex; align-items: center;
}
.section-label::after { content: ""; flex: 1; height: 1px; background: #eee; margin-left: 15px; }

/* Grille et Champs */
.dia-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 15px; }
.dia-full { margin-bottom: 15px; }

.dia-body label { display: block; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 8px; }

.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    background: #fff !important;
    transition: all 0.2s ease;
}

.wpcf7-form-control:focus {
    border-color: #0070f3 !important;
    box-shadow: 0 0 0 4px rgba(0,112,243,0.1) !important;
    outline: none;
}

/* Bouton */
.dia-btn-submit {
    width: 100%;
    background: #111 !important;
    color: #fff !important;
    padding: 18px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.dia-btn-submit:hover { background: #0070f3 !important; transform: translateY(-2px); }

/* Adaptabilité mobile */
@media (max-width: 550px) {
    .dia-row { grid-template-columns: 1fr; }
    .dia-body { padding: 20px; }
    .dia-header { padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6d2bfbf */.dia-form-container {
    max-width: 700px;
    margin: 20px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    font-family: 'Inter', -apple-system, sans-serif;
}

.form-title { color: #111; font-size: 26px; font-weight: 800; text-align: center; margin-bottom: 5px; }
.form-subtitle { color: #666; font-size: 15px; text-align: center; margin-bottom: 30px; }

.form-section-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0056b3;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin: 30px 0 20px 0;
    letter-spacing: 1px;
}

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #444; margin-bottom: 8px; }

.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    font-size: 15px !important;
    box-sizing: border-box;
}

.wpcf7-form-control:focus {
    border-color: #1a1a1a !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
    outline: none;
}

.form-consent { margin: 25px 0; font-size: 13px; color: #555; }

.submit-btn {
    width: 100%;
    background: #1a1a1a !important;
    color: #fff !important;
    padding: 18px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn:hover { background: #333 !important; transform: translateY(-2px); }

@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }/* End custom CSS */