@media screen and (max-width: 650px) {
  header > h1 {
    display: none;
  }
  header > div{
    justify-content: space-between;
    width: 92%;
    padding: 0 4%;
  }
  header div div{
    width: auto;
    justify-content: center;
  }
  header p:first-of-type {
    display: none;
  }
  header div p {
    margin: 0;
    /* width: 40%; */
  }
  header div p:last-of-type {
    margin: 0;
    width: max-content;
    font-size: 14px;
  }
  header div p:last-of-type img {
    width: 18%;
  }
  nav {
    display: none;
  } 
  #nav_mobile {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--vert_principal);
    position: relative;
    z-index: 10000;
    top: 0;
    /* left: 0; */
    padding-top: 2%;
  }
  #burger{
    display: block;
    width: 10%;
  }
  nav img:last-of-type {
    padding: 1%;
  }
  .visible {
    width: 100%;
    position: relative;
    top: 25%;
    display: flex !important;
  }
 
  #nav_mobile div{
    background-color: white;
    padding: 0;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  #nav_mobile > img{
    margin: 0 4%;
  }
  #nav_mobile > img:first-of-type{
    height: 6vh;
  }
  #nav_mobile div a {
    display: block;
    width: 100%;
    line-height: 3em;
    /* background-color: var(--vert_principal); */
    width: 100%;
    text-align: center;
    /* border-bottom: 1px solid var(--blanc_casse); */
  }
  #nav_mobile div a#lienorange {
    margin: 5% 0;
    padding: 0;
    width: 80%;
    color: white;
  }

  main section {
    width: 95%;
    margin: auto;
    margin-bottom: 20%;
  }
  main section article {
    width: 100%;
    margin-bottom: 10%;
  }
  h3 {
    font-size: 1.3em;
    width: 95%;
    margin: auto;
    margin-bottom: 5%;
  }
  /* --------- BANNIERE ---------- */
  .banniere {
    margin-bottom: 15vh;
  }
  .banniere span {
    margin: auto;
    width: 95%;
    margin-bottom: 2%;
    padding-top: 17vh;
  }
  .banniere p {
    margin: auto;
    width: 95%;
    font-size: 2.2em;
  }
  .banniere a {
    width: 75%;
    padding: 5% 2.5%;
    justify-content: center;
    display: flex;
    margin-top: 8%;
    margin-left: 2.5%;
  }
  .banniere h2 {
    font-size: 2.2em;
    margin: auto;
    width: 95%;
  }

  /* -------- ACCUEIL ------- */

  #accueil {
    padding-top: 7vh;
  }
  #banniereAccueil {
    background-image: url("../images/bg-header-accueil-mobile.jpg");
    background-position: center;
    height: 60vh;
  }
  #engagement {
    justify-content: space-between;
  }
  #accueil #engagement article {
    width: 48%;
  }
  #produitAccueil article a{
   padding: 4% 0;
  }
  #accueil #engagement article:last-of-type {
    width: 100%;
  }
  #engagement article img {
    width: 80px;
    margin-bottom: 5%;
  }
  #solution article {
    width: 100%;
  }
  #solution article span,
  #solution article p {
    margin-left: 14%;
  }
  #solution article h4 {
    padding-left: 14%;
  }
  #lienorange {
    width: 80%;
    padding: 5% 0;
  }
  #accueil aside {
    margin-top: 7%;
    padding: 15vh 0 10vh;
    margin: 10vh 0;
    background-image: url("../images/bg-equipe-mobile.png");
    background-size: cover;
  }
  #accueil aside p {
    width: 90%;
    margin: auto;
  }
  #accueil aside h3 {
    margin-bottom: 10%;
  }
  #accueil aside a {
    padding: 4% 8%;
    margin: 10% auto;
  }
  #accueil section:last-of-type img {
    width: 95%;
    margin: 0 2.5% 5%;
  }
  #produitAccueil article {
    margin-bottom: 22%;
  }
  #produitAccueil article p:first-of-type {
    padding: 3% 3.5%;
  }

  /* -------- PRODUIT -------- */

  #banniereProduits {
    background-image: url("../images/bg-header-produits-mobile.jpg");
  }
  #navProduit {
    width: 80px;
    display: flex;
    flex-wrap: wrap;
  }
  #navProduit a {
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  }
  .format {
    width: 90%;
    margin: auto;
    margin-bottom: 7%;
  }
  .format p {
    font-size: 1.5em;
  }
  .format h3 {
    font-size: 2.4em;
    margin: 0;
    margin-bottom: 4%;
  }
  .format span {
    padding: 2% 6%;
  }
  #cups {
    width: 90%;
    margin: 15% auto 0;
  }
  #barquettes {
    width: 90%;
    padding: 18% 5%;
    margin-top: 10%;
    justify-content: space-between;
    background-image: url("../images/bg-barquette-mobile.webp");
    height: auto;
  }
  #barquettes article {
    width: 48%; 
  }
  #barquettes article img {
    height: auto;
    width: 100%;
  }
  /* #barquettes article {
    width: 47%;
    margin: 0 !important;
    margin-bottom: 5% !important;
  } */
  /* #barquettes article img {
    width: 100%;
  } */
  /* #sousvide {
    display: none;
  }
  .sousvide:last-of-type {
    display: flex;
    margin-top: 7vh;
  } */

  /* .sousvide div {
    width: 100%;
  } */
  .sousvide div article {
    width: 47.5%;
  }
.sousvide div > h4{
  font-size: 1.5rem;
}
.sousvide div > p.julienne{
  margin: 0 0 2em;
}
.sousvide div:not(:first-of-type) article{
  overflow: hidden;
}
.sousvide div:not(:first-of-type) article img{
  min-width: 200%;
  max-width: auto;
}
  /* -------- HISTOIRE -------- */

  #banniereHistoire {
    background-image: url("../images/bg-header-histoire-mobile.jpg");
    background-size: cover;
    margin: 0;
    height: 32vh;
  }
  #banniereHistoire span {
    padding-top: 6vh;
  }
  #presentation div {
    width: 100%;
  }
  #presentation img {
    margin-top: 10%;
    width: 100%;
  }
  #histoireCroissance {
    padding: 12vh 0 30vh;
    margin-bottom: 10vh;
    background-image: url("../images/bg-header-chiffre-mobile.webp");
    background-size: cover;
    height: 100vh;
  }
  #histoireCroissance article {
    width: 95%;
    margin: auto;
    text-align: center;
    justify-content: space-between;
  }
  #histoireCroissance div{
    width: 50%;
    margin-right: 0;
  }
  #histoireCroissance article h3 {
    text-align: center;
    margin-bottom: 5%;
  }
  #etapes article {
    margin-bottom: 10%;
    padding: 3%;
    width: 92%;
  }
  #partenaire {
    padding: 7% 1%;
    display: block;
    text-align: center;
    width: 93%;
    margin: auto;
    margin-bottom: 15vh;
  }
  #partenaire a {
    margin-top: 7%;
    padding: 5% 8%;
  }
  #presentation div h4:last-of-type {
    margin-top: 7%;
  }
  #histoireCroissance div span {
    font-size: 1.9em;
    display: block;
    margin-bottom: 7%;
  }
  #partenaire h3 {
    margin-bottom: 5%;
  }
  /* --------- CONTACT -------- */
  #banniereContact {
    background-image: url("../images/Group\ 326.webp");
    background-size: cover;
    background-position: center;
    height: 42vh;
    margin-bottom: 8vh;
  }
  #contact h3 {
    margin-bottom: 2%;
  }
  #contact span {
    width: 90%;
  }
  #contact section {
    margin-top: 5%;
    margin-bottom: 20vh;
  }
  form {
    width: 100%;
  }
  label {
    width: 99% !important;
    margin-top: 2%;
  }
  textarea {
    min-height: 20vh;
  }
  input[type="submit"] {
    width: 100%;
    padding: 5% 0;
    margin-bottom: 5%;
  }
  #contact section div {
    width: 100%;
  }
  #contact section div a {
    width: 93%;
    padding: 5% 0;
    margin-top: 5%;
  }
  #engagement article {
    width: 100%;
  }

  /* -------- FOOTER -------- */

  footer {
    width: 90%;
    margin: auto;
    padding: 5%;
    padding-top: 17%;
    background-image: url("../images/footer-bg-mobile.jpg") !important;
    background-size: cover;
  }
  footer > div {
    width: 100% !important;
    margin-bottom: 10%;
  }
  form > p {
    margin-top: 3%;
  }
  footer > div:first-of-type img {
    width: 60%;
  }
  footer div:nth-of-type(4) a {
    padding: 4% 0;
    width: 100%;
    margin-top: 3vh;
  }
  footer section {
    flex-wrap: wrap;
  }
  footer section div,
  footer section > p {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
  }
  footer a#prendrecontact {
    display: block;
    width: 100% !important;
    padding: 4% 0;
  }


}
