:root {
    --color-primary: #fd46a4;
    --color-secondary: #2dc5f7;
}


body{

    background: linear-gradient(165deg, rgba(255,255,255,1) 0%, rgba(233,249,255,1) 50%, rgba(255,255,255,1) 100%);
    /*background-color: #f3f6fd;*/

}


/**
* NAVBAR
**/
header {
    position: absolute;
    z-index: 111;
    width: 100%;
}
nav {
    margin: 35px;
    border-radius: 10px;
    position: fixed!important;
    background-color: #ffffff96 !important;
    backdrop-filter: blur(20px);
    z-index: 1030!important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px, rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 500px) {
    nav {
        margin: 20px;
    }
}



.navbar-nav:last-child{
    position: absolute;
    float: right;
    right: 16px;
}

@media (max-width: 991px) {
    .navbar-nav:last-child {
        display: none;
    }

    .nav-reseau{
        display: flex;
    }
}

.navbar-toggler-perso{
    line-height: 0;
    appearance: none;
    background-color: transparent;
    border: none;
    color: inherit;
}

.nav-reseau .nav-item{
    margin-right: 10px;
}

@media (min-width: 992px) {

    .navbar-toggler-perso{
        display: none;
    }
    .nav-reseau{
        display: none;
    }

}

.navbar-brand > img{
    /*margin-top: -4px;*/
    transform: scale(1.45);
    margin-right: 5px;
}

#legal p{
        margin-top: 15px;
        margin-bottom: 0px;
}