
@font-face {
    font-family: 'Bitter';
    src: url('../fonts/Bitter-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf');
}

:root {
    --client-primary: #0b3581;
}

body {
    background-color: #F2E9DC;
    background-size: cover;
}

.branding-top {
    margin-top: 30px;
    background-color: white;
    height: 125px;
}

.branding-top .bouton {
    font-family: 'Inter', sans-serif;
    position: relative;
    float:right;
    display: block;
    color: #FFFFFF;
    background: #417c8b;
    border-radius: 10px;
    padding: 20px 10px 20px;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    z-index: 2;
    margin: 8px 65px 0 0;
}

.right {
    display: flex;
    justify-content: right;
}

.branding-top-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

#header-logo {
    height: auto;
    width: 225px;
    margin-left: 32px;
}

#header-logo-right {
    position: absolute;
    height: 175px;
    width: 150px;
    margin-right: -35px;
    top: 5px;
    z-index: 1;
    transform: rotate( 180deg);
}

.container-fluid > .page_inner {
    border-radius: 0;
}

.branding-bottom {
    margin-bottom: 15px;
}

.branding-bottom > .branding-inner {
    background-color: #417c8b;
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: white;
    font-family: 'Inter', sans-serif;
}

.bottom-contact-info {
    color: white;
    display: flex;
    flex-direction: column;
    margin-left: 32px;
}

.bottom-contact-info > p {
    margin: 0;
}

.bottom-contact-info > h4 {
    font-weight: bold;
    font-size: larger;
}

.bottom-contact-info > a:link, .bottom-contact-info > a:visited, .bottom-contact-info > a:hover {
    margin-top: 16px;
    color: white;
    text-decoration: none;
}

#contact-info-title {
    font-family: 'Bitter', serif;
    color: #f49d2f;
    text-decoration: underline;
    margin: 0 0 8px 0;
}

#footer-logo-right {
    height: 212px;
    width: 175px;
    margin-right: -56px;
}


/* navbar styles */
.navbar-inverse {
    background-color: #0b3581;
    border-color: #0b3581;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #0b3581;
}

.container_icon_search {
    display: none;
}

/* mobile view */
@media (max-width: 767px) {
    #header-logo {
        width: 175px;
    }

    .branding-top .bouton {
        margin: 8px 30px 0 0;
        font-size: small;
    }
}
