@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" /> */
#block-direction,
#block-direction-2,
#block-direction-3 {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  background-color: #000;
}
#block-direction.white,
#block-direction-2.white,
#block-direction-3.white {
  opacity: 1;
}
#block-direction.black,
#block-direction-2.black,
#block-direction-3.black {
  opacity: 1;
}

.wrapper-direction {
  overflow: hidden;
  position: relative;
  padding: 50px 0px;
  width: 100%;
  margin: 0 auto;
}
.wrapper-direction .wrapper-content {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
.wrapper-direction h2 {
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0 0 -30px 0px;
  color: #fff;
}
.wrapper-direction .prev,
.wrapper-direction .next {
  display: none;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: 60px;
  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);
}
.wrapper-direction .prev.disabled,
.wrapper-direction .next.disabled {
  opacity: 0;
  pointer-events: none;
}
.wrapper-direction .prev {
  left: 20px;
  background-image: url(../images/fl-prev-slider@2x.png);
}
.wrapper-direction .prev:hover {
  background-image: url(../images/fl-prev-slider-hover@2x.png);
}
.wrapper-direction .next {
  background-image: url(../images/fl-next-slider@2x.png);
  right: 20px;
}
.wrapper-direction .next:hover {
  background-image: url(../images/fl-next-slider-hover@2x.png);
}
.wrapper-direction .mask {
  width: 1014px;
  overflow: hidden;
  position: relative;
}
.wrapper-direction .coin-droit {
  position: absolute;
  z-index: 10;
  width: 92px;
  height: 340px;
  bottom: 0px;
  right: -20px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgb(0, 0, 0));
}
.wrapper-direction ul {
  padding: 0;
  margin: 0;
  padding-top: 50px;
  position: relative;
}
.wrapper-direction ul li {
  height: 300px;
  display: block;
  float: left;
  padding-right: 20px;
}
.wrapper-direction ul li:last-child {
  padding-right: 0;
}
.wrapper-direction ul li .card {
  width: 245px;
  height: 300px;
  cursor: pointer;
}
.wrapper-direction ul li .card img {
  width: 100%;
}
.wrapper-direction ul li .card .coin {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 85px;
  background-image: url(../images/coin-employe-v2.png);
  background-size: 0px 85px;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.wrapper-direction ul li .card:hover .coin {
  background-size: 51px 85px;
}
.wrapper-direction ul li .card .back {
  background-color: #FFD600;
  color: black;
}
.wrapper-direction ul li .card .back .nom {
  padding: 40px 30px 0;
  font-family: "SequelSans-BlackBodyText", sans-serif;
}
.wrapper-direction ul li .card .back .poste {
  padding: 0 30px;
  font-family: "Helvetica";
  font-weight: 700;
}
.wrapper-direction ul li .card .back hr {
  width: 60px;
  float: left;
  color: black;
  border: solid 1px;
  margin-top: 25px;
  margin-left: 30px;
}
.wrapper-direction ul li .card .back .linkedin {
  padding: 0 30px;
  clear: both;
}
.wrapper-direction ul li .card .back .linkedin .lien-linkedin {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/linkedin-icone-black@2x.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
}

.wrapper-direction .letter {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .wrapper-direction .wrapper-content {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
  .wrapper-direction .letter {
    height: 5px;
  }
  .wrapper-direction .coin-droit {
    height: 490px;
    top: auto;
    width: 206px;
    height: 340px;
    bottom: 0px;
    right: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  #block-direction,
  #block-direction-2,
  #block-direction-3 {
    padding-top: 90px;
  }
  .wrapper-direction {
    padding: 80px 0 125px;
  }
  .wrapper-direction .wrapper-content {
    margin-left: 260px;
    width: calc(100% - 260px);
  }
  .wrapper-direction h2 {
    font-size: 3.125rem;
    margin: 0 0 -15px 0;
  }
  .wrapper-direction .coin-droit {
    height: 500px;
    width: 300px;
    bottom: -10px;
    right: -10px;
  }
  .wrapper-direction ul li {
    height: 440px;
    padding-right: 40px;
  }
  .wrapper-direction ul li .card {
    width: 360px;
    height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper-direction {
    max-width: 1160px;
    margin: 0 auto;
    width: auto;
  }
  .wrapper-direction .wrapper-content {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
  .wrapper-direction .prev,
  .wrapper-direction .next {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper-direction .wrapper-content .prev {
    left: -71px;
  }
}