/* Ordinateur */
@media (min-width: 993px) {
    
}

/* Tablette */
@media (min-width: 577px) and (max-width: 992px) {
    .ft-ml {
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .menu-dkp {
        display: none;
    }

    .menu-mobile {
        display: flex;
    }

    .mr-offre {
        padding-right: 100px;
    }

    .ml-offre {
        padding-left: 100px;
    }

    .item-stat > p {
        font-size: 18px;
        text-align: center;
    }

    .action-menu-mobile {
        width: 50vw;
    }

    .action-menu-mobile > ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .action-menu-mobile > ul > li {
        margin: 10px 0;
    }

    .item-lien-menu {
        font-size: 25px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .ft-ml {
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .txt-footer {
        display: grid;
        justify-items: center;
        justify-content: center;
        gap: 50px;
    }

    .ft-logo > img {
        width: 100px;
        height: auto;
    }

    .menu-dkp {
        display: none;
    }

    .menu-mobile {
        display: flex;
    }

    .mr-offre {
        padding-right: 35px;
    }

    .ml-offre {
        padding-left: 35px;
    }

    .sec-offre {
        margin-bottom: 60px;
    }

    .stat-banner {
        display: grid;
        justify-items: center;
        justify-content: center;
        gap: 30px;
    }

    .sep-stat {
        background-color: var(--primary-color);
        width: 2px;
        height: 20px;
        display: block;
    }

    .item-stat > p {
        font-size: 17px;
        text-align: center;
    }

    .hero-banner .container h5 {
        font-size: 16px;
        margin-left: 20px;
    }

    .logo-banner {
        text-align: center;
    }

    .logo-banner > img {
        width: 100px;
        height: auto;
    }

    .txt-citation > p {
        font-size: 30px;
    }

    .hero-banner .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .action-menu-mobile {
        width: 90vw;
    }

    .action-menu-mobile > ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .action-menu-mobile > ul > li {
        margin: 10px 0;
    }

    .item-lien-menu {
        font-size: 25px;
    }
}