@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Black.ttf) format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
  font-weight: bold;
}
section.chiffres-cles {
  background-color: #B80904;
  padding-top: 70px;
  padding-bottom: 74px;
  position: relative;
}
section.chiffres-cles:before {
  content: "";
  width: 634.98px;
  height: 100%;
  background-image: url(../img/chiffres-cles-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -40px;
}
section.chiffres-cles .titre .intitule {
  font-size: 1.438rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 3.063rem;
}
section.chiffres-cles .chiffres .chiffre-cle {
  margin-bottom: 70px;
}
section.chiffres-cles .chiffres .chiffre-cle .chiffre {
  text-align: center;
  margin: 0;
}
section.chiffres-cles .chiffres .chiffre-cle .chiffre span {
  display: block;
}
section.chiffres-cles .chiffres .chiffre-cle .chiffre span.valeur {
  font-size: 7.5rem;
  line-height: 9.125rem;
  font-weight: bold;
}
section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-principal {
  font-size: 1.875rem;
  line-height: 2.313rem;
  font-weight: bold;
}
section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-secondaire {
  font-size: 1rem;
  line-height: 1.875rem;
}
section.chiffres-cles .image-dillustration {
  position: absolute;
  bottom: 0;
  left: 73%;
}
@media screen and (max-width: 1400px) {
  section.chiffres-cles {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section.chiffres-cles .titre .intitule {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 50px;
  }
  section.chiffres-cles .chiffres .chiffre-cle {
    margin-bottom: 30px;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.valeur {
    font-size: 5rem;
    line-height: 5rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-principal {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-secondaire {
    font-size: .875rem;
    line-height: 1.5rem;
  }
  section.chiffres-cles .image-dillustration {
    left: 77%;
    height: 120%;
  }
  section.chiffres-cles .image-dillustration img {
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  section.chiffres-cles:before {
    display: none;
  }
  section.chiffres-cles .titre .intitule {
    margin-bottom: 30px;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.valeur {
    font-size: 4rem;
    line-height: 4rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-principal {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-secondaire {
    line-height: 1.25rem;
  }
  section.chiffres-cles .image-dillustration {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  section.chiffres-cles .titre .intitule {
    font-size: .875rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.valeur {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.chiffres-cles {
    padding-top: 30px;
  }
  section.chiffres-cles .titre .intitule {
    font-size: .75rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.valeur {
    font-size: 2rem;
    line-height: 2rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-principal {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  section.chiffres-cles .chiffres .chiffre-cle .chiffre span.detail-secondaire {
    font-size: .75rem;
    line-height: 1rem;
  }
}
