:root {
  --bg-color: #f8f8f8;
}

.presentation-card {
  padding: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  border: 1px solid var(--light-gray);
}

.fit-other-card-height {
  min-height: 70px;
}

.skills {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}

.ca-log-shape-pin {
  display: flex;
  column-gap: 32px;
}

.ca-log-shape-pin::before {
  content: "";
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 500px;
  border-top-left-radius: 0px;
  background-color: var(--orange-cta);
}

.gradient-bottom::after {
  background: linear-gradient(to bottom, #f8f8f800 0%, #f8f8f8 100%) !important;
}

@media screen and (max-width: 900px) {
  .presentation-card {
    padding: 6.25%;
  }
}

.title-question-section {
  font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (1440 - 320)));
  font-weight: 500;
}


/* --------------------------------------------
   Bloc de contacts (Sandra & Caroline)
-------------------------------------------- */
.affretement-contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.affretement-contacts p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

