.notre-groupe article {
  padding: 0 40px;
  width: calc( 100% - ( 40px * 2 ) );
}
.notre-groupe img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.notre-groupe h4  {
  padding: 20px 40px;
}
.notre-groupe h5,
.notre-groupe p {
  padding: 0 40px;
}
.groupe-bma {
  background-color: #ecebed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.groupe-bma h4 {
  width: 100%;
}
.groupe-bma div {
  width: 32%;
}
.groupe-bma div p,
.groupe-bma div h5 {
  padding: 0;
}

.notre-groupe article {
  padding: 0 40px;
}
.notre-groupe article h4,
.notre-groupe article p {
  padding: 30px 0;
}

iframe {
  width: 100%; 
  height: 650px;
}

@media (width < 1200px) {
  .notre-groupe img {
    height: 550px;
  }
  .groupe-bma {
    flex-direction: column;
    justify-content: flex-start;
  }
  .groupe-bma div {
    width: 100%;
  }


  
  iframe {
    height: 900px;
  }
}