body {
    font-family: 'Futura-Light';
}

html {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

html::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}

.navbar {
    height: 90px;
}

.bg-light {
    background-color: #ffffff!important;
}

.navbar-brand {
    position: absolute;
    left: 45%;
    margin-left: -50px !important;
    /* 50% of your logo width */
    display: block;
    font-family: 'Futura-Medium';
    font-size: larger;
}

.container {
    max-width: 100%;
}

.container-header-image-citation {
    overflow: hidden;
    height: 756px;
    padding-right: 0px;
    padding-left: 0px;
}

.header-citation {
    -webkit-animation: header-citation-animation 2s ease-out 2s 1 normal both;
    animation: header-citation-animation 2s ease-out 2s 1 normal both;
    padding: 0 5%;
    margin-top: 333px;
    font-size: 3.1rem;
    line-height: 3.8rem;
    font-weight: 100;
    text-align: center;
    color: white;
    font-family: 'Futura-Medium';
}

.header-image-citation {
    text-align: center;
    height: 100%;
}

.form-control:focus {
    border-color: transparent!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

@-webkit-keyframes header-image-animation {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    100% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
}

@keyframes header-image-animation {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    100% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
}

@-webkit-keyframes header-citation-animation {
    from {
        opacity: 0;
        -webkit-filter: blur(5px)
    }
    to {
        opacity: 1
    }
}

@keyframes header-citation-animation {
    from {
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }
    to {
        opacity: 1
    }
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('./fonts/futura-pt-medium.otf');
}

@font-face {
    font-family: 'Futura-Light';
    src: url('./fonts/futura-pt-light.otf');
}

#PAGE_NO_ITEM-ancres {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#PAGE_NO_ITEM-ancres::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}