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

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

h1, h2 {
    text-align: center;
    color: #2f46a3;
}

h1 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 700;
}

h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.625rem;
    font-weight: 500;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

p {
    line-height: 1.5;
}

.img-fluid {
    width: auto;
}

.icone-aligne {
    display: inline-flex;
    align-items: center;
}

.icone-aligne svg {
    margin-right: 0.25rem;
    min-width: max-content;
}

.entete-haut {
    padding: 0.75rem 0;
    background-color: #002e86;
    font-size: 0.875rem;
}

.entete-haut a {
    margin: 0 0.5rem;
    color: #fff;
    text-decoration: none;
}

.entete-haut a svg {
    fill: #fff;
}

.entete {
    background-color: #2f46a3;
}

.entete .toiture {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    background-image: url(/ressources/images/toitures.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
}

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

.page-info {
    text-align: center;
}

.page-info .page-titre {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.page-info .page-titre a {
    color: #fff;
    text-decoration: none;
}

.page-info .page-desc {
    margin: 0;
    font-size: 1.125rem;
    color: #c7c4e4;
}

.page-menu {
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background-color: #656263;
}

.page-menu .navbar-toggler {
    padding: 0.75rem 0;
    border: none;
    font-size: 1.25rem;
    color: #fff;
}

.page-menu .navbar-toggler svg {
    fill: #fff;
}

.page-menu .navbar-toggler:focus {
    box-shadow: none;
}

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

.page-menu .navbar-nav .nav-link {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    color: #fff;
    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,
.page-menu .navbar-nav .nav-link.active {
    background-color: #2f46a3;
}

.page-menu .dropdown-menu {
    margin-top: 0;
    padding: 0.5rem;
    border: 0.125rem solid #2f46a3;
    border-radius: 0;
    background-color: #656263;
    font-size: 1.125rem;
}

.page-menu .dropdown-item {
    margin-top: 0.125rem;
    padding: 0.675rem 1rem;
    color: #fff;
}

.page-menu .dropdown-item:focus,
.page-menu .dropdown-item:hover,
.page-menu .dropdown-item:active,
.page-menu .dropdown-item.active {
    border-radius: 0;
    background-color: #2f46a3;
}

.principal {
    padding: 3rem 0;
}

.principal a {
    color: #2f46a3;
    text-decoration: none;
}

.principal a:hover {
    text-decoration: underline;
}

.principal ul li {
    line-height: 1.5;
}

.principal .qualification img {
    max-height: 100px;
}

.principal .qualification-grande img {
    max-height: 175px;
}

.principal .bouton-texte {
    padding: 0.75rem 1rem;
    background-color: #2f46a3;
    color: #fff;
    text-align: center;
}

.principal .bouton-texte h3 {
    font-size: 1.5rem;
}

.principal .bouton-texte a {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    background-color: #fff;
    color: #2f46a3;
}

.principal .bouton-texte a svg {
    fill: #2f46a3;
}

.principal .bouton-texte a:hover {
    text-decoration: none;
    box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.3);
}

.principal .bouton-lien {
    display: inline-flex;
    padding: 0.75rem 1rem;
    background-color: #2f46a3;
    color: #fff;
}

.principal .bouton-lien:hover {
    text-decoration: none;
    box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.3);
}

.principal .bouton-lien svg {
    fill: #fff;
}

.principal .icone-liste {
    padding-left: 1rem;
    list-style: none;
}

.principal .icone-liste li {
    line-height: 1;
}

.principal .icone-liste p,
.principal .icone-liste a {
    margin-bottom: 1.25rem;
}

.principal .icone-liste svg {
    margin-right: 1rem;
    font-size: 2rem;
    fill: #2f46a3;
}

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

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

.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(47, 70, 163, 0.8);
    color: #fff;
}

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

.pieddepage-haut {
    padding: 1rem 0;
    background-color: #827f80;
}

.pieddepage-haut .qualification img {
    max-height: 70px;
}

.pieddepage {
    padding: 1rem 0;
    background-color: #656263;
    color: #fff;
}

.pieddepage a {
    margin: 0 0.5rem;
    color: #fff;
}

.pieddepage a svg {
    fill: #fff;
}

.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;
}

.carousel-item {
    padding: 0.5rem;
}

.carousel-indicators {
    position: relative;
    margin: 0;
}

.carousel-indicators [data-bs-target] {
    background-color: #2f46a3;
}

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

    .entete .toiture {
        background-size: 40%;
    }
}

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

    h1, h2 {
        text-align: left;
    }

    .icone-aligne svg {
        margin-right: 0.5rem;
    }

    .entete .toiture {
        padding-top: 2.5rem;
    }

    .page-info {
        margin-left: 0.75rem;
        text-align: left;
    }

    .page-info .page-titre {
        font-size: 2.25rem;
    }

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

    .page-menu .navbar-nav .nav-link {
        padding: 1rem 1.25rem;
    }

    .page-menu .dropdown-menu {
        border: none;
        box-shadow: 0.25rem 0.75rem 1rem rgba(0, 0, 0, 0.3);
    }

    .principal .bouton-texte {
        padding: 1rem 1.75rem;
    }
}

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

    .entete .toiture {
        background-size: auto;
    }

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

    .page-info {
        margin-left: 1.5rem;
    }

    .page-info .page-titre {
        font-size: 2.5rem;
    }

    .page-info .page-desc {
        font-size: 1.25rem;
    }

    .principal .galerie-justifie div:last-child {
        max-width: 60%;
    }
}

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