@media screen {
    /* Generic style */
    html {
        height: 100%;
    }
    body {
        height: 100%;
    	margin: 0;
    	background: #e6e6e6;
    	font-family: Arial, sans-serif;
    }
    h1, h2 , h3, h4 {
       font-weight: normal;
    }
    h1 {    
        font-size: 1.8em;
        vertical-align: middle; 
        display: inline-block;
        margin: 0;
    }
        h1 a {
            color:inherit;
        } 
    h2 {
        color: #989483;
        font-size: 1.7em; 
        margin: 0 0 40px 0;
    }
    h3 {
        margin: 40px 0 30px;
        font-size: 1.5em;
        color: #000;
    }
    h3.anchor {
        margin-top: 0;
        padding-top: 50px;
    }
    h4 {    
        color:#666;
        font-weight: bold;
        font-size: 1em; 
        margin-bottom: 0;
    }
    a {
       text-decoration: none;
       outline-color: #086298;
    }
    img { 
       border: none; 
    }
    select { 
       font: inherit; 
    }
    fieldset {
       border: none;
    }
    pre {
       display: inline;
    }
    cite {
       font-style: normal;
    }
    q {
       font-style: italic;
    }
    blockquote {
       padding-left: 20px;
       border-left: 5px solid #E8E8E8;
    }
    span:lang(de) {
       font-style: italic;
    }
    acronym {
        border-bottom: dotted 1px #c5c5c5;
        cursor: help;
    }

    /* Factor */
    .wrapper {
        width: 960px;
        padding: 0 10px;
        margin: 0 auto;
    }

    /* Layout */
    #global {
        height: 100%;
        margin: 0 auto;      
    }
        .with-sticky-bar {
            padding-top: 160px;
        }

    /* Header */
    #sticky-logo {
        display: none;
    }
    .sticky {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 10;
        border-bottom: 1px solid #e6e6e6;
    }
    .sticky #header-stripe, .sticky #header-title, .sticky #accessible-shortcut {
        display: none;
    }
    .sticky #sticky-logo {
        display: block;
    }

    /* Horizontal stripe */
    #header-stripe {
        color: #D9D9D9;
        background-color: #000;
        font-size: 0.7em;
    }
        #header-stripe ul {
            list-style-type: none;
            display: inline;
            padding: 0;
        }
        #header-stripe li, #header-stripe a {
            line-height: 35px;
            max-height: 35px;
            display: inline-block;
            padding: 0 15px;
        }
        #header-stripe li+li {
            border-left: 1px solid #2c2c2c;
        }
        #header-stripe a {
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            background-color: #2a2a2a;
        }
        #header-stripe li {
            position: relative;
            padding-left: 40px;
        }
        #header-stripe .mayor-info:before {
            position: absolute;
            top: 10px;
            left: 15px;
            content: "";
            width: 15px;
            height: 15px;
            background-image: url("../images/icon/icon-sprites.png");
            background-repeat: no-repeat;
            background-size: 105px;
        }
        #header-stripe .mayor-location:before {
            background-position: -75px -15px;
        }
        #header-stripe .mayor-phone:before {
            background-position: -60px -15px;
        }
        #header-stripe .mayor-openings:before {
            background-position: -30px -15px;
        }

    /* Accessible shortcuts */
    #accessible-shortcut a {
        color: #fff;
    }
    #accessible-shortcut a:hover {
        color: #c2c2c2;
    }
    #accessible-shortcut .nav {
        float: right;
    }

    /* Title */
    #side-nav-mobile-trigger {
        display: none;
    }
    #header-title {
        padding:20px 0 15px;
        min-height: 45px;
        background: #fff;
    }
        #header-logo img {
            vertical-align: bottom;
            margin-right: 10px;
            height:50px;
        }

    /* Navigation */
    #navigation-list {
        background: #fff;
    }
        #navigation-list #sticky-logo img {
            margin: 5px 20px 5px 0;
            height: 30px;
            vertical-align: middle;
            float: left;
        }
        .nav a {
            color: #666;
            text-transform: uppercase;
            font-size: 0.7em;
            -webkit-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }
        .nav a:hover {
            color:#000;
        }
        .nav ul ul a:hover {
            color: #666;
        }
        .nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .nav ul:after {
            content: "";
            clear: both;
            display: block;
        }
        .nav ul li {
            float:left;
            position:relative;
            height: 40px;
            line-height:40px;
        }
        .nav ul .with-dropdown {
            background-image: url("../images/icon/dropdown.png");
            background-size: 8px;
            background-repeat: no-repeat;
            background-position: right center;
        }
        .nav ul .with-dropdown a {
            padding-right: 15px;
        }
        .nav ul li a {
            display: block;
            height:100%;
        }
        .nav ul li+li {
            margin-left: 30px;
        }
        .nav ul ul li+li {
            margin-left: 0;
        }
        .nav ul ul li {
            border-top:1px solid #e6e6e6;
            -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            height: auto;
        }
        .nav ul ul li:hover {
            background: #eeeeee;
        }
        .nav ul ul li a {
            padding: 4px 19px 2px;
        }
        .nav ul ul {
            z-index: 10;
            padding: 0;
            display: none;
            min-width:240px;
            position: absolute;
            top: 100%;
            border: 1px solid #D0D0D0;
            border-top-color: #000;
            background-color: #fff;
        }
        .nav ul ul:before {
            content: "";
            height: 4px;
            position: absolute;
            left: 36px;
            top: -5px;
            background-repeat: no-repeat;
            width: 10px;
            background-image: url("../images/icon/dropdown_arrow.png");
        }
        .nav ul ul li {
            position: relative;
            float: none;
        }
        .nav ul li:hover > ul {
            display: block;
        }
        #menu {
            float: left;
        }
        #menu-right {
            font-size: 1.1em;
            float: right;
        }
        #menu-right a {
            font-weight: bold;
            display: inline;
            color: #086298;
            padding: 2px 15px;
            vertical-align: middle;
        }
        #menu-right a:hover {
            color: #000;
        }
        #menu-right li+li {
            margin: 0;
        }
        #menu-right li+li a {
            border-left: 1px solid #ccc;
        }
        #menu-right #search-open a {
            padding-right: 0;
        }
        #menu-right a img {
            width: 17px;
            margin-right: 10px;
            vertical-align: middle;
        }

    #search-bar {
        -webkit-transition: height 0.4s cubic-bezier(1, 0, 0, 1);
        -moz-transition: height 0.4s cubic-bezier(1, 0, 0, 1);
        -ms-transition: height 0.4s cubic-bezier(1, 0, 0, 1);
        -o-transition: height 0.4s cubic-bezier(1, 0, 0, 1);
        transition: height 0.4s cubic-bezier(1, 0, 0, 1);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        overflow: hidden;
        background-color: #f2f2f2;
        width: 100%;
    }
        #search-bar form {
            background-color: white;
        }
        .search-bar-close {
            height: 0;
        }
        .search-bar-open {
            height:120px;
        }
        #search-bar form {
            position: relative;
            height: 80px;
            margin: 20px 0;
            overflow: hidden;
        }
        #search-bar .search-bar-input {
            margin: -1px;
            margin-right: 179px;
        }
        #search-bar .search-bar-actions {
            position: absolute;
            padding-top: 18px;
            border-left: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 180px;
            height: 100%;
            right: 0;
            top: 0;
        }
        #search-bar input {
            border: none;
            font-size: 2.1em;
            font-weight: normal;
            padding: 19px 20px 22px 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            border-radius: 0;
            height: 100%;
        }
        #search-bar input:focus {
            outline: 0;
        }
        #search-bar #search-bar-close {
            background-image: url("../images/icon/close-light.png");
            background-repeat: no-repeat;
            position: absolute;
            top: 28px;
            right: 20px;
            width: 20px;
            height: 20px;
            text-indent: 100%;
        }
        #search-bar input:disabled {
            background-color: #fff;
        }
        #search-bar button:disabled {
            background-color: #ccc;
        }

    #side-panel {
        display: none;
    }

    /* Banner */
    #banner {
        position: relative;
        background-image: -webkit-gradient(radial, 58% 50%, 0, 58% 50%, 480, color-stop(0%, #fff), color-stop(100%, #ebebeb));
        background-image: -webkit-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
        background-image: -moz-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
        background-image: -ms-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
        background-image: -o-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
        background-image: radial-gradient(480px 480px at 58% center, #ffffff 0%, #ebebeb 100%);
        overflow: hidden;
    }
        #section-header {
            position: relative;
            overflow: visible;
            padding: 35px 250px 26px 0;
            min-height: 90px;
            border-top: 1px solid #ebebeb;
        }
        #section-header:after, .news-header-no-img:after {
            width: 248px;
            height: 351px;
            display: block;
            content: "";
            background: url("../images/blason/blason-header-gray.png") no-repeat left top;
            position: absolute;
            top: 19px;
            right: -22px;
        }
        #section-header .date {
            display: block;
            font-weight: lighter;
            color:#333;
            font-size: 0.9em;
        }
        .section-header-full {
            height: 400px;
            overflow: hidden;
            position: relative;
        }
        #banner .news-header-no-img {
            height: 200px;
            border-top: 1px solid #ebebeb;
        }
        .section-header-full img {
            position: absolute;
            top: -9999px;
            bottom: -9999px;
            left: -9999px;
            right: -9999px;
            margin: auto;
            width:auto;
        }
        #banner h2 {
            color: #000;
            font-weight: bold;
            font-size: 2em;
            margin: 0;
        }
        #banner #section-header h2 {
            font-size: 2.5em;
        }
        #banner .section-overlapping {
            padding-bottom: 101px;
        }
        #section-title-overlay {
            position: absolute;
            padding: 15px 0 30px;
            z-index: 9;
            bottom: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.4);
        }
        #section-title-overlay h2 {
            color: #fff;
            padding-left: 10px;
            padding-right: 50px;
        }
        #map {
            width: 100%;
            height: 400px;
            position: relative;
        }
            #map-title-overlay {
                z-index: 9;
            }

    #main {
        background: #fff;
    }

    /* Content */
    #content {
        overflow: hidden;
        padding: 30px 0;
    }
    .content-overlapping {
        margin-top: -140px;
        position: relative;
        z-index: 1;
    }
    #content-wrapper {
        overflow: visible;
    }
        /* Section */
        #section {
            width: 640px;
            float: left;
            color: #666;
            font-size: 0.9em;
            position: relative;
        }
            #section img {
                max-width: 640px;
            }
            #section .section-category {
                color: #000;
                font-size: 1.1em;
                text-transform: uppercase;
                margin-bottom: 20px;
            }
            #section p, #section li {
               line-height: 1.6em;
            }
            #section li p {
                margin-top: 0;
            }
            #section p+p {
                margin-top:30px;
            }
            #section h3:first-child {
                margin-top: 0;
            }
            #section .sub-title {
                color: #333;
                font-size: 1.8em;
                margin-bottom: 40px;
            }
            #section h4+p {
                margin-top: 0;
            }
            #section table {
               border-collapse: collapse;
               text-align: left;
               background-color: #f6f6f6;
            }
            #section td, #section th {
                border: 1px solid #e6e6e6;
               padding: 10px;
            }
            #section form {
               padding: 0;
            }
            #section ol {
                padding-left: 50px;
            }

            #section #search-results table {
               border-collapse: collapse;
               background-color: #fff;
            }
            #section #search-results td, #section #search-results th {
               border: none;
            }

        /* Aside */
        #aside {
            width: 300px;
            float: right;
        }
            #aside .box h3 {
                position: relative;
                padding-left: 30px;
            }
            #aside .box h3:before {
                position: absolute;
                content: "";
                width: 20px;
                height: 20px;
                top: 0;
                left: 0;
                background-image: url("../images/icon/icon-sprites.png");
                background-repeat: no-repeat;
                background-size: 140px; 
            }
            #aside #flash-info h3:before {
                background-position: left -20px;
            }
            #aside #latest-news h3:before {
                background-position: -20px -20px;
            }
            #aside #calendar h3:before {
                background-position: -60px -20px;
            }
            #aside #documents h3:before {
                background-position: -120px -20px;
            }
            #related-news li a, #latest-news li a {
                padding: 20px;
            }
            #flash-info a {
                display: inline;
                padding: 0;
            }
            #flash-info li {
                padding: 15px;
                line-height: 1.4em;
            }
            .ad-box img {
                width: 100%;
            }
            .ad-box {
                margin-bottom: 20px;
            }

    /* Footer */
    #footer {
        clear: both;
        border-top: 1px solid #d3d3d3;
        background: #e6e6e6;
    }
        #footer-content {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        #footer .nav ul {
            float: right;
        }
        #footer .nav a {
            color: #999;
        }
        #footer .nav a:hover {
            color:#333;
        }
        #follow-us {
            float: left;
        }
        #follow-us a+a {
            margin-left: 20px;
        }
        #follow-us a {
            width: 35px;
            height:35px;
            background-color: #c2c2c2;
            border-radius: 50%;
            background-size: 15px;
            background-repeat: no-repeat;
            background-position: center center;
            overflow: hidden;
            display: inline-block;
            font-size: 0;
            -webkit-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
        }
        #follow-us a:hover {
            background-color: #999;
        }

    /* Common style */
    #section a, .box .box-footer a, .box .see-all a, #flash-info a {
       color: #086298;
    }
    h3 span, #erreur, #news-meta a {
        color: #b32626;
    }
    #section a:hover, .box .box-footer a:hover, #flash-info a:hover {
        /*color:#033f63;*/
        color: #3b96cb;
    }
    #news-meta a:hover {
        color: #d97b7b;
    }

    /* Button */
    .btn, .btn-link a, #section .back-top a {
        font-size: 0.8em;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        background-color: #d9d9d9;
        border: none;
        border-radius: 2px;
        text-decoration: none;
        -webkit-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: background-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
        display: block;
        padding: 12px 20px;
        text-align: center;
        cursor: pointer;
    }
    .btn-alt {
        background-color: #b32626;
    }
    .btn:hover, .btn-link a:hover, #section .back-top a:hover {
        background-color: #c2c2c2;
    }
    .btn-alt:hover {
        background-color: #d97b7b;
    }
    .back-top {
        text-align: right;
        clear: both;
        padding: 10px 0;
    }
    #section .back-top a {
        display: inline-block;
    }

    /* Box */
    .box {
    	overflow: hidden;
    	margin-bottom: 20px;
        border: 1px solid #e6e6e6;
        border-top: 2px solid #086298;
        background-color:#fff;
        color: #666;
    }
        .box .box-title {
            padding: 10px 15px;
        }
        .box h3, .box h4 {
            font-size: 1.7em;
            margin: 0;
            vertical-align: middle;
            text-transform: uppercase;
            font-size: 1em;
            color: #666;
        }
        #section .box h3 {
            font-size: 1.1em;
        }
        #section .box ul {
            font-size: 0.9em;
        }
        .box ul, .box .no-result {
           background: #f6f6f6;
           border-top:1px solid #e6e6e6;
           border-bottom:1px solid #e6e6e6;
           font-size: 0.8em;
        }
        .box ul {
    	   margin: 0;
           padding: 0;
           list-style-type: none;
        }
        .box ul ul {
            border:none;
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 1em;
        }
        .box ul li+li {
            border-top: 1px solid #e6e6e6;            
        }
        .box ul li a {
            color: #666;
            display: block;
            padding: 15px;
        }
        .box ul ul li {
            padding: 0;
            padding-bottom: 5px;
        }
        .box ul li a, #section .box li a {
            color: #666;
        }
        .box li a:hover, #section .box li a:hover {
            color: #333;
        }
        .box ul li .date {
            font-weight: bold;
            float: right;
        }
        .box .no-result {
            color: #666;
            padding: 15px;
        }
        .box .box-footer {
            text-align: right;
            padding: 0 10px;
            height: 30px;
            line-height: 30px;
        }
        .box .box-footer a {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 0.7em;
            display: inline-block;
            height:100%;
            position: relative;
        }
        .box .file-format {
            float: right;
            color: #999;
        }


    .chart {
        position: relative;
	    height: 300px;
    }
    #pagination {
        clear: both;
        margin-top: 30px;
        text-align: center;
    }
        #pagination div {
            display: table;
            margin: 0 auto;
            font-size: 1em;
            font-weight: bold;
            border: 1px solid #D9D9D9;
            border-radius: 4px;
        }
        #pagination a, #pagination span {
            display: table-cell;
            vertical-align: top;
            padding: 8px 4px 8px 4px;
            color: #787878;           
        }
        #pagination a:hover {
            color: #787878;
        }
        #pagination .paging-prev {
            border-right: 1px solid #D9D9D9;
        }
        #pagination .paging-next {
            border-left: 1px solid #D9D9D9;
        }
        #pagination .active {
            padding-left: 6px;
            padding-right: 6px;
            color: #0255a5;
            border-left: 1px solid #0B5BA9;
            border-right: 1px solid #0B5BA9;
        }
        #pagination .break {
            font-weight: normal;
        }

    .see-all {
        clear: both;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.8em;
    }
    .photo_page_left, .photo_page_right {
	   width: 300px;
    }
    .photo_page_left {
	   margin-right: 20px;
	   float: left;
    }
    .photo_page_right {
	   margin-left: 20px;
	   float: right;
    }
    .mentions {
        list-style-type: none;
        padding: 0;
        margin-top: 0;
    }
    .float_left {
    	float: left;
    	margin-right: 20px;
    }
    .float-right {
        float: right;
        clear: right;
    }
    .float-left {
        float: left;
        clear: left;
    }
    .clear_left {
	   clear: left;
    }
    .clear {
	   clear: both;
    }

    /* Special list */
    #category-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 0.7em;
        text-transform: uppercase;
    }
        #category-list li {
            display: inline-block;
            padding: 5px 10px;
        }
        #category-list .current-category {
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
        }
        #category-list .current-category a {
            color: #000;
        }

    /* News section */
    #highlights-banner {
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #000;
    }
    #highlights-banner-container {
        min-width: 100%;
        padding: 0;
        margin: 0;
        float: left;
        list-style-type: none;
        white-space: nowrap;
    }
        #highlights-banner-container > * {
            width:33.33%;
            height: 400px;
        }
        .highlights-banner-item {
            position: relative;
            display: inline-block;
            float: left;
        }
        .highlights-banner-item:before {
            position: absolute;
            content: "";
            display: block;
            left: -1px;
            top: 0;
            bottom: 0;
            width: 0;
            z-index: 1;
            border-left: 1px solid #000;
        }
        .highlights-banner-item-no-image {
            background-image: -webkit-gradient(radial, 58% 50%, 0, 58% 50%, 480, color-stop(0%, #fff), color-stop(100%, #ebebeb));
            background-image: -webkit-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
            background-image: -moz-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
            background-image: -ms-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
            background-image: -o-radial-gradient(58% center, 480px 480px, #fff 0%, #ebebeb 100%);
            background-image: radial-gradient(480px 480px at 58% center, #ffffff 0%, #ebebeb 100%);
        }
        .highlights-banner-item-no-image .highlights-banner-image:before {
            content: "";
            position: absolute;
            background: url("../images/blason/blason-header-gray-large.png") no-repeat right bottom;
            bottom: -150px;
            right: -100px;
            width: 469px;
            height: 500px;
            display: block;
        }
        .highlights-banner-item a {
            display: block;
            height: 100%;
        }
        .highlights-banner-overlay {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(2, 85, 165, 0.36);
            display: block;
            z-index: 1;
            -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }
        .highlights-banner-image {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            display: block;
        }
        .highlights-banner-image img { 
            position: absolute;
            top: -9999px;
            bottom: -9999px;
            left: -9999px;
            right: -9999px;
            margin: auto;
            width:800px;
        }
        .highlights-banner-info {
            min-height: 94px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            white-space: normal;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.17);
            padding: 18px 25px 50px;
            -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }
        .highlights-banner-wlogo {
            display: block;
            width: 31px;
            height: 0;
            background-repeat: no-repeat;
            -webkit-transition: height 500ms cubic-bezier(0.19, 1, 0.22, 1), margin-top 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: height 500ms cubic-bezier(0.19, 1, 0.22, 1), margin-top 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: height 500ms cubic-bezier(0.19, 1, 0.22, 1), margin-top 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: height 500ms cubic-bezier(0.19, 1, 0.22, 1), margin-top 500ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: height 500ms cubic-bezier(0.19, 1, 0.22, 1), margin-top 500ms cubic-bezier(0.19, 1, 0.22, 1);
            margin-top: 0;
            background-image: url(../images/blason/blason-binarized.png);
        }
        .highlights-banner-item:hover .highlights-banner-info {
            background-color: rgba(0, 0, 0, 0.76);
        }
        .highlights-banner-item:hover .highlights-banner-overlay {
            background-color: rgba(2, 85, 165, 0);
        }
        .highlights-banner-item:hover .highlights-banner-wlogo {
            height: 43px;
            margin-top: 16px;
        }
        .highlights-banner-info .date {
            color: #fff;
            font-size: 0.8em;
        }
        .highlights-banner-info p {
            font-size: 1.5em;
            font-weight: bold;
            margin: 0;
            margin-top: 5px;
        }
        .highlights-banner-info .date {
            text-transform: uppercase;
            font-weight: bold;
        }

    .news-overview {
        margin-bottom: 20px;
        border: 1px solid #d9d9d9;
        border-top: 2px solid #086298;
        -webkit-transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }
        .news-left-col, .news-right-col {
            vertical-align: top;
            display: table-cell;
            width: 50%;
        }
        .news-left-col .news-overview {
            margin-right: 10px;
        }
        .news-right-col .news-overview {
            margin-left: 10px;
        }
        #section .news-overview a {
            display: block;
            overflow: hidden;
            color: #666;
        }
        #section .news-overview:hover {
            box-shadow: 0px 0px 2px 1px #E4E4E4;
        }
        .news-overview:hover .news-thumbnail img {
            opacity: 0.5;
        }
        .news-thumbnail {
            max-height: 150px;
            overflow: hidden;
        }
        .news-overview:first-child .news-thumbnail {
            max-height: 250px;
        }
        .news-thumbnail img {
            width: 100%;
            opacity: 1;
            margin-top: -10%;
            -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -ms-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }
        .news-summary {
            padding: 20px;
        }
        .news-summary h3 {
            color: #333333;
            font-size: 0.9em;
            text-transform: uppercase;
            margin: 5px 0;
            line-height: 1.4em;
            font-weight: bold;
        }
        .news-summary p {
            margin: 0;
            line-height: 1.4em !important;
        }
        #news-meta, .news-summary .date {
            text-transform: uppercase;
            font-weight: bold;
        }
        .news-summary .date {
            display: block;
            margin-bottom: 10px;
            font-size: 0.8em;
            line-height: 1.4em !important;
        }

    #news-list {
        margin-top: 30px;
    }
        #news-list ul {
            padding: 0;
            list-style-type: none;
        }
        #news-list ul li {
            margin-bottom: 20px;
        }
        #news-list .news-overview {
            margin-bottom: 0;
            width: 100%;
        }
        #news-list .news-overview a {
            padding: 10px;
        }
        #news-list .news-summary {
            padding: 0;
            display: table-cell;
        }
        #news-list .news-thumbnail {
            float: left;
            padding-right: 20px;
            width: 250px;
            height: 106px;
            overflow: hidden;
            display: table-cell;
        }

    #news-meta {
        font-size: 0.9em;
        margin-bottom: 20px;
    }
	#news-text {
		font-size: 1.1em;
	}
	#news-intro p {
        font-size: 1.3em;
        color: #000;
        margin-bottom: 30px;
        line-height: 28px;
    }
    #news-content:first-letter { 
        font-size:4em;
        float: left;
        margin: 0px 20px 0 0;
        line-height: 1em;
        color: #000;
    }
    #news-photo {
        margin: 30px 0;
    }
    #news-photo img {
        opacity: 1;
        -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    #news-photo img:hover {
        opacity: 0.5;
    }
    #news-photo .news-photo-thumbnail {
        display: inline-block;
        max-height: 100px;
        max-width: 100px;
        overflow: hidden;
    }
    #related-news {
        margin-top: 30px;
    }

    #doc-list {
        list-style-type: none;
        padding: 0;
        margin-top: 30px;
        border-top: 1px solid #e7e7e7;
    }
        #doc-list li {
            padding:10px 10px;
            border-bottom: 1px solid #e7e7e7;
        }
        #doc-list li .file-format {
            float: right;
        }
        #doc-list li:nth-child(even) {
            background-color: #f6f6f6;
        }


    .link-list {
        list-style-type: none;
        padding: 0;
    }
        .link-list li {
            padding: 15px 0;
        }
        .link-list p {
            margin: 0;
        }
        .link-list a {
            font-size: 1.2em;
        }
        .link-list li+li {
            border-top: 1px solid #e7e7e7;
        }


    #agenda-nav {
        border: 1px solid #e7e7e7;
        background-color: #fff;
        margin-bottom: 30px;
        position: relative;
    }
        #event-browser {
            position: relative;
            display: table;
            width: 100%;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #e7e7e7;
        }
            #event-browser a {
                display: table-cell;
                width: 50%;
                padding: 15px 0;
                color: inherit;
            }
            #event-browser a:hover {
                color: inherit;
            }
            #event-browser .prev-event {
                padding-left: 42px;
            }
            #event-browser .next-event {
                text-align: right;
                padding-right: 42px;
            }
            #event-browser .prev-event {
                background: url("../images/icon/arrow_left.png") no-repeat left top;
            }
            #event-browser .next-event {
                background: url("../images/icon/arrow_right.png") no-repeat right top;
            }
            #event-browser .date {
                display: block;
                color: #999;
            }
        #year-browser {
            padding: 20px;
            height: 50px;
            text-align: center;
        }
            #year-browser strong {
                font-size: 32px;
                font-weight: normal;
                color: #999;
            }
            #year-browser .prev-year {
               position: absolute;
               left:20px;
               top:20px;
            }
            #year-browser .next-year {
               position: absolute;
               right: 20px;
               top: 20px;
            }
        #agenda-nav #category-list {
            padding: 20px;
        }

    #agenda ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    #agenda li {
        line-height: 50px;
        height: 50px;
        display: table;
        width: 100%;
    }
    #agenda li:hover .event-title a, #agenda li:hover .date {
        color: #222;
    }
    #agenda li .event-title a, #agenda li .date {
        -webkit-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    #agenda h3 {
        display: table;
        width: 100%;
        margin: 0;
        font-size: 2em;
    }
    #agenda h3 .agenda-month {
        text-transform: capitalize;
        padding: 50px 30px 10px;
        display: table-cell;
        width: 50%;
        color: #222;
    }
    #agenda h3 .agenda-empty {
        display: table-cell;
        width: 50%;
    }
    #agenda li .event-title {
        display: table-cell;
        vertical-align: middle;
        line-height: normal;
        padding: 5px 0;
    }
    #agenda .date {
        display: table-cell;
        font-size: 1.6em;
        width: 50%;
        color: #999;
        vertical-align: middle;
        padding: 0 30px;
    }
    #agenda .agenda-right h3 .agenda-month, #agenda .agenda-left h3 .agenda-empty,
    #agenda .agenda-right .date, #agenda .agenda-left .event-title {
        border-right: 2px solid #e7e7e7;
        text-align: right;
    }
    #agenda .agenda-left h3 .agenda-month, #agenda .agenda-right h3 .agenda-empty,
    #agenda .agenda-left .date, #agenda .agenda-right .event-title {
    }
    #agenda div:first-child h3 .agenda-month {
        padding-top: 10px;
    }
    #agenda .past-event .date, #agenda .past-event .event-title,
    #agenda .past-month h3 .agenda-month, #agenda .past-month h3 .agenda-empty {
        border-color: #086298;
    }
    #agenda .event-title a {
        padding: 10px 13px;
        background: #f6f6f6;
        display: block;
        border: 1px solid #e7e7e7;
        color: #666;
    }
    #agenda .agenda-left .event-title a {
        border-right: none;
        border-radius: 2px 0 0 2px;
    }
    #agenda .agenda-right .event-title a {
        border-left: none;
        border-radius: 0 2px 2px 0;
    }

    .sub-section {
        text-transform: uppercase;
        color: #000;
        font-size: 1.1em;
    }

    .visit-card {
        padding: 20px 0;
        margin-bottom: 20px;
        border: 1px solid #e7e7e7;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
        .visit-card h3, .visit-card h4, .visit-card .meta {
            background-image: -o-linear-gradient(right, #F6F6F6 30%, #FFFFFF 100%);
            background-image: -moz-linear-gradient(right, #F6F6F6 30%, #FFFFFF 100%);
            background-image: -webkit-linear-gradient(right, #F6F6F6 30%, #FFFFFF 100%);
            background-image: -ms-linear-gradient(right, #F6F6F6 30%, #FFFFFF 100%);
            background-image: linear-gradient(to right, #F6F6F6 30%, #FFFFFF 100%);
        }
        .visit-card h3, .visit-card h4 {
            margin: 0;
            padding: 5px 20px;
            font-size: 1.4em;
            font-weight: normal;
            color: #000;
            position: relative;
        }
        .visit-card h3:before, .visit-card h4:before, .visit-card .meta:before {
            content: "";
            width: 5px;
            height: 100%;
            background-color: #086298;
            position: absolute;
            top: 0;
            left: 0;
        }
        .visit-card img {
            width: 200px;
            position: absolute;
            top: 0;
            right: 0;
        }
        .visit-card ul {
            padding: 0 20px;
            margin: 20px 0 0 0;
            list-style-type: none;
        }
        .visit-card ul li {
            padding: 5px 0;
        }
        .visit-card ul ul {
            padding: 0;
            margin: 0;
            border: none;
        }
        .visit-card ul ul li {
            padding: 0;
        }
        .visit-card li .info {
        	padding-left: 35px;
            display: block;
            position: relative;
        }
        .visit-card .info:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width:20px;
            height: 20px;
            background-image: url("../images/icon/icon-sprites.png");
            background-size: 140px;
            background-repeat: no-repeat;
        }
        .visit-card .meta {
            text-transform: uppercase;
            font-weight: bold;
            font-size: x-small;
            padding: 10px 20px;
            position: relative;
        }
        .address:before {
            background-position: -100px top;
        }
        .phone:before { 
            background-position: -80px top;
        }
        .email:before { 
            background-position: -120px top;
        }
        .internet:before { 
            background-position: -60px top;
        }
        .gerant:before {
            background-position: left top;
        }
        .opened:before {
            background-position: -40px top;
        }
        .manif:before {
            background-position: -20px top;
        }

    /* Contact page */
    #contact label {
    	font-weight: bold;
    }
    #contact label {
        display: block;
    }
    #contact .table {
        display: table;
        width:100%;
    }
    #contact .row {
        display: table-row;
    }
    #contact .cell {
        width: 50%;
        padding-bottom: 20px;
        display:table-cell;
    }
    #contact .cell:first-child {
        padding-right: 10px;
    }
    #contact .cell+.cell {
        padding-left: 10px;
    }
    #contact .cell input, #contact textarea {
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #d9d9d9;
        background: #f6f6f6;
        font: inherit;
        font-size: 1em;
        width: 100%;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact textarea {
    	height: 200px;
    }
    #contact .btn {
        float: right;
    }
    #contact #mandatory {
        line-height: 36px;
    }
    #contact .g-recaptcha {
        margin: 20px 0;
    }

    /* SLIMBOX */
    #lbOverlay {
    	position: fixed;
    	z-index: 100021;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
    	background-color: #000;
    	cursor: pointer;
    }
    #lbCenter, #lbBottomContainer {
    	position: absolute;
    	z-index: 100022;
    	overflow: hidden;
    	background-color: #fff;
    }
    .lbLoading {
	   background: #fff url(../images/icon/loading.gif) no-repeat center;
    }
    #lbImage {
    	position: absolute;
    	left: 0;
    	top: 0;
    	background-repeat: no-repeat;
    }
    #lbPrevLink, #lbNextLink {
    	display: block;
    	position: absolute;
    	top: 0;
    	width: 50%;
    	outline: none;
    }
    #lbPrevLink {
	   left: 0;
       background: transparent url(../images/icon/prev.png) no-repeat 0 15%;
    }
    #lbNextLink {
	   right: 0;
        background: transparent url(../images/icon/next.png) no-repeat 100% 15%;
    }
    #lbBottom {
    	font-size: 10px;
    	color: #666;
    	line-height: 1.4em;
    	text-align: left;
        padding: 10px;
    }
    #lbCloseLink {
    	display: block;
    	float: right;
    	width: 28px;
    	height: 28px;
    	background: transparent url(../images/icon/close.png) no-repeat center;
    	margin: 5px 0;
    	outline: none;
    }
    #lbCaption, #lbNumber {
	   margin-right: 71px;
    }
    #lbCaption {
	   font-weight: bold;
    }
}

@media screen and (max-width: 960px) {
    body {
        overflow-x: hidden;
    }
    h3.anchor {
        padding-top: 70px;
    }
    .menu-open {
        overflow: auto;
    }
    .with-sticky-bar {
        padding-top: 60px;
    }
    .wrapper {
        width: auto;
        padding: 0;
    }

    .slideable {
        -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: -moz-transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: -o-transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
        -ms-transition: -ms-transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-open .slideable {
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        -ms-transform: translateX(270px);
        -o-transform: translateX(270px);
        transform: translateX(270px);
    }

    #header-stripe {
        display: none;
    }
    #header {
        padding: 6px 15px 0 62px;
        height: 52px;
        max-height: 52px;
        background-color: #fff;
        border-bottom: 1px solid #d9d9d9;
        overflow: hidden;
    }
        #header #navigation-list {
            display: none;
        }
    .sticky #header-title {
        display: initial;
    }
    #search-bar {
        position: relative;
        width: auto;
    }
        .search-bar-close {
            display: none;
        }
        .search-bar-open {
            display: block;
            padding: 0 10px;
        }
        #search-bar .search-bar-input {
            margin-right: 110px;
        }
        #search-bar .search-bar-actions {
            padding-top: 22px;
            width: 110px;
        }
        #search-bar .search-bar-actions .btn {
            font-size: 0.6em;
        }
        #search-bar #search-bar-close {
            display: none;
        }

        #accessible-shortcut {
            display: none;
        }
        #side-nav-mobile-trigger {
            display: block;
            height: 56px;
            border-right: 1px solid #D9D9D9;
            width: 50px;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }
        #side-nav-mobile-trigger span,
        #side-nav-mobile-trigger span:after,
        #side-nav-mobile-trigger span:before {
            width: 20px;
            height: 2px;
            background-color: #000300;
            display: block;
            position: absolute; 
        }
        #side-nav-mobile-trigger span:after,
        #side-nav-mobile-trigger span:before {
            content: "";
        }
        #side-nav-mobile-trigger span:before {
            top: -6px;
        }
        #side-nav-mobile-trigger span {
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }
        #side-nav-mobile-trigger span:after {
            bottom: -6px;
        }

        #header-title {
            padding: 0;
        }
        #header-title img {
            margin-right: 5px;
            height:40px;
        }
        #header-title h1 {
            font-size: 1.3em;
        }
        #header-title h1 span {
            display: none;
        }


    #header-stripe {
        height: 100px;
        width: 270px;
        overflow: hidden;
    }
        #header-stripe a {
            display: none;
        }
        #header-stripe li {
            display: block;
            line-height: 25px;
        }
        #header-stripe li+li {
            border: none;
        }
        #header-stripe .mayor-info:before {
            top: 5px;
        }

    #side-panel {
        display: block;
        position: fixed;
        height: 100%;
        max-height: 100%;
        left: -270px;
        top: 0;
        width: 270px;
        overflow: auto; 
    }
        #navigation-list #sticky-logo {
            display: none !important;
        }
        #navigation-list .nav li {
            display: block;
            float: none;
            height: auto;
        }
        #navigation-list .nav li+li {
            margin-left: 0;
        }
        #navigation-list .nav a {
            color: #8c8c8c;
            font-size: 0.9em;
            padding-top: 5px;
            padding-bottom: 5px;
            position: relative;
            padding-left: 18px;
            border-bottom: 1px solid #333;
        }
        #navigation-list .nav ul .with-dropdown {
            background-color: #000;
        }
        #navigation-list .nav ul, #side-panel {
            background-color: #222;
            background-image: url("../images/side-panel-bg.png");
            background-position: right top;
            background-repeat: repeat-y; 
        }
        #navigation-list .nav ul ul {
            display: block;
            position: relative;
            width: auto;
            border: none;
        }
        #navigation-list .nav ul ul:before {
            display: none;
        }
        #navigation-list .nav ul ul li {
            border: none;
        }
        #navigation-list .nav ul ul li:hover {
            background-color: inherit;
        }
        #navigation-list .nav ul ul li a {
            padding-left: 40px;
        }

    #navigation-list #menu {
        float: none;
    }
    #navigation-list #menu-right {
        float: none;
        font-size: 1em;
        background-color: #000;
    }
    #navigation-list #menu-right a {
        font-weight: normal;
        display: block;
        color: #ccc;
        border: none;
    }
    #menu-right li+li a {
        border-left: none;
    }
    #menu-right a img {
        vertical-align: middle;
        margin-right: 20px;
    }
    #search-open {
        display: none !important;
    }

    #section-header {
        padding: 25px 0 23px 0;
        min-height: 0;
        border-top: none;
    }
    #section-header:after, .news-header-no-img:after {
        background-size: 140px;
        width: 98px;
        right: 3px;
        top: 10px;
    }
    #banner #section-header h2 {
        font-size: 1.5em;
        padding: 0 20px;
    }
    .section-header-full {
        max-height: 200px;
        overflow: hidden;
    }
    .section-header-full img {
        display: block;
        width: 100%;
    }
    #section-title-overlay {
        padding-bottom: 19px;
        font-size: 0.6em;
    }
    #map {
        height: 300px;
    }

    #highlights-banner-container {
        width: 840px;
    }
    #highlights-banner-container > * {
        width:280px;
        height: 262px;
    }
    .highlights-banner-image img { 
        width:200%;
    }
    .highlights-banner-info {
        min-height: 74px;
        padding-bottom: 47px;
    }
    .highlights-banner-info p {
        font-size: 1em;
        margin-top: 5px;
    }
    .highlights-banner-item-no-image .highlights-banner-image:before {
        bottom: -100px;
        right: -60px;
        width: 300px;
        height: 500px;
        display: block;
        background-size: 300px;
    }
    #banner .news-header-no-img {
        height: 100px;
        border-top: none;
    }

    #content {
        float: none;
        padding: 20px 10px;
    }
    .content-overlapping {
        margin-top: -120px;
    }

    #section, #aside {
        width: 100%;
    }
    #section {
        padding-bottom: 50px;
    }
    #section img {
        max-width: 100%;
    }
    .ad-box {
        width: 300px;
        margin: 0 auto;
    }
    .back-top {
        display: none;
    }

    .news-left-col, .news-right-col {
        display: block;
        width: auto;
    }
    .news-left-col .news-overview {
        margin-right: 0;
    }
    .news-right-col .news-overview {
        margin-left: 0;
    }
    #news-list .news-overview a {
        padding: 0;
    }
    .news-thumbnail, #news-list .news-thumbnail {
        float: left;
        width: 100px;
        padding: 10px;
        max-height: 100px;
        display: table-cell;
    }
    .news-thumbnail img {
        margin-top: 0;
    }
    .news-summary, #news-list .news-summary {
        padding: 10px;
        display: table-cell;
    }
    #section #news-photo .news-photo-thumbnail img {
        max-width: none;
    }

    #agenda h3 {
        font-size: 1.5em;
    }
    #agenda .date {
        font-size: 1.3em;
    }

    #contact .table {
        display: block;
    }
    #contact .row {
        display: block;
    }
    #contact .cell {
        width: 100%;
        display: block;
    }
    #contact .cell:first-child {
        padding-right: 0;
    }
    #contact .cell+.cell {
        padding-left: 0;
    }
    #contact #mandatory {
        line-height: normal;
        margin: 30px 0 0;
    }
    #contact .btn {
        float: none;
        margin: 0 auto;
    }

    #footer {
        text-align: center;
    }
    #footer .nav ul {
        padding-top: 20px;
        border-top: 1px solid #d3d3d3;
        float: none;
    }
    #footer .nav li {
        display: block;
        float: none;
    }
    #footer .nav li+li {
        margin-left: 0;
    }
    #footer .nav a {
        font-size: 0.8em;
    }
    #footer #follow-us {
        float: none;
        padding-bottom: 20px;
    }

    #lbCenter, #lbBottomContainer {
        width: 100% !important;
        margin: 0 auto !important;
        left: 0 !important;
        height: auto !important;
        background: transparent;
        position: fixed !important;
    }
    #lbCenter {
        height: 100% !important;
        top: 0 !important;
    }
    #lbBottomContainer {
        background: #fff;
        top: 0 !important;
        height: 60px !important;
    }
    #lbImage {
        background-size: 100%;
        background-position: left center;
        position: relative;
        height: 100% !important;
        vertical-align: middle;
    }
    #lbImage div {
        width: 100% !important;
        height: 100% !important;
    }
    #lbPrevLink {
        background-position: left bottom;
        height: 100% !important;
    }
    #lbNextLink {
        background-position: right bottom;
        height: 100% !important;
    }
}

@media print {
    #header, .nav, #map, #aside, #footer {
	display: none;
    }}
