html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', ​Helvetica, ​Arial, ​sans-serif;
    font-size: 13px;
    line-height: 13px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    margin: 0;
}

hr {
    border: 1px dotted #dedad9;
    margin-bottom: 20px;
}

p {
    color: rgb(39, 39, 40);
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 19px;
    text-align: justify;
}

a {
    text-decoration: none;
}

.grid-container {
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    display: grid;
    gap: 0 10px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.grid-container>* {
    text-align: center;
    padding: 0;
}

header img {
    display: block;
    width: 100%;
}

.content.article-auteur {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

.text-middle {
    text-align: center;
}

.float-left {
    float: left;
    display: block;
}

.mr-30 {
    margin-right: 30px;
}

.contenu {
    -moz-columns: 3;
    -moz-column-gap: 40px;
    -webkit-columns: 3;
    -webkit-column-gap: 40px;
    columns: 3;
    column-gap: 40px;
}

.social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.social-icon {
    border-radius: 10%;
    box-sizing: border-box;
    color: white;
    display: block;
    height: 32px;
    padding: 2px;
    width: 32px;
}

.social-facebook {
    background-color: #4267b2;
}

.social-twitter {
    background-color: #000;
}

.social-pinterest {
    background-color: #cb2027;
}

.social-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.button {
    background: #48b8e6;
    background-image: linear-gradient(#279be4, #48b8e6);
    border-radius: 8px;
    box-shadow: 1px 1px 4px #48b8e6;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0px 26px;
    text-decoration: none;
}

.articles-archives {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 40px;
    width: 990px;
    margin: 0 auto;
}

.articles-archives .article {
    display: flex;
    gap: 5px;

}

.articles-archives .article img {
    width: 40px;
    height: 40px;
}

.articles-archives .article p {
    font-family: 'Helvetica Neue', ​​Helvetica, ​​Arial, ​​sans-serif;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
    padding: 0;
}

.articles-archives .article a {
    font-family: 'Helvetica Neue', ​​Helvetica, ​​Arial, ​​sans-serif;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 2px;
}

.articles-archives .article .teaser {
    width: 100%;
}

.articles-archives .article .auteur {
    font-family: 'Helvetica Neue', ​​Helvetica, ​​Arial, ​​sans-serif;
    font-size: 11px;
    margin-bottom: 2px;
    padding: 0;
    text-transform: uppercase;
}

.footer {
    background-color: rgb(185, 184, 184);
    border-top: 1px solid rgb(218, 222, 223);
    height: 150px;
    margin: 0;
    padding: 20px;
}

.footer h3 {
    color: rgb(102, 101, 101);
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 30px;
}

.footer .footer-block-wrapper {
    position: relative;
    padding: 0 24px 0 24px;
    overflow: hidden;
}

.footer .footer-block-wrapper button.prev {
    border: 1px solid #000;
    background: transparent;
    left: 1px;
    position: absolute;
    top: 37px;
    z-index: 10;
}

.footer .footer-block-wrapper button.next {
    border: 1px solid #000;
    background: transparent;
    right: 1px;
    position: absolute;
    top: 37px;
}

.footer .footer-block {
    margin-top: 20px;
    margin-left: 10px;
}

.footer .footer-block ul {
    padding: 0;
}

.footer .footer-block .footer-block-item {
    list-style-type: none;
}

.footer .footer-block .footer-block-item a {
    background-color: #fff;
    display: block;
    float: left;
    height: 95px;
    margin-left: 5px;
    width: 180px;
}

.copyright {
    background-color: rgb(85, 121, 169);
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    margin: 0;
    text-align: center;
}

.compteurs_wrapper {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: end;
    float: right;
}

.compteurs_wrapper .like-link img {
    height: 20px;
}

.badge {
    background-color: #e0e0e0;
    border: 1px solid #a0a0a0;
    border-radius: 6px;
    display: flex;
    font-weight: bold;
    font-size: 11px;
    gap: 5px;
    height: 14px;
    line-height: 13px;
    padding: 2px 5px;
    text-align: center;
    min-width: 15px;
}

.badge img {
    height: 14px;
}

.page-enseignements {
    background-image: url("/fr/img/interieur/background-enseignements.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}