@font-face {
	font-family: 'AllerLight';
	src: url('font/Aller_Std_Lt.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerBold';
	src: url('font/Aller_Std_Bd.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body{
	margin: 0;
	height: 100%;
	width: 100%;
	font: 100% 'AllerLight', Arial, Helvetica, sans-serif;
	font-size: 20px;
	background: #eee;
	min-width: 750px;
}

h1 {
	font-family: 'AllerBold';
	font-size:200%;
	color: #444;
	text-align: center;
}

h2 {
	font-size:160%;
	color: #444;
}

a {
	color: #85ad03;
}

table td { 
	line-height: 1.5;
	padding: 20px 10px;
}

table {
	width: 90%;
}


.center {
	margin-left: auto;
	margin-right: auto;
}

.conteneur-flex{
	width: 60%;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
/*	width: 50%;*/
}

.text p {
	line-height: 1.5;
	text-align: justify;
	text-justify: inherit;
}

/* ######### Structure ######### */

/* Conteneur principal */
#mainContainer{
	margin: 0;
}

#menu{
	top: 0;
	width: 100%;
	position: fixed;
}

#content{
/*	min-height: 100%;*/
	max-width: 100%;
	padding-bottom: 150px;
}


#footer{
	text-align: center;
	background: #444;
	position: fixed;
	bottom: -40px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #bbb;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#footer a{
	color: #bbb;
}
#footer:hover{
	bottom: 0;
}


/* ######### MENU ######### */
#menu_bg{
	width: 100%;
/*	height: 50px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 2px #96cf19;
	background: #444;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0 3 3 rgba(0,0,0,0.5);
}

#menu_content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	overflow: auto;
}


#menu_title{
	float: left;
	font-size:200%;
/*	margin-top: 15px;*/
}


#menu_title a{
	color: #eee;
	text-shadow: 3px 3px 3px #333;
	text-decoration: none;
}

#menu_buttons{
	float: right;
}

#menu_buttons ul{
	text-shadow: 2px 2px 0px #222;
	list-style: none;
	margin: 0px;
	padding:0;
}

#menu_buttons li {
	display: inline;
}

#menu_buttons li a {
	color: #eee;
	display: inline-block;
	text-align: center;
	padding: 15px;
	margin-left: 20px;
	text-decoration: none;
}

#menu_buttons li a:hover{
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
	transition:background-color 0.2s ease-in;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* ######### PAGES ######### */

.page{
	padding-top: 150px;
	width: 100%;
}

/* PAGE 1 */

.page_content{
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	color: #444;
	background: #fff;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.two-columns{
	overflow: auto;
}

/* ######### PAGES CONTENT ######### */

/* PAGE 1: Home */

.home_column1{
	text-align: center;
	width:30%;
	margin-bottom:10px;
	float:left; 
	display: inline-block;

}

.home_column2{
	width:65%;
	float:right; 
	display:inline-block;
}



/* PAGE 2 
/*#Education .column1{
	text-align: center;
	width:65%;
}

#Education .column2{
	width:35%;
}*/
/* PAGE 3 */
*/

/* PAGE 4 */

@media screen and (max-width: 1850px){

	#menu_title{
		width: 100%;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	#menu_buttons{
		position: relative;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.home_column1, .home_column2{
		width:100%;   
		float:none;
	}
}


@media screen and (max-width: 1400px){

	body{
		font-size: 40px;
	}

	.conteneur-flex{
		width: 90%;
		flex-flow: column wrap;
	}

	#menu_title{
		width: 100%;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	#menu_buttons{
		position: relative;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.page {
		margin-top: 200px;
	}

	.home_column1, .home_column2{
		width:100%;   
		float:none;
	}
}
