header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
}

header .left-nav {
    display: flex;
    align-items: center;
}

header div .logo-nav{
    height: 4em;
    width: auto;
}

header div h2{
    font-size: 2em;
    margin-left: 0.3em;
}

header div h2 i{
    color: red;
}

header .right-nav a{
    padding: 0.5em;
    margin-left: 20px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
}

.nav-links a {
    padding: 1rem;
    text-decoration: none;
    color: black;
    cursor: none;
}
.nav-links a:hover{
    color: white;
    cursor: none;
}

.nav-banner{
    background-color: lightgray;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}



/* BANNER */
.banner{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .contenu p{
    flex-direction: row;
    width: 100%;
    line-height: 2em;
    text-align: center;
    padding: 1em;
}

.banner .contenu p i{
    font-style: normal;
    padding: 0.4em;
    background: black;
    color: white;
}

.portrait{
    height: 30em;
    width: auto;
}

.custom-shape-divider-bottom-1669107395 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1669107395 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 51px;
}

.custom-shape-divider-bottom-1669107395 .shape-fill {
    fill: #FFFFFF;
}