@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--texte-et-fichier-sonore .col-gauche {
  display: none;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--texte-et-fichier-sonore .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--texte-et-fichier-sonore .col-gauche {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--texte-et-fichier-sonore .col-gauche {
    width: 440px;
  }
}
.paragraph--type--texte-et-fichier-sonore {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
  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;
  background-color: black;
  color: white;
}
.paragraph--type--texte-et-fichier-sonore .col-gauche svg {
  width: auto;
  height: 230px;
  fill: white;
}
.paragraph--type--texte-et-fichier-sonore .col-droite {
  padding-bottom: 55px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound.multiple {
  display: block;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .text {
  width: 100%;
  font-size: 0.875rem;
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  overflow: hidden;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound ul li {
  float: left;
  cursor: pointer;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(50% - 40px);
  max-width: 260px;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound ul li:last-child {
  margin: 0;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound ul li .sound {
  margin: 0;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .sound {
  width: 100%;
  max-width: 300px;
  margin: 30px 0 0 0;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .sound li {
  list-style-type: none;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .sound img {
  width: 100%;
  height: auto;
  margin-right: 0px;
  display: block;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud {
  width: 100%;
  margin: 0 auto;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .mask {
  width: 260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.slider li.sound {
  width: auto;
  max-width: none;
  display: block;
  float: left;
  margin: 0;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.slider li.sound img {
  width: 260px;
  height: auto;
  margin: 0px;
  display: block;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.slider li.sound .title {
  max-width: 240px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Helvetica";
  font-weight: 700;
  color: white;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.nav-slider {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.nav-slider li {
  display: inline-block;
  border-radius: 25px;
  height: 10px;
  width: 10px;
  border: solid 1px white;
  margin-right: 3px;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.nav-slider li.selected {
  background-color: white;
}
.paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.nav-slider li:last-child {
  margin-right: 0;
}
.paragraph--type--texte-et-fichier-sonore .col-droite h2 {
  margin: 0;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.1875rem;
  font-weight: normal;
  line-height: 100%;
}
.paragraph--type--texte-et-fichier-sonore .col-droite h3 {
  font-family: "Helvetica";
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 700;
  margin: 28px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--texte-et-fichier-sonore .col-droite {
    width: calc(100% - 240px);
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--texte-et-fichier-sonore {
    padding-top: 95px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-gauche {
    width: 285px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite {
    width: calc(100% - 305px);
    padding-right: 20px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound:not(.multiple) .text {
    width: 460px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .sound {
    width: auto;
    margin: 10px 0 0 128px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .sound img {
    width: 100%;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 60px 0 0;
    overflow: hidden;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound ul li {
    float: left;
    cursor: pointer;
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 60px;
    width: calc(33% - 60px);
    max-width: 260px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound ul li .sound {
    margin: 0;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud {
    position: relative;
    width: 260px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .prev,
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 40px);
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .prev.disabled,
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .next.disabled {
    opacity: 0;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .next {
    right: -50px;
    background-image: url(../images/fl-next-slider@2x.png);
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .next:hover {
    background-image: url(../images/fl-next-slider-hover@2x.png);
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .prev {
    left: -50px;
    background-image: url(../images/fl-prev-slider@2x.png);
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .prev:hover {
    background-image: url(../images/fl-prev-slider-hover@2x.png);
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud .mask {
    width: 260px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite .wrapper-text-sound .wrapper-soundcloud ul.slider li img {
    width: 260px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-droite h2 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--texte-et-fichier-sonore .col-droite {
    width: calc(100% - 297px);
  }
}
@media only screen and (min-width: 1440px) {
  .paragraph--type--texte-et-fichier-sonore {
    padding-top: 95px;
  }
  .paragraph--type--texte-et-fichier-sonore .col-gauche {
    width: 440px;
  }
}