@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-hypertexte {
  background-color: #1C1C1C;
  text-align: center;
  padding-top: 76px;
  padding-bottom: 37px;
}
section.bandeau-hypertexte .preambule {
  font-size: 1rem;
  line-height: 1.188rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 21px;
}
section.bandeau-hypertexte .titre {
  color: #FFFFFF;
  font-size: 2.188rem;
  line-height: 3.438rem;
  margin-bottom: 25px;
}
section.bandeau-hypertexte .boutons .bouton {
  background-color: #E10600;
  color: #FFFFFF;
  border-radius: 28px;
  border: 2px solid #E10600;
  font-size: 1rem;
  line-height: 1rem;
  padding: 20.5px 24px;
  font-weight: 600;
  margin-right: 46px;
  margin-bottom: 15px;
  display: inline-block;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}
section.bandeau-hypertexte .boutons .bouton:last-child {
  margin-right: 0;
}
section.bandeau-hypertexte .boutons .bouton:hover {
  background-color: transparent;
}
@media screen and (max-width: 1400px) {
  section.bandeau-hypertexte {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  section.bandeau-hypertexte .preambule {
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 10px;
  }
  section.bandeau-hypertexte .titre {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  section.bandeau-hypertexte .boutons .bouton {
    font-size: .875rem;
    line-height: .875rem;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  section.bandeau-hypertexte .preambule {
    font-size: 0.625rem;
    margin-bottom: 5px;
  }
  section.bandeau-hypertexte .titre {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.bandeau-hypertexte .titre {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
  section.bandeau-hypertexte .titre br {
    display: none;
  }
  section.bandeau-hypertexte .boutons .bouton {
    padding: 7.5px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
