@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-de-node.paragraph--id--50 {
  background-color: rgb(237, 237, 237);
  padding: 0 0 50px 0;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 25px;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article {
  position: static;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos {
  padding: 30px 20px;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos h3 {
  margin-top: 0;
  font-size: 1.25em;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-body h5 {
  margin: 0;
  font-size: 1em;
  color: rgb(14, 17, 18);
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-body p {
  margin: 30px 0;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-body p a {
  white-space: nowrap;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-field-cta {
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  bottom: 30px;
  display: flex;
  align-items: center;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-field-cta a {
  color: rgb(0, 48, 151);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8125em;
  text-decoration: none;
  display: block;
  margin-right: 10px;
  white-space: nowrap;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-field-cta span {
  display: block;
  position: relative;
  top: -1px;
  width: 20px;
  height: 2px;
  background-color: rgb(0, 48, 151);
  transition: width 0.3s ease;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-field-cta span:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -2px;
  width: 8px;
  height: 10px;
  background-image: url(../images/cta-pointe.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-field-cta:hover span {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item {
    width: calc(33% - 11px);
  }
  .paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item article .node__content .infos .field--name-body p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .paragraph--type--liste-de-node.paragraph--id--50 .field--name-field-node-liste > .field__item {
    width: calc(25% - 15px);
  }
}