.marches img {
  width: 100%;
  object-fit: cover;
}
.marches h4, .marches p {
  padding: 20px 40px;
}
.marches h4 {
  font-size: 2.4rem;
}
.marches article {
  padding: 0 40px;
  width: calc( 100% - ( 40px * 2 ) );
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.5%;
  background-color: #eee;
}
.marches article section {
  margin-bottom: 20px;
  width: 31%;
}
.marches article section a {
  padding: 0;
}
.marches article section a h5 {
  color: #224b7b;
}
.marches article section a h5:hover {
  color: #2D80AD;
}
.marches article section p {
  padding: 0;
}
.marches article section a img {
  height: 200px;
}
.img-categorie {
  width: 100%;
  height: 500px;
}

@media (width < 1200px) {
  .marches article {
    padding-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .marches article section {
    margin: 30px 0;
    width: 100%;
  }
  .marches article {
    flex-direction: column;
    justify-content: flex-start;
  }
  .marches article section {
    width: 100%;
  }

  .marches article {
    padding-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .marches article section {
    margin-bottom: 20px;
    width: 100%;
  }
  .marches article section a img {
    height: 400px;
  }

}