.page-lp-recrutement-2019 {
  color: #686868;
  line-height: 1.6;
  margin-bottom: -30px;
}

.page-lp-recrutement-2019 a.underline {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .page-lp-recrutement-2019 .hero {
    background-image: url("../images/background/acheteur-autobiz-xs.jpg");
    background-size: cover;
    background-position: top center;
    height: calc(100vh - 80px);
    position: relative;
  }

  .page-lp-recrutement-2019 .recrutement-hero-text {
    position: absolute;
    bottom: 0;
  }

  .page-lp-recrutement-2019 .hero .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.89) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.89) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.89) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */
  }
}

@media (min-width: 768px) {
  .page-lp-recrutement-2019 .hero {
    background-image: url("../images/background/acheteur-autobiz.jpg");
    height: calc(100vh - 80px);
    background-position: top right 35%;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
  }

  .page-lp-recrutement-2019 .hero .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 48%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 48%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 48%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  }
}

.page-lp-recrutement-2019 .number-circle-img {
  margin-top: 25px;
}

.page-lp-recrutement-2019 .h4 {
  margin-top: 25px;
}

.page-lp-recrutement-2019 .number-circle-img p {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 250px;
  margin: auto;
}

.page-lp-recrutement-2019 .number-circle-img img {
  width: 100%;
  display: block;
  max-width: 250px;
  margin: -40px auto 0px auto;
  padding: 0 15px;
}

.page-lp-recrutement-2019 .number-circle-img p.orange {
  color: #ff4b00;
}
.page-lp-recrutement-2019 .number-circle-img p.green {
  color: #27c98f;
}
.page-lp-recrutement-2019 .number-circle-img p.blue {
  color: #00a1e3;
}

.page-lp-recrutement-2019 .hero h1 {
  text-transform: uppercase;
  margin: 0;
}

.page-lp-recrutement-2019 .hero p {
  font-weight: bold;
}

@media (max-width: 767px) {
  .page-lp-recrutement-2019 .hero h1 {
    font-size: 1.8rem;
  }

  .page-lp-recrutement-2019 .hero p {
    font-size: 2.6rem;
    margin: 0 0 2rem 0;
  }
}

@media (min-width: 768px) {
  .page-lp-recrutement-2019 .hero h1 {
    font-size: 2.2rem;
  }

  .page-lp-recrutement-2019 .hero p {
    font-size: 3.6rem;
    margin: 2rem 0;
  }
}

.page-lp-recrutement-2019 .hero h1,
.page-lp-recrutement-2019 .hero p {
  color: #fff;
  text-shadow: 0 3px 3px #000000;
}

.page-lp-recrutement-2019 .hero .btn {
  font-weight: bold;
}

.page-lp-recrutement-2019 .recrutement-hero-text {
  width: 100%;
  padding: 15px 0;
}

.page-lp-recrutement-2019 h2 {
  margin: 25px 0;
}

.page-lp-recrutement-2019 ul.orange {
  list-style-type: none;
  padding: 0;
  margin: 0 0 11px 0;
}

.page-lp-recrutement-2019 ul.orange li {
  padding: 7.5px 0px 7.5px 25px;
  position: relative;
}

.page-lp-recrutement-2019 ul.orange li .icon-check {
  color: #ff4b00;
  position: absolute;
  left: 0;
  top: 10px;
}

.page-lp-recrutement-2019 .blue-bg {
  background-color: #eff9fe;
  margin-top: 25px;
}

.page-lp-recrutement-2019 .mt-25 {
  margin-top: 25px !important;
}

.page-lp-recrutement-2019 .mb-25 {
  margin-bottom: 25px !important;
}

.page-lp-recrutement-2019 .mt-15 {
  margin-top: 15px !important;
}

.page-lp-recrutement-2019 .mb-15 {
  margin-bottom: 15px !important;
}

.page-lp-recrutement-2019 .m5-0 {
  margin-top: 0 !important;
}

.page-lp-recrutement-2019 .mb-0 {
  margin-bottom: 0 !important;
}
.page-lp-recrutement-2019 .testimonials {
  position: relative;
}

.page-lp-recrutement-2019 .testimonials img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 767px) {
  .page-lp-recrutement-2019 .testimonials .container {
    background-color: #424243;
  }
}

@media (min-width: 768px) {
  .page-lp-recrutement-2019 .testimonials .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }

  .page-lp-recrutement-2019 .testimonials .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.89) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.89) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 1%,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.89) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */
  }
}

.page-lp-recrutement-2019 .testimonials p {
  color: #fff;
  text-shadow: 0 3px 3px #000000;
  font-size: 2rem;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .page-lp-recrutement-2019 .story-figures {
    display: flex;
  }

  .page-lp-recrutement-2019 .story-figures div {
    flex-basis: 100%;
    padding: 0 15px;
  }
}

.page-lp-recrutement-2019 .story-figures div {
  margin-bottom: 25px;
  text-align: center;
}

.page-lp-recrutement-2019 .story-figures .figure {
  color: #ff4b00;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  line-height: 1;
  font-size: 4.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-lp-recrutement-2019 .story-figures .figure {
    font-size: 3.5rem;
  }
}

.page-lp-recrutement-2019 .story-figures .caption {
  margin: 0;
  line-height: 1.3;
}

.page-lp-recrutement-2019 .illustration {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}