@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.bandeau-dentete-page {
  padding-bottom: 64px;
  position: relative;
}
section.bandeau-dentete-page .textuel {
  padding-top: 117px;
}
section.bandeau-dentete-page .textuel .preambule {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
section.bandeau-dentete-page .textuel .titre {
  font-size: 2.375rem;
  line-height: 2.813rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 39px;
}
section.bandeau-dentete-page .textuel .titre span {
  color: #E10600;
}
section.bandeau-dentete-page .textuel .description {
  font-size: 1rem;
  line-height: 1.688rem;
  font-weight: bold;
  margin-bottom: 74px;
}
section.bandeau-dentete-page .textuel .description ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.bandeau-dentete-page .textuel .description ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 48px;
}
section.bandeau-dentete-page .textuel .description ul li:before {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(../img/check-ok-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
section.bandeau-dentete-page .textuel .boutons .bouton {
  background-color: #E10600;
  color: #FFFFFF;
  border-radius: 28px;
  border: 2px solid #E10600;
  font-size: 1rem;
  line-height: 1rem;
  padding: 18px 24px;
  min-width: 178px;
  font-weight: 600;
  margin-right: 31px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}
section.bandeau-dentete-page .textuel .boutons .bouton:last-child {
  margin-right: 0;
}
section.bandeau-dentete-page .textuel .boutons .bouton:hover {
  background-color: transparent;
}
section.bandeau-dentete-page .visuel .image {
  position: absolute;
  top: 0;
  left: 57%;
  width: 43%;
}
section.bandeau-dentete-page .clients {
  margin-top: 114px;
}
section.bandeau-dentete-page .clients .zone {
  max-width: 1052px;
  margin: auto;
}
section.bandeau-dentete-page .clients .zone .intitule {
  font-size: 0.625rem;
  line-height: 0.813rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section.bandeau-dentete-page .clients .zone .logos .logo .image {
  position: relative;
  padding-bottom: 58.83%;
}
section.bandeau-dentete-page .clients .zone .logos .logo .image img {
  position: absolute;
  max-height: 100%;
  width: auto;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  section.bandeau-dentete-page .textuel {
    padding-top: 50px;
  }
  section.bandeau-dentete-page .textuel .preambule {
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 10px;
  }
  section.bandeau-dentete-page .textuel .titre {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
  }
  section.bandeau-dentete-page .textuel .description {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
  }
  section.bandeau-dentete-page .textuel .description ul li {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  section.bandeau-dentete-page .textuel .description ul li:before {
    width: 18px;
    height: 13px;
    top: 6px;
  }
  section.bandeau-dentete-page .textuel .boutons .bouton {
    font-size: .875rem;
    line-height: .875rem;
    padding: 10px 15px;
    min-width: 140px;
    margin-right: 15px;
  }
  section.bandeau-dentete-page .visuel .image {
    left: 51%;
    width: 49%;
  }
}
@media screen and (max-width: 991px) {
  section.bandeau-dentete-page .textuel .preambule {
    font-size: 0.625rem;
    margin-bottom: 5px;
  }
  section.bandeau-dentete-page .textuel .titre {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.bandeau-dentete-page .clients {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  section.bandeau-dentete-page .textuel {
    padding-top: 30px;
  }
}
