@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.presentation-des-offres .introduction {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
}
section.presentation-des-offres .introduction .preambule {
  letter-spacing: 3px;
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  margin-bottom: 20px;
}
section.presentation-des-offres .introduction .titre {
  font-size: 2.375rem;
  line-height: 2.813rem;
  font-weight: bold;
  margin: 0;
}
section.presentation-des-offres .introduction .titre span {
  color: #E10600;
}
section.presentation-des-offres .liste-des-offres .offre {
  padding-top: 110px;
  padding-bottom: 92px;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
section.presentation-des-offres .liste-des-offres .offre:hover {
  background-color: #1C1C1C;
}
section.presentation-des-offres .liste-des-offres .offre:hover .visuel img {
  margin-right: 0;
  opacity: 1;
}
section.presentation-des-offres .liste-des-offres .offre:hover .textuel .titre:after {
  width: 150%;
}
section.presentation-des-offres .liste-des-offres .offre:hover .textuel .applications-incluses .liste-apps {
  opacity: 1;
}
section.presentation-des-offres .liste-des-offres .offre:hover .textuel .caracteristiques {
  opacity: 1;
}
section.presentation-des-offres .liste-des-offres .offre:hover:nth-child(even) .visuel img {
  margin-left: 0;
  margin-right: auto;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .visuel {
  text-align: left;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .visuel img {
  margin-left: -50%;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel {
  text-align: right;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .titre {
  padding-right: 91px;
  padding-left: 0;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .titre .icone {
  right: 0;
  left: auto;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .titre:after {
  left: auto;
  right: 0;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .description {
  text-align: left;
  margin-left: auto;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .applications-incluses .intitule {
  color: #FFFFFF;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .applications-incluses .liste-apps {
  justify-content: flex-end;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(4n+2) .textuel .titre:after {
  opacity: 1;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(4n+3) .textuel .titre {
  padding: 0;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(4n+3) .textuel .titre:after {
  opacity: 1;
  background-color: #E10600;
}
section.presentation-des-offres .liste-des-offres .offre:nth-child(4n+3) .textuel .titre img {
  max-width: 123px;
  margin-left: 252px;
  margin-bottom: -12px;
}
section.presentation-des-offres .liste-des-offres .offre .visuel {
  text-align: right;
}
section.presentation-des-offres .liste-des-offres .offre .visuel img {
  z-index: 1;
  position: relative;
  margin-right: -50%;
  opacity: 0;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .titre {
  position: relative;
  padding-left: 91px;
  margin-bottom: 76px;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .titre .icone {
  position: absolute;
  left: 0;
  bottom: 5px;
  max-width: 63px;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .titre span {
  font-size: 2.063rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .titre span span {
  display: none;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .titre:after {
  content: "";
  display: block;
  height: 4px;
  width: 304px;
  opacity: .12;
  background-color: #C2C2C2;
  position: absolute;
  bottom: -34px;
  left: 0;
  transition: all .8s ease-in-out !important;
  -webkit-transition: all .8s ease-in-out !important;
  -moz-transition: all .8s ease-in-out !important;
  -o-transition: all .8s ease-in-out !important;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .description {
  max-width: 580px;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses {
  margin-bottom: 33px;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .intitule {
  color: #E10600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.188rem;
  margin-bottom: 1.938rem;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .intitule:after {
  content: " :";
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps {
  opacity: .1;
  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.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps .app {
  vertical-align: top;
  text-align: center;
  margin-bottom: 17px;
  padding: 0;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps .app:last-child {
  margin-right: 0;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps .app .icone {
  width: 57.82px;
  height: 55.92px;
  margin-bottom: 17.1px;
  display: inline-block;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps .app .icone img {
  max-height: 100%;
  width: auto;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps .app .nom {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
  margin: 0;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques {
  max-width: 592px;
  margin-bottom: 16px;
  opacity: .1;
  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.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract {
  text-align: center;
  margin-bottom: 24px;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .icone {
  max-width: 56px;
  margin: auto;
  margin-bottom: 8px;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .icone .cercle {
  padding-bottom: 100%;
  background-color: #E10600;
  border-radius: 100%;
  position: relative;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .icone .cercle img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .nom {
  font-size: .875rem;
  line-height: 1.125rem;
  font-weight: bold;
  margin: 0;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .boutons .bouton {
  background-color: #E10600;
  color: #FFFFFF;
  border-radius: 28px;
  border: 2px solid #E10600;
  font-size: 1rem;
  line-height: 1.188rem;
  padding: 16px 26px;
  font-weight: 500;
  margin-right: 46px;
  margin-bottom: 15px;
  display: inline-block;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .boutons .bouton:last-child {
  margin-right: 0;
}
section.presentation-des-offres .liste-des-offres .offre .textuel .boutons .bouton:hover {
  background-color: transparent;
}
@media screen and (max-width: 1400px) {
  section.presentation-des-offres .introduction {
    margin-bottom: 20px;
  }
  section.presentation-des-offres .introduction .preambule {
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 10px;
  }
  section.presentation-des-offres .introduction .titre {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  section.presentation-des-offres .liste-des-offres .offre {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre {
    padding-left: 75px;
    margin-bottom: 40px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre:after {
    bottom: -20px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre .icone {
    max-width: 55px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre span {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses {
    margin-bottom: 23px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .intitule {
    font-size: .75rem;
    line-height: 1rem;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .boutons .bouton {
    font-size: .875rem;
    line-height: .875rem;
    padding: 10px 15px;
    margin-right: 15px;
  }
  section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .titre {
    padding-right: 75px;
  }
}
@media screen and (max-width: 1199px) {
  section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .visuel img {
    margin-left: 0;
  }
  section.presentation-des-offres .liste-des-offres .offre:nth-child(4n+3) .textuel .titre img {
    margin-left: 190px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre:after {
    width: 150%;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps {
    opacity: 1;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques {
    opacity: 1;
  }
  section.presentation-des-offres .liste-des-offres .offre .visuel img {
    margin-right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  section.presentation-des-offres .introduction .preambule {
    font-size: 0.625rem;
    margin-bottom: 5px;
  }
  section.presentation-des-offres .introduction .titre {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.presentation-des-offres .liste-des-offres .offre {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.presentation-des-offres .liste-des-offres .offre:nth-child(4n+3) .textuel .titre img {
    max-width: 100px;
    margin-left: 155px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre {
    padding-left: 65px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre .icone {
    max-width: 50px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .intitule {
    margin-bottom: 15px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps .app .icone {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .icone {
    max-width: 50px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .icone .cercle img {
    max-width: 50%;
    max-height: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel {
    text-align: left;
  }
  section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .titre {
    padding-left: 65px;
    padding-right: 0;
    text-align: left;
  }
  section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .titre .icone {
    right: auto;
    left: 0;
  }
  section.presentation-des-offres .liste-des-offres .offre:nth-child(even) .textuel .applications-incluses .liste-apps {
    justify-content: flex-start;
  }
  section.presentation-des-offres .liste-des-offres .offre:nth-child(4n+3) .textuel .titre img {
    max-width: 80px;
    margin-left: 140px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre:after {
    height: 1px;
    width: 100%;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .titre span {
    font-size: 1.125rem;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .description p {
    text-align: left !important;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .boutons .bouton {
    padding: 7.5px 10px;
    margin-right: 5px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques {
    margin-bottom: 0;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .icone {
    max-width: 40px;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .caracteristiques .liste-caracts .caract .nom {
    font-size: .75rem;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses {
    text-align: left;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .intitule {
    letter-spacing: 0;
  }
  section.presentation-des-offres .liste-des-offres .offre .textuel .applications-incluses .liste-apps .app .nom {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  section.presentation-des-offres .liste-des-offres .offre .visuel {
    text-align: center !important;
  }
  section.presentation-des-offres .liste-des-offres .offre .visuel img {
    max-height: 250px;
  }
}
