@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-jesuitschoolplan {
  margin: 0 auto;
  padding-top: 50px;
  width: 100%;
}
#block-jesuitschoolplan .wrapper-image-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#block-jesuitschoolplan .wrapper-image-text .image {
  width: 100%;
  position: relative;
}
#block-jesuitschoolplan .wrapper-image-text .image a img {
  width: 100%;
  height: auto;
  display: inline-block;
}
#block-jesuitschoolplan .wrapper-image-text .image a .btn-loupe {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url(../images/btn-loupe.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#block-jesuitschoolplan .wrapper-image-text .field--name-body {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #block-jesuitschoolplan .wrapper-image-text .image {
    width: 220px;
  }
  #block-jesuitschoolplan .wrapper-image-text .field--name-body {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1024px) {
  #block-jesuitschoolplan {
    margin: 0 -50px 0;
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1200px) {
  #block-jesuitschoolplan .wrapper-image-text .image {
    width: 320px;
  }
  #block-jesuitschoolplan .wrapper-image-text .field--name-body {
    width: calc(100% - 350px);
  }
}
@media only screen and (min-width: 1440px) {
  #block-jesuitschoolplan {
    margin: 0 -100px 0;
    padding-top: 70px;
    width: calc(100% + 200px);
  }
}
@media only screen and (min-width: 1920px) {
  #block-jesuitschoolplan {
    margin: 0 -250px 0;
    padding-top: 100px;
    width: calc(100% + 500px);
  }
  #block-jesuitschoolplan .wrapper-image-text .image {
    width: 420px;
  }
  #block-jesuitschoolplan .wrapper-image-text .image a .btn-loupe {
    width: 45px;
    height: 45px;
  }
  #block-jesuitschoolplan .wrapper-image-text .field--name-body {
    width: calc(100% - 450px);
  }
}