/*
Theme Name:     SynergyWeb Enfant
Theme URI:      http://synergyweb.fr
Template:       kadence
Author:         SynergyWeb
Author URI:     http://SynergyWeb
Description:    Child Theme Description
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


span.error-phone{display: inline-block;font-size: 12px;font-style: italic;color: red;}
.syn-icon-presence svg{width:30px;color:green;}
a.btn{display: inline-block;padding: 5px 10px;background-color: var(--global-palette-highlight);border-radius: 20px;color: white;text-decoration: none;}
a.btn:hover{background-color: #0073aa;color:white;}
.syn-icon-presence svg{fill:green;}
.syn-table th{text-align: left;}
.syn-table{width: 100%;border-collapse: collapse;}
.syn-table th, .syn-table td{padding-left: 10px;border: 1px solid;}
.syn-num-billet {
    border: 2px solid #ddd !important;
    border-radius: 4px !important;
    padding: 8px !important;
    font-size: 14px !important;
    transition: border-color 0.3s ease !important;
}
.syn-num-billet:focus {
    outline: none !important;
    border-color: #2271b1 !important;
    box-shadow: 0 0 0 1px #2271b1 !important;
}
.syn-camera-scan {
    background: #f0f0f0 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 8px 10px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    min-width: 40px !important;
}
.syn-camera-scan:hover {
    background: #e0e0e0 !important;
    border-color: #999 !important;
}
.syn-camera-scan:active {
    background: #d0d0d0 !important;
    transform: scale(0.95);
}
.participants-management {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
}
.participant-fields {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.participant-fields label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.participant-fields input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.product-participants {
    margin-bottom: 30px;
}
.product-participants h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* Styles pour la section responsable légal */
.legal-guardian-section {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
}

.legal-guardian-section h5 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.participant-form {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.participant-form h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 18px;
}

.participant-form .form-row {
    margin-bottom: 15px;
}

.participant-form .form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
}

.participant-form .form-row input,
.participant-form .form-row select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.participant-form .form-row input:focus,
.participant-form .form-row select:focus {
    outline: none;
    border-color: #3498db;
}

span.error-guardian-phone {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: red;
    margin-top: 5px;
}