/* variables */
.essentiels_hq {
  position: relative;
  padding-bottom: 10px;
}
.essentiels_hq .couleur_fond {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #dfd5c2;
}
.essentiels_hq .bandeau_essentiels {
  height: 375px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 325px, 73.6% 325px, 22.2% 100%, 7.5% 325px, 0% 325px);
}
.essentiels_hq .quelques_points {
  background: #fff;
  margin: 30px 10px 10px 10px;
  padding: 30px 35px 30px 25px;
  box-shadow: 0px -7px 30px 5px rgba(0, 0, 0, 0.18);
  font-family: 'aller_displayregular';
  font-size: 1.5em;
  line-height: 1.1;
  text-transform: uppercase;
}
.essentiels_hq .detail_points {
  margin: 25px 0;
  padding: 0 10px;
}
.essentiels_hq .detail_points .cta {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .essentiels_hq {
    padding-bottom: 180px;
    margin-bottom: -160px;
  }
  .essentiels_hq .couleur_fond {
    width: 36%;
    left: 0;
  }
  .essentiels_hq .bandeau_essentiels {
    height: 580px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 325px, 63% 325px, 12.5% 100%, 1.1% 325px, 0% 325px);
  }
  .essentiels_hq .conteneur {
    margin-top: -355px;
    display: flex;
    align-items: flex-start;
  }
  .essentiels_hq .quelques_points {
    margin: 155px 0 0 0;
    width: 510px;
    font-size: 1.75em;
    line-height: 1.3;
    padding: 65px 70px 90px 70px;
    position: relative;
    z-index: 2;
  }
  .essentiels_hq .detail_points {
    padding: 85px 0px 0 115px;
    margin: 110px 0 0 0;
    flex: 1;
    position: relative;
  }
  .essentiels_hq .detail_points:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 83%;
    background: #000;
    position: absolute;
    left: 70px;
    top: 0;
  }
  .essentiels_hq .detail_points .cta {
    text-align: left;
  }
  .essentiels_hq.marge-bas {
    padding-bottom: 180px;
    margin-bottom: -160px;
  }
}
