#search-container {
display: none;
}
header h1 .site-title {
  font-size: 27px;
  text-transform: capitalize;
  letter-spacing: .125em;
  margin: 0;
  display: block;
  vertical-align: top;
  text-align: left;
  padding: 15% 0 0 5%;
}
header h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  background-image: url("/files/asset/0f6fc8ad904d0c376a39982101d1e7e13524b4a7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: .4;
}
nav {
  margin-top: 3em;
}
h3 {
  color: #859ca2;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-top: 40px;
}

.site-page-le-discours-de-la-methode-accueil h2 {
display: none;
}
.blocks table {
  margin:0 0 1rem 0;
}
.blocks th, td {
  padding: 0px;
}
tbody th, tbody td {
  padding: .5rem .625rem .625rem;
}
tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f1f1f1;
}
thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
.caption {
  text-align: justify;
}