.elementor-2742489 .elementor-element.elementor-element-f589a53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2742489 .elementor-element.elementor-element-4faadd6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ab87767 */html {
  scroll-behavior: smooth;
}

.ressources-page {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background-color: transparent;
  padding: 40px 20px 40px 40px;
  max-width: 1000px;
  margin-left: 0;
  margin-right: auto;
  border-radius: 12px;
}

.ressources-page h2 {
  font-size: 28px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc33;
  padding-bottom: 10px;
}

.ressources-page h3 {
  font-size: 20px;
  margin-top: 2px;
  color: #F0B400;
}

.sommaire ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.sommaire li {
  margin-bottom: 8px;
}

.sommaire a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.section {
  margin-top: 50px;
  border-top: 1px solid #cccccc33;
  padding-top: 1px;
  border-radius: 20px;
  border: 1px solid #ffffff;

  /* 👇 Décalage pour les liens d’ancrage */
  scroll-margin-top: 100px;
}

.section p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.boutons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.btn {
  background-color: #F0B400;
  color: #ffffff !important;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 25px;
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
}

.btn:hover {
  background-color: #ffc107;
  color: #0175FE !important;
}

.infos {
  list-style: disc;
  padding-left: 30px;
  margin-top: 10px;
  color: #E0E0E0;
}

.infos ul {
  list-style: circle;
  margin-top: 5px;
  padding-left: 20px;
}

.infos li {
  margin-bottom: 10px;
}

.plus-icon {
  color: #0175FE;
  margin-right: 8px;
  font-size: 23px;
  vertical-align: middle;
}

.mt {
  margin-top: 15px;
}/* End custom CSS */