.navbar
{
    z-index: 9999;
    position: fixed;
    width: 100%;
    font-size: 120% !important;
    background-color: #1b638c;
}
@media screen and (max-width: 450px) {
    .navbar
    {
        font-size: 100% !important;
    }
}
.nav-link
{
    color: white;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-link:hover,
.nav-link:focus
{
    color: white;
    transform: scale(1.05);
    box-shadow: 0 8px 24px none;
}
.nav-link.active
{
    color: white !important;
    text-decoration: underline;
}
.nav-link:focus
{
    text-decoration: underline;
}
.logo-navbar img
{
    max-height: 60px;
}
.menu-hamburger
{
    border: none;
    background: none;
    padding: 0;
    max-width: 56px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-hamburger:hover,
.menu-hamburger:focus
{
    transform: scale(1.1);
    box-shadow: 0 8px 24px none;
}
.menu-hamburger-icon
{
    height: 40px;
    width: auto;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: auto;
    box-shadow: none;
}
.bacgkground-image
{
    background-image: url('/images/image-de-fond.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100dvh;
    background-attachment: fixed;
}
.overlay
{
    padding-top: 125px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    overflow-y: auto;
}
.laPage
{
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5% ;
    border-radius: 10px;
    position: relative;
    height: auto;
}

@media screen and (max-width: 475px) {
  .laPage {
    padding: 5% 1.5%;
  }
}

.lesbouton
{
    background-color: #1b638c;
    border-color: #1b638c;
}
.lesbouton:hover,
.lesbouton:focus
{
    background-color: #0f3952;
    border-color: #0f3952;
}

.text-center
{
    text-align: center;
}
.text-taileNormal
{
    font-size: 1.2em;
}