@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.avantages-offre {
  padding-top: 77px;
}
section.avantages-offre .titre {
  font-size: 2.063rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 54px;
}
section.avantages-offre .etapes {
  max-width: 1000px;
  margin: auto;
}
section.avantages-offre .etapes >.row {
  margin-left: -40.5px;
  margin-right: -40.5px;
}
section.avantages-offre .etapes .etape {
  text-align: center;
  padding-left: 40.5px;
  padding-right: 40.5px;
  margin-bottom: 65px;
}
section.avantages-offre .etapes .etape .icone {
  margin-bottom: 40px;
  height: 83px;
  line-height: 83px;
  font-size: 0;
}
section.avantages-offre .etapes .etape .icone img {
  max-height: 100%;
  width: auto;
}
section.avantages-offre .etapes .etape .intitule {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #E10600;
}
@media screen and (max-width: 1400px) {
  section.avantages-offre {
    padding-top: 50px;
  }
  section.avantages-offre .titre {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 50px;
  }
  section.avantages-offre .etapes .etape {
    margin-bottom: 30px;
  }
  section.avantages-offre .etapes .etape .icone {
    height: 65px;
    line-height: 65px;
    margin-bottom: 20px;
  }
  section.avantages-offre .etapes .etape .intitule {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  section.avantages-offre .titre {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 40px;
  }
  section.avantages-offre .etapes >.row {
    margin-left: -25px;
    margin-right: -25px;
  }
  section.avantages-offre .etapes .etape {
    padding-left: 25px;
    padding-right: 25px;
  }
  section.avantages-offre .etapes .etape .intitule {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  section.avantages-offre .etapes .etape .icone {
    height: 55px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767.98px) {
  section.avantages-offre {
    padding-top: 30px;
  }
  section.avantages-offre .titre {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
  section.avantages-offre .etapes .etape {
    text-align: left;
    position: relative;
    padding-left: 94px;
    margin: 0;
  }
  section.avantages-offre .etapes .etape .icone {
    position: absolute;
    left: 27px;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  section.avantages-offre .etapes .etape .intitule {
    margin-bottom: 5px;
  }
  section.avantages-offre .etapes .etape .description {
    margin-bottom: 20px;
  }
}
