@media (min-width: 1600px) {
    
}

/* Ordinateur */
@media (min-width: 993px) {
    .btn-menu-m, .cont-item-menu-mobile  {
        display: none;
    }
}

/* Tablette */
@media (min-width: 577px) and (max-width: 992px) {
    .hero-home {
        height: 70vh;
        background-attachment: scroll;
    }

    .dn-vt {
        display: none;
    }  
    
    .cont-item-collab {
        height: 100%;
        padding: 30px;
    }

    .titre-item-collab > h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .cont-item-collab > p {
        font-size: 16px;
    }

    .titre-item-collab > i {
        font-size: 50px;
        margin-bottom: 0;
    }

    .titre-item-collab {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .cta-contact > div > div {
        padding: 40px;
    }

    .cont-item-menu {
        display: none;
    }

    .cont-p-contact {
        margin-top: 180px;
    }

    .cont-item-d-about {
        margin-top: 0;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-home {
        height: 70vh;
        background-attachment: scroll;
    }

    .hero-s-p {
        height: 50vh;
    }

    .logo-menu {
        height: 50px;
        width: auto;
    }

    .cont-item-menu, .sep-item-section {
        display: none;
    }

    .sep-stats {
        height: 2px;
        width: 30%;
    }

    .cont-item-section {
        justify-content: center;
    }

    .cnt-ft {
        display: grid;
        align-items: center;
        gap: 10px;
    }

    .lien-cnt-ft {
        font-size: 17px;
        font-weight: 500;
    }

    .lien-cnt-ft > i {
        font-size: 20px;
    }

    .cta-contact > div > div {
        padding: 30px;
    }

    .cont-pp-contact > img {
        height: 200px;
        width: auto;
        margin-bottom: -30px;
    }

    .stats > div {
        display: grid;
        justify-content: center;
        justify-items: center;
    }

    .cont-item-collab {
        height: 100%;
        padding: 30px;
    }

    .titre-item-collab > h4 {
        margin-bottom: 0;
    }

    .titre-item-collab > i {
        margin-bottom: 0;
    }

    .titre-item-collab {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .marge-section {
        margin-bottom: 100px;
    }

    .cont-p-contact {
        margin-top: 130px;
    }

    .cont-item-d-about {
        margin-top: 0;
    }

    .cont-item-comp > div {
        display: grid;
    }

    .sep-item-comp {
        height: 2px;
        width: 30%;
        display: block;
        background-color: var(--primary-blue);
    }

    .item-act-ass {
        display: grid;
    }

    .btn-menu-m > span  {
        display: none;
    }

    .container-wide {
        padding: 0;
    }

     .fnt-item-menu-mobile {
        width: 90vw;
    }
}