div.pager  {width:100%;grid-column: span 12 / span 12;}
nav.pager, ul.pager__items {width:100%;grid-column: span 12 / span 12;}
ul.pager__items li {display:inline-block;margin-right:10px;}
ul.pager__items li a {}
/* tout ce qui touche au WYSIWYG */

.wysiwyg h2:first-child {
    margin-top:0em;
}
.fs-regular {
    font-size: clamp(0.8125rem, 0.4375rem + 1.5vw, 1.50rem);
    line-height: 1.25;
}

.md\:max-w-\[1000px\] {
    @media (width >= 48rem) {
        max-width: 940px;
    }
}


.max-h-\[70vh\] img {height:100%;max-height:70vh;width:auto;}