@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-mosaique {
  margin: 50px 0px;
}
.block-mosaique .field--type-image {
  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;
}
.block-mosaique .field--type-image .field__item {
  width: 50%;
}
.block-mosaique .field--type-image .field__item img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.block-mosaique .field--type-image .field__item:first-child {
  margin: 100px 0 0 0;
}
.block-mosaique#block-mosaiquevalues .field__item {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.block-mosaique#block-mosaiquevalues .field__item:first-child {
  left: -25vw;
}
.block-mosaique#block-mosaiquevalues .field__item:last-child {
  left: 25vw;
}
.block-mosaique#block-mosaiquevalues .field__item.visible {
  opacity: 1;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .block-mosaique {
    margin: 50px -50px;
  }
}
@media only screen and (min-width: 1440px) {
  .block-mosaique {
    margin: 70px -100px;
  }
  .block-mosaique .field--type-image .field__item:first-child {
    margin: 150px 0 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  .block-mosaique {
    margin: 100px -300px;
  }
  .block-mosaique .field--type-image .field__item:first-child {
    margin: 240px 0 0 0;
  }
}