/* Styles pour la partie publique */
.dpx-rdv-container {
}

.dpx-rdv-form h3 {
    margin-bottom: 20px;
    color: #333;
}

.dpx-rdv-form .radio-group {
    margin-bottom: 20px;
}

.dpx-rdv-form .radio-group label {
    margin-right: 20px;
    cursor: pointer;
}

.dpx-rdv-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.dpx-rdv-form .iframe-container {
    margin-top: 20px;
}
