@media screen and (max-width: 1079px) {
    .main-padding {
        padding: 30px 20px;
    }
    .main-padding-ariane{
        padding:0 0 30px 0;
    }
    .main-padding-ariane-cat{
        padding:0 0 30px 0;
    }

    #main-liste{
        padding: 0 20px;
    }

    .main-title {
        font-size: 28px;
        margin-left: .6em;
        margin-bottom: 1.3em;
        line-height: 1;
    }

    section{
        overflow-x: hidden;
        width: 100%;
    }

    /* DIVERS */

    .bloc-img {
        padding: 0;
        margin-bottom: 4em;
    }

    .sectionLarge {
        padding: 0;
        min-height: unset;
        margin-bottom: 3em;
    }
    .telechargementsLigne {
        flex-direction: column;
    }
    .telechargementsLigne .description {
        width: 100%;
        padding: 0;
        align-items: center;
        margin-top: 1em;
    }
    .telechargementsLigne .image {
        width: 100%;
        height: 110px;
    }


    /* GALERIE */

    .showroom {
        width: 47%;
    }

    /* PRODUITS LISTE */

    #menu-left-container{
        width: 100%;
        padding-bottom: 1em;
        position: fixed;
        top: var(--header-mobile-height);
        left: -150vw;
    }
    .page-menu-left .main-padding{
        /*display: none;*/
    }
    #page-menu-right li {
        width: 100%;
        margin:3% 0;
        aspect-ratio: 3 / 2;
        background-size: cover;
        background-position: center;
        border-radius: 1em;
    }
    #page-menu-right.page-menu-right-cat li {
        width: 85vw;
        margin: 3% auto;
    }
    #page-menu-right div {
        height: 20%;
    }
    #page-menu-right li:hover {
        background-size: cover;
    }

    /* PAGE PRODUITS */
    
    #main-liste>li {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 1em;
    }
    #main-liste .img_container {
        width: 100%;
        aspect-ratio: 3 / 2;
    }
    #main-liste .desc_container {
        width: 100%;
        padding: 26px;
    }
    .desc_container_btn {
        justify-content: center;
    }

    #ariane {
        top:var(--header-mobile-height);
        padding: .6em 0 .6em 1.2em;
    }


    /* CONTACT */

    #contact-form {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: stretch;
    }

    .blockContact {
        width: 100%;
    }

    #contact-agences-ul {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .contact-agences-li {
        width: 90%;
        margin: 3% 5%;
    }

    /* RECHERCHE */

    #recherche #main-liste{
        padding: 0;
    }

    /* ACTUS */

    #actualite-menu-right{
        border-top: 1px dotted #ccc;
    }
    .actu-flex{
        flex-direction: column;
    }
    #actualite-menu-right .round-bloc {
        max-width: unset;
        width: 100%;
        margin: 32px 0;
        height: unset;
        height: unset;
    }
    #actualite-menu-right .round-bloc-txt h4{
        font-size: 140%;
    }
    #actualite-menu-right .round-bloc-img {
        height: 140px;
    }


    /* AGENCES */

    #agence-bloc {
        flex-direction: column;
    }
    .agence-bloc-left {
        width: 100%;
    }
    .agence-bloc-right {
        width: 100%;
    }
    a.btn-contact-agence {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
}