#titre-text-cta-simple {
  margin: auto;
  background-color: #2B524B;
}

.titre-text-cta-cta:hover .cta-toshow-icon {
  display: block;
}

.titre-text-cta-cta:hover .cta-hidden-icon {
  display: none;
}

.titre-text-cta-cta img {
  width: 16px;
}

.mode-simple {
  background-color: white !important;
  padding-top: 42px;
}

.mode-simple .titre-text-cta-text span {
  width: 100%;
}

.mode-simple .titre-text-cta-text ul {
  padding-left: 0 !important;
}

.mode-simple .titre-text-cta-text {
  color: black;
  text-align: start !important;
}

.mode-simple .titre-text-cta-cta {
  background-color: var(--main-red) !important;
  border: 1px solid var(--main-red);
  color: white;
}

.mode-simple .titre-text-cta-titre {
  color: var(--main-red)
}

.mode-simple .titre-text-cta-cta:hover {
  color: var(--main-red) !important;
  background-color: white !important;
  border: 1px solid var(--main-red) !important;
}

#titre-text-cta-simple .titre-text-cta-logo img {
  margin-top: 24px;
  width: 64px;
  margin-bottom: 16px;
}

#titre-text-cta-simple .titre-text-cta-titre {
  flex-direction: column;
  gap: 12px;
  width: 75%;
}

#titre-text-cta-simple .titre-text-cta-text {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

#titre-text-cta-simple .titre-text-cta-cta {
  background-color: #2B524B;
  width: 60%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

}

#titre-text-cta-simple .titre-text-cta-cta:hover {
  color: #2B524B;
  background-color: white;
  border: 1px solid #2B524B;
}

@media screen and (min-width : 1200px) {
  #titre-text-cta-simple .titre-text-cta-text {
    font-size: 15px;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    list-style-position: inside;
  }


  #titre-text-cta-simple .titre-text-cta-cta {
    width: 16%;
  }

  #titre-text-cta-simple {
    gap: 8px;
  }
}

@media screen and (min-width : 1600px) {
  #titre-text-cta-simple .titre-text-cta-text {
    font-size: 16px;
    /* width: 26%; */
  }
}