@media only screen and (max-width: 480px) {
    #body_login .side_infos_lmb {
        display: none;
    }

    /*! Navigation */
    header .laptop_navigation {
        display: none;
    }

    header {
        padding: 15px;
    }

    header #menu-principal {
        flex-direction: column;
        width: calc(100vw - 30px);
        height: 50vh;
        border-bottom: 1px solid #e5e5e5;
        gap: 0;
    }

    /*! Pied de page  */
    footer {
        margin: 0 0 15px 0;
    }

    .site-footer>.top__footer {
        flex-wrap: wrap;
    }

    .top__footer>div {
        width: 100%;
    }

    .top__footer>div.bio_structure {
        border-right: unset;
        padding-right: unset;
    }

    .bottom__copyright {
        flex-direction: column;
    }

    .copyright {
        order: 1;
    }

    .by__lmb {
        order: 2;
    }
    footer .ctr_legal_doc .legal_doc {
        /* flex-direction: column;   */
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #body_login .side_infos_lmb {
        display: none;
    }

    /*! Navigation */
    header .laptop_navigation {
        display: none;
    }

    header {
        padding: 30px;
    }

    header #menu-principal {
        flex-direction: column;
        width: calc(100vw - 30px);
        height: 50vh;
        border-bottom: 1px solid #e5e5e5;
        gap: 0;
    }

    /*! Pied de page  */
    .site-footer>.top__footer {
        flex-wrap: wrap;
    }

}

@media only screen and (min-width: 1440px) {
    #login-container {
        border-right: 1px solid #e5e5e5;
    }

    /*! Navigation  */
    header .mobile_navigation {
        display: none;
    }

    header {
        padding: 30px;
    }

    header #menu-principal .sub-menu,
    header .wrapper_nav #menu-mobile {
        display: none;
    }

    #upepo-navigation .menu-item-has-children {
        position: relative;
    }

    #upepo-navigation .menu-item-has-children .sub-menu {
        position: absolute;
        padding: 10px 20px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        top: 100%;
        left: -20px;
        display: none;
    }

    .logo_container {
        margin-bottom: 1em
    }

    header .laptop_navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .laptop_navigation .right_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .laptop_navigation .right_container>.container_cta {
        margin-left: 1em;
    }

    header .laptop_navigation .right_container>.container_cta button>a {
        text-decoration: none;
        color: #666;
    }

    .laptop_navigation #upepo-navigation #menu-principal {
        margin: 0;
    }

    /*! Pied de page  */
    footer ul {
        list-style: none;
        padding: 0;
    }

    .site-footer>.top__footer {
        display: flex;
        gap: 40px;
    }

    footer .top__footer {
        display: flex;
        /* justify-content: space-between; */
    }

    footer .top__footer .bio_structure .logo__structure a img {
        width: 80px;
    }

    .top__footer>div.bio_structure {
        border-right: 1px solid #c4c4c4;
        padding-right: 40px;
    }

    footer .ctr_legal_doc .legal_doc {
        list-style: none;
        display: flex;
        padding: 0;
    }

    footer .ctr_legal_doc .legal_doc li {
        margin-right: 1em;
    }

    footer .ctr_legal_doc .legal_doc li a {
        color: #999;
        font-size: 0.875rem;
    }

    .site-footer>.bottom__copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site-footer>.bottom__copyright>.copyright>p,
    .site-footer>.bottom__copyright>.by__lmb>p {
        color: rgba(33, 33, 33, 0.5);
        font-size: 0.875rem;
    }

    .bottom__copyright>.by__lmb {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .bottom__copyright>.by__lmb>a>img {
        width: 50px;
    }
}