.carre-contenu {
  border-right: 1px solid #8e86b5;
  border-bottom: 1px solid #8e86b5;
  padding: 50px;
  width: 75%;
  margin: auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.carre-contenu img{
  width: 330px;
  height: 347px;
  margin-right: 30px;
}


.a-propos-main {
  margin: auto;
}

h1,
h2 {
  text-align: center;
}

@media screen and (max-width: 996px) {
	.a-propos-main div{
		display: flex;
		flex-direction: column;
	}

.carre-contenu img{
  width: 75%;
	height: 75%;

  margin-right: 30px;
}
}
	
  }