/* your styles go here */

.box-image-text .image {
  min-height: 200px;
  max-height: 200px;
}

.box-simple {
  min-height: 230px;
}

p {
  font-size: 18px;
}


.conteneur
{
position: relative;
}

.conteneur iframe
{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 400px;
}