/*mediaqueries accueil*/

@media all and (max-width:1100px) {

    .conteneur_produits,
    .texte_produits {
        display: block;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }
    .conteneur_transhumance {
        flex-direction: column-reverse;
        align-items: center;
        max-width: 700px;
    }
    .texte_produits {
        width: 75%;
        text-align: left;
    }

}

@media all and (max-width:900px) {
    .galerie_actions {
        display: block;
        text-align: center;
    }

    .img_galerie {
        width: 400px;
        height: 200px;
    }

 

    .img_vaches {
        width: 100%;
        height: auto;
    }

    .conteneur_contact {
        width: 75%;
    }
}

@media all and (max-width:730px) {
    .conteneur_aveyron {
        display: block;
    }

    .texte_qui {
        display: block;
        text-align: center;
    }

}

@media all and (max-width:600px) {

    .conteneur_commande,
    .partiehautefooter {
        display: block;
        text-align: center;

    }

    .nav-footer {
        width: 100%;
        align-items: center;
    }

    .nav-footer h1 {
        text-align: center;
    }

    .texte_commande {
        text-align: left;
    }

}