.flex-div {
  display: flex;
  flex-direction: row;
  width:100%;

}

.flex-item {
  padding: 10px;
  width: 100%;
}
.evenement-photo {
    width:70%;
}


@media (max-width: 600px) {
  .flex-div {
    flex-direction: column;
  }
	.adresse, .code-postal, .ville, .telephone, .email, .web, .instagram, .facebook, .linkedin, .pinterest, .tiktok  {
		width:100% !important;
	}
	
	.acf-tab-group li {
    width: 100% !important;
    }
}