@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-offre {
  padding-top: 93px;
  background-color: #0e0e0e;
}
section.bandeau-dentete-offre .textuel {
  padding-bottom: 144px;
}
section.bandeau-dentete-offre .textuel .nom-offre {
  position: relative;
  padding-left: 114px;
}
section.bandeau-dentete-offre .textuel .nom-offre .icone {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  max-width: 76px;
}
section.bandeau-dentete-offre .textuel .nom-offre .intitule {
  font-size: 2.375rem;
  line-height: 2.813rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 120px;
}
section.bandeau-dentete-offre .textuel .titre {
  position: relative;
  padding-left: 150px;
}
section.bandeau-dentete-offre .textuel .titre .icone {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  max-width: 108px;
}
section.bandeau-dentete-offre .textuel .titre .intitule {
  color: #E10600;
  font-size: 2.063rem;
  line-height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 64px;
}
section.bandeau-dentete-offre .textuel .description {
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 53px;
}
section.bandeau-dentete-offre .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: 230px;
  font-weight: 600;
  margin-right: 31px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
section.bandeau-dentete-offre .textuel .boutons .bouton:last-child {
  margin-right: 0;
}
section.bandeau-dentete-offre .textuel .boutons .bouton:hover {
  background-color: transparent;
}
section.bandeau-dentete-offre .visuel {
  position: relative;
}
section.bandeau-dentete-offre .visuel:before {
  content: "";
  width: 1400px;
  height: 1400px;
  background-color: #1A1A1A;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 100%;
}
section.bandeau-dentete-offre .visuel img {
  position: relative;
  max-width: 125%;
  margin-top: -20%;
}
@media screen and (max-width: 1400px) {
  section.bandeau-dentete-offre {
    padding-top: 50px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre {
    padding-left: 80px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre .icone {
    max-width: 50px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre .intitule {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 80px;
  }
  section.bandeau-dentete-offre .textuel .titre {
    padding-left: 100px;
  }
  section.bandeau-dentete-offre .textuel .titre .icone {
    max-width: 70px;
  }
  section.bandeau-dentete-offre .textuel .titre .intitule {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 40px;
  }
  section.bandeau-dentete-offre .textuel .description {
    margin-bottom: 20px;
  }
  section.bandeau-dentete-offre .textuel .boutons .bouton {
    font-size: .875rem;
    line-height: .875rem;
    padding: 10px 15px;
    margin-bottom: 15px;
    min-width: 0;
  }
  section.bandeau-dentete-offre .visuel img {
    max-width: 95%;
    margin-top: -10%;
  }
}
@media screen and (max-width: 991px) {
  section.bandeau-dentete-offre .textuel {
    padding-bottom: 50px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre {
    padding-left: 65px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre .intitule {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  section.bandeau-dentete-offre .textuel .titre {
    padding-left: 65px;
  }
  section.bandeau-dentete-offre .textuel .titre .icone {
    max-width: 50px;
  }
  section.bandeau-dentete-offre .textuel .titre .intitule {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  section.bandeau-dentete-offre {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.bandeau-dentete-offre .visuel {
    text-align: center;
  }
  section.bandeau-dentete-offre .visuel img {
    max-width: 100%;
    margin-top: 0;
    max-height: 300px;
  }
  section.bandeau-dentete-offre .visuel:before {
    display: none;
  }
  section.bandeau-dentete-offre .textuel {
    padding-bottom: 30px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre {
    padding-left: 45px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre .icone {
    max-width: 30px;
  }
  section.bandeau-dentete-offre .textuel .nom-offre .intitule {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.bandeau-dentete-offre .textuel .titre .intitule {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.bandeau-dentete-offre .textuel .description {
    line-height: 1.5rem;
  }
  section.bandeau-dentete-offre .textuel .boutons .bouton {
    padding: 7.5px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
