.w-select{
    padding: 8px 12px !important;
    background-color: #ffffff;
    height: 50px;
}

.w-select:focus{
    border-color: #007bff !important;
}

/* Styles pour les messages de succès et d'erreur */
.success-message, .error-message {
    display: none;
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.success-text, .error-text {
    font-weight: 600;
}

/* Styles pour les témoignages clients (format citation) */
.testimonial-quote {
    font-size: 0.95rem;
    font-style: italic;
    color: #495057;
    line-height: 1.6;
    position: relative;
    padding: 20px 30px;
    margin: 25px 0;
    background-color: #f8f9fa;
    border-left: 4px solid #1d62fe;
    border-radius: 0 5px 5px 0;
}

.testimonial-quote:before {
    content: "\201C";
    font-size: 3rem;
    position: absolute;
    left: 10px;
    top: -10px;
    color: #007bff;
    opacity: 0.5;
    font-family: Georgia, serif;
}

.testimonial-quote:after {
    content: "\201D";
    font-size: 3rem;
    position: absolute;
    right: 10px;
    bottom: -40px;
    color: #007bff;
    opacity: 0.5;
    font-family: Georgia, serif;
}

.testimonial-author {
    display: block;
    font-weight: 600;
    text-align: right;
    font-style: normal;
    margin-top: 10px;
    font-size: 0.85rem;
    color: #343a40;
}

.testimonial-company {
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 0.8rem;
    color: #6c757d;
}

/* Style de citation pour le message de succès */
.success-quote {
    font-size: 0.9rem;
    font-style: italic;
    color: #155724;
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

.success-quote:before {
    content: "\201C";
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
    color: #28a745;
    font-weight: bold;
}

.margin-bottom-small {
    margin-bottom: 10px;
}
.margin-bottom-medium {
    margin-bottom: 20px;
}
.margin-bottom-large {
    margin-bottom: 30px;
}
.margin-bottom-xlarge {
    margin-bottom: 40px;
}
.margin-bottom-xxlarge {
    margin-bottom: 50px;
}

.margin-top-small {
    margin-top: 10px;
}
.margin-top-medium {
    margin-top: 20px;
}   
.margin-top-large {
    margin-top: 30px;
}
.margin-top-xlarge {
    margin-top: 40px;
}   
.margin-top-xxlarge {
    margin-top: 50px;
}


