/* XL Device :1200px. */
@media screen and (max-width: 1449px) {
}

/* LG Device :992px. */
@media screen and (max-width: 1200px) {
    .footer_menu ul li {
        font-size: 10px;
    }
}

/* MD Device :768px. */
@media screen and (max-width: 991px) {
    .logo {
        justify-content: start;

    }

    .slider-moment-label div {
        padding-right: 0 !important;
    }

    .input-area {
        left: 0;
    }

    .location_area .container-fluid .row {
        display: flex;
        flex-direction: column;
    }

    .icon-responsive {
        display: block;
        z-index: 1023;
        left: 20px;
        top: -116px;
    }

    .actualite-image {
        justify-content: center;
    }
    .actualite-info {
        padding-left: 20px;
        max-width:100%;
    }

}


/* MD Device :768px. */
@media screen and (max-width: 768px) {
    .header_bg {
        height: auto;
        min-height: 125px;
        background-position: inherit;
    }

    .logo-home {
        height: auto;
    }

    .logo img {
        max-width: 80px;
    }

    .header-menu {
        position: absolute;
        top: inherit;
        right: inherit;
    }

    .logo {
        margin-top: 6px;
    }

    .header-menu {
        position: inherit;
        top: inherit;
        right: inherit;
        text-align: center;
    }

    .header-menu ul {
        margin-bottom: 0;
    }
    .footer_menu ul {
        padding-left: inherit;
    }

    .footer_menu ul li {
        margin: 10px;
    }

    .header-menu ul {
        padding-left: 0;
    }

    .headerman {
        position: absolute;
        right: 0;
        top: 3px;
    }

    .logo.logo-home {
        justify-content: inherit;
    }

    .headerman {
        top: -2px;
    }

    .cms-section {
        padding: 32px 5%;
    }

    .header-container, .footer-container {
        padding: 0.5rem;
    }

    .titre-header {
        font: normal normal 600 29px / 40px Montserrat;
    }
    .nav-top{
        padding: 1px 0px 9px 13px;
    }

    .bloc-adresse{
        padding: 2rem;
    }

    .main {
        flex-wrap: wrap;
    }

    .logo-home {
        flex: 1;
    }

    .titre-header, .footer_menu {
        flex: 2;
        text-align: left;
    }

    .header-right  {
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .footer-right{
        display: none;
    }

    .btn-link-boutique{
        border: none!important;
        background: none;
        padding:0;
        font: inherit;
        text-decoration: underline;
    }

    .footer_area {
        height: 135px;
    }
    .footer_menu ul li {
        margin: 0 2px;
    }

    .footer_menu ul li a {
        text-align: center;
        font: normal normal 400 18px / 10px Montserrat;
        color: #0D121F;
    }
    .login-bloc {
        position: fixed;
        top: 25%;
        left: 5%;
        padding: 20px;
        z-index: 2;
        width: 90%;
        background: #FFFFFF 0 0 no-repeat padding-box;
        box-shadow: 0 2px 10px #2DB7BC33;
        text-align: center;
    }
}


/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 1400px) {
    .header-container,.footer-container{
        max-width: 90%;
    }
}
