@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700&family=Open+Sans:wght@400;600;700&display=swap");

body {
    background-color: #f8f8f8 !important;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "EB Garamond", serif;
}

p {
    color: #6c757d;
    font-size: 14px;
}

header {
    padding: 2rem;
    text-align: center;
    background-color: white;
}
header a.logo .title {
    text-transform: uppercase;
    font-size: 18px;
    color: #bbbbbb;
    margin: 0.5rem 0;
    font-weight: 600;
    letter-spacing: 5px;
}

header a.logo img {
    width: 300px;
    max-width: 100%;
}

header a.logo:hover {
    text-decoration: none !important;
}
header a.logo:hover .title {
    color: #447cbf;
}

header nav a {
    font-size: 13px;
    color: #bbbbbb;
    text-transform: uppercase;
    padding: 0 0.3rem;
    margin: 0 0.3rem;
    font-weight: 600;
}
header nav a.active {
    color: #447cbf;
}

section.articles article {
    background-color: #fff;
    width: 340px;
    margin: 15px;
    max-width: 100%;
}
section.articles img {
    border-bottom: 6px solid #447cbf;
}
section.articles a {
    color: inherit;
}
section.articles a:hover {
    color: #447cbf;
    text-decoration: none;
}

section.articles h2 {
    font-size: 24px;
}

section.articles .infos {
    overflow: auto;
    padding: 1.5rem 1rem 1rem 1rem;
}
section.articles p {
    margin: 0;
}

.date {
    text-transform: uppercase;
    font-size: 10px;
    color: #bbbbbb;
    margin: 0.5rem 0;
    font-weight: 600;
}

section.heading {
    background-color: white;
}

section.content {
    line-height: 1.9rem;
    color: #404040;
    font-weight: 400;
}

.page-link {
    padding: 0.6rem 1.15rem;
    color: inherit;
    background-color: transparent !important;
    border: none;
    outline: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none !important;
}

.page-link:hover {
    color: #447cbf;
}

h1.article_title {
    line-height: 100%;
    margin: 1rem 0;
}

.rubriques a {
    color: #afafaf;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 0 1rem 0 0;
    border-bottom: 3px solid #e6e6e6;
    padding: 0 0.2rem 0.3rem 0.2rem;
}

.rubriques a:hover {
    color: #447cbf;
    border-color: #447cbf;
    text-decoration: none !important;
}


#search{
    width:400px;
    max-width: 100%;
    margin:0 auto;
}