/* Global vars */
/* Global colors */
/* rgb(255,255,255); */
/* rgb(60,60,60); */
/* rgb(30,30,30); */
/* rgb(0,0,0); */
/* rgb(200,200,200); */
/* rgb(150,150,150); */
/* rgb(100,100,100); */
/* Site colors */
/* Bleu principal (bleu logo) */
/* Rouge logo */
/* Beige */
/* Beige */
/* Bleu foncé */
/* Bleu clair */
/* Bleu très clair */
/* Bleu clair menu */
/* Bleu clair menu */
/* Gris foncé */
/* Ouverture restaurant */
/* END Site colors */
/* Site fonts */
/* END Site fonts */
.section-imagesimple .imagesimple__container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 40px;
}
.section-imagesimple .imagesimple__container figure {
  position: relative;
  margin-bottom: 0;
}
.section-imagesimple .imagesimple__container figure .imgCtn {
  position: relative;
}
.section-imagesimple .imagesimple__container figure .imgCtn img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-imagesimple .imagesimple__container figure .imgcropCtn {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-imagesimple .imagesimple__container figure figcaption {
  border-left: 4px solid #E62537;
  padding: 14px 0 0 16px;
  margin-left: 140px;
}
@media (max-width: 1199px) {
  .section-imagesimple .imagesimple__container {
    padding: 0 30px;
  }
  .section-imagesimple .imagesimple__container figure figcaption {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-imagesimple .imagesimple__container figure .imgcropCtn {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .section-imagesimple .imagesimple__container figure .imgcropCtn {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .section-imagesimple .imagesimple__container figure .imgcropCtn {
    height: 60vw;
  }
}
@media (max-width: 399px) {
  .section-imagesimple .imagesimple__container {
    padding: 0 20px;
  }
}
