body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    color: #212529;
}

h1, h2, h3 {
    font-family: 'Oswald', sans-serif;
}

h1 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
    font-weight: 400;
}

h2 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 400;
}

h3 {
    margin-bottom: 0.75rem;
    font-size: 1.625rem;
    font-weight: 300;
}

p {
    line-height: 1.5;
}

a {
    color: #66a1d5;
}

a:hover {
    color: #4080b1;
}

.img-fluid {
    width: auto;
}

.page-menu {
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

.page-menu .navbar-nav {
    margin: 0 0 0.5rem 0;
}

.page-menu .navbar-nav .nav-link {
    padding: 0.75rem 1.25rem;
    font-size: 2rem;
    color: #66a1d5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.page-menu .navbar-nav .nav-link:hover {
    color: #4080b1;
}

.principal {
    padding: 3rem 0;
    text-align: center;
}

.principal .page-logo img {
    width: 150px;
}

.principal h1 a {
    color: #212529;
    text-decoration: none;
}

.page-description {
    font-size: 1.25rem;
}

.ligne-portrait {
    margin-top: 2rem;
}

.ligne-portrait .colonne-portrait {
    margin-top: 2rem;
}

.ligne-portrait .colonne-portrait img {
    width: 200px;
}

.ligne-portrait .colonne-portrait h2 {
    margin-top: 1rem;
}

.ligne-portrait .colonne-portrait .blockquote {
    margin-left: 1rem;
    margin-right: 1rem;
    font-style: italic;
}

.principal .galerie-justifie {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.principal .galerie-justifie div {
    flex: auto;
    position: relative;
    height: 175px;
}

.principal .galerie-justifie .image-verticale {
    max-width: 35%;
}


.principal .galerie-justifie div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.principal .galerie-justifie div span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: rgba(33, 37, 41, 0.5);
    color: #fff;
}

.pieddepage {
    color: #636669;
}

.pieddepage a {
    color: #636669;
}

.pieddepage a:hover {
    color: #212529;
}

.pieddepage li {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.lightbox-image .sl-overlay {
    background: #000;
}

.lightbox-image .sl-wrapper .sl-close,
.lightbox-image .sl-wrapper .sl-navigation button.sl-next,
.lightbox-image .sl-wrapper .sl-navigation button.sl-prev {
    margin: 0;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    fill: #fff;
    font-size: 1.5rem;
}

.lightbox-image .sl-wrapper .sl-close {
    top: 1rem;
    right: 0.5rem;
}

.lightbox-image .sl-wrapper .sl-navigation button.sl-next {
    top: 50%;
    right: 0.5rem;
}

.lightbox-image .sl-wrapper .sl-navigation button.sl-prev {
    top: 50%;
    left: 0.5rem;
}

.lightbox-image .sl-wrapper .sl-image .sl-caption {
    font-size: 1.125rem;
    background-color: rgba(33, 37, 41, 0.5);
}

@media (min-width: 576px) {
    h1 {font-size: 2rem;} h2 {font-size: 2rem;} h3 {font-size: 1.75rem;}
}

@media (min-width: 768px) {
    h1 {font-size: 2.125rem;} h2 {font-size: 2.125rem;} h3 {font-size: 1.875rem;}

    .principal .galerie-justifie::after {
        content: "";
        flex-grow: 999;
    }
}

@media (min-width: 992px) {
    h1 {font-size: 2.25rem;} h2 {font-size: 2.25rem;}  h3 {font-size: 2rem;}

    .principal .page-logo img {
        width: 200px;
    }

    .ligne-portrait .colonne-portrait h2 {
        font-size: 2rem;
    }

    .ligne-portrait .colonne-portrait h3 {
        font-size: 1.875rem;
    }

    .principal .galerie-justifie div {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    h1 {font-size: 2.5rem;} h2 {font-size: 2.5rem;}
}

@media (min-width: 1400px) {
}
