.conteneur_flex_ligne a{
  /*width: calc(25% - 2*var(--margin_entre_paragraphes));*/
  margin: var(--margin_entre_paragraphes);
}
.presentation img{
  width: calc(30% - 2*var(--margin_entre_paragraphes));
  margin: var(--margin_entre_paragraphes);
}
@media screen and (max-width: 1024px){
  .conteneur_flex_ligne img{
    width: calc(100% - 2*var(--margin_entre_paragraphes));
    margin: var(--margin_entre_paragraphes);
  }
  .presentation img{
    width: calc(100% - 2*var(--margin_entre_paragraphes));
    margin: var(--margin_entre_paragraphes);
  }
}
.conteneur_flex_ligne{
  max-width: 100%;
  justify-content: center;
  align-items: center;
}
