@charset "UTF-8";


.btn, .form-control, .nav-link, .badge, .form-select, .form-check-input {
    border-radius: 0;
}

body {
    font-family: 'Baskerville', serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

main {
    background-color: #ffffff;
}

body header, 
body footer {
    background-color: #8A2BE2;
    color: #ffffff;
}


.bg-perso {
    background-color: #8A2BE2 !important;
}

article header h2, 
article header {
    background-color: white;
}

header h1, header h1 span {
    color: white;
    margin-bottom: 0;
}

header h5 p, header h6 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #222;
}

header .nav-link {
    color: #ffffff !important;
}

nav .nav-link {
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    text-transform: uppercase;
}

nav .nav-link:hover {
    color: #8A2BE2;
    background-color: white;
}

article p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 1rem;
}

article header p {
    color: #8A2BE2;
    font-family: 'Montserrat', sans-serif;
}

article div p {
    font-weight: 300;
}

body .btn-primary {
    background-color: #8A2BE2;
    border: none;
    color: #ffffff;
}

body .btn-primary:hover {
    opacity: 0.9;
    background-color: #7215c9;
}

.badge {
    background-color: #dc3545;
    font-family: 'Montserrat', sans-serif;
    padding: 0.5em 1em;
}

.img-grande-une {
    width: 100%;
    height: auto; 
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.img-miniature {
    width: 140px;
    height: 80px;
    object-fit: cover;
    display: block;
}

.border-start, .border-end, .border-top {
    border-color: #dee2e6;
}

footer {
    font-family: 'Montserrat', sans-serif;
}

footer h5 {
    color: white;
}
