/*
#@0
#@1
*/
@charset "UTF-8";
/* Feuille de style spécifique aux .rubriques
Elle définit les éléments communs à toutes les .rubriques du site */
div.article-box {
  border: 4px solid rgba(34, 136, 204, 0.15);
  border-left-width: 10px;
  border-left-color: #7CC724;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0.5em;
  max-width: 40rem;
  display: flex;
  flex-direction: row;
}
div.article-box span.logo {
  min-width: 15em;
  flex: 1;
  margin-right: 0.5em;
}
div.article-box > div {
  flex: 2;
  /* display: flex; */
  min-width: 1em;
}
div.article-box > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.article-box .lireaussi {
  color: #7CC724;
  font-family: "Bebas Kai", sans-serif;
  font-size: 1.3em;
}
div.article-box h3 {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
div.article-box h3 a {
  font-family: "Bebas Kai", sans-serif;
  color: #006699;
  font-size: 1em;
  text-decoration: none;
  line-height: 1;
  max-width: 100%;
}
div.article-box p {
  align-self: flex-start;
  width: 100%;
  line-height: 1;
  max-width: 100%;
  font-size: 0.9em;
  margin: 0;
}
@media (max-width: 600px) {
  div.article-box {
    display: block;
  }
  div.article-box span.logo {
    min-width: 15em;
    margin: 0;
  }
}
@media (min-width: 60em) {
  main {
    margin-top: 8.2rem;
  }
}
.cartouche {
  max-width: 68rem;
  margin: auto;
}
.rubrique {
  max-width: 68rem;
  margin: auto;
  text-align: center;
}
.rubrique header {
  position: relative;
}
.rubrique header .texte {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 68rem;
  color: #ffffff;
  font-family: "Bebas Kai", sans-serif;
  -webkit-filter: saturate(2.5);
  filter: saturate(2.5);
}
@media (min-width: 60rem) {
  .rubrique header .texte .titre {
    color: #ffffff;
  }
}
@media (min-width: 60rem) {
  .rubrique header .texte .sous_titre {
    color: #ffffff;
    margin-top: 0.3em;
  }
}
.pagination {
  color: #7CC724;
  text-transform: uppercase;
}
.pagination-top {
  padding-bottom: 1em;
}
.rubrique .presentation {
  background-color: #ffffff;
  text-align: center;
}
.rubrique .presentation .texte {
  max-width: 42rem;
  padding-left: 1em;
  padding-right: 1em;
  margin: auto;
  text-align: justify;
}
.rubrique .presentation .texte p {
  margin: 0.3em 0 0.3em 0;
  font-size: 0.9em;
}
.rubrique .presentation .texte h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
@media (max-width: 60rem) {
  .rubrique .presentation .texte h3 {
    font-size: 1.5rem;
  }
}
.rubrique .liste {
  background-color: #f6f6f6;
  text-align: center;
}
.rubrique .liste_articles {
  max-width: 100%;
  margin: auto;
  padding: 1.5rem 1rem 1.5rem 1rem;
}
.rubrique .liste_articles a {
  text-decoration: none;
}
.rubrique .article {
  width: 100%;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  margin-bottom: 20px;
  height: 10rem;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rubrique .article:hover {
  border-color: #72adcc;
  background: #fbfcff;
}
.rubrique .article .image {
  max-height: 100%;
  width: 35%;
  height: auto;
  overflow: hidden;
  display: inline-block;
}
.rubrique .article .texte {
  position: relative;
  display: inline-block;
  height: 9.6rem;
  width: 64%;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rubrique .article .texte .titre {
  position: relative;
  top: 0;
  font-size: 1.5rem;
  font-family: "Bebas Kai", sans-serif;
  color: #006699;
  max-width: 100%;
}
.rubrique .article .texte .soustitre {
  position: relative;
  top: 0;
  font-size: 1.2rem;
  font-family: "Bebas Kai", sans-serif;
  color: #7CC724;
  max-width: 100%;
}
.rubrique .article p {
  font-size: 0.9rem;
  color: #757575;
  margin: 0.2rem 0 0 0;
  text-align: justify;
}
.rubrique .liste_sous_rubrique {
  max-width: 100%;
  padding-top: 1rem;
  max-width: 68rem;
  margin: auto;
}
.rubrique .sous_rubrique {
  display: inline-block;
  width: 45%;
  height: 6rem;
  margin: 0.4rem;
  border: 1px solid #bcbcbc;
  background-position: center;
  background-size: cover;
  min-width: 16em;
  overflow: hidden;
}
.rubrique .sous_rubrique a {
  text-decoration: none;
}
.rubrique .filtre {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-transition: background-color 0.4s;
  /* Safari */
  transition: background-color 0.4s;
  -webkit-filter: saturate(2.5);
  filter: saturate(2.5);
}
.rubrique .filtre:hover {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
.filtre:hover > .texte_sous_rubrique {
  /*opacity: 0;*/
}
.rubrique .texte_sous_rubrique {
  position: relative;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  text-align: center;
  -webkit-transition: opacity 0.4s;
  /* Safari */
  transition: opacity 0.4s;
}
.rubrique .texte_sous_rubrique .titre {
  /*color: #069;*/
  font-family: "Bebas Kai", sans-serif;
  font-size: 2rem;
  line-height: 0.9;
  margin-bottom: 0.1em;
}
.rubrique .texte_sous_rubrique .nombre {
  /*color: #069;*/
  font-family: "Bebas Kai", sans-serif;
  font-size: 1rem;
  margin-top: -0.5rem;
}
@media (max-width: 60em) {
  .rubrique .sous_rubrique {
    width: 80%;
  }
  .rubrique .article {
    height: 5em;
  }
  .rubrique .article .texte p {
    display: none;
  }
  .rubrique .article .texte {
    height: 100%;
    width: 62%;
    padding-top: 1rem;
    padding-left: 0.7rem;
    padding-right: 0.2rem;
  }
  .rubrique .article .texte .titre {
    font-size: 1.1em;
    line-height: 1em;
    color: #4a4a4a;
  }
  .rubrique .article .image {
    height: 100%;
    width: 10em;
    max-width: 35%;
  }
  .rubrique .article .image img {
    border: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    border-radius: 4px 0 0 4px;
    max-width: 100% !important;
  }
  .rubrique header .texte {
    position: relative;
    color: #000000;
    background: none !important;
    filter: unset;
    -webkit-filter: unset;
  }
  .rubrique header .texte .titre {
    font-size: 2em;
    margin: 0;
    padding-top: 0.4em;
  }
  .rubrique header .texte .sous_titre {
    font-size: 1.2em;
  }
}
