@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 */
/* center vertically */
/* 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" /> */
.paragraph--type--textes-seulement-sur-2-colonnes .col-gauche {
  display: none;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--textes-seulement-sur-2-colonnes .col-gauche {
    position: relative;
    width: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--textes-seulement-sur-2-colonnes .col-gauche {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--textes-seulement-sur-2-colonnes .col-gauche {
    width: 440px;
  }
}
.paragraph--type--textes-seulement-sur-2-colonnes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.paragraph--type--textes-seulement-sur-2-colonnes[data-color=black] {
  background-color: black;
  color: white;
}
.paragraph--type--textes-seulement-sur-2-colonnes[data-color=white] {
  background-color: #f5f5f5;
  color: black;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-gauche {
  display: none;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-gauche svg {
  width: auto;
  height: 230px;
  fill: white;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite {
  padding-bottom: 55px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts .text-gauche {
  width: 100%;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts .text-droite {
  width: 100%;
  margin-right: 0px;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts hr.ligne-sous-titre {
  margin: 0 0 -7px 0;
  border-top: 1px solid #000;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts h2,
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts h3 {
  margin: 0;
}
.paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts a {
  color: #FFD600;
}
.paragraph--type--textes-seulement-sur-2-colonnes h2 {
  margin: 0;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.1875rem;
  font-weight: normal;
  line-height: 100%;
}
.paragraph--type--textes-seulement-sur-2-colonnes h3 {
  font-family: "Helvetica";
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 700;
  margin: 46px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--textes-seulement-sur-2-colonnes .col-gauche {
    display: block;
  }
  .paragraph--type--textes-seulement-sur-2-colonnes .col-droite {
    width: calc(100% - 240px);
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--textes-seulement-sur-2-colonnes {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    width: 100%;
  }
  .paragraph--type--textes-seulement-sur-2-colonnes .col-droite {
    width: calc(100% - 285px);
    padding-right: 0;
    margin: 0;
  }
  .paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts .text-gauche {
    width: 445px;
  }
  .paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts .text-droite {
    width: 260px;
    margin-right: 140px;
  }
  .paragraph--type--textes-seulement-sur-2-colonnes h2 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--textes-seulement-sur-2-colonnes .col-droite .wrapper-texts .text-gauche {
    width: 570px;
  }
}