@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 */
.base-section .paragraph--type--container {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .base-section .paragraph--type--container {
    width: calc(100% - 160px);
  }
}
.base-section .paragraph--type--container {
  margin-bottom: 60px;
}
.base-section .paragraph--type--container .paragraph--type--description h2 {
  color: #3082D6;
  margin: 30px 0 20px;
}
.base-section .paragraph--type--container .paragraph--type--description h3 {
  font-weight: 700;
  margin: 30px 0 10px;
}
.base-section .paragraph--type--container .paragraph--type--description ul, .base-section .paragraph--type--container .paragraph--type--description ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.base-section .paragraph--type--container .paragraph--type--description ul li, .base-section .paragraph--type--container .paragraph--type--description ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-align: justify;
  margin: 0 0 10px 0;
}
.base-section .paragraph--type--container .paragraph--type--description ul li ul, .base-section .paragraph--type--container .paragraph--type--description ul li ol, .base-section .paragraph--type--container .paragraph--type--description ol li ul, .base-section .paragraph--type--container .paragraph--type--description ol li ol {
  margin-top: 10px;
}