/* variables */
/** CTA BAS**/
.cta_besoin {
  margin: 50px auto 0 auto;
  text-align: center;
}
.cta_besoin .conteneur_cta {
  padding: 105px 25px 105px 25px;
}
.cta_besoin .conteneur_cta .titre_cta {
  font-family: 'aller_displayregular';
  color: #fff;
  font-size: 2.125em;
  line-height: 1.2;
  margin-bottom: 25px;
}
.cta_besoin .conteneur_cta .sstitre_cta {
  font-family: 'aller_displayregular';
  color: #fff;
  font-size: 1.125em;
  margin-bottom: 30px;
}
.cta_besoin .conteneur_cta .bouton {
  background-image: none;
  padding: 12px 50px 10px 50px;
  transition: all 0.25s;
}
.cta_besoin .conteneur_cta .bouton span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.cta_besoin .conteneur_cta .bouton span:before {
  font-size: 13px;
  transition: all 0.25s;
}
.cta_besoin .conteneur_cta .bouton:hover {
  background-color: #fff;
  color: #000;
}
.cta_besoin .fleche_projet {
  display: inline-block;
  position: relative;
  top: 67px;
}
.cta_besoin .fleche_projet:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 58px;
  background: #dfd5c2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 27px;
  border-radius: 3px;
}
/** CTA BAS**/
@media screen and (min-width: 1200px) {
  /** CTA **/
  .marge-bas {
    position: relative;
    z-index: 1;
    margin-bottom: -60px;
  }
  .cta_besoin {
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  .cta_besoin .fleche_projet {
    position: absolute;
    z-index: 2;
    top: 65px;
  }
  .cta_besoin .fleche_projet:before {
    height: 105px;
    left: -1px;
  }
  .cta_besoin .fleche_projet.haut {
    top: 130px;
  }
  .cta_besoin .conteneur_cta {
    position: relative;
    padding: 120px 25px 70px 25px;
    height: 540px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 480px, 49% 480px, 34.6% 100%, 19.23% 480px, 0% 480px);
  }
  .cta_besoin .conteneur_cta .titre_bouton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    width: 100%;
  }
  .cta_besoin .conteneur_cta .titre_cta {
    margin-bottom: 35px;
    font-size: 3.375em;
  }
  .cta_besoin .conteneur_cta .sstitre_cta {
    font-size: 1.375em;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .cta_besoin .conteneur_cta.haut {
    padding: 200px 25px 85px 25px;
    clip-path: polygon(0% 60px, 19.23% 60px, 34.6% 0%, 49% 60px, 100% 60px, 100% 100%, 0% 100%);
  }
  .cta_besoin .conteneur_cta.haut .titre_bouton {
    transform: translate(-50%, -35%);
  }
  /** END CTA **/
}
