@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
#block-videoourfacilities {
  background-color: #F4F5F5;
  width: calc(100vw - 60px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -75px;
  padding: 50px;
  text-align: center;
}
#block-videoourfacilities iframe {
  display: inline-block;
  width: 300px;
  height: 169px;
}

@media only screen and (min-width: 768px) {
  #block-videoourfacilities iframe {
    width: 500px;
    height: 282px;
  }
}
@media only screen and (min-width: 1024px) {
  #block-videoourfacilities iframe {
    width: 700px;
    height: 394px;
  }
}
@media only screen and (min-width: 1920px) {
  #block-videoourfacilities {
    width: calc(100vw - 120px);
    margin-top: -120px;
    padding: 60px;
  }
  #block-videoourfacilities iframe {
    width: 960px;
    height: 540px;
  }
}