.compteur {

    border: 1px solid transparent;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

    margin-top: 5%;

}

.counter-value {

    color: #3E3E3E;

    font-size: 56px;

    font-weight: 700;

    line-height: 91px;

    letter-spacing: 0.04em;

}

.hero {

    width: 100%;

    height: 102vh;

    background-color: var(--color-secondary);

    background-size: cover;

    background-position: center;

    position: relative;

    color: rgba(255, 255, 255, 0.8);

}



.text-p {

    color: #FCB900;

}



.card h4 {

    font-size: 14px;

}



.card ul li {

    font-size: 14px;
    text-align: left;

}



.footer-email {

    color: white;

}



.footer-email:hover {

    color: #fcb900;

}



.footer .social-links a:hover {

    color: #fcb900;

}



.social-footer {

    margin-left: 55%;

}



/* Media Queries pour les tailles d'écran spécifiées */



@media (max-width: 1440px) {

    .hero {

        padding: 250px 0 60px 0;

        height: 114vh;

    }

}



@media (max-width: 1024px) {

    .hero {

        height: 145vh;

        padding: 216px 0 60px 0;

    }



    .counter-value {

        font-size: 35px;

        color: #3E3E3E;

        font-weight: 700;

        text-align: center;

        /* Ajustement pour le centrage */

    }



    .col-6 {

        flex: 0 0 auto;

        width: 20%;

    }



    .hero .stats-item p {

        margin-left: -10px !important;

    }

}



@media (max-width: 768px) {

    .hero {

        padding: 4px 0 60px 0;

        height: 286vh;

    }



    .compteur {

        display: flex;

        /* Ajout pour la mise en ligne des éléments */

        flex-direction: row;

        align-items: center;

        justify-content: center;

        /* Ajout pour le centrage */

        text-align: center;

        border-radius: 0px;

        border-radius: 25px;

    }

}



@media (max-width: 425px) {

    .hero {

        height: 230vh;

    }



    .header {

        top: 0;

    }

}



@media (max-width: 375px) {

    .hero {

        height: 220vh;

    }



    .col-6 {

        flex: 0 0 auto;

        width: 25%;

    }



    .hero .stats-item p {

        padding: 0;

        margin: 0;

        font-family: var(--font-primary);

        font-size: 12px;

        font-weight: 600;

    }

}



@media (max-width: 320px) {

    .hero {

        padding: 0px 0 60px 0;

        height: 221vh;

    }

}