.elementor-65237 .elementor-element.elementor-element-221dc3b{--display:flex;}.elementor-65237 .elementor-element.elementor-element-221dc3b .elementor-repeater-item-b8c556e{--float-image-width:30;--float-image-left:50;--float-image-top:30;}.elementor-65237 .elementor-element.elementor-element-23faa6e{--spacer-size:50px;}.elementor-65237 .elementor-element.elementor-element-60ad36e{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-54ee559 *//* ======================================================
   ESPACE RESSOURCES – Vie & Accompagnement
   ====================================================== */

/* ===== Wrapper ===== */
.va-resources-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Header ===== */
.va-resources-header {
  text-align: center;
  margin-bottom: 50px;
}

.va-resources-header img {
  max-width: 180px;
  margin-bottom: 20px;
}

.va-resources-header h2 {
  font-size: 32px;
  color: #708090;
  margin-bottom: 12px;
}

.va-resources-header p {
  color: #708090;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== Grid ===== */
.va-resources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* ===== Card ===== */
.va-resource-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;

  /* Alignement vertical du bouton */
  display: flex;
  flex-direction: column;
}

/* Ligne décorative */
.va-resource-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ffc09f;
}

.va-resource-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* ===== Text ===== */
.va-resource-card h4 {
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.va-resource-card p {
  font-size: 14px;
  color: #708090;
  margin-bottom: 20px;
}

/* ===== Button ===== */
.va-resource-card a {
  margin-top: auto;              /* pousse le bouton en bas */
  align-self: center;

  display: inline-block;
  padding: 10px 20px;
  background: #61ce70;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.va-resource-card a:hover {
  background: #4bb85d;
  transform: scale(1.05);
}

/* ===== Mobile ===== */
@media (max-width: 768px) {

  .va-resources {
    grid-template-columns: 1fr;
  }

  .va-resources-header h2 {
    font-size: 26px;
  }

  .va-resources-header p {
    font-size: 15px;
  }

  .va-resource-card a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54ee559 *//* ======================================================
   ESPACE RESSOURCES – Vie & Accompagnement
   ====================================================== */

/* ===== Wrapper ===== */
.va-resources-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Header ===== */
.va-resources-header {
  text-align: center;
  margin-bottom: 50px;
}

.va-resources-header img {
  max-width: 180px;
  margin-bottom: 20px;
}

.va-resources-header h2 {
  font-size: 32px;
  color: #708090;
  margin-bottom: 12px;
}

.va-resources-header p {
  color: #708090;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== Grid ===== */
.va-resources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* ===== Card ===== */
.va-resource-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;

  /* Alignement vertical du bouton */
  display: flex;
  flex-direction: column;
}

/* Ligne décorative */
.va-resource-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ffc09f;
}

.va-resource-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* ===== Text ===== */
.va-resource-card h4 {
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.va-resource-card p {
  font-size: 14px;
  color: #708090;
  margin-bottom: 20px;
}

/* ===== Button ===== */
.va-resource-card a {
  margin-top: auto;              /* pousse le bouton en bas */
  align-self: center;

  display: inline-block;
  padding: 10px 20px;
  background: #61ce70;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.va-resource-card a:hover {
  background: #4bb85d;
  transform: scale(1.05);
}

/* ===== Mobile ===== */
@media (max-width: 768px) {

  .va-resources {
    grid-template-columns: 1fr;
  }

  .va-resources-header h2 {
    font-size: 26px;
  }

  .va-resources-header p {
    font-size: 15px;
  }

  .va-resource-card a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */