/* ---------------------------------------------------------------------- */
/*              Block ACF  - block-hero-particulier-entreprise            */
/* ---------------------------------------------------------------------- */
.hero-pe {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2px;
  justify-content: center;
  align-items: center;
}

.hero-pe__col {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
  min-height: 200px;
  justify-content: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.hero-pe__col.right {
  padding: 5% !important;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .hero-pe__col.right {
    padding: 5% 0 5% 20% !important;
    align-items: flex-start;
  }
}
.hero-pe__col.left {
  padding: 5% !important;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .hero-pe__col.left {
    padding: 5% 0 5% 8%;
    align-items: flex-start;
  }
}
.hero-pe__col--title {
  font-size: 30px !important;
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 3px 3px 6px rgba(0, 33, 56, 0.3450980392);
}
@media screen and (min-width: 768px) {
  .hero-pe__col--title {
    font-size: 40px !important;
  }
}
.hero-pe__col_btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-pe__col .btn-colonne {
  background-color: #5BCA52;
  opacity: 0.8;
  padding: 10px 20px;
  color: #FFFFFF;
  text-align: left;
  font-weight: 600;
}
@media screen and (min-width: 976px) {
  .hero-pe__col.right {
    padding: 5% 0 5% 25% !important;
  }
  .hero-pe__col.left {
    padding: 5% 0 5% 8% !important;
  }
}

/*# sourceMappingURL=block-hero-part-ent.css.map */
