@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--carrousel {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 110;
}
.paragraph--type--carrousel .prev,
.paragraph--type--carrousel .next {
  display: none;
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  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;
  top: calc(50% - 20px);
}
.paragraph--type--carrousel .prev.disabled,
.paragraph--type--carrousel .next.disabled {
  opacity: 0;
  pointer-events: none;
}
.paragraph--type--carrousel .prev {
  left: 20px;
  background-image: url(../images/fl-prev-slider@2x.png);
}
.paragraph--type--carrousel .prev:hover {
  background-image: url(../images/fl-prev-slider-hover@2x.png);
}
.paragraph--type--carrousel .next {
  background-image: url(../images/fl-next-slider@2x.png);
  right: 20px;
}
.paragraph--type--carrousel .next:hover {
  background-image: url(../images/fl-next-slider-hover@2x.png);
}
.paragraph--type--carrousel .mask-caroussel-projet {
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet {
  position: relative;
  padding: 0;
  margin: 0;
}
.paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet li {
  width: 100vw;
  display: block;
  float: left;
  overflow: hidden;
}
.paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet li img {
  width: 150%;
  margin-left: -25%;
  margin-right: -25%;
  display: block;
}
.paragraph--type--carrousel .navigation-mobile {
  clear: both;
  display: block;
  width: 100%;
  height: 40px;
}
.paragraph--type--carrousel .navigation-mobile ul {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  text-align: center;
}
.paragraph--type--carrousel .navigation-mobile ul li {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: solid 1px white;
  margin-left: 20px;
}
.paragraph--type--carrousel .navigation-mobile ul li:first-child {
  margin-left: 0;
}
.paragraph--type--carrousel .navigation-mobile ul li.selected {
  background-color: #FFD600;
  border-color: #FFD600;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--carrousel .mask-caroussel-projet {
    height: 420px;
  }
  .paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet li {
    width: 100vw;
    display: block;
    float: left;
    overflow: hidden;
  }
  .paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet li img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .paragraph--type--carrousel .prev,
  .paragraph--type--carrousel .next {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 60px;
    top: calc(50% - 30px);
  }
  .paragraph--type--carrousel .mask-caroussel-projet {
    height: 565px;
  }
  .paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet li img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph--type--carrousel .mask-caroussel-projet {
    height: 715px;
  }
  .paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet li {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1440px) {
  .paragraph--type--carrousel {
    max-width: none;
  }
  .paragraph--type--carrousel .mask-caroussel-projet {
    height: auto;
  }
  .paragraph--type--carrousel .mask-caroussel-projet ul.caroussel-projet li {
    width: 100vw;
    overflow: hidden;
    max-width: none;
  }
}