/*@page {margin:15px 10px;}*/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #000000;
}

body {
	width: 100%;
	height: 100%;
	font-family: Advent Pro;
	font-size: 76%;
	color: #cacaca;
	/*gris clair*/
	margin: 2em auto;
	cursor: default;
}

/* Set additional styling options for the columns*/
.left {
	float: left;
	width: 30%;
}

.right {
	min-width: 720px;
	font-family: Advent Pro;
	font-size: 100%;
	height: auto;
	text-align: left;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}


.aside {
	text-align: center;
	/*display:inline-block;*/
	/*min-width: 200px;*/
	width: 35%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	z-index: -1;
	background: black;
    background:url('../images/bg_2023.png') no-repeat;
    background-size: 60% auto;
    background-position: top center;
}

.title {
	max-width: 800px;
	height: auto;
	text-align: left;
	float: left;
	clear: right;
	padding: 0 20px 10px 20px;
	background: #000000;
	margin: 0 0 30px 0;
	font-family: 'Advent Pro';
	font-size: 45px;
}


#footer {
	position:absolute;
	bottom:10px; left: 50%;
	margin-left: -70px;
	font-family: 'Advent Pro';
	font-size: 1.0em;
}

.clear {
	clear: both;
}

#page {
	/*	max-width: 650px; */
	min-height: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 35%;
	padding: 0 50px;
	font-family: 'Advent Pro';
	font-size: 25px;
	border-left: 2px solid #66CC00;
	/*#444444;*/
	/*gris foncé*/
	background: #000000;
}

#page h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #ff0000;
	/*red*/
	font-family: 'Oswald', sans-serif;
	margin-top: 20px;
	line-height: 130%;
}

#page h2,
#page h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #ff0000;
	/*rouge orange*/
	margin: 2em 0 .8em 0;
	padding: 0;
}

#page h2 {
	font-size: 1.2rem;
}

#page #info h3 {
	font-family: Advent Pro;
	font-size: 2em;
	color: #b00000;
	/*bordeau*/
	margin: 20px 0 10px 10px;
}

#page p {
	font-size: 0.8em;
}

header {
	width: 100%;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

#subheader {
	font-family: Advent Pro;
	text-transform: uppercase;
	font-size: xx-small;
	color: #BDD0D4;
	letter-spacing: 1.55px;
	text-align: justify;
	height: auto;
	font-style: italic;
	padding-bottom: 5px;
}

nav {
	font-family: Advent Pro;
	font-size: x-small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-weight: bold;
	float: left;
}

/* ugly ass IE hack */
* html nav {
	height: 1%;
}

nav ul {
	font-size: 12px;
	padding: 0px;
	margin: 30px 0 50px 0;
	display: block;
	float: left;
	font-family: 'Advent Pro';
	font-size: 22px;
	font-weight: bold;
}

nav li {
	display: inline;
	float: left;
	padding: .5em 2em .3em 0;
	/*font-weight: bold;*/
}

nav li a:link {
	/*/color: #3d5bff; purple blue*/
	color: #00ff00;
	/*yellow*/
}

nav li a:link,
nav li a:visited {
	text-transform: capitalize;
	color: #ff0000;
}

nav li a:hover {
	color: #cf9510;
	/*purple blue, lighter*/
	/*FIXME*/
}

.active-nav {
	text-transform: capitalize;
	border-bottom: 1px solid #66CC00;
	color: #66CC00;
}

.article {
	max-width: 800px;
	height: auto;
	text-align: left;
	float: left;
	clear: right;
	padding: 0 20px 100px 20px;
	background: #000000;
}

.article-v2 {
	max-width: 800px;
	height: auto;
	text-align: left;
	float: left;
	clear: right;
	padding: 0 20px 100px 20px;
	background: #000000;
	margin-right: 50%;
}
.article p {
	line-height: 150%;
	margin-left: 10px;
}

.article ul {
	font-size: 12px;
	margin: 15px 20px;
}

.article ul li {
	margin-bottom: 5px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.sponsor {
	margin: 10px 50px 0 0;
}

.sponsorcenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.jobs-info {
	font-size: 0.8em;
	background: #000000;
	padding: 5px;
	width: 750px;
	border: 1px solid #ff0000;
	font-family: Advent Pro;
}

#container {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

#content {
	border-top: 1px solid #D1E0E4;
	border-left: 1px solid #D1E0E4;
	text-align: justify;
	vertical-align: top;
	width: 100%;
}

#main {
	width: 100%;
	margin: 0;
}

#sidebar {
	float: left;
	height: 363px;
	margin: 0;
	padding: 0 15px 0 0;
}

html *>#articles {
	height: auto;
}

h4 {
	/*text-transform: lowercase;*/
	font-size: 1em;
	font-weight: 400;
	color: #66CC00;
	margin: 1em 0 .4em 1em;
	padding: 0;
}

p {
	margin: 0 3em 0 2em;
	padding: 0;
	padding-bottom: 1em;
	font-size: .9em;
	line-height: 1.2em;
}

* a {
	cursor: pointer;
	color: #00ff00;
	/*blue*/
	text-decoration: none;
}

* * a:link,
* a:visited {
	color: rgb(255, 0, 0);
}

* a:hover {
	color: #cf9510;
	/*blue lighter*/
	text-decoration: none;
}

* a:active {
	color: #00ff00;
}

#validator {
	text-align: right;
}

#validator a,
#validator a:link,
#validator a:hover,
#validator a:active {
	color: #000 !important;
	text-decoration: none;
}

/*** Responsive ***/
@media(max-width:1000px) {
	#page h1 {
		font-size: 2.1em;
	}

	#page h2 {
		font-size: 1.6em;
	}

	#page p {
		font-size: 1.3em;
	}

	div.aside {
		width: 100%;
	}

	.clear {
		clear: none;
		padding: 0 20px;
	}

	section#page {
		background: rgba(0, 0, 0, 0.85);
		margin: auto;
	}

	section#page nav {
		padding: 0;
	}
	
	section div.article {
		background: none;
		float: none;
		clear: none;
		padding: 0;
	}

	#featured-talks .left {
		float: left;
		width: 40%;
	}

	#featured-talks .right {
		min-width: 0;
	}

	#featured-talks .row {
		margin-bottom: 35px;
	}

	#featured-talks small {
		font-size: 1.2rem;
	}

	.article a {
		font-size: 1.1em;
	}

	.article#cancellation ul {
		font-size: 15px;
		line-height: 20px;
	}

	.article#info ul {
		font-size: 18px;
		line-height: 20px;
	}
}

.columns {
	padding-top: 30px;
	display: flex;
	width: 400px;
	height: 300px;
}

.column-junior-h1 {
background-color: #55a703;
color: #000;
padding: 20px 120px;
font-size: 20px;
border-right: solid 2px black;
}

.column-senior-h1 {
background-color: #990202;
color: #cacaca;
padding: 20px 120px;
font-size: 20px;
}

.name-list-junior {
background-color: #038803;
color: #000;
font-size: 18px;
border-right: solid 2px black;
}

.name-list-senior {
	background-color: #7c0202;
	color: #cacaca;
	font-size: 18px;
}

.name {
	text-align: center;
	list-style: none;
	padding: 15px 30px;
	border-bottom: solid 2px black;
}
