.ressourcesContent h1{
  font-size: 2.75rem;
}

.ressourcesContent h2{
  font-size: 2rem;
}

.ressourcesContent .row .col h2{
  margin-bottom: 12px;
  margin-top: 24px;
}

.ressourcesContent h3{
  font-size: 1.5rem;
}

.ressourcesContent h4{
  font-size: 1rem;
}

.ressourcesContent p{ 
  margin-top: 25px;
}

@media(max-width: 576px){
  .ressourcesContent h1{
    font-size: 2.5rem;
  }
  
}

.blocRessources{
  margin-top: 50px;
  margin-bottom: 50px;
}

.blocObjectifs{
  background-color: var(--noir, black);
  color: white;
  background-image: url(../../assets/images/background/ZED_triangles_vecteur_outline_couleur.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 396px;
  background-size: 100%;
}

.mainContent .accordion h2{
  margin-bottom: 0px;
  
}

.mainContent .accordion h2 button{
  font-weight: bold;
}