@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-carrieresfront .col-gauche {
  display: none;
}

#block-carrieresfront .col-gauche .letter {
  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;
  width: 100%;
}

#block-carrieresfront {
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

@media only screen and (min-width: 768px) {
  #block-carrieresfront .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) {
  #block-carrieresfront .col-gauche {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #block-carrieresfront .col-gauche {
    width: 440px;
  }
}
#block-carrieresfront {
  width: calc(100% - 40px);
  margin: 100px auto 0;
  padding-bottom: 560px;
  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;
  position: relative;
  z-index: 2;
}
#block-carrieresfront .col-gauche .letter {
  width: 100%;
}
#block-carrieresfront .col-gauche .letter .svg svg {
  width: auto;
  height: 230px;
  margin-top: 425px;
}
#block-carrieresfront .col-droite {
  width: 100%;
  position: relative;
  z-index: 2;
}
#block-carrieresfront .col-droite .field--name-body .field__item h2 {
  font-size: 2.5rem;
  color: #f5f5f5;
  font-family: "SequelSans-BoldDisplay";
  line-height: 120%;
  margin: 0;
  max-width: 360px;
}
#block-carrieresfront .col-droite .field--name-body .field__item p {
  font-size: 1rem;
  color: #f5f5f5;
  font-family: "SequelSans-BoldBodyText";
  margin: 20px 0 0 0;
  max-width: 360px;
}
#block-carrieresfront .col-droite .field--name-body .field__item p a {
  display: inline-block;
  width: calc(100% - 60px);
  max-width: 330px;
  background-color: #f5f5f5;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  font-family: "SequelSans-BlackBodyText";
  text-decoration: none;
  padding: 8px 60px 8px 0;
  text-align: center;
  margin: 20px 0 0 0;
  background-image: url(../images/fl-noire.png);
  background-size: 43px;
  background-repeat: no-repeat;
  background-position: center right 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.lang-en #block-carrieresfront .col-droite .field--name-body .field__item p a {
  width: calc(100% - 85px);
  padding-right: 85px;
  background-position: center right 100px;
}
#block-carrieresfront .col-droite .field--name-body .field__item p a span {
  font-family: "Helvetica";
}
#block-carrieresfront .col-droite .field--name-body .field__item p a:hover {
  background-color: #FFD600;
  color: #000;
}
#block-carrieresfront .disque {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 750px;
  height: 750px;
  overflow: hidden;
}
#block-carrieresfront .disque img {
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
  height: auto;
  transform: rotate(150deg);
  position: relative;
  left: 800px;
}
#block-carrieresfront .disque img.animate {
  transform: rotate(20deg);
  left: 0;
}
#block-carrieresfront .disque img.touched {
  transform: rotate(-11deg);
}

@media only screen and (min-width: 768px) {
  #block-carrieresfront {
    width: 100%;
    padding-bottom: 485px;
  }
  #block-carrieresfront .col-droite {
    width: calc(100% - 240px);
    padding-right: 20px;
  }
  #block-carrieresfront .disque {
    left: 300px;
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 1024px) {
  #block-carrieresfront {
    padding: 400px 0 400px 0;
    margin-top: -230px;
  }
  #block-carrieresfront .col-droite {
    width: calc(100% - 320px);
  }
  #block-carrieresfront .disque {
    right: -200px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  #block-carrieresfront {
    margin-top: -150px;
  }
  #block-carrieresfront .col-droite {
    width: calc(100% - 460px);
  }
  #block-carrieresfront .disque {
    width: 900px;
    height: 895px;
    right: -260px;
  }
}
@media only screen and (min-width: 1440px) {
  #block-carrieresfront {
    padding: 500px 0 500px 0;
  }
  #block-carrieresfront .disque {
    width: 1100px;
    height: 1094px;
  }
}