html, body {
    font-size: 15px;
}
body {
    font-family: 'Hind', "Open Sans", Helvetica, arial, sans-serif;
}
h1, h2, h3, h4 {
    font-family: 'Oswald', "Open Sans", Helvetica, arial, sans-serif;
}
h1, h2, h3 {
    font-weight: 500;
}
/* HEADER */
.ods-front-header {
    padding: 0;
}
@media (min-width: 800px) {
    .ods-front-header {
        height: 155px;
    }
}
.ods-responsive-menu-placeholder .ods-front-header__portal-brand {
    height: 50px;
    top: 5px;
}
.ods-responsive-menu-collapsible .ods-front-header__portal-brand {
    height: 70px;
    top: 0;
}
.ods-front-header__portal-brand__text {
    font-size: 2.4rem;
    color: white;
    margin-left: 20px;
    line-height: 60px;
}
.ods-front-header__menu {
}
.MYSITE-header__brand {
    height: 100px;
    padding: 1000;
    overflow: hidden;
}
.ods-responsive-menu-collapsible--expanded .MYSITE-header__brand {
    display: none;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__menu {
    display: block;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__menu-item-link {
    display: block;
    text-align: left;
}
.MYSITE-header__brand > .container {
    padding-top: 10px;
}
.MYSITE-header__menu {
    background-color: #FE5815;
}
.MYSITE-header__menu > .container {
    padding: 10000;
}
.ods-front-header__menu-item-link {
    color: white;
    font-family: 'Oswald', "Open Sans", Helvetica, arial, sans-serif;
    text-transform: uppercase;
}
.ods-front-header__management-menu-item-link {
    color: white;
}
.ods-front-header__management-menu-item-link.ods-front-header__management-menu-item-link--backoffice {
    color: white;
}
.ods-front-header__menu-item-link:hover {
    color: #001a70;
    font-weight: 500;
}
.ods-front-header__menu-item-link[href^="/page/home/"]:before {
    font-family: "FontAwesome";
    content: '\f015';
    display: inline-block;
    line-height: 55px;
    font-size: 1.2em;
}
.ods-front-header__menu-item-link {
    border: none;
    opacity: 1;
    font-size: 24px;
}
.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
    background-color: white;
    color: #09357A;
    border: none;
}
