/* Définition des polices */

@font-face {
    font-family: 'ralewaysemibold';
    src: url('polices/raleway-semibold-webfont.eot');
    src: url('polices/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/raleway-semibold-webfont.woff2') format('woff2'),
         url('polices/raleway-semibold-webfont.woff') format('woff'),
         url('polices/raleway-semibold-webfont.ttf') format('truetype'),
         url('polices/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('polices/raleway-light-webfont.eot');
    src: url('polices/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/raleway-light-webfont.woff2') format('woff2'),
         url('polices/raleway-light-webfont.woff') format('woff'),
         url('polices/raleway-light-webfont.ttf') format('truetype'),
         url('polices/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neutratextlight';
    src: url('polices/NeutraText-Light.eot');
	src: url('polices/NeutraText-Light.ttf') format('truetype'),
		 url('polices/NeutraText-Light.otf') format('opentype'),
		 url('polices/NeutraText-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------------------------------------*/
/*-------------------------------- Contenu de la page --------------------------------*/
/*------------------------------------------------------------------------------------*/


.contenu
{
	display: none;
}

#Tout:target, #Europe_Est:target, #Russie:target, #Chine:target
{
	width: 95%;
	margin: auto;
	padding: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
}

@media all and (max-width: 1000px)
{
	#Tout:target, #Europe_Est:target, #Russie:target, #Chine:target
	{		
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;	
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
}

/*Partie de gauche*/

.Section_Menu
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: absolute;
	top: 100px;
	left: 3%;
	padding: 0px;
	margin: 0px;
}

.Section_Menu_liste
{
	width: 150px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.choix, .non-choix
{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.choix div, .non-choix div
{
	border-radius: 1px;
	font-size: 0.9em;
	color: #b8b8b8;
	text-align: center;
}

.choix:hover, .non-choix:hover
{
	background: #b8b8b8;
}

.choix:hover div
{
	color: #ffffff;
}

#Tout:target #Tout_Menu div, #Europe_Est:target #Europe_Est_Menu div, #Russie:target #Russie_Menu div, #Chine:target #Chine_Menu div
{
	color: #6e6e6e;
}

#Tout:target #Tout_Menu:hover div, #Europe_Est:target #Europe_Est_Menu:hover div, #Russie:target #Russie_Menu:hover div, #Chine:target #Chine_Menu:hover div
{
	color: #ffffff;
}

#Section_Menu_fantome
{
	width: 150px;
}

#logo_triangle_menu
{
	display: none;
	position: relative;
	height: 40px;
	width: 15px;
}

.svg-logo_triangle_menu
{
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

#logo-triangle-path6
{
	fill:#b8b8b8;
	stroke:#b8b8b8;
}

.svg-logo_triangle_menu:hover #logo-triangle-path6
{
	fill:#d6d6d6;
	stroke:#d6d6d6;
}

@media all and (max-width: 1000px)
{
	#Section_Menu_fantome
	{
		width: 0px;
	}
	.Section_Menu
	{
		left: -155px;
		z-index: 901;
	}
	.Section_Menu_liste
	{
		border: solid 2px #ffffff;
		border-radius: 3px;
		background: #ffffff;
	}
	#logo_triangle_menu
	{
		display: block;
	}
}

@media all and (max-width: 330px)
{
	#logo_triangle_menu
	{
		height: 20px;
		width: 10px;
	}
}

/*Partie de droite*/

.Section_infographie
{
	width: 70%;
	padding-top: 80px;
	padding-bottom: 100px;
	padding-right: 5%;
	padding-left: 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 1000px)
{
	.Section_infographie
	{
		width: 90%;
		margin: auto;
	}
}

@media all and (max-width: 320px)
{
	.Section_infographie
	{
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

.separateur_infographie
{
	width: 100%;
	padding: 0px;
	margin: 40px 0px 20px 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.titre_infographie
{
	padding: 0px;
	margin: 0px;
}

#duree_infographie, #budget_infographie
{
	text-align: left;
	width: 18%;
}

#deplacements_infographie
{
	text-align: right;
	width: 30%;
}

@media all and (min-width: 650px) and (max-width: 850px)
{
	#deplacements_infographie
	{
		width: 35%;
	}
}

#meteo_infographie
{
	text-align: right;
	width: 18%;
}

@media all and (min-width: 540px) and (max-width: 650px)
{
	#deplacements_infographie
	{
		width: 40%;
	}
	#budget_infographie
	{
		width: 22%;
	}
	#duree_infographie, #meteo_infographie
	{
		width: 21%;
	}
}

@media all and (min-width: 450px) and (max-width: 540px)
{
	#deplacements_infographie
	{
		width: 45%;
	}
	#budget_infographie
	{
		width: 27%;
	}
	#duree_infographie, #meteo_infographie
	{
		width: 25%;
	}
}

@media all and (min-width: 380px) and (max-width: 450px)
{
	#deplacements_infographie
	{
		width: 55%;
	}
	#budget_infographie
	{
		width: 30%;
	}
	#duree_infographie, #meteo_infographie
	{
		width: 26%;
	}
}

@media all and (min-width: 320px) and (max-width: 380px)
{
	#deplacements_infographie
	{
		width: 60%;	
	}
	#budget_infographie
	{
		width: 33%;
	}
	#duree_infographie, #meteo_infographie
	{
		width: 28%;
	}
}

@media all and (max-width: 320px)
{
	#deplacements_infographie, #budget_infographie,#duree_infographie, #meteo_infographie
	{
		width: 100%;
		text-align: center;
		background: #d6d6d6;
		color: #ffffff;
		border-radius: 2px;
	}
}

.titre_infographie h2
{
	font-family: neutratextlight;
	font-size:1.5em;
	margin: 0px;
	padding: 1px;
	text-transform: uppercase;
}

@media all and (min-width: 600px) and (max-width: 750px)
{
	.titre_infographie h2
	{
		font-size:1.7em;
	}
}

@media all and (max-width: 600px)
{
	.titre_infographie h2
	{
		font-size:1.6em;
	}
}

#meteo_trait, #budget_trait, #duree_trait
{
	width: 82%;
	background: #d6d6d6;
	height: 1px; 
}

#deplacements_trait
{
	width: 70%;
	background: #d6d6d6;
	height: 1px; 
}

@media all and (min-width: 650px) and (max-width: 850px)
{
	#deplacements_trait
	{
		width: 65%;
	}
}

@media all and (min-width: 540px) and (max-width: 650px)
{
	#deplacements_trait
	{
		width: 60%;
	}
	#budget_trait
	{
		width: 78%;
	}
	#meteo_trait, #duree_trait
	{
		width: 79%;
	}
}

@media all and (min-width: 450px) and (max-width: 540px)
{
	#deplacements_trait
	{
		width: 55%;
	}
	#budget_trait
	{
		width: 73%;
	}
	#meteo_trait, #duree_trait
	{
		width: 75%;
	}
}

@media all and (min-width: 380px) and (max-width: 450px)
{
	#deplacements_trait
	{
		width: 45%;
	}
	#budget_trait
	{
		width: 70%;
	}
	#meteo_trait, #duree_trait
	{
		width: 74%;
	}
}


@media all and (min-width: 320px) and (max-width: 380px)
{
	#deplacements_trait
	{
		width: 40%;
	}
	#budget_trait
	{
		width: 67%;
	}
	#meteo_trait, #duree_trait
	{
		width: 72%;
	}
}

@media all and (max-width: 320px)
{
	#deplacements_trait, #budget_trait, #meteo_trait, #duree_trait
	{
		display: none;
	}
}

.Infographie
{
	width: 100%;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#Infographie_deplacement
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 540px)
{
	#Infographie_budget, #Infographie_duree
	{
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: -moz-flex;		   /* Firefox 18+*/
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;	
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
}

@media all and (max-width: 540px)
{
	#Infographie_meteo
	{
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: -moz-flex;		   /* Firefox 18+*/
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;	
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
}

.logo_small_infographie
{
	height: 70px;
	width: 70px;
	position: relative;
	margin: 0px;
	padding:0px 80px 0px 0px;
}

@media all and (max-width: 1170px)
{
	.logo_small_infographie
	{
		height: 50px;
		width: 50px;
		padding:0px 50px 0px 0px;
	}
}

@media all and (max-width: 800px)
{
	.logo_small_infographie
	{
		height: 40px;
		width: 40px;
		padding:0px 30px 0px 0px;
	}
}

#voiture, #bus, #train, #moto, #bateau,#avion
{
	height: 50px;
	width: 50px;
}

@media all and (max-width: 800px)
{
	#voiture, #bus, #train, #moto, #bateau,#avion
	{
		height: 40px;
		width: 40px;
	}
}

.logo_big_infographie
{
	height: 300px;
	width: 300px;
	position: relative;
	margin: 0px;
	padding:0px;
}

@media all and (min-width: 650px) and (max-width: 800px)
{
	.logo_big_infographie
	{
		height: 250px;
		width: 250px;
		position: relative;
		margin: 0px;
		padding:0px;
	}
}

@media all and (max-width: 650px)
{
	.logo_big_infographie
	{
		height: 200px;
		width: 200px;
		position: relative;
		margin: 0px;
		padding:0px;
	}
}

#logo_big_infographie_budget
{
	height: 415px;
	width: 350px;
}

@media all and (min-width: 650px) and (max-width: 900px)
{
	#logo_big_infographie_budget
	{
		height: 296px;
		width: 250px;
	}
}

@media all and (max-width: 650px)
{
	#logo_big_infographie_budget
	{
		height: 237px;
		width: 200px;
	}
}

#svg_horloge, #nuage, #soleil, #pluie, #neige, #svg_thermometre
{
	opacity: 0.7;
}

@media all and (max-width: 500px)
{
	#nuage, #soleil, #pluie, #neige
	{
		padding:0px 0px 0px 0px;
	}
}

.svg_infographie
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
}

.texte_infographie
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-family: ralewaylight;
	font-size: 1.8em;
	line-height: 2em;
}

@media all and (min-width: 1050px) and (max-width: 1170px)
{
	.texte_infographie
	{
		font-size: 1.6em;
	}
}

@media all and (max-width: 1060px)
{
	.texte_infographie
	{
		font-size: 1.4em;
	}
}

@media all and (max-width: 600px)
{
	.texte_infographie
	{
		font-size: 1.2em;
	}
}

#texte_infographie_deplacement div
{
	text-align: center;
	width: 100%;
}

#texte_infographie_duree
{
	width: 65%;
}

@media all and (max-width: 540px)
{
	#texte_infographie_duree
	{
		padding-top: 30px;
		width: 100%;
	}
}

#texte_infographie_duree div
{
	text-align: center;
	width: 100%;
}

.repartition_infographie
{
	width: 55%;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 500px)
{
	.repartition_infographie
	{
		width: 90%;
	}
}

#repartition_infographie_budget
{
	width: auto;
}

#repartition_infographie_deplacement
{
	width: 100%;
	padding: 20px 0px 0px 0px;
}

.repartition_infographie_ligne
{
	width: 100%;
	height: 150px;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	font-family: ralewaylight;
	font-size: 1em;
}

@media all and (max-width: 650px)
{
	.repartition_infographie_ligne
	{
		height: 100px;
	}
}
#repartition_infographie_budget_ligne
{
	width: 400px;
	height: auto;
}

@media all and (min-width: 800px) and (max-width: 1170px)
{
	#repartition_infographie_budget_ligne
	{
		width: 320px;
		height: auto;
	}
}

@media all and (min-width: 300px) and (max-width: 800px)
{
	#repartition_infographie_budget_ligne
	{
		width: 250px;
		height: auto;
	}
}

@media all and (max-width: 300px)
{
	#repartition_infographie_budget_ligne
	{
		width: 200px;
		height: auto;
	}
}

.repartition_infographie_colonne
{
	padding: 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.repartition_infographie_chiffre
{
	padding: 0px;
	margin: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#infographie_chiffre_deplacement
{
	width: 100%;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	height: 60px;
}

.repartition_infographie_chiffre p
{
	font-size: 1.4em;
}

@media all and (max-width: 820px)
{
	.repartition_infographie_chiffre p
	{
		font-size: 1.2em;
	}
}

#repartition_texte_budget
{
	font-size: 1.2em;
}

@media all and (max-width: 1170px)
{
	#repartition_texte_budget
	{
		font-size: 1em;
	}
}

#texte_special_duree
{
	font-family: ralewaysemibold;
	color: #8eb4d2;
	padding: 30px 0px 0px 0px;
}

#texte_special_budget, #texte_special_deplacement
{
	font-family: ralewaysemibold;
	color: #8eb4d2;
}

#texte_infographie_meteo
{
	font-size: 1.6em;
	position: relative;
	left: -75px;
	width: 150px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

@media all and (min-width: 600px) and (max-width: 1170px)
{
	#texte_infographie_meteo
	{
		font-size: 1.4em;
	}
}

@media all and (max-width: 600px)
{
	#texte_infographie_meteo
	{
		font-size: 1.2em;
	}
}

@media all and (min-width: 650px) and (max-width: 800px)
{
	#texte_infographie_meteo
	{
		position: absolute;
		top: 590px;
		left: 80%;
	}
}

@media all and (min-width: 540px) and (max-width: 650px)
{
	#texte_infographie_meteo
	{
		position: absolute;
		top: 530px;
		left: 80%;
	}
}

@media all and (min-width: 320px) and (max-width: 540px)
{
	#texte_infographie_meteo
	{
		position: absolute;
		top: 890px;
		left: 57%;
	}
}

@media all and (max-width: 320px)
{
	#texte_infographie_meteo
	{
		position: absolute;
		top: 900px;
		left: 58%;
	}
}

@media all and (min-width: 280px) and (max-width: 320px)
{
	#Russie #texte_infographie_meteo
	{
		position: absolute;
		top: 860px;
		left: 58%;
	}
}

@media all and (max-width: 320px)
{
	#Chine #texte_infographie_meteo
	{
		position: absolute;
		top: 860px;
		left: 58%;
	}
}

.texte_temp_hide
{
	display: none;
}

.texte_temp_ligne
{
	margin: 30px 0px 30px 0px;
	padding: 0px;
	width: 150px;
	cursor: pointer;
}

@media all and (max-width: 650px)
{
	.texte_temp_ligne
	{
		margin: 15px 0px 15px 0px;
		padding: 0px;
		width: 150px;
		cursor: pointer;
	}
}

.texte_temp_ligne:hover .texte_temp_hide
{
	display: block;
}

.texte_temp_ligne:hover .texte_temp_show
{
	display: none;
}

#texte_temp_haut
{
	font-family: ralewaylight;
	color: #f86964;
}

#texte_temp_bas
{
	font-family: ralewaylight;
	color: #5e94be;
}

#texte_infographie_budget
{
	padding: 0px 0px 50px 0px;
}

@media all and (max-width: 650px)
{
	#texte_infographie_budget
	{
		padding: 0px 0px 20px 0px;
	}
}

.carre_repartition
{
	height: 20px;
	width: 20px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	opacity: 0.8;
	border-radius: 10px;
}

#Transport
{
	background-color: #cccccc;
}

#Nourriture
{
	background-color: #b7d2eb;
}

#Hebergement
{
	background-color: #d8e4aa;
}

#Activite
{
	background-color: #f2aeac;
}

#Visa
{
	background-color: #f2d1b0;
}

#Autre
{
	background-color: #d4b2d3;
}

#svg_budget_transport, #svg_budget_nourriture, #svg_budget_hebergement, #svg_budget_activite, #svg_budget_visa, #svg_budget_autre
{
	cursor: pointer;
}

.svg_texte_chiffres, .svg_budget_secteur_extension
{
	display: none;
}

.svg_budget_normal
{
	opacity: 0.8;
}

#svg_budget_transport:hover #svg_budget_transport_extension, #svg_budget_transport:hover #svg_budget_transport_texte
{
	display: block;
}

#svg_budget_transport:hover #svg_budget_transport_normal
{
	display: none;
}

#svg_budget_nourriture:hover #svg_budget_nourriture_extension, #svg_budget_nourriture:hover #svg_budget_nourriture_texte
{
	display: block;
}

#svg_budget_nourriture:hover #svg_budget_nourriture_normal
{
	display: none;
}

#svg_budget_hebergement:hover #svg_budget_hebergement_extension, #svg_budget_hebergement:hover #svg_budget_hebergement_texte
{
	display: block;
}

#svg_budget_hebergement:hover #svg_budget_hebergement_normal
{
	display: none;
}

#svg_budget_activite:hover #svg_budget_activite_extension, #svg_budget_activite:hover #svg_budget_activite_texte
{
	display: block;
}

#svg_budget_activite:hover #svg_budget_activite_normal
{
	display: none;
}

#svg_budget_visa:hover #svg_budget_visa_extension, #svg_budget_visa:hover #svg_budget_visa_texte
{
	display: block;
}

#svg_budget_visa:hover #svg_budget_visa_normal
{
	display: none;
}

#svg_budget_autre:hover #svg_budget_autre_extension, #svg_budget_autre:hover #svg_budget_autre_texte
{
	display: block;
}

#svg_budget_autre:hover #svg_budget_autre_normal
{
	display: none;
}

/*#Europe_Est .svg_budget_secteur_normal.details_EE
{
	display: none;
}

#Europe_Est .svg_budget_secteur_extension.details_EE, #Europe_Est .svg_texte_chiffres.details_EE
{
	display: block;
}

#Russie .svg_budget_secteur_normal.details_RU
{
	display: none;
}

#Russie .svg_budget_secteur_extension.details_RU, #Russie .svg_texte_chiffres.details_RU
{
	display: block;
}

#Chine .svg_budget_secteur_normal.details_CH
{
	display: none;
}

#Chine .svg_budget_secteur_extension.details_CH, #Chine .svg_texte_chiffres.details_CH
{
	display: block;
}*/

.infographie_barre_deplacement
{
	height: 35px;
	padding: 0px 0px 0px 2%;
	border-radius: 17px;
	background-color:#c8d9e9;
}

@media all and (min-width: 750px) and (max-width: 800px)
{
	.infographie_barre_deplacement
	{
		height: 30px;
	}
}

@media all and (max-width: 750px)
{
	.infographie_barre_deplacement
	{
		height: 25px;
	}
}