@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 */
.paragraph--type--liste-d-image.paragraph--id--112 {
  padding-bottom: 50px;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.paragraph--type--liste-d-image.paragraph--id--112 .field--name-field-liste-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.paragraph--type--liste-d-image.paragraph--id--112 .field--name-field-liste-image > .field__item {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--liste-d-image.paragraph--id--112 .field--name-field-liste-image {
    gap: 20px;
  }
  .paragraph--type--liste-d-image.paragraph--id--112 .field--name-field-liste-image > .field__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--liste-d-image.paragraph--id--112 {
    width: calc(100% - 140px);
  }
}