.titre-text-cta-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin: auto;
  margin-bottom: 19px;
  max-width: 100% !important;
}

#titre-text-cta-cta {
color: white !important;
}

#titre-text-cta-cta:hover {
color: black !important;
}

.titre-text-cta-titre {
 margin: 30px 0 0 !important;
}

.titre-text-cta-text {
  line-height: 1.8;
  font-size: 1.1rem !important;
}

.titre-text-cta-text p {
  line-height: 1.8;
  font-size: 1.1rem !important;
}


.titre-text-cta-cta {
  text-decoration: none;
  color: white;
  width: fit-content;
  background-color: black;
  border: 1px solid black;
  border-radius: 54px;
  margin-top: 36px;
  font-weight: 700;
  padding: 16px 20px;
}

.titre-text-cta-cta:hover {
  cursor: pointer;
  background-color: white;
  color: black;
  border: 1px solid black;
}