@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-app {
  padding-top: 113px;
  background-color: #0e0e0e;
}
section.bandeau-dentete-app + section.fonctionnement-app {
  padding-top: 185px;
}
section.bandeau-dentete-app .entete .textuel {
  padding-bottom: 144px;
}
section.bandeau-dentete-app .entete .textuel .nom-app {
  position: relative;
  padding-left: 114px;
}
section.bandeau-dentete-app .entete .textuel .nom-app .icone {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  max-width: 76px;
}
section.bandeau-dentete-app .entete .textuel .nom-app .intitule {
  font-size: 2.375rem;
  line-height: 2.813rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 84px;
}
section.bandeau-dentete-app .entete .textuel .titre {
  color: #E10600;
  font-size: 2.063rem;
  line-height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
section.bandeau-dentete-app .entete .textuel .description {
  line-height: 1.875rem;
  font-weight: 500;
}
section.bandeau-dentete-app .entete .textuel .offre-associee .intitule {
  padding-left: 92px;
  position: relative;
}
section.bandeau-dentete-app .entete .textuel .offre-associee .intitule .icone {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0,-50%);
  max-width: 56px;
}
section.bandeau-dentete-app .entete .textuel .offre-associee .intitule span {
  font-weight: 600;
  line-height: 1.5rem;
}
section.bandeau-dentete-app .entete .textuel .offre-associee .lien a {
  background-color: #E10600;
  color: #FFFFFF;
  border-radius: 30px;
  border: 2px solid #E10600;
  font-size: 1rem;
  line-height: 1.188rem;
  padding: 18px 36px;
  font-weight: 600;
  margin: 0;
  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-dentete-app .entete .textuel .offre-associee .lien a:hover {
  background-color: transparent;
}
section.bandeau-dentete-app .entete .visuel {
  position: relative;
}
section.bandeau-dentete-app .entete .visuel:before {
  content: "";
  width: 1400px;
  height: 1400px;
  background-color: #1A1A1A;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 100%;
}
section.bandeau-dentete-app .entete .visuel img {
  position: relative;
}
section.bandeau-dentete-app .avantages {
  background-color: #B80904;
  border-radius: 20px;
  padding: 68px 119px 73px 68px;
  margin-bottom: -185px;
  position: relative;
}
section.bandeau-dentete-app .avantages:hover .visuel .image {
  margin-left: 0px;
  opacity: 1;
}
section.bandeau-dentete-app .avantages .visuel .image {
  margin-left: -50px;
  opacity: .68;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
section.bandeau-dentete-app .avantages .visuel .image img {
  max-width: 450px;
}
section.bandeau-dentete-app .avantages .textuel .titre {
  font-size: 2.063rem;
  line-height: 2.625rem;
  margin-bottom: 63px;
  font-weight: bold;
  text-transform: uppercase;
}
section.bandeau-dentete-app .avantages .textuel .liste .avantage {
  margin-bottom: 34px;
  padding-left: 92px;
  position: relative;
}
section.bandeau-dentete-app .avantages .textuel .liste .avantage:last-child {
  margin-bottom: 0;
}
section.bandeau-dentete-app .avantages .textuel .liste .avantage .icone {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
}
section.bandeau-dentete-app .avantages .textuel .liste .avantage .intitule {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  section.bandeau-dentete-app {
    padding-top: 50px;
  }
  section.bandeau-dentete-app .entete .textuel .nom-app {
    padding-left: 100px;
  }
  section.bandeau-dentete-app .entete .textuel .nom-app .icone {
    max-width: 70px;
  }
  section.bandeau-dentete-app .entete .textuel .nom-app .intitule {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 80px;
  }
  section.bandeau-dentete-app .entete .textuel .titre {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  section.bandeau-dentete-app .entete .textuel .offre-associee .lien a {
    font-size: .875rem;
    line-height: .875rem;
    padding: 10px 15px;
  }
  section.bandeau-dentete-app .avantages {
    padding: 50px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  section.bandeau-dentete-app .avantages .textuel .titre {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  section.bandeau-dentete-app .entete .textuel {
    padding-bottom: 50px;
  }
  section.bandeau-dentete-app .entete .textuel .nom-app {
    padding-left: 65px;
  }
  section.bandeau-dentete-app .entete .textuel .nom-app .icone {
    max-width: 50px;
  }
  section.bandeau-dentete-app .entete .textuel .nom-app .intitule {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  section.bandeau-dentete-app .entete .textuel .titre {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  section.bandeau-dentete-app .entete .textuel .description {
    line-height: 1.5rem;
  }
  section.bandeau-dentete-app .entete .textuel .offre-associee .intitule {
    margin-bottom: 10px;
  }
  section.bandeau-dentete-app .avantages {
    max-width: 100%;
    padding: 30px;
  }
  section.bandeau-dentete-app .avantages .textuel .titre {
    margin-bottom: 30px;
  }
  section.bandeau-dentete-app .avantages .visuel .image {
    margin-left: 0;
    opacity: 1;
  }
  section.bandeau-dentete-app .avantages .visuel .image img {
    max-width: 100%;
  }
  section.bandeau-dentete-app .avantages .textuel .titre {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.bandeau-dentete-app {
    padding-top: 30px;
  }
  section.bandeau-dentete-app .entete .textuel .nom-app .intitule {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.bandeau-dentete-app .entete .textuel .titre {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
  section.bandeau-dentete-app .entete .textuel .offre-associee .lien a {
    padding: 7.5px 15px;
  }
  section.bandeau-dentete-app .entete .textuel .offre-associee .intitule {
    padding-left: 75px;
    margin-bottom: 30px;
  }
  section.bandeau-dentete-app .entete .textuel .offre-associee .intitule .icone {
    max-width: 50px;
  }
  section.bandeau-dentete-app .entete .textuel .offre-associee .intitule span {
    font-size: .875rem;
    line-height: 1rem;
  }
  section.bandeau-dentete-app .visuel {
    text-align: center;
  }
  section.bandeau-dentete-app .visuel:before {
    display: none;
  }
  section.bandeau-dentete-app .visuel img {
    max-height: 300px;
  }
  section.bandeau-dentete-app .avantages {
    padding: 15px;
  }
  section.bandeau-dentete-app .avantages .textuel .titre {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
  section.bandeau-dentete-app .avantages .textuel .liste .avantage {
    margin-bottom: 20px;
    padding-left: 60px;
  }
  section.bandeau-dentete-app .avantages .textuel .liste .avantage .intitule {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
  }
  section.bandeau-dentete-app .avantages .textuel .liste .avantage .icone {
    width: 45px;
  }
}
