.oxalis_navbar {
    z-index:                    1000;
    position:                   sticky;
    top:                        0;
    left:                       0;
}
.oxalis_navbar_brand {
    background-image:                   url("oxalis_logo.svg");
    background-position:                -2.8rem center;
    background-repeat:                  no-repeat;
    background-color:                   transparent;
    border:                             unset;
    background-size:                    60% 60%;
    padding-left:                       2.2rem;
    color:                              #19b5f1!important;
}
.oxalis_navbar_brand:hover, a.text-primary:hover {
    color:                              #19b5f1!important;
}

.oxalis_images, .image_collaborative {
    width:                              100%;
    height:                             auto;
}

.block_icons {
    height:                             2.4rem;
    width:                              100%;
    background-repeat:                  no-repeat;
    background-position:                center center;
    background-size:                    2.2rem;
}
.icon_code {
    background-image:                   url("icon_code.svg");
}
.icon_hosting {
    background-image:                   url("icon_hosting.svg");
}
.icon_data {
    background-image:                   url("icon_data.svg");
}
.icon_speed {
    background-image:                   url("icon_speed.svg");
}

.icon_knowledge {
    background-image:                   url("icon_knowledge.svg");
}
.icon_project {
    background-image:                   url("icon_project.svg");
}
.contact {
    color:                              #00a8e7;
}
.dropdown-menu {
    border:                             none;
}
.content-offset {
    align-content:                      center;
}
.section-gap {
    margin-top:                         2rem;
}
.footer__copyright {
    margin-bottom:                      1rem;
}