@font-face {
	font-family: Muli;
	font-style:normal;
	src: url('fonts/Muli-Regular.ttf');
}
@font-face {
	font-family: Muli;
	font-style:italic;
	src: url('fonts/Muli-Italic.ttf');
}
@font-face {
	font-family: Typo_Round_Light;
	font-style:normal;
	src: url('fonts/Typo_Round_Light.otf') format('opentype');
}

*{
    box-sizing: border-box;
}
html{
    background: #000000 ;
	scroll-behavior: smooth;
	padding:0px;
}
body{
	color:#ffffff;
    background: radial-gradient(circle at 80% -50px, #2A1C14 0%, #141414 10%, #121212 100%);
    font-family: 'Muli', sans-serif;
    font-size: 15px;	
	max-width:1170px;
	margin:auto;
	padding:20px 0px 20px 0px;
}
table{
	font-family:inherit;
	font-size:inherit;
	width:400px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	border-collapse:collapse;
}
td{
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	padding:3px;
}
img{
	width:100%;
	height:auto;
}
a {
    transition: background-color 0.5s ;
    text-decoration: none;
    color: #FF9900;
    padding: 2px;
}

a:hover not(.prochaines) {
    background-color: #553322;
}
header{
	margin-top:20px;
	margin-bottom:20px;
	vertical-align:top;
}

a.logo{
	display:inline-block;
	margin-left:20px;
	cursor:pointer;
	line-height:83px;
}
a.logo img{
	vertical-align:middle;
	height:90px;
	width:90px;
}
a.logo:hover{
	background-color:#000000;
	text-decoration:none;
}
a.titres:hover{
	background-color:#000000;
	text-decoration:none;
}
a.titres{
	margin-left:25px;
	color:white;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.langs{
	float:right;
	text-align:right;
	margin-top:30px;
	margin-right:30px;
}
h1{
	font-family:'Typo_Round_Light';
  display: inline-block;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  background-image: radial-gradient(circle, #eee293, #FF9900);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space:wrap;
}
h2{
	font-family:'Typo_Round_Light';
	width:100%;
	min-height:70px;
    font-size: 35px;
    margin: 0px;
	padding-left:30px;
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:10px;
    background: #424242;
	box-decoration-break:clone;
}
h3{
	font-family:'Typo_Round_Light';
	width:100%;
    font-size: 30px;
    margin: auto;
	margin-bottom:10px;
	padding:15px;
    background: #964f24;
	text-align:center;
}
h4{
	display:inline-block;
}
.soustitre{
    display:inline-block;
	margin:10px 0px 0px 3px;
	padding:0px;
	font-size:15px;
	font-weight:300;
	letter-spacing:3px;
}

nav{
	display: flex;
	flex-wrap: wrap;
    justify-content:space-around;
	list-style-type: none;
	background-color:#333333;
	width:100%;
	text-align:center;
	background:transparent;
	margin:0px;
	margin-top:10px;
}
nav a{
	display: block;
	flex: 1 0 12%;
	flex-shrink: 0;
	line-height:50px;
	padding: 8px;
	color:inherit;
    transition: color 0.5s ;
	color:#808080;
}
nav a:hover{
	text-decoration:none;
	color:#FF9900; /* e7e7e7 */
	background-color:inherit;
}

nav a.selected{
	cursor:default;
	background-color:#333333;
	color:#efe08e; /* #e0e0e0; */
}

li{
	margin:5px 0px 5px 12px;
}
@media (max-width: 780px) {
	body{
		padding:0px;
	}
	h1{
		font-size:30px;
		max-width:190px;
		white-space:wrap;
		margin-left:5px;
	}
	.soustitre{
		margin-top:5px;
		margin-left:5px;
	}
	h2{
		font-size:25px;
		padding-left:10px;
		padding-top:17px;
	}
	a.logo{
		margin-left:5px;
	}
	a.titres{
		margin-left:0px;
	}
	nav{
		flex-wrap: wrap;
		margin-top:20px;
	}
	nav li{
		min-width:90px;
		line-height:30px;
	}
	table{
		width:100%;
	}
}

article{
	margin:auto;
	margin:40px 0px 40px 0px;
	display: flex;
	flex-wrap: wrap;
    justify-content:space-around;
	align-content:stretch;
	align-items:center;
}
ul, li{
	list-style: none;
    list-style-type: none;
	padding-left:0px;
}
.content{
	display: inline-block;
	margin:10px;
	text-align: left;
}
.icon{
	width:60px;
	cursor:pointer;
	margin:10px;
}
.reference{
	min-width:250px;
	min-height:250px;
	padding:0px 20px 0px 20px;
	background-color:#333333;
	background-position:center;
	background-size:cover;
	font-size:20px;
	text-align:left;
	color:white;
	opacity:0.8;
	transition:0.3s;
	text-decoration-style:solid;
	text-shadow: 5px 5px 15px rgba(0,0,0,1),
               5px 0px 15px rgba(0,0,0,1),
               0px 5px 15px rgba(0,0,0,1),
               0px 0px 15px rgba(0,0,0,1);
}
.reference span{
	display: block;
	margin-top:200px;
}
.reference:hover{
	opacity:1;
	transition:0.3s;
	cursor:pointer;
}
