/* Définition des polices */

@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;
}

/*------------------------------------------------------------------------------------*/
/*-------------------------------- 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_articles
{
	width: 75%;
	padding: 0px;
	padding-top: 70px;
	padding-bottom: 60px;
	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_articles
	{
		width: 90%;
	}
}

.photo_articles
{
	width: 80%;
	padding: 0px;
	margin: 50px;
	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: relative;
	overflow:hidden;
}

@media all and (min-width: 900px) and (max-width: 1000px)
{
	.photo_articles
	{
		width: 90%;
	}
}

@media all and (max-width: 900px)
{
	.photo_articles
	{
		width: 100%;
	}
}

@media all and (min-width: 500px) and (max-width: 700px)
{
	.photo_articles
	{
		margin: 40px;
	}
}

@media all and (min-width: 400px) and (max-width: 500px)
{
	.photo_articles
	{
		margin: 30px;
	}
}

@media all and (max-width: 400px)
{
	.photo_articles
	{
		margin: 20px;
	}
}

.photo_articles img
{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;	
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.titre_photo_articles
{
	font-size:1.5em;
    padding:0;
	margin:0;
    position:absolute;
    right:0px;
    top:38%;
    left:0px;
    text-align:center;
    color:#ffffff;
	font-family: ralewaylight;
	z-index: 899;
	opacity:1;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media all and (max-width: 1100px)
{
	.titre_photo_articles
	{
		font-size:1.3em;
	}
}

@media all and (max-width: 460px)
{
	.titre_photo_articles
	{
		font-size:1.1em;
	}
}

@media all and (max-width: 320px)
{
	.titre_photo_articles
	{
		top: 25%;
	}
}

.info_photo_articles
{
	width: 100%;
	padding:0;
	margin:0;
    position:absolute;
    right:0px;
	left: 0px;
	bottom: -70%; /*mettre la hauteur du rectangle qui monte lorsque la fenêtre fait moins de 750px*/
	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;
	background-color: #ffffff;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media all and (max-width: 700px)
{
	.info_photo_articles
	{
		bottom: -80%;
		-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-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
}

.topo_photo_articles
{
	width: 60%;
	color: #6e6e6e;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

@media all and (max-width: 700px)
{
	.topo_photo_articles
	{
		width: 95%;
		padding: 0px;
		margin: auto;
	}
}

.topo_photo_articles p
{
	text-align: justify;
	font-size: 0.9em;
}

@media all and (max-width: 500px)
{
	.topo_photo_articles p
	{
		display: none;
	}
}

@media all and (max-width: 320px)
{
	.topo_photo_articles h3
	{
		font-size: 1em;
	}
}

.info_bandeau_articles
{
	width: 30%;
	color: #6e6e6e;
	font-size: 0.9em;
	margin: 0px;
	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: 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-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-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;
}

@media all and (max-width: 700px)
{
	.info_bandeau_articles
	{
		width: 99%;
		-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: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}
}

.info_lecteur_articles
{
	width: 100%;
	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;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

@media all and (max-width: 700px)
{
	.info_lecteur_articles
	{
		-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;
		margin: 0px;
		padding: 0px 20px 0px 20px;
	}
}

@media all and (max-width: 500px)
{
	.info_lecteur_articles
	{
	padding: 0px 5px 0px 5px;
	}
}
@media all and (max-width: 700px)
{
	.info_lecteur_articles
	{
		width: auto;
	}
}

.info_lecteur_articles p
{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}

@media all and (max-width: 320px)
{
	.info_lecteur_articles p
	{
		font-size: 0.9em;
		margin-left: 5px;
	}
}

.logo_info_lecteur_articles
{
	height: 25px;
	width: 25px;
	position: relative;
	margin: 0px;
	padding:0px;
}

@media all and (max-width: 320px)
{
	.logo_info_lecteur_articles
	{
		height: 15px;
		width: 15px;
	}
}

.svg-logo-info-lecteur
{
	position: absolute;
	height: 100%;
	width: 100%;
}

.photo_articles:hover .info_photo_articles
{
    bottom: 0px;
}

.photo_articles:hover img
{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.photo_articles:hover .titre_photo_articles
{
	opacity:0;
}