@media (min-width: 1200px) {
    .row > .col-xl-5col {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
/* Style mentions légales - ux-quill  */
.quill-content {
    color: #e0e0e0;
    line-height: 1.8;
}

.quill-content h1,
.quill-content h2,
.quill-content h3 {
    color: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.quill-content h2 {
    border-bottom: 1px solid #444;
    padding-bottom: 0.5rem;
}

.quill-content p {
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.quill-content ul,
.quill-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.quill-content a {
    color: #66b3ff;
}

.quill-content strong {
    color: #ffffff;
}
