body {
	margin: 0px;
	font-family: 'segoe ui';
	font-size: 13pt;
	padding-top: 60px;
}
.nav {
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	text-shadow: 2px 2px 2px #000;
}
.nav > #nav-check { display: none; }
.nav > .nav-header { display: inline; }
.nav > .nav-header > .nav-title {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	vertical-align: top;
	line-height: 50px;
}
.nav > .nav-btn { display: none; }
.nav > .nav-links {
	display: inline;
	float: right;
	font-size: 17px;
}
.nav > .nav-links > a {
	display: inline-block;
	padding: 13px 10px;
	text-decoration: none;
	color: #eee;
	font-weight: normal;
}
.nav > .nav-links > a:hover { 
	background-color: rgba(0, 0, 0, 0.3); 
	color: #ff0;
	text-shadow: 2px 2px 2px #f00;
}
.nav > .nav-links > a > img { display: none; }
.nav-header-img { 
	max-width: 45px; 
	max-height: 45px; 
	margin: 5px;
}
#Contain_Index {
	width: 70%; 
	margin: 20px auto;
}
.Col_Left, .Col_Right {
	margin: 0 auto 5px;
	display: inline-block;
	vertical-align: top;
}
.Col_Left { width: 65%; }
.Col_Right { 
	width: 34%; 
	background: url("../apps/img/back.jpg");
	min-height: 500px;
}
.Icon_Network {
	width: 13%; 
	margin: 3px;
}
#Contain_Index h3 {
	text-align: center; 
	padding: 10px; 
	border: 1px solid var(--color-fonce);
	color: var(--color-moyen);
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(46,45,46,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(46,45,46,1);
	box-shadow: 0px 3px 5px 0px rgba(46,45,46,1);
}
.Article {
	padding: 7px;
	margin: 20px 10px;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #9c9c9c;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(143,143,143,1);
	-moz-box-shadow: 0px 0px 7px 1px rgba(143,143,143,1);
	box-shadow: 0px 0px 7px 1px rgba(143,143,143,1);
}
.Article ul { margin-left: 30px; }
.Article_Titre {
	text-align: center;
	font-size: 21pt;
}
.Article_Sous_Titre {
	color: grey;
	text-align: center;
}
.Article_Table {
	width: 100%;
	border-top: 1px solid lightgrey;
	border-bottom: 1px dotted grey;
	padding: 10px;
	margin-top: 10px;
}
.Article_Contenu { 
	padding-left: 10px; 
	width: 97%;
}
.Article_Date {
	text-align: right;
	font-size: 9pt;
	color: grey;
}
.Article_Date span { color: var(--color-fonce); }
.Hyphens {
	overflow-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.Event {
	border: 7px groove var(--color-clair);
	padding: 10px;
	width: 50%;
	min-width: 600px;
	margin: auto;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}
.Event_Left {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
}
.Event_Left img { max-width: 95%; }
.Event_Right {
	display: inline-block;
	vertical-align: top;
	width: 77%;
	padding-left: 10px;
}
#Inscribe_Left {
	margin-top: 5px;
	display: block;
	text-align: center;
}
#Inscribe_Right { display: none; }
.Saut_de_ligne, .nav_icon { display: none; }
.Div_Filiere {
	width: 330px; 
	display: inline-block; 
	vertical-align: top; 
	text-align: left; 
	margin: 10px;
	padding: 2px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(173,173,173,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(173,173,173,1);
	box-shadow: 0px 0px 5px 2px rgba(173,173,173,1);
}
/*-----------------------------------------------
  	RESPONSIVE
-----------------------------------------------*/
@media  ( max-width: 720px ) {
	.nav > .nav-btn {
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.nav > .nav-btn > label {
		display: inline-block;
		width: 40px;
		height: 37px;
		padding: 13px 0 0 13px;
		background-color: rgba(0, 0, 0, 0.3);
		border-left: 1px solid #bbb;
	}
	.nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label { 
		background-color: rgba(0, 0, 240, 0.3);
		cursor: pointer;
	}
	.nav > .nav-btn > label > span {
		display: block;
		width: 25px;
		height: 7px;
		border-top: 2px solid #ff0;
	}
	.nav > .nav-links {
		position: absolute;
		display: block;
		width: 100%;
		background-color: #333;
		height: 0px;
		transition: all 0.3s ease-in;
		overflow-y: hidden;
		top: 50px;
		left: 0px;
	}
	.nav > .nav-links > a {
		display: block;
		width: 100%;
		border-bottom: 1px dotted #555;
		padding: 10px 15px;
	}
	.nav > .nav-links > a:hover {
		padding-left: 50px;
		border-bottom: 1px solid #fff;
	}
	.nav > .nav-links > a > img { 
		display: inline-block; 
		height: 35px;
		vertical-align: middle;
		margin-right: 10px;
	}
	.nav > #nav-check:not(:checked) ~ .nav-links { height: 0px; }
	.nav > #nav-check:checked ~ .nav-links {
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
	#Contain_Index { width: 90%; }
	.Event {
		width: 85%;
		min-width: 350px;
		text-align: center;
	}
	.Event_Left {
		display: block;
		max-width: 200px;
		margin: auto;
	}
	.Event_Right {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: left;
		padding: 0;
	}
	#Inscribe_Left { display: none; }
	#Inscribe_Right { 
		display: block;
		letter-spacing: 1px;
		float: left;
		width: 90px;
		border-radius: 0 0 0 12px;
		-moz-border-radius: 0 0 0 12px;
		-webkit-border-radius: 0 0 0 12px;
	}
	.Saut_de_ligne { display: block; }
	.nav_icon { display: block; }
}

@media  ( max-width: 1200px ) {
	.Col_Left, .Col_Right {
		margin: 0 auto 5px;
		display: block;
		width: 100%;
		min-width: 350px;
	}
	.Icon_Network {
		width: 9%; 
		margin: 3px;
	}
}