* {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(170deg, rgba(255, 255, 253, 0.65) 0%, rgba(227, 231, 252, 1) 100%);
    height: 100%;
    width: 100%;
    --ax-navbar-height: 5rem;
}

.navbar {
    font-size: 16px;
}

.navbar-link:hover {
    color: #2196f3;
}


.sidenav-link {
    margin: 10px auto;
    padding: 10px;
}

.accueil {
    font-weight: lighter;
}

.services {
    font-weight: lighter;
}

.realisations {
    font-weight: lighter;
}

.bg-color-navbar {
    background-color: #edf0fd;
    transition-duration: 0.2s;
}

.contact-us-box {

    width: 200px;
    height: 50px;
    background: rgba(255, 255, 255, 0.550000011920929);
    opacity: 1;
    position: relative;
    border: 2px solid rgba(114, 148, 228, 1);
    border-radius: 47px;
    overflow: hidden;
}

.contact-us-bg {
    width: 166px;
    color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 14px;
    left: 22px;
    font-size: 16px;
    opacity: 1;
    text-align: left;


}

.contact-us-next {
    width: 25px;
    height: 25px;
    left: 130px;
    bottom: -4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    overflow: hidden;
}

ul {
    list-style-type: none;
    text-align: left;
}

li {
    margin-bottom: 4px;
}


footer {
    margin-top: 50px;
}


@media screen and (max-width: 600px) {
    footer {
        font-size: small;
    }

    #buttonTop {
        display: none;
    }

}


