.bsd-contact-us-block {
  color: var(--Couleur-primaire, #17285a);
  font-family: Poppins, sans-serif;
}

.bsd-contact-us-block .contact-form-right-title {
  color: var(--ORANGE, #f08227);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin: 0 0 14px;
}

.bsd-contact-us-block .contact-form-help-content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fffbef;
  border-radius: 16px;
  padding: 38px 28px 24px;
  color: var(--Couleur-primaire, #17285a);
  max-width: 503px;
}

.bsd-contact-us-block .contact-form-help-header {
  position: relative;
  padding-right: 8rem;
  min-height: 8rem;
  margin-bottom: 22px;
}

.bsd-contact-us-block .contact-form-help-decoration {
  position: absolute;
  right: 0;
  top: 0;
  width: 8rem;
  height: 8rem;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1199px) {
  .bsd-contact-us-block .contact-form-help-header {
    padding-right: 0;
    min-height: 0;
  }

  .bsd-contact-us-block .contact-form-help-decoration {
    display: none;
  }
}

.bsd-contact-us-block .contact-form-help-decoration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bsd-contact-us-block .contact-form-help-title {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--JAUNE, #ffc41d);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  max-width: 220px;
}

.bsd-contact-us-block .contact-form-help-subtitle {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: var(--Couleur-primaire, #17285a);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 188px;
}

.bsd-contact-us-block .contact-form-help-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  padding: 16px 18px 14px;
  margin-bottom: 16px;
}

.bsd-contact-us-block .contact-form-help-card:last-child {
  margin-bottom: 0;
}

.bsd-contact-us-block .contact-form-help-card h3 {
  margin: 0 0 6px;
  color: var(--Couleur-primaire, #17285a);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.bsd-contact-us-block .contact-form-help-card p {
  margin: 0 0 10px;
  color: var(--Couleur-primaire, #17285a);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.bsd-contact-us-block .contact-form-help-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.bsd-contact-us-block .contact-form-help-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bsd-contact-us-block .contact-form-duration {
  display: block;
  width: 56px;
  height: 17px;
  flex: 0 0 auto;
}

.bsd-contact-us-block .contact-form-plus {
  display: block;
  width: 18px;
  height: 16px;
  flex: 0 0 auto;
}
