@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" /> */
/* fonts Visées */
/* couleurs Visées */
/* 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-article .en-tete {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 70px auto 0;
  display: flex;
  align-items: center;
  background-color: #EFEDE8;
}
.paragraph--type--liste-d-article .en-tete h2 {
  color: #18096C;
  padding: 0 20px;
  font-size: 1.3rem;
  margin: 20px 0;
}
.paragraph--type--liste-d-article .view-zone-de-partage {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .paragraph--type--liste-d-article {
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .paragraph--type--liste-d-article .en-tete {
    width: 205px;
    margin: 80px 0 0;
  }
  .paragraph--type--liste-d-article .en-tete h2 {
    color: #18096C;
    padding: 0 20px;
    font-size: 1.3rem;
    margin: 20px 0;
  }
  .paragraph--type--liste-d-article .views-element-container {
    width: calc(100% - 245px);
    margin-top: 80px;
  }
  .paragraph--type--liste-d-article .views-element-container .view-zone-de-partage {
    width: 100%;
  }
  .paragraph--type--liste-d-article .views-element-container .view-zone-de-partage .view-content {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--liste-d-article .en-tete {
    width: 285px;
  }
  .paragraph--type--liste-d-article .en-tete h2 {
    font-size: 2.2rem;
  }
  .paragraph--type--liste-d-article .views-element-container {
    width: calc(100% - 315px);
  }
  .paragraph--type--liste-d-article .views-element-container .view-zone-de-partage {
    width: 100%;
  }
  .paragraph--type--liste-d-article .views-element-container .view-zone-de-partage .view-content {
    width: 100%;
  }
}