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

#block-clientsfront .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-clientsfront {
  -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-clientsfront .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-clientsfront .col-gauche {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #block-clientsfront .col-gauche {
    width: 440px;
  }
}
#block-clientsfront {
  width: calc(100% - 40px);
  margin: 0 auto;
  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;
}
#block-clientsfront .col-gauche .letter {
  width: 100%;
}
#block-clientsfront .col-gauche .letter .svg svg {
  width: auto;
  height: 230px;
  margin-top: 425px;
}
#block-clientsfront .col-droite {
  width: 100%;
  position: relative;
  z-index: 3;
}
#block-clientsfront .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-clientsfront .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-clientsfront .col-droite .field--name-body .field__item p a.cta1 {
  display: inline-block;
  width: calc(100% - 65px);
  max-width: 330px;
  background-color: #f5f5f5;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  font-family: "SequelSans-BlackBodyText";
  text-decoration: none;
  padding: 8px 65px 8px 0px;
  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 35px;
  -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-clientsfront .col-droite .field--name-body .field__item p a.cta1 {
  width: calc(100% - 85px);
  padding-right: 85px;
  background-position: center right 80px;
}
#block-clientsfront .col-droite .field--name-body .field__item p a.cta1 span {
  font-family: "Helvetica";
}
#block-clientsfront .col-droite .field--name-body .field__item p a.cta1:hover {
  background-color: #FFD600;
  color: #000;
}
#block-clientsfront .col-droite .field--name-body .field__item p.nombre {
  letter-spacing: -0.05em;
  font-family: "Inter";
  color: #FFD600;
  font-size: 12rem;
  line-height: 30%;
  font-weight: 600;
  margin-top: 55px;
  margin-bottom: 100px;
  margin-left: -8px;
  transform: scale(1, 1.2);
  -webkit-transform: scale(1, 1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1, 1.2);
  /* Firefox */
  -ms-transform: scale(1, 1.2);
  /* IE 9+ */
  -o-transform: scale(1, 1.2);
  /* Opera */
}

@media only screen and (min-width: 768px) {
  #block-clientsfront {
    width: 100%;
  }
  #block-clientsfront .col-droite {
    width: calc(100% - 240px);
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #block-clientsfront .col-droite {
    width: calc(100% - 320px);
  }
  #block-clientsfront .col-droite .field--name-body {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  #block-clientsfront .col-droite {
    width: calc(100% - 460px);
  }
  #block-clientsfront .col-droite .field--name-body .field__item p.nombre {
    font-size: 14rem;
    margin-left: -9px;
  }
}