/* Définition des polices */

@font-face {
    font-family: 'rochester';
    src: url('polices/Rochester-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@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: 'neutratextlight';
    src: url('polices/NeutraText-Light.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_coups_coeur
{
	width: 75%;
	padding: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	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_coups_coeur
	{
		width: 90%;
	}
}

.Section_coups_coeur_ligne
{
	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: 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: 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;
	overflow: hidden;
}

#Coups_coeur_small_device, #Coups_coeur_very_small_device
{
	display: none;
}

@media all and (min-width: 450px) and (max-width: 600px)
{
	#Coups_coeur_big_device
	{
		display: none;
	}
	#Coups_coeur_small_device
	{
		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+ */
	}
}

@media all and (max-width: 450px)
{
	#Coups_coeur_big_device
	{
		display: none;
	}
	#Coups_coeur_small_device
	{
		display: none;
	}
	#Coups_coeur_very_small_device
	{
		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+ */
	}
}

.coups_de_coeur
{
	width: 32.33333333%;
	height: auto;
	padding: 0px;
	margin: 5px 0.5% 5px 0.5%;
	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+ */
	position: relative;
	cursor: pointer;
}

@media all and (min-width: 600px) and (max-width: 1100px)
{
	.coups_de_coeur
	{
		margin: 3px 0.5% 3px 0.5%;
	}
}

@media all and (min-width: 450px) and (max-width: 600px)
{
	.coups_de_coeur
	{
		width: 48%;
		margin: 3px 1% 3px 1%;
	}
}

@media all and (max-width: 450px)
{
	.coups_de_coeur
	{
		width: 99%;
	}
}

.coups_de_coeur img
{
	width: 100%;
	height: 133.333%;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.logo_triangle
{
	position: absolute;
	bottom: -10px;
	left: 45%;
	width: 30px;
	height: 10px;
	z-index: 899;
}

.svg-logo_triangle
{
	position: absolute;
	height: 100%;
	width: 100%;
}

.titre_coups_de_coeur
{
	padding:0;
	margin:0;
    position:absolute;
    right:10%;
    left:10%;
	bottom: 10%;
	top: 70%;
    background: #ffffff;
	z-index: 899;
	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-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;
}

.titre_coups_de_coeur h2
{
	font-size:0.9em;
	line-height: 1.5;
    padding:1%;
	margin:0;
    text-align:center;
    color: #6e6e6e;
	font-family: neutratextlight;	/*Font: neutra text light*/
	width: 100%;
}

@media all and (min-width: 1000px) and (max-width: 1129px)
{
	.titre_coups_de_coeur
	{
		top: 60%;
	}
}

@media all and (min-width: 943px) and (max-width: 1000px)
{
	.titre_coups_de_coeur
	{
		top: 70%;
	}
}

@media all and (min-width: 700px) and (max-width: 943px)
{
	.titre_coups_de_coeur
	{
		top: 60%;
	}
}

@media all and (min-width: 600px) and (max-width: 700px)
{
	.titre_coups_de_coeur
	{
		top: 55%;
	}
}

@media all and (min-width: 530px) and (max-width: 600px)
{
	.titre_coups_de_coeur
	{
		top: 70%;
	}
}

@media all and (min-width: 490px) and (max-width: 530px)
{
	.titre_coups_de_coeur
	{
		top: 60%;
	}
}

@media all and (min-width: 450px) and (max-width: 490px)
{
	.titre_coups_de_coeur
	{
		top: 55%;
	}
}

@media all and (min-width: 277px) and (max-width: 450px)
{
	.titre_coups_de_coeur
	{
		top: 70%;
	}
}

@media all and (max-width: 277px)
{
	.titre_coups_de_coeur
	{
		top: 55%;
	}
}

@media all and (min-width: 750px) and (max-width: 850px)
{
	.titre_coups_de_coeur h2
	{
		font-size:0.8em;
	}
}

@media all and (min-width: 360px) and (max-width: 450px)
{	
	.titre_coups_de_coeur h2
	{
		font-size:1.2em;
	}
}

@media all and (min-width: 340px) and (max-width: 360px)
{
	.titre_coups_de_coeur h2
	{
		font-size:1.1em;
	}
}

@media all and (max-width: 340px)
{
	.titre_coups_de_coeur h2
	{
		font-size:1em;
	}
}

.coups_de_coeur:hover img
{
	opacity: 0.6;
}

.info_coups_de_coeur
{
	width: 100%;
	font-size:0.9em;
    padding: 0px;
	margin: 0px;
	color: #6e6e6e;
	text-align: justify;
	height: 0px;
	overflow:hidden;
}

@media all and (max-width: 340px)
{
	.info_coups_de_coeur
	{
		font-size:0.8em;
	}
}

.info_coups_de_coeur p a
{
    text-decoration: none;
}

.info_coups_de_coeur p
{
	padding-left: 8px;
	padding-right: 8px;
}

.info_coups_de_coeur p span
{
	font-family: ralewaysemibold;
	font-style: italic;
}

.separation_type
{
	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;
	width: 100%;
	margin: auto;
	margin: 0px;
}

.separation_type_trait
{
	background: #d6d6d6;
	height: 1px;
	width: 40%;
}

@media all and (max-width: 450px)
{
	.separation_type_trait
	{
		width: 30%;
	}
}

h1
{
	font-family: rochester;
	font-size:1.3em;
}