
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--white);
    width: 100%;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: 0px -1px 59px 9px rgba(66, 68, 90, 0.27);
    -moz-box-shadow: 0px -1px 59px 9px rgba(66, 68, 90, 0.27);
    box-shadow: 0px -1px 59px 9px rgba(66, 68, 90, 0.27);
    border-color: grey;
    z-index: 200;
    height: 3.75rem;
}

.header-bottom-mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--white);
    width: 100%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-box-shadow: 0px -1px 59px 9px rgba(66, 68, 90, 0.27);
    -moz-box-shadow: 0px -1px 59px 9px rgba(66, 68, 90, 0.27);
    box-shadow: 0px -1px 59px 9px rgba(66, 68, 90, 0.27);
    border-color: grey;
    z-index: 200;
    height: 3.75rem;
}

.button-contacter-moi-mobile{
    margin-left: 3rem;
}

.burger-menu-mobile{
    margin-right: 3rem;
    margin-right: 3rem;
    
}

.logo-container {
    margin-left: 2rem;
}

.logo {
    width: 25px;
}

.title {
    margin-left: 0.5rem;
    color: black;
}

.container-nav-desktop{
width: 100%;
}
.anchor-section-mobile {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: var(--white);
    z-index: 1000;
    transition: transform .5s;
    transform: translateX(100vw);
}


.anchor-section-mobile-anchor {
    height: 70%;
    margin-bottom: 7rem;
}

.anchor-desktop {
    color: black;
}

@media screen and (min-width: 1024px) {
    .anchor-section-desktop {
        margin-right: 2rem;
    }
    
    .anchor-desktop {
        margin-left: 2rem;
        font-size: 0.8rem;
        font-weight: 600;
    }
    
    .anchor-desktop-me-contacter {
        display: flex;
    }
}

.anchor-desktop-contact{
    margin-left: 0;
}

.logo-contact {
    width: 15px;
    margin-right: 0.8rem;
}

/* nav mobile */

.menu-mobile-is-active{
    transform: translateX(0)!important;
}

.logo-mobile {
    width: 35px;
    margin-right: 1rem;
}

.logo-contact-mobile{
    width: 20px;
    margin-right: 0.8rem;
}

.anchor-mobile{
    font-size: 1.5rem;
    color: black;
}

.img-burger-menu-mobile{
    height: 30px;
    cursor: pointer;
}


