:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-c67e7fc *//* ========================================
   FORMULAIRE JUSTLOOK - VERSION MOBILE
   ======================================== */

.wpcf7 {
    max-width: 480px;
    margin: 0 auto;
    background: white;
}

/* En-têtes de section */
.section-header {
    background: linear-gradient(135deg, #e8f5e9 0%, #f3e5f5 100%);
    padding: 20px;
    border-radius: 15px;
    margin: 25px 0 20px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.section-header h3 {
    font-size: 18px;
    color: #66bb6a;
    margin: 0;
    font-weight: 600;
}

/* Labels et textes */
.wpcf7 label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.5;
}

.wpcf7 label em {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    font-style: italic;
}

/* Champs de saisie */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    background: #fafafa;
    transition: all 0.3s ease;
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #66bb6a;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.1);
}

/* Groupe de cases à cocher */
.wpcf7 .wpcf7-checkbox {
    background: #f9fdf9;
    padding: 15px;
    border-radius: 12px;
    border: 2px solid #e8f5e9;
}

.wpcf7 .wpcf7-list-item {
    margin: 8px 0;
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.wpcf7 .wpcf7-list-item:hover {
    border-color: #66bb6a;
    transform: translateX(5px);
}

.wpcf7 input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    accent-color: #66bb6a;
    cursor: pointer;
}

.wpcf7 .wpcf7-list-item-label {
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

/* Bouton d'envoi */
.wpcf7-submit {
    background: linear-gradient(135deg, #66bb6a 0%, #7e57c2 100%);
    color: white !important;
    padding: 18px 45px;
    border: none;
    border-radius: 30px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 30px auto;
    transition: all 0.3s ease;
}

.wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

/* Messages de validation */
.wpcf7-response-output {
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    font-weight: 500;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    background: #4caf50;
    color: white;
    border: none;
}

.wpcf7-validation-errors {
    background: #fff9c4;
    border-left: 4px solid #fbc02d;
    color: #f57c00;
}

.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 480px) {
    .section-header {
        padding: 15px;
    }
    
    .section-header h3 {
        font-size: 16px;
    }
    
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea {
        font-size: 16px; /* Évite le zoom sur iOS */
    }
}/* End custom CSS */