/*titre des pages*/

.entry-header .entry-title {
  color: #075591;
  font-weight: bold;
  font-variant: normal;
}

/*deuxième sous titre*/

h2 {
  color: #f2870c;
  font-size: 25px;
}

/*troisième sous titre*/

h3 {
  color: #7a3a91;
  text-transform: none;
  font-weight: normal;
  font-size: 24px;
}

/*menu principal*/

.nav__menu .menu-item .nav__link .nav__title {
  text-transform: none;
  color: #075591;
  font-size: 19px;
  font-weight: bolder;
}