@media screen and (max-width: 640px) {

    nav,
    av .nav-wrapper i,
    nav a.sidenav-trigger,
    nav a.sidenav-trigger i {
        height: 64px;
        line-height: 64px;
    }

    .logo {
        height:auto;
        margin-left: 5px;
        display: flex; /* Utilisez Flexbox pour aligner les éléments horizontalement */
        align-items: center; /* Centre les éléments verticalement */
    }

    nav .sidenav-trigger>i {
        font-size: 20px !important;
        padding: 0 10px 0 10px;
    }

    .sidenav {
        width: 90%;
    }

    .titreNav {
        margin: 45px 0 10px 0;
        width: 70%;
    }

    .sidenav-close {
        top: 3px;
    }

    .sidenav li {
        line-height: 22px;
    }

    .sidenav li>a {
        height: 20px;
        font-size: 14px;
    }

    .footnav {
        margin-top: 0px
    }


    #carousel-home .fondimg {
        top: 80px;
    }

    #carousel-home .carousel-item h1 {
        top: 200px;
        font-size: 26px !important;
    }

    .btn-carousel {
        display: none;
    }

    #carousel-home .carousel-item h3 {
        font-size: 24px;
        top: 350px;
    }


    .home .text_section .fondimg {
        top: 50px;
    }

    .home .text_section h1 {
        margin: 250px 0 0 200px;
        font-size: 26px !important;
    }

    .home .text_section h3 {
        font-size: 24px;
    }

    .contact h1 {
        font-size: 26px !important;
    }

    .info_contact {
        margin: 0px 0 80px 0;
    }


    .page_title .container {
        margin-top: 60px;
    }

    .page_title h3 {
        font-size: 24px;
    }

    .contenu_page .text_page h2 {
        font-size: 22px;
    }

    .footer_page h2 {
        font-size: 24px;
    }

    .contenu_page .btna {
        margin: -50px auto 0px auto;
        width: 80%;
        background-color: #f5f5f5;
    }

    .imagesh3 {
        font-size: 22px;
    }

    .cguh3 {
        font-size: 26px;
        line-height: 48px;
        font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 20px 0 20px 0;
    }
    #logolinkedinblanc {
        width: 67px;
        height: 25px; /* Ajustez la hauteur pour les écrans plus petits */

    }

    #logolinkedinnoir {

        width: 67px;
        height: 25px; /* Affiche le logo noir sur les écrans plus petits */
    }

    .button {
        font-size: 13px; /* Ajustez la taille de la police pour les écrans plus petits */
        margin: 0; /* Ajustez les marges pour économiser de l'espace */
    }
    .navside {
        height: 55px;
    }


}
