<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html{
}
body {
	margin:0;
	padding:0;
    color: #444444;
    font-family: 'Lato', Helvetica, Arial, "sans-serif";
	/*font-weight: 400;*/
    font-size: 15px;
	background:#FFFFFF;
}
a,
a:focus{
	outline:none !important;
	text-decoration:none;
	color: #3268DB;
	font-weight:700;
}
a:hover{
	text-decoration:none;
	color: #343434;
}
img{
	border:none;
}
.clr{
	clear:both;
}
*{
}
p {
	margin: 0 0 10px 0;
	padding-left:0;
}
strong{
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    color: #1F1F1F;
    font-weight: 400;
}
li{
	line-height: 1.42857;
}
.readmore{
	margin-top:20px;
}
.btn, 
.smallbutton, 
.button, 
.readmore{
	font-weight: 300;
    color: #3268DB;
	background-image:none;
    background-color: transparent;
	opacity: 1;
	border-radius:0;
	padding:4px 10px;
    border: 1px solid #3268DB;
	display:block;
	/*float: left;*/
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
}
.btn a, .smallbutton a, .button a, .readmore a{
    color: #FFFFFF;
	background-color: #3268DB;
}
.btn:hover, .smallbutton:hover, .button:hover, .readmore:hover, #jevents .jevbootstrap .jev_back:hover {
    background-color: #3268DB;
    color: #FFFFFF;
}
.btn a:hover, .smallbutton a:hover, .button a:hover, .readmore a:hover{
    background-color: #3268DB;
    color: #FFFFFF;
}
/*** MAIN ***/
top{
    position: relative;
    background: #234CA4;
	height: 30px;
}
header{
    position: relative;
    background: #2958BD;
	clear: both;
	height: 153px;
	display: grid;
	grid-template-columns: 220px auto 120px;
}
nav{
    position: relative;
    background: #3268DB;
	display: grid;
    grid-template-columns: 248px auto 60px;
	padding: 6px;
}
banner{
	padding:5px 0;
    background: #F2F2F2;
}
content{
	padding-bottom:50px;
    background: #F2F2F2;
}
users{
    background: #F2F2F2;
}
bottom {
    background-color: #3268DB;
    color: #FFFFFF;
	font-size:14px;
	padding-top:35px;
	padding-bottom:40px;
    position: relative;
}
footer {
    color: #B4C2E0;
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 20px;
	background-color: #234CA4;
    position: relative;
}
/* TOP */
top #topmenu{
	float:left;
	margin-top: 2px;
}
top #topmenu h3{
    color: #FFFFFF;
	text-transform:uppercase;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
	display:block;
	float:left;
    padding:3px 0 0 0;
    margin:0;
}
top .nav{
	margin-bottom: 0;
}
top ul{
    list-style: none outside none;
    margin: 0;
    padding: 2px 0 0 0;
}
top ul li {
	float: left;
	margin:0;
	padding:0;
	background:none;
	line-height: 18px;
	width:auto !important;
}
top ul li a{
	color:#fff;
	opacity: 0.5;
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 10px;
	font-weight: 400;
	text-transform: uppercase;
}
top ul li a:hover, 
top ul li.active a:hover{
	opacity: 1;
	color:#fff;
}
top ul li.active a{
	color:#fff;
}
top #user{
	float:right;
	margin-top: 2px;
	margin-right: 20px;
}
top #user .noologin ul a {
    padding: 2px 10px;
}
top a:focus {
    color: #FFFFFF;
    font-weight: 400;
}
top #lang{
	float:right;
	margin-top: 2px;
}
top #lang ul li a{
    color: #FFFFFF;
	opacity: 0.5;
    padding: 2px 10px;
	margin:0;
	text-transform:uppercase;
	background: none;
	border-radius:0;
}
top #lang ul li a:hover,
top #lang ul li.lang-active a{
	opacity: 1;
}
top .noologin-form {
    background: none repeat scroll 0 0 #234CA4;
    border: 0px;
	color: #FFFFFF;
	font-size: 12px;
}
top .noologin-form .btn{
	font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 12px;
}
top .noologin-form .btn:hover{
    color: #3268DB;
    border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
top .noologout-button .btn{
    color: #fff;
    opacity: 0.5;
    display: block;
    float: left;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 400;
    text-transform: uppercase;
	border: 0;
}
top .noologout-button .btn:hover{
    opacity: 1;
	background: transparent;
}
top .noologin-form input {
    background-color: #3268DB;
    color: #FFFFFF;
	padding: 5px;
	height: auto;
	border: 0;
}
top .noologin-form input.inputbox {
    margin-top: 3px;
}
/* HEADER */ 
header #logo{
    width: 225px;
    height: 153px;
	float: left;  
	justify-self: start;
	justify-items: center;
	align-items: center;
	display: grid;
}

header #logo a{
	display:block;
    width: 195px;
    height: 75px;
	background: url("../../Content-new/images/logo.png") no-repeat top left  ;
    background-size: contain;
}

@media (max-width: 767px) {
header #logo a{
    height: 50px;
}
header #search{
	font-size: 15px;
}
}

header #logo a h1{
	display:block;
    width: 195px;
    height: 75px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
header #search{
	display: grid;
	justify-items: center;
	align-items: center;
}



header #search form {
    background-color: #3268DB;
}
header #search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF;
  	opacity: 0.5; /* Firefox */
}

header #search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
  	opacity: 0.5;
}

header #search ::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
  	opacity: 0.5; 
}
header #search input {
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    padding: 8px 20px;
    width: 250px;
	max-width: 100%;
    color: #FFF;
	font-weight: 300;
}
header #search input:focus {
	outline: none;
}
header #search button {
	position: relative;
    background-color: transparent;
    border-color: transparent;
    color: #FFFFFF;
    text-shadow: none;
	padding: 9px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	margin: 0 0 0 -4px;
}
header #search button::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f002";
  	font-weight: 900;
	color: #ffffff;
}
header #vigilance{
	justify-self: end;
	align-items: center;
	width: 100%;
}
header #vigilance h3,
header #vigilance .componentheading {
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 20px;
	margin: 10px 0;
}
/* NAV */

nav{    
}
nav #weatherhere {
	border: 1px solid #6E94E5;
	padding: 7px 5px 10px 5px;
	font-size: 11px;
	color: #FFF;
	height: 36px;
}
nav #weatherhere p{
	margin: 0;
}
nav #weatherhere::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f3c5";
  	font-weight: 900;
	color: #ffffff;
	position: absolute;
	top: 9px;
}
nav #weatherhere .custom {
    margin-left: 15px;
}
nav #weatherhere .favorite_location .btn{
	border: 0;
	padding: 0;
    color: #FFFFFF;
	float: left;
}
nav #weatherhere .favorite_location .dropdown-toggle {
    margin: 1px 0 0 8px;
    color: #FFFFFF;
    padding: 6px;
	float: left;
}
nav #weatherhere .show &gt; .btn-primary.dropdown-toggle {
	background-color: transparent;
    border-color:transparent;
}
nav #weatherhere .favorite_location .btn:hover{
	background-color: transparent;
}
nav #weatherhere .favorite_location .btn a{
	border: 0;
	padding: 0;
	background-color: transparent;
}
nav #weatherhere .dropdown-menu {
    padding: 10px;
}
nav #weatherhere .dropdown-menu .dropdown-item{
    padding: 0;
    color: #FFFFFF;
}
nav #weatherhere .city, 
nav #weatherhere .symbol_picture,
nav #weatherhere .temp{
	float: left;
}
nav #weatherhere .city{
	line-height: normal;
	padding-top: 2px;
}
nav #weatherhere .city a{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
}
nav #weatherhere .symbol_picture{
	padding: 0 5px;
}
nav #weatherhere .symbol_picture img {
    width: 20px;
}
nav #weatherhere .temp{
    padding-top: 1px;
}
nav #menu{
	display: grid;
	/*justify-items: center;*/
	align-items: center;
}
nav #js-mainnav.megamenu .js-megamenu{
	text-align:right;
	width: 100%;
    margin: 0;
    padding: 0;
}
nav #js-mainnav{
	margin:0;
}
nav #js-mainnav &gt; ul{
    list-style: none outside none;
    margin: 0;
    padding:0;
	display: flex;
    justify-content: space-between;
}
nav #js-mainnav ul li {
	float: left;
	margin:0;
	padding:0;
}
nav #js-mainnav ul li a{
    background-color: transparent;
	display: block;
    color: #ffffff;
	font-weight: 300;
    font-size: 12px;
    padding:5px 20px;
	margin:0 5px 0 0;
	text-align:left;
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: 0.8;
}
nav #js-mainnav ul li a:hover{
	opacity: 1;
	background-color: #2958BD;
}
nav #js-mainnav ul li.active a{
	opacity: 1;
	background-color: #2958BD;
}
nav #js-mainnav ul li#Accueil{
	display: none !important;
}
#js-mainnav.affix .js-megamenu {
    position: relative;
	width: auto;
	display: grid;
}
nav #js-mainnav {
	transform: translate3d(0,0,0);
	border: 0 !important;
}
nav #js-mainnav.affix {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 50px;
    margin: 0 0 0 0;
    flex-grow: 90;
    left: 0;
	padding-top: 8px;
	background-color:#ffffff;
}
nav .dropdown-menu {
	background-color: #3268DB;
	color: #FFFFFF;
	padding: 20px;
}
#megamenucss #js-mainnav .js-megamenu .dropdown-menu {
	margin: 12px 0 0 0;
	-webkit-box-shadow: inset 0px 10px 11px -6px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 10px 11px -6px rgba(0,0,0,0.2);
	box-shadow: inset 0px 10px 11px -6px rgba(0,0,0,0.2);
}
nav #js-mainnav ul li ul {
	float:none;
    padding: 0 0 0 0 !important;
}
nav #js-mainnav ul li ul .group-title .menu-title{
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
}
nav #js-mainnav ul li ul li {
	float:none;
}
nav #js-mainnav ul li ul li a{
    font-size: 12px;
	opacity: 0.6;
    color: #ffffff;
	text-transform: none;
	padding: 5px 0;
	letter-spacing: normal;
}
nav #js-mainnav ul li.active ul li a{
	opacity: 0.6;
}
nav #js-mainnav ul li ul li a:hover, 
nav #js-mainnav ul li ul li.active a:hover{
	opacity: 1;
}
nav #js-mainnav.blackwhite ul.level1 .childcontent {
    margin: -20px 0 0 100px;
}
nav #js-mainnav .group-content {
    margin-bottom: 5px;
}
nav #js-mainnav .megacol {
	border-right: 1px solid rgba(255,255,255,0.5);
	min-height: 100%;
	margin-right: 20px;
}
nav #js-mainnav .last {
	border-right: 0px;
}

nav #social {    
	float: right;
    padding: 0;
    margin-top: 4px;
}
nav #social p{   
	margin: 0;
}

.pagination__wrapper {
	display: block;
	background : #fff;
}

/* WARNING */
warning p{
	margin: 0;
	padding: 0;
}
warning .warn-orange,
warning .warn-red {
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    background: #FF6900;
	padding: 10px 0;
}
warning .warn-orange a:before,
warning .warn-red a:before {
    content: "\f071";
	font-family: 'FontAwesome';
	top: 0;
	left: 0;
    margin-right: 5px;
}
warning .warn-orange a,
warning .warn-red a{
	color: #FFFFFF;
	font-size: 16px;
}
warning .warn-orange a:hover
warning .warn-red a:hover{
	text-decoration: underline;
}
warning .warn-red {
    background: #FF2A00;
}
/* PATHWAY */
.breadcrumb {
    margin: 0;
    padding: 0 0 5px 0;
}
ul.breadcrumb li,
ul.breadcrumb li a{
	font-size: 12px;
	color: #474747;
	font-weight: 300;
}
ul.breadcrumb li .divider{
	padding: 0 5px;
}
/* BANNER */
banner .moduletable {
    margin: auto;
    text-align: center;
}
/* COOKIE */
.jb.cookie {
	box-shadow: 0 0 0 #444;
	padding: 10px 0;
}
.jb.bottom.blue .jb.cookie-bg.white, .jb.bottom.blue .jb.cookie-bg.black {
	border-top: 0px solid #0089f2;
}
.jb.cookie-bg.black {
	background-color: #234CA4;
}
.jb.cookie-title {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 25px;	
}
.jb.cookie-readmore {
    font-weight: 700;
    opacity: 0.7;
}
.jb.accept.blue {
	background: transparent;
	display: block;
	color: #FFFFFF;
	padding: 5px 20px;
	border: 1px solid #FFFFFF;
	margin: auto;
	width: 150px;
}
.jb.accept:hover {
	box-shadow: 0 0 0 #000;
	background-color: #3268DB;
}
/* CONTENT */
content{
	padding-top: 5px;
	line-height: 28px;
}
content .white_content{
	padding:20px;
    background: #ffffff;
}

@media (max-width: 767px) {
content .white_content{
	padding:20px 0px 20px 0px;
    background: #ffffff;
}
}

content h1,
content .content-category h2,
content .componentheading{
    clear: both;
    font-size: 24px;
	font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
	line-height:normal;
	text-align: center;
	color: #234CA4;
	letter-spacing: 2px;
	text-transform: uppercase;
}
content h2,
content h3,
content .blog h2{
    clear: both;
    font-size: 20px;
    margin-bottom:15px;
    line-height: 110%;
	/*font-weight: bolder;*/
}
content h4{
    clear: both;
    font-size: 20px;
    margin-bottom:10px;
	line-height: normal;
	/*font-weight: bolder;*/
}
content .moduletable{
	font-size:14px;
	line-height: 150%;
}
content .moduletable h3 {
    margin: 40px 0 20px 0;
    padding: 0;
    font-size: 22px;
    line-height: normal;
    text-align: center;
}
content .moduletable p{
	margin:0;
	padding:0;
}
content .moduletable .openinghours-closed,
content .moduletable .openinghours-open {
    padding: 10px;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul &gt; li {
	display: inline;
}
.pagination ul &gt; li &gt; a,
.pagination ul &gt; li &gt; span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; li &gt; a:focus,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
	background-color: #f5f5f5;
}
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
	color: #999;
	cursor: default;
}
.pagination ul &gt; .disabled &gt; span,
.pagination ul &gt; .disabled &gt; a,
.pagination ul &gt; .disabled &gt; a:hover,
.pagination ul &gt; .disabled &gt; a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul &gt; li &gt; a,
.pagination-large ul &gt; li &gt; span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul &gt; li:first-child &gt; a,
.pagination-large ul &gt; li:first-child &gt; span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul &gt; li:last-child &gt; a,
.pagination-large ul &gt; li:last-child &gt; span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul &gt; li:first-child &gt; a,
.pagination-mini ul &gt; li:first-child &gt; span,
.pagination-small ul &gt; li:first-child &gt; a,
.pagination-small ul &gt; li:first-child &gt; span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul &gt; li:last-child &gt; a,
.pagination-mini ul &gt; li:last-child &gt; span,
.pagination-small ul &gt; li:last-child &gt; a,
.pagination-small ul &gt; li:last-child &gt; span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul &gt; li &gt; a,
.pagination-small ul &gt; li &gt; span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul &gt; li &gt; a,
.pagination-mini ul &gt; li &gt; span {
	padding: 0 6px;
	font-size: 9.75px;
}
/* USERS */
users {
	font-size: 14px;
}
users p{
	margin: 0;
	padding: 7px 0 10px 0;
}
/* BOTTOM */
bottom .moduletable{
	color:#ffffff;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.6px;
	line-height: 20px;
}
bottom .moduletable h2,
bottom .moduletable h3{
	color:#ffffff;
    margin: 0;
    padding: 0 0 30px 0;
	font-size:24px;
	font-weight: 300;
	letter-spacing: 4.58px;
	text-transform: uppercase;
}
bottom .moduletable p{
	margin:0;
	padding:0;
}
bottom .moduletable a{
	color: #ffffff;
	font-weight: 300;
	opacity: 0.8;
}
bottom .moduletable a:hover{
	color: #ffffff;
	opacity: 1;
	font-weight: 700;
}
/* FOOTER */
footer .moduletable{
}
footer ul{
    list-style: none outside none;
    margin: 0;
    padding:0;
}
footer ul li {
	float: left;
	margin:0;
	padding:0;
}
footer ul li a{
	float: left;
	margin:0 ;
	padding:0 10px;
	color:#B4C2E0;
}
footer ul li a:hover{
	color:#3268DB;
}
.gdocreative{
	float:right;
	padding:0;
	color:#B4C2E0;
	font-weight: 200;
}
.gdocreative:hover{
	color:#3268DB;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

/* OLD MAIN.CSS */
.mbcontent {
	width:100%;
}
.mbcontent td {
	border: #FFFFFF solid 2px;
    padding: 5px;
	background:#f6f6f6;
	font-size:14px;
	line-height:26px;
}

.table-mbcontent-container {
	width: 100%;
	overflow-x: auto;
}


.moduletable-hilite{
	border:1px #D3D3D3 solid;
	padding:20px;
	margin:20px 0;
}
.moduletable-hilite b{    
    text-transform: uppercase;
    color: #294B95;
}

p.ja-typo-box {
	border: 3px solid #ddd;
	padding: 10px 10px 10px 50px;
}

/* Box with icons */
p.box-download, p.box-sticky {
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

p.box-download {
	background-image: url(../images/icons/download-big.png);
}

p.box-sticky {
	background-image: url(../images/icons/sticky-big.png);
}

/* Box without icons - Style 1*/
p.box-grey-1, p.box-hilite-1 { padding: 10px 15px; }

p.box-grey-1 { background: #f7f7f7; border-color: #dddddd; }
p.box-hilite-1 { background: #ffffdd; border-color: #d2d2b6; }

/* Box without icons - Style 2*/
p.box-grey-2, p.box-hilite-2 { padding: 10px 15px; }

p.box-grey-2 { background: #f7f7f7; border-color: #dddddd; border-style: dotted; }
p.box-hilite-2 { background: #ffffdd; border-color: #d2d2b6; border-style: dotted; }

/* OLD MAIN.CSS - XAVIER */
h3.MBlegend-title {
    color: #474747;
}

.updatetime {
    padding-top: 5px;
    font-size: 11px;
}

.MBlegendmap {
    clear: both;
}

/* Noo Login PlaceHolder */
top #nologin_login ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF;
  	opacity: 0.5; /* Firefox */
}

top #nologin_login :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
  	opacity: 0.5;
}

top #nologin_login ::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
  	opacity: 0.5; 
}


.menu_forecast_day_old_style a{
	display:block;
	float:left;
	padding:3px 6px;
	border-right:#dedede 1px solid;
	text-transform:uppercase;
	font-size:11px;
	color:#2958bd;
}	

.menu_forecast_day_old_style a.item_unavailable {
	color:#7E9AD7;
}

.menu_forecast_day_old_style a.item_selected {
	color: #2958bd;
	text-decoration: underline;
}

.menu_forecast_day_old_style a.last_item {
	border-right:none;
	padding-left:6px;
	padding-right:0px;
}

.menu_forecast_day_old_style a.first_item {
	padding-left:0px;
	padding-right:6px;
}

.menu_forecast_day_old_style a:hover{
	text-decoration: underline;
	color: #64BFFC;
}

.homepagetitle {
	clear: both;
    font-size: 22px;
	font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
	line-height:normal;
	text-align: left;
	color: #234CA4;
	text-transform: uppercase;
}

@media (max-width: 767px) {
.homepagetitle {
    font-size: 20px;
}
}

content .source {
	font-size:90%;
	padding-top:25px;
}

content .source a {
	font-weight:400;
}

.mod-whosonline {
	font-weight:300;
}

content .article-info {
	text-align:right;
	font-size:85%;
	line-height:15px;
}

.article-info .published {
	line-height:12px;
}

.article-info .createdby {
	line-height:12px;
}

content .article-info-term {
	display:none;
}

/* BANNER SKYSCRAPPER */
@media (max-width: 1700px)  {
	#banner_skyscrapper{
		display: none;
	}
}

@media (min-width: 1700px)  {
	#banner_skyscrapper{
		height: 600px;
		left: 50%;
		margin: 86px 520px 0 620px;
		position: fixed;
		top: 65px;
		width: 220px;
		z-index: 39;
		transition: 1s;
	}
}

@media (min-width: 992px)  {
	nav #menu{
		justify-items: center;
	}
}</pre></body></html>