@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Roboto+Mono:wght@700&display=swap');

* {
    border-radius: 0 !important;
}

body {
    font-family: 'Baskerville', serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

main {
    background-color: #ffffff !important;
}

header, footer {
    background-color: #8A2BE2 !important;
    color: #ffffff !important;
}

header section {
    background-color: blueviolet;
    color: white !important;
}
article header h2 {
    background-color: white !important;
}
article header  {
    background-color: white !important;
}

header h1, header h1 span {
    color: white !important;
    margin-bottom: 0;
}

header h5 p, header h6 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: #222;
}

nav .nav-link {
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
}

nav .nav-link:hover {
    color: #8A2BE2 !important;
    background-color: white;
}

section header {
    background-color: white !important;
}

section header h4 {
    background-color: #8A2BE2 !important;
    color: white !important;
}

article p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

article header p {
    color: blueviolet !important;
    font-family: 'Montserrat', sans-serif;
}

article section p {
    font-weight: lighter;
}

.btn-primary {
    background-color: #8A2BE2 !important;
    border: none;
    color: #ffffff !important;
}

.btn-primary:hover {
    opacity: 0.9;
}

.badge {
    background-color: #dc3545;
    font-family: 'Montserrat', sans-serif;
    padding: 0.5em 1em;
}

.img-grande-une {
    width: 100% !important;
    height: auto !important; 
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.img-miniature {
    width: 140px !important;
    height: 80px !important;
    object-fit: cover;
    display: block;
}

.border-start, .border-end, .border-top {
    border-color: #dee2e6 !important;
}

footer {
    font-family: 'Montserrat', sans-serif;
}

footer h5 {
    color: white !important;
}
