.elementor-2742567 .elementor-element.elementor-element-3c7745f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-896b304 */.ressources-page {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background-color: transparent;
  padding: 40px;
  max-width: 900px;
  margin: auto;
  border-radius: 12px;
}

.ressources-page h2 {
  font-size: 28px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc33;
  padding-bottom: 10px;
}

.ressources-page h3 {
  font-size: 20px;
  margin-top: 30px;
  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;
}

.section {
  margin-top: 30px;
  border-top: 1px solid #cccccc33;
  padding-top: 2px;
}

.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;
}
.plus-icon {
  color: #0175FE !important;
  margin-right: 8px;
  font-size: 23px;
  vertical-align: middle;
}/* End custom CSS */