/* Styles pour les cartes de soutiens */
.list-of-supports {
  padding: 40px 0;
}

.support-content-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.support-content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--agir-pour-verny-blue);
}

.support-image {
  margin-bottom: 25px;
  position: relative;
}

.support-image img {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.support-identity {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.support-identity h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
  line-height: 1.3;
}

.support-identity .font-italic {
  font-size: 15px;
  color: var(--agir-pour-verny-blue);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.support-quote {
  flex-grow: 1;
  position: relative;
}

.support-quote div {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  font-style: italic;
  position: relative;
  margin: 0;
  padding: 30px;
}

.support-quote div::before {
  content: "«";
  font-size: 60px;
  color: #e2e8f0;
  position: absolute;
  top: -15px;
  left: -10px;
  font-family: Georgia, serif;
  line-height: 1;
}

.support-quote div::after {
  content: "»";
  font-size: 60px;
  color: #e2e8f0;
  position: absolute;
  bottom: 0px;
  right: -5px;
  font-family: Georgia, serif;
  line-height: 1;
}

/* Variations de couleurs */
/* .support-content-wrap:nth-child(3n + 1)::before {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.support-content-wrap:nth-child(3n + 2)::before {
  background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%);
}

.support-content-wrap:nth-child(3n + 3)::before {
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
} */

/* .support-content-wrap:nth-child(3n + 2) .support-identity .font-italic {
  color: #f5576c;
}

.support-content-wrap:nth-child(3n + 3) .support-identity .font-italic {
  color: #4facfe;
} */

/* Responsive */
@media (max-width: 767px) {
  .support-content-wrap {
    padding: 25px 20px;
  }

  .support-identity h4 {
    font-size: 20px;
  }

  .support-quote p {
    font-size: 15px;
  }

  .support-image img {
    height: 240px;
  }
}
