@media (min-width: 1200px) {
    .row > .col-xl-5col {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
/* Style mentions légales - ux-quill - admin */
.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;
}

.des-portfolio-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 1720 / 800;
    object-fit: cover;
}

.tp-portfolio-inner-thumb img {
    width: 100%;
    aspect-ratio: 440 / 500;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .tp-portfolio-inner-thumb img {
        height: 350px;
    }
    .tp-brand-inner-item img {
        width: 120px;
        height: 120px;
    }
}
.tp-brand-inner-item img {
    width: 184px;
    height: 184px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Footer - front - liens de pages personnalisés */
.des-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.des-footer-legal-links li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.des-footer-legal-links li a {
    text-decoration: none;
    font-size: 0.7rem;
    white-space: nowrap;
    padding: 0;
}

#footer-copyright {
    text-align: right;
    white-space: nowrap;
}

.pages-links-item {
    margin-top: 0.25rem;
}

.pages-links-item a:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .des-footer-legal-links {
        font-size: 0.75rem;
    }
}

@media (min-width: 992px) and (max-width: 1550px) {

    .tp-hero-2-title {
        font-size: 28vw;
    }

    .des-footer-title a {
        font-size: 20vw;
    }

    .tp-hero-2-subtitle {
        font-size: 50px;
        line-height: 1.2;
    }
}

/* --- Sélection langue offcanva --- */
.custom-lang-switcher {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.custom-lang-link {
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
}

/* langue actuelle */
.custom-lang-link .lang-active {
    color: #ffffff;
    font-weight: 700;
}

/* langue inactive */
.custom-lang-link .lang-inactive {
    color: #9ca3af;
    font-weight: 400;
    transition: color 0.3s ease;
}

.custom-lang-link .lang-separator {
    color: #4b5563;
    margin: 0 6px;
    font-weight: 400;
}
.custom-lang-link:hover .lang-inactive {
    color: #ffffff;
}
/* Version mobile - bas centré*/
.custom-lang-switcher-mobile {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    width: 100%;
}

.custom-lang-switcher-mobile .custom-lang-link {
    font-size: 18px;
    letter-spacing: 2px;
}
