@CHARSET "ISO-8859-1";
/* Surcharge des éléments déjà définis par les CSS de Pure CSS */

/*-----------------------
*	Element Styles
*------------------------
*/

body {
    min-width: 320px;
    background-color: #fff;
    color: #777;
    line-height: 1.3em;
    font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: rgb(75, 75, 75);
}

h1 {
	   font-size: 1.50em;
}

h2 {
	   font-size: 1.35em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.125em;
}

a {
    color: #3b8bba; /* block-background-text-normal */
    text-decoration: none;
    border: none;
}

a:visited {
    color: #265778; /* block-normal-text-normal */
}

a:hover {
  	 color: #0080ff;
  	 position: relative;
}

a.whitelink {
	   color: #ffffff; /* block-background-text-normal */
    text-decoration: none;
    border: none;
}

.whitelink a:visited {
	   color: #ffffff; /* block-background-text-normal */
}

.whitelink a:hover {
	   color: #ffffff; /* block-background-text-normal */
}

.header {
	   padding-top: 0.5rem;
	  	background-image: url('../img/wmo_header-line.png');
	   background-repeat: no-repeat;
    background-position: left bottom; 
    background-clip: padding-box;
}

.myfooter {
    margin-top: 20px;
    text-align: justify;
    border: none;
}

.myfooter .center {
    text-align: center
}

.myfooter .right {
    text-align: right
}

.myfooter.bottommenu {	
	   background: #0050A1;
	   color: #ffffff;
	   padding: 0.5rem;
	   border: none;
 }
 
.footerlink {
	   vertical-align: middle;
	   text-align: center;
	   display: inline-block;
	   text-decoration: none;
	   border: none;
	}
	
/**************** */
/*  Tooltip 	  */
/**************** */
a[title]:hover:after {
    content: attr(title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 20px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

/* Titre du site du bandeau du haut	*/
.toptitle {
	   font-size: 2em;
	   line-height: 1.5em;
	   /*display: table-cell; /* comportement visuel de cellule */
	   display: inline-block;
  	 vertical-align: middle;
  	 text-align: center;
  	 font-family: 'Anton', sans-serif;	/* Google font à importer plutot que linker*/
  	 color: #003F6B;
  	 text-shadow: 3px 3px #B2D4EF;
  	 padding: 20px;
}

@media screen and (max-width: 767px) {
	   .toptitle {display: none;}
}
 
.thecontent {
	   padding: 20px;
	   line-height: 1.5em;
}

.sticky-footer {
	   position:fixed;
	   top:93%;
	   left:10%;
	   width:90%;
}

aside {
    background: #1f8dd6; /* same color as selected state on site menu */
    margin: 1em 1em;
    padding: 1.5rem 0rem 1.5rem;
    border-radius: 0.5rem;
    color: #fff;
    text-align: center;
  	 margin-bottom: 2rem;
}


aside a, aside a:visited {
	   color: #a9e2ff;
}

#menu {
	   z-index: 1;		/* Pour que les tooltips ne soient pas "sous" le menu (remplace 1000 dans pure-css) */
}

.homepanel {
	   background: #1f8dd6; /* same color as selected state on site menu */
    margin: 0.5em;
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
  	 margin-bottom: 0.5rem;
  	 text-align: left;
}

/* La carte metarea de l'accueil */
.homepanel.map {
    text-align: center;
				background: white;
				color: black;
				margin: 0em;
				padding: 0em;
}

/* Issuing service */
.issue {
	   background: #1f8dd6; /* same color as selected state on site menu */
    margin: 1em 1em;
    padding: 0.3em 1em;
    border-radius: 5px;
    border: 1px solid #0780CF;
    color: #fff;
    min-height: 80px;
}

.issue .long {
	   height: 120px;
}

.infopanel {
	   margin: 0.5em;
    padding: 0.5em;
    border-radius: 5px;
    background: #a9e2ff; 
    color: #777;
}

.infopanel.metinfo {
    min-height: 80px;
}

/* Description de la metarea */
.metdesc {
 /*	background: #FFF5C6 ;	*/
	   margin: 0;
	   padding: 0.3em 1em;
	   border-radius: 3px;
	 /*color: #fff;*/
	 /*min-height : 100px;*/
}

/************************/
/* 		BULLETINS 		*/
/************************/
.msgicon {
	   font-size: 1.8rem;
}

.navtexstation {
	   padding-left: 0.8rem;
	   padding-bottom: 0.5rem;
}

.bull {
	   padding: 0.4rem 0.2rem 0.4rem 0.2rem;
    border-radius: 0.4rem;
    text-align: center;
  	 margin-bottom: 0.5rem;
  	 margin-left: 1rem;
  	font-weight: bold;
}

/* Bulletin normal: vert	*/
.bullnormal {
	 /*background: #97FA97; */
	   border: 1px solid #49E849;
	   background: linear-gradient(to right, #C9FEC9, #97FA97);
}

/* Bulletin warning: orange/beige	*/
.bullwarning {	
	 /*background: #F5DEB2; */
	   border: 1px solid #FFC362;
	   background: linear-gradient(to right, #F5DEB2, #FFC362);
}

.bullcyclone {
  /*background: #E8967A;	*/
	   border: 1px solid #E8967A;
	   background: linear-gradient(to right, #FFC2AD, #E8967A);
}

.bulliceforecast {
	   border: 1px solid #74A9C3;
	   background: linear-gradient(to right, #D0E8F4, #A3CCE0);
}

.bullmissing {
	   background: #cccbca;
}

.bullnavtex {
	   margin-left: 2rem;
}

/***************************
/* Blocs d'informations
/***************************/
.message	{ /* ancien nom: alert) */
    padding: 0.5rem;
    margin: 0.5rem;  
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-radius: 0.5rem;
}

.info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;  
}

.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #F8A70D;
}

.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/********************************/
/*	Couleurs (pour test)		*/
/********************************/
.red {
	   color: red;
}

.green {
	   color: green;
}
.yellow {
	   background: yellow;
}

/*******************************/
/*	Couleurs de texte		   */
/*******************************/
.txtred {
	   color: red;
}

.txtorange {
	   font-weight: bold;
	   color: orange;
}

/*****************************/
/*			IMAGES			 */
/*****************************/
.miniflag {
	   width:32px;
	   display: inline-block;
	   vertical-align: middle;
	   padding-right: 3px;
}

.myicon {
	   font-size: 2em;
}

.linelogo {
	   display: inline-block;
	   padding: 10px;
    vertical-align: middle;
}

.mylogo {
	   display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement horizontal */
	   align-items: center;
}
@media screen and (max-width: 767px) {
	   .mylogo {display: none;}
}

.gmdssacronym {
	   padding-top: 20px;
	   padding-bottom: 20px;
	   text-align: left;
	 /*margin-bottom: 10 px;*/
	   color: #003F6B;
	   font-family: 'Anton', sans-serif;	
	   font-size: 1.2em;
	   vertical-align: middle;
}
@media screen and (max-width: 767px) {
	   .gmdssacronym {display: none;}
}

img.iconmap {
	   display: inline-block;
	   padding: 30px;
}

img.metareamap {
	   width: 734px; 
	   height: 538px;
	   display: inline-block;
	   padding: 5rem;
}

/* Pour que la carte reste cliquable si changement de taille */
img[usemap] {
		  border: none;
		  height: auto;
		  max-width: 100%;
		  width: auto;
	}
