#navbar_responsive {
    width: 100%;
}

@media screen and (min-width: 1200px) {

    footer .container {
        position: absolute;
        top: 45%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    #menu_produits {
        margin-left: 20px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1990px) {
    #menu_produits {
        margin-left: 20px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
    #menu_produits {
        margin-left: 20px;
    }

    footer .container {
        position: absolute;
        top: 48%;
        left: 19%;
        font-size: 11px;
    }
}

@media screen and (min-width: 720px) and (max-width: 900px) {
    #menu_produits {
        margin-left: 20px;
    }

    footer {
        background-color: #fca5c8;
    }

    #contenu_footer {
        width: 100%;
    }

    #newsletter div {
        width: 100%;
    }

    footer .container {
        position: absolute;
        top: 48%;
        left: 19%;
    }

    #contenu_footer {
        font-size: 1.2em;
    }

    #image_footer {
        display: none;
    }

    .footer .container {
        left: 0;
    }
}

/* MOBILE */
@media screen and (min-width: 200px) and (max-width: 720px) {
    .container
    {
        max-width:100%;
    }
    .wpcf7-form input {
        width:80%;
    }
    #container_supplements {
        margin: 0px;
        padding:0;
    }

    #menu_produits {
        margin-left: 0px;
    }

    #contenu_footer {
        text-align: center;
    }

    #mailpoet_form_1 {
        width: 100%;
    }

    .bloc,
    .accueil_mobile {
        display: block;
        clear: both;
    }

    #cote_gauche,
    .accueil_ordi {
        display: none;
    }

    #menu_small {
        width: 80%;
        list-style-type: none;
        text-decoration: none;
        margin-left: 5px;
        margin-right: 5px;
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #menu_small a {
        color: white;
    }

    #lien {
        display: block;
    }

    #menu_commande,
    #menu_principal {
        display: none;
    }

    #image_footer {
        display: none;
    }

    footer {
        background-color: #fca6c6;
        position: relative;
    }

    footer .container {
        top: 0% !important;
        left: 0% !important;
    }

    #contenu_footer {
        width: 100%;
        font-size: 1em;
    }

    #menu_haut {
        display: none;
    }

    #navbar_responsive {
        display: block !important;
    }

    #navbar_responsive i {
        font-size: 42px;
    }

    #afficher_menu {
        display: block !important;
        position: fixed;
        z-index: 999999;
    }

    #newsletter div {
        width: 100% !important;
    }

    #navbar_responsive {
        margin: 0;
    }

}

#navbar_responsive {
    display: none;
}

#description_accueil {
    padding-left: 11%;
    padding-top: 12%;
}

@media screen and (min-width: 641px) {
 
    .accueil_mobile {
        display: none;
    }

    .accueil_ordi {
        display: block;
    }

    footer {
        background-color: none;
    }

    footer .container {
        position: absolute;
        left: 19%;
    }

}