/*
Theme Name: Tax Law International
Theme URI: https://triptiq.be
Template: Divi
Author: Triptiq srl
Author URI: https://triptiq.be
Description: Crafted with &lt;3 using DIVI
Version: 4.27.4.1762117140
Updated: 2025-11-02 20:59:00

*/
/* Language switcher */
.simple-lang-switcher {
    font-size: 14px;
    text-transform: uppercase;
}

.simple-lang-switcher a {
    text-decoration: none;
    opacity: 0.7;
}

.simple-lang-switcher a:hover {
    opacity: 1;
}

.simple-lang-switcher .active-lang {
    font-weight: bold;
    opacity: 1;
}


/* Animation keyframes – À METTRE EN GLOBAL */
@keyframes fbQuoteFloat {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.14;
    }
    50% {
        transform: scale(1.08) rotate(3deg);
        opacity: 0.20;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.14;
    }
}

/* Pour Safari / anciens WebKit (optionnel mais utile) */
@-webkit-keyframes fbQuoteFloat {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        opacity: 0.14;
    }
    50% {
        -webkit-transform: scale(1.08) rotate(3deg);
        opacity: 0.20;
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg);
        opacity: 0.14;
    }
}
/* Conteneur des cartes */
.fb-temoignages-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Carte */
.fb-temoignage-item {
    position: relative;
    background-color: #0c315e;
    color: #ffffff;
    padding: 40px 22px 20px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

/* Guillemet animé */
.fb-temoignage-item::before {
    content: "“";
    position: absolute;
    top: 70px;
    left: 20px;
    font-size: 150px;
    font-weight: 700;
    opacity: 0.14;
    color: #ffffff;
    z-index: 0;
    pointer-events: none;

    /* Animation */
    animation: fbQuoteFloat 6s ease-in-out infinite;
    -webkit-animation: fbQuoteFloat 6s ease-in-out infinite;
}

/* Texte du témoignage */
.fb-temoignage-text {
    position: relative;
    z-index: 2;
    font-size: 0.98rem;
    line-height: 1.6;
}

.fb-temoignage-text p {
    margin: 0 0 10px;
}

/* Titre */
.fb-temoignage-title {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    opacity: 0.95;
}

/* Mobile */
@media (max-width: 480px) {
    .fb-temoignage-item {
        padding: 22px 18px 18px;
    }
}
