@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.tarifs-offre {
  position: relative;
  background-color: #2D0202;
  padding-top: 102px;
  padding-bottom: 112px;
  overflow: hidden;
}
section.tarifs-offre:before {
  content: "";
  background-image: url(../img/picto-grand-4.png);
  background-size: contain;
  width: 550px;
  height: 768px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
section.tarifs-offre .offre .zone {
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding: 62px 0 70px;
  text-align: center;
}
section.tarifs-offre .offre .zone .icone {
  margin-bottom: 20px;
}
section.tarifs-offre .offre .zone .nom-offre {
  color: #1C1C1C;
  font-size: 1.75rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 31px;
}
section.tarifs-offre .offre .zone .prix {
  color: #E10600;
  margin-bottom: 20px;
}
section.tarifs-offre .offre .zone .prix .prefixe {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
}
section.tarifs-offre .offre .zone .prix .valeur {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
}
section.tarifs-offre .offre .zone .prix .valeur .devise {
  font-size: 3.125rem;
}
section.tarifs-offre .offre .zone .bouton a {
  color: #E10600;
  border-radius: 28px;
  border: 2px solid #E10600;
  font-size: 1rem;
  line-height: 1rem;
  padding: 18px 27px;
  font-weight: 600;
  display: inline-block;
}
section.tarifs-offre .offre .zone .bouton a:hover {
  background-color: #E10600;
  color: #FFFFFF;
}
section.tarifs-offre .contenu-offre .titre .intitule {
  font-size: 2.063rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
section.tarifs-offre .contenu-offre .titre .intitule span {
  color: #E10600;
}
section.tarifs-offre .contenu-offre .liste-apps .app {
  position: relative;
  padding-left: 104px;
}
section.tarifs-offre .contenu-offre .liste-apps .app .icone {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
}
section.tarifs-offre .contenu-offre .liste-apps .app .nom-app {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
section.tarifs-offre .contenu-offre .liste-apps .app .description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  section.tarifs-offre {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.tarifs-offre:before {
    display: none;
  }
  section.tarifs-offre .offre .zone {
    padding: 30px;
  }
  section.tarifs-offre .offre .zone .icone img {
    max-height: 80px;
  }
  section.tarifs-offre .offre .zone .prix .prefixe {
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 10px;
  }
  section.tarifs-offre .offre .zone .prix .valeur {
    font-size: 4rem;
    line-height: 4rem;
  }
  section.tarifs-offre .offre .zone .prix .valeur .devise {
    font-size: 2.125rem;
  }
  section.tarifs-offre .offre .zone .bouton a {
    font-size: .875rem;
    line-height: .875rem;
    padding: 10px 15px;
  }
  section.tarifs-offre .contenu-offre .titre .intitule {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
  }
  section.tarifs-offre .contenu-offre .liste-apps .app {
    padding-left: 68px;
  }
  section.tarifs-offre .contenu-offre .liste-apps .app .icone {
    top: -4px;
    width: 48px;
  }
  section.tarifs-offre .contenu-offre .liste-apps .app .nom-app {
    font-size: .875rem;
    line-height: 1.125rem;
  }
  section.tarifs-offre .contenu-offre .liste-apps .app .description {
    font-size: .875rem;
    line-height: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  section.tarifs-offre .offre .zone .icone img {
    max-height: 70px;
  }
  section.tarifs-offre .offre .zone .nom-offre {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.tarifs-offre .offre .zone .prix .valeur {
    font-size: 3rem;
    line-height: 3rem;
  }
  section.tarifs-offre .offre .zone .prix .valeur .devise {
    font-size: 2rem;
  }
  section.tarifs-offre .contenu-offre .titre .intitule {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  section.tarifs-offre {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.tarifs-offre .offre {
    margin-bottom: 30px;
  }
  section.tarifs-offre .offre .zone {
    padding: 15px;
    padding-left: 80px;
    text-align: left;
    font-size: 0;
  }
  section.tarifs-offre .offre .zone .icone {
    position: absolute;
    width: 50px;
    top: 15px;
    left: 15px;
  }
  section.tarifs-offre .offre .zone .nom-offre {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
  section.tarifs-offre .offre .zone .prix {
    width: 35%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
  }
  section.tarifs-offre .offre .zone .prix .prefixe {
    margin-bottom: 5px;
  }
  section.tarifs-offre .offre .zone .prix .valeur {
    font-size: 2rem;
    line-height: 2rem;
  }
  section.tarifs-offre .offre .zone .bouton {
    width: 65%;
    display: inline-block;
    vertical-align: bottom;
  }
  section.tarifs-offre .offre .zone .bouton a {
    padding: 7.5px 10px;
  }
  section.tarifs-offre .contenu-offre .liste-apps .app .nom-app {
    letter-spacing: 0;
  }
  section.tarifs-offre .contenu-offre .titre .intitule {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.tarifs-offre .contenu-offre .titre .intitule br {
    display: none;
  }
}
