<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) {
    .container-fluid {
        margin: 0;
    }
    #home-page-header {
        display: none;
    }
    .navbar-header img {
        margin-top: 8px;
    }
    .dropdown-menu &gt; li &gt; a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #666666;
    }
    .dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a.active{
        color: #11B0AA!important;
    }
    /* Dropdown mega menu */
    .mega-menu ul {
        list-style: none;
    }
    .mega-menu ul &gt; li &gt; a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #666666;
    }
    .mega-menu li div.row div:first-child ul li h2 {
        margin-top: 0;
    }
    .mega-menu ul &gt; li &gt; a:focus, .mega-menu ul &gt; li &gt; a:hover, .mega-menu ul &gt; li &gt; h2 &gt; a:hover, .mega-menu ul &gt; li &gt; h2 &gt; a:focus{
        color: #11B0AA;
        text-decoration: none;
    }
    #front-page #nav_border, #home-page h2.services, .first-line, #home-page .home-page-image, .separator_home_empty {
        margin-bottom: 30px;
    }
    .separator_home {
        margin: 30px auto;
    }
    .btn {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .publication_include img {
        width: 100%;
    }
    .sidebar-newsletter {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .navbar, .navbar-header {
        height: 80px;
        margin-bottom: 0;
    }
    #navbar ul.items &gt; li {
        height: 80px;
        margin-left: 30px;
        display: table-cell;
    }
    #navbar ul.items &gt; li &gt; a {
        line-height: 80px;
        vertical-align: middle;
    }
    #navbar ul li a {
        padding: 0px;
    }
    /* Dropdown menu */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-right .dropdown-menu {
        left: -20px;
    }
    .dropdown-menu {
        padding: 15px;
        border: 1px solid #DDDDDD;
        border-top: 4px solid #11B0AA;
        border-radius: 0;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu &gt; li {
        border-bottom: 1px solid #DDDDDD;
    }
    .dropdown-menu &gt; li &gt; a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 46px!important;
        color: #666666;
    }
    .dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a.active{
        color: #11B0AA;
        background: none;
    }
    /* Dropdown mega menu */
    .mega-menu li:first-child, .mega-menu li.noborder {
        border: 0;
    }
    .mega-menu ul {
        list-style: none;
        padding: 0 30px;
    }
    .mega-menu ul &gt; li {
        border-bottom: 1px solid #DDDDDD;
    }
    .mega-menu ul &gt; li &gt; h2 {
        margin-top: 0;
    }
    .mega-menu ul &gt; li &gt; a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 46px!important;
        color: #666666;
    }
    .mega-menu ul &gt; li &gt; h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 50px!important;
        color: #333333;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .mega-menu ul &gt; li &gt; a:focus, .mega-menu ul &gt; li &gt; a:hover, .mega-menu ul &gt; li &gt; h2 &gt; a:hover, .mega-menu ul &gt; li &gt; h2 &gt; a:focus{
        color: #11B0AA;
        background: none;
        text-decoration: none;
    }
    .mega-menu .row div {
        padding: 0;
    }
    /* Buttons menu */
    #partners {
        margin-top: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mega-menu {
        width: 400px;
        height: 560px;
    }
    .sidebar-publication-button {
        padding: 30px 10px;
        height: 90px;
    }
    .sidebar-publication-button .icon-small-pdf {
        font-size: 30px;
        padding-right: 10px;
    }
    .sidebar-publication-button a {
        font-size: 12px;
    }
    .sidebar-newsletter {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    #home-page-header #event {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #home-page-header #event {
        max-width: 400px;
    }
}
@media (min-width: 992px) {
    .mega-menu {
        width: 600px;
        height: 560px;
    }
}</pre></body></html>