:root {
    --main-color-light: #ffffff;
    --main-color-dark: #999999;
}

*, *:before, *:after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

html {
    box-sizing: border-box;
}


html, body {
      padding: 0;
      margin: 0;
      font-family: "Arial", Arial, Helvetica, sans-serif;
      font-weight: bold;
      height: 100%;
      background-color:#444;
      overflow-x: hidden;
      width: 100%;
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
      }


body {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:;
	background-color: #333333;
	color:#000;
    padding: 0;
    margin: 0;

}

div {
        border: 0px solid #000;
        margin: 0px;
        box-sizing: border-box;
    }

p {
     	display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
	}

h3  { margin-bottom: vh; }



br
{
    display: block !important;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.25em;
}


#whole {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

#header>p  {
	display: flex;
    justify-content: center;
	width: 90vw;
    margin: 0;
	color: var(--main-color-light);
	font-weight: bold;
	font-size: 5vh;
	text-align: center;
	font-family: Arial;
}


#worldmap, #barchart, #container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 2.75vh 0 0 0;
}

.loading {
	margin-top: 10em;
	text-align: center;
	color: gray;
}

#countries {
    background-color: var(--main-color-light);
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 2vh;
    border: 1px solid var(--main-color-dark);
    border-radius: 0.5vh;
}


#footer_space {
   

}

#footer {
	background-color: #000;
    font-size: 2vh;
    color: white;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 1.375vh;
    border: 0px solid #ccc; 
    border-top: 0px solid #ccc;
    font-weight:normal;
    margin-bottom: 2.75vh;
}



   .nav {
        display: flex;
        align-items: center;
        margin:;

    }

    .nav-img {
        height: 5.5vh;
    }

    #all {
    	background-color:#444;
    	 width:100%;
	  display: flex;
  	justify-content: center;
    }

    #content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2.75vh;
        background-color:black;
      
        max-width: calc(100vh/11.5*9);
    }

    #top-bar, #top-right, #graph-content, #graph-main, #graph-menu, #bottom-bar {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
          }

    #graph-menu {
    padding-bottom: 2.75vh;
    }

    #graph-explaination {
    font-size:2.7vh;
    line-height:3.2.75vh;
    display:none;
    visibility:hidden;
    height:0px;
    }

    #credits {
    font-size:2vh;
    line-height:2.5vh;
    }

	#graph {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	width: 100%;
  	height: 100%;
  	border-width: 0px;
  	border-color: #27ae60;
  	border-style: solid;
  	border-radius: 50%;
  	}

    #graph-main {
    display:flex;
    width: calc(100%);
    padding-bottom: 100%;
    position: relative;
    }

    #graph-main {
    background-image: url("loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6vh;
	}

	#mainmenu {
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
	color:white;
	font-size:2vh;
	line-height:vh !important;
	font-weight:normal;
}

 #mainmenu a, #mainmenu a:hover, #mainmenu a:visited{
    color: #ffffff;
    }

    #graph-text, #graph-explaination, #bottom-left, #bottom-center, #bottom-right, .expl {
        display:flex;
        flex-direction: column;
    }

    #bottom-txt-left, #bottom-txt-right {
        display:flex;
        color: #888;
        font-family: Arial, "Arial Bold", "Arial", Helvetica, sans-serif;
        font-weight:bold;
        font-size:2vh;
        line-height:2.5vh;
        width:;
    }

    #bottom-bar {
	padding-top:2.75vh;
    }

    #bottom-center {
    height:7vh;
    }

    #bottom-center img{
    display:none;
    visibility:hidden;
    }

    #graph-explaination, #graph-content, #graph, .expl {
        flex-grow: 2;
    }

    .c1 {
        flex-basis: 5%;
    }

    .c2 {
        flex-basis: 42.5%;
        justify-content:center;
     	display:flex;
    }

    #nav-left, #nav-right, .nav-left, .nav-right {
	align-content:center;
	display:none;
	visibility:hidden;
    }

    #content, #graph-content {
        max-height: 100vh;
    }

    #download  {
        margin-bottom:3vh;
        color: #ffffff;
        font-size: 6vh;  /* A&nbsp;REFAIRE BASE SUR HAUTEUR  */
    }

    #ucc-link, #ipcc-link, #usa-link {
        border: 0px;
        padding:0.5vh;
        padding-right: 1vh;
        padding-left: 1vh;
        visibility:hidden;
		display:none;
    }

    /* Text color */

    #top-bar {
        font-size: 5.5vh;
        padding:0;
        margin:0;
        padding-bottom:2.75vh;
        height:8.25vh;
    }

	#title, #subtitle {
        color: #ffffff;
    }

    #title a, #title a:hover, #title a:visited{
   color: #ffffff;
    }

    #subtitle {

	}

    #ucc-link, #ipcc-link, #usa-link {
        color: #ffffff;
        font-family: Arial, "Arial Bold", "Arial", Helvetica, sans-serif;
        font-weight:bold;
        font-size:2vh;
    }

    #ucc-link {
        background-color: #aaaaaa;
        margin-right:1em;
    }

    #ipcc-link {
        background-color: #777777;
        opacity: 1;
        margin-right:1em;
    }

    #usa-link {
        background-color: #555555;
        opacity: 1;
    }

    #current-model, #about, .red {
        color: #ffffff;
    }

    .expl {
        color: #ffffff;
    }

    #article {
    	border-top:11vh solid #444;
		height: vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: vh;
        padding-bottom: 100vh;
        background-color:#000;
        width: calc(100vh/11.5*9);
        color: #eee;
        padding: 2.75vh;
        font-weight:normal;
         font-size:2.9vh;
        line-height:4.1vh;
    }

    .mbr-figure__img, .img_drive {
    max-width:100%;
	height:auto;
    border:1px solid white;
    }

    .img_drive:hover {
    border:4px solid white;
    }

    .mbr-article, .mbr-header {
    font-size:2vh;
    line-height:3vh;
    }

    .mbr-figure__caption-small {
    font-weight:normal;
    color:#fff;
    text-align:center;
    font-size:1.8vh;
    padding:0;
    line-height:2.0vh;
    text-align:;
    }

    .mbr-header {
   	border-top:0px solid white;
   	padding:0;
    margin:0;
    padding-top:2.75vw;
    font-size: 4.8vh;
    line-height:6vh;
    margin-top:2.75vh;
	}

	h3 {
   	border-top:0px solid white;
   	padding:0;
    margin:0;
    margin-bottom:2vh;
    padding-top:0vw;
    font-size: 4.8vh;
    line-height:6vh;
    color: #fff
	}

	.chapter {
   	font-weight:bold;
   	text-decoration:underline;
   	color: #fff
	}

	.mbr-footer__copyright {
   	color:#000;
   	font-weight:bold;
	font-size:5.5vh;
	text-align:center;
	}

	a, a:active, a:visited {
   	color:#ff3355;
   	text-decoration:none;
	}








@import 'https://code.highcharts.com/css/highcharts.css';



.chart {


}

.chart, .highcharts-container, .highcharts-root, .highcharts-background {

}

.chart {
  position: relative;
  width: 100%;
}

.highcharts-container {
	border: 1px solid #ccc;
	border-radius: 0vh;
	margin-bottom: 0vh;
	font-size:2vh !important;
}

.highcharts-root {
	padding:0vh;
}

path {
	/* stroke-width:0.3vh !important; */
}

.highcharts-figure, .highcharts-data-table table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:;
	/* min-width: 310px;
	max-width: 800px; */
	margin: 1em auto;
}


.highcharts-data-table table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:;
	border-collapse: collapse;
	/* border: 1px solid #ededed; */
	margin: 10px auto;
	text-align: center;
	width: 100%;
	/* max-width: 500px; */
}

.highcharts-data-table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:;
	padding: 1em 0;
	font-size: 1em;
	color: #ffffff;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
	background: #ffffff;
}

.highcharts-data-table tr:hover {
	background: #ffffff;
}

/* Link the series colors to axis colors */
.highcharts-color-0 {
	fill: var(--main-color-light);
	stroke: #cccccc;
}

.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
	stroke: var(--main-color-light);
}

.highcharts-axis.highcharts-color-0 text {
	fill: var(--main-color-light);
}

.highcharts-color-1 {
	fill: var(--main-color-dark);
	stroke: #ffffff;
}

.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
	stroke: var(--main-color-dark);
}

.highcharts-axis.highcharts-color-1 text {
	fill: var(--main-color-dark);
}

.highcharts-subtitle {
	fill: var(--main-color-light) !important;
	color:var(--main-color-light) !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:;
	line-height:;
	color: #ffffff;
	text-transform:none !important;
	padding:0 !important;
	margin:0 !important;
}

.highcharts-title {
	font-size:;
	line-height:;
	color: #ffffff;
	text-transform:none !important;
	font-weight:normal;
}

.highcharts-legend-item {
	padding-top:px;
	font-size:;
	line-height:;
	color: #ffffff;
	text-transform:none !important;
	font-weight:normal !important;
	}

.highcharts-legend-box{
    background-color: black !important;
    }

.highcharts-axis .highcharts-axis-line, .highcharts-grid-line {
	stroke-width: 2px !important;
	color: #ffffff !important;
}

.highcharts-xaxis-labels text{
	font-weight:normal !important;
	transform: none !important;
}

.highcharts-yaxis-labels {
	font-weight:normal  !important;
}

.highcharts-color-0 text, .highcharts-color-1 text {
	stroke: transparent !important;
	font-weight:normal !important;
}

.highcharts-button-box {

}

.highcharts-legend-item rect {
stroke:#fff;
stroke-width:1
}

.highcharts-legend-item-hidden text {
color: #444  !important;
fill: #444  !important;
}

.highcharts-legend-item-hidden rect {
color: #000  !important;
fill: #000;
stroke:#777;
stroke-width:1;
}

select {
	 text-transform:uppercase;
     color: black;
     text-align: center;
     text-align-last: center;
     font-size:2vh;
     width: calc(72.76vh);   

}

.highcharts-background {
    fill: #000000;
}

select, select option,  #mainmenu, .highcharts-legend-box, .highcharts-subtitle, .highcharts-title, .highcharts-legend-item text, .highcharts-xaxis-labels text, .highcharts-yaxis-labels text {
	font-size: 2.0vh !important;
	line-height:2.9vh!important;
	font-size: calc((100vh/11.5*9)/100*2.7) !important;
	line-height: calc((100vh/11.5*9)/100*4) !important;
	}

	#footer {
    position: relative;
}

#footer select {
    border: none;
    padding: 0.33vw;
    margin: 0;
    font: inherit;
    outline:none; /* remove focus ring from Webkit */
    line-height: ;
    background: #fff;
    color:#000;
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:1px solid white;
    font-weight:bold !important;
}

/* Since we removed the default focus styles, we have to add our own */
#footer select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Select arrow styling */
#footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: ;
    line-height: auto;
    color: #555;
    pointer-events:none;
}


.highcharts-tooltip-box text, .highcharts-tooltip-box tspan {
	al, Helvetica, sans-serif !important;
	color: #ffffff !important;
    font-size: 1.5vh!important;
    fill: #ffffff !important;
    font-weight:normal !important;
    padding:0.1vh !important;
}

.highcharts-tooltip-box path {	
    fill: #000000ff !important;    
}


/* Maximum aspect ratio */
@media (max-aspect-ratio: 13/16) {
  div {
  }

select {
min-width: calc(92vw) !important;  
max-width: calc(92vw) !important;   
}

}


/* Maximum aspect ratio */
@media (max-aspect-ratio: 10/16) {
  div {
  }

#article {
        width: calc(100vw) !important;
        max-width: calc(100vw) !important;
 		min-width:auto !important;
		padding: 1.35vh;
    }

    #content {
        width: calc(100vw) !important;
        max-width: calc(100vw) !important;
        min-width:auto !important;
		padding: 1.35vh;   
    }

    #top-bar {
    font-size: 4vh;
    padding: 0;
    margin: 0;
    padding-bottom: 2.75vh;
    height: 6.75vh;
}

.mbr-footer__copyright {
  font-size: 4vh !important;
}

#footer {
align-content:center;
width: ;
margin:auto;
margin-bottom: 1.35vh !important;
}

.highcharts-container {

}

select {
min-width: calc(95vw) !important;  
max-width: calc(95vw) !important;   
}

select, select option,  #mainmenu, .highcharts-legend-box, .highcharts-subtitle, .highcharts-title, .highcharts-legend-item text, .highcharts-xaxis-labels text, .highcharts-yaxis-labels text {	
	font-size: 1.5vh!important;
	line-height:1.9vh!important;
	font-size: calc((100vw)/100*3.15) !important;
	line-height: calc((100vw)/100*4.5) !important;
	}

}

