/* 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-iframe .iframe__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-iframe .iframe__container iframe {
  width: 100%;
}
@media (max-width: 1199px) {
  .section-iframe .iframe__container {
    padding: 0 30px;
  }
}
@media (max-width: 399px) {
  .section-iframe .iframe__container {
    padding: 0 20px;
  }
}
