section.a_la_une{
    background-color: var(--bleu_profond);
    padding: var(--padding_large);
}
section.a_la_une div{
    max-width: 1300px;
    width: 90vw;
    margin-left:auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--couleur_fond);
}
section.a_la_une div p{
    font-size: var(--taille_titre_h3);
    margin:0;
}
section.a_la_une div a{
    margin-left: 15px;
    line-height:1em;
    letter-spacing:0.06em;
    font-weight:normal;
    text-decoration:none;
    color:black;
    background: white;
    display:inline-block;
    padding:15px 12px 15px 15px;
    transition:background 200ms;
    border-radius:4px;
}
a.categorie{
  text-decoration: none;
  transition: transform 0.2s;
}
a.categorie:hover{
  transform: scale(1.01);
}
section.categorie{
    margin-bottom: 30px;
}
section.categorie p.categorie_titre{
  font-weight: bold;
  font-size: var(--taille_titre_h3);
  /*background-color: var(--bleue-profond);
  color: white;*/
  width: 200px;
  border-bottom: 15px solid var(--bleu_profond);
  border-right: 15px solid transparent;
}
section.categorie span{
}
div.cadre_categorie{
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 260px;
  height: auto;
  border-radius: 0;
  background-color: white;
  border: 2px solid var(--bleu_profond);
}
div.cadre_categorie p{
    font-weight: bold;
    font-size: 25px;
}
div.cadre_categorie div{
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}
div.cadre_categorie img{
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
