#ancre-FAQ {
  position: absolute;
  transform: translateY(-70px);
  height: 10px;
  display: block;
  background-color: red;
}

#ancre-bibliotheque {
  transform: translateY(-120px);
}

/*********** SECTION 1 ***********/

#thematique-1 {
  background-color: #0a5adb;
}

#thematique-1 .container {
  color: white;
  padding: 160px 0px 30px 0px;
}

#thematique-1 .texte {
  width: 35%;
}

#thematique-1 .s-1 p {
  font-size: 16px;
}

#thematique-2 .titre {
  display: none;
}

#thematique-2 #conseils-menu-principal {
  padding-top: 0px;
  position: relative;
  top: -20px;
  border-top: none;
}

/*********** RESSOURCES ***********/

#ressources {
  margin-top: 200px;
  margin-bottom: 120px;
}

@media (max-width: 600px) {
  #ressources {
    margin-top: 120px;
  }
}

/*------- LIGNE 1 -------*/

/*********** SERVICES ***********/

#services h3 {
  display: inherit !important;
}

#services .onglets {
  display: none !important;
}

#services .contenus {
  display: inherit !important;
}

#services .onglet-contenu {
  display: block !important;
  margin-bottom: 60px;
  visibility: visible !important;
  opacity: 1 !important;
}

/*********** FAQ (SECTION 6) ***********/

#faq {
  margin-top: 120px;
  margin-bottom: 120px;
}
