figure.minimg img {
    max-width: 250px;
    height: auto;
    text-align: center;
}

figure.largimg img {
    max-width: 70%;
    height: auto;
    text-align: center;
}
/* Cible les articles dans une vue de blog */
.com-content-article__body {
    background-color: #f8f9fa; /* Grisé clair */
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.3s ease; /* Effet au survol */
}
.com-content-article__body:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.com-content-article {
    background-color: #f8f9fa; /* Grisé clair */
    border-radius: 0.5rem;
    border-color: #2D3668;
    padding: 1.5rem;
  magin-top: 50rem;  
  margin-bottom: 1.5rem;
    transition: box-shadow 0.3s ease; /* Effet au survol */
}
.site-grid {
    grid-template-areas: ". banner banner banner banner ." 
                         ". top-a top-a top-a top-a ." 
                         ". top-b top-b top-b top-b ." 
                         ". side-l comp comp side-r ." 
                         ". bot-a bot-a bot-a bot-a ." 
                         ". bot-b bot-b bot-b bot-b .";
}