@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.plus-app {
  padding-top: 98px;
  padding-bottom: 98px;
  background: #0e0e13;
  background: linear-gradient(180deg,#0e0e13 0%,#272626 100%);
}
section.plus-app .textuel {
  padding-top: 14px;
}
section.plus-app .textuel .titre {
  margin-bottom: 27px;
}
section.plus-app .textuel .titre .preambule {
  font-size: 1rem;
  line-height: 1.188rem;
  letter-spacing: 3px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
section.plus-app .textuel .titre .intitule {
  font-size: 2.063rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #E10600;
}
section.plus-app .textuel .description ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
section.plus-app .textuel .description ul li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 48px;
}
section.plus-app .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: 5px;
  left: 0;
}
section.plus-app .visuel {
  position: relative;
}
section.plus-app .visuel img {
  width: 100%;
  position: relative;
  z-index: 1;
}
section.plus-app .visuel:after {
  content: "";
  width: 426px;
  height: 394px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/picto-grand.png);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: -249px;
}
@media screen and (max-width: 1400px) {
  section.plus-app {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.plus-app .visuel:after {
    display: none;
  }
  section.plus-app .textuel .titre {
    margin-bottom: 20px;
  }
  section.plus-app .textuel .titre .intitule {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.plus-app {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.plus-app .textuel .titre .intitule {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
}
