/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Subscription terms styling */
.subscription-terms {
    margin-top: 10px;
    font-size: 14px;
}

.voir-plus-link, .voir-moins-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.voir-plus-link:hover, .voir-moins-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.modalites-content {
    margin-top: 10px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border-left: 3px solid #007bff;
}

.modalites-text {
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.modalites-text p {
    margin-bottom: 10px;
}

.modalites-text p:last-child {
    margin-bottom: 0;
}
