/* Zoning */

:root
{
	--background-color: darkslategray;
	--accent-color: gold;
	--accent-color-fade-rgba: rgba(255,215,0,0.5);
	--accent-color-fade-hsla: hsla(51, 100%,50%,0.5);
}

/*
@supports (font-variation-settings: normal) {
	@font-face {
	  font-family: 'Onest';
	  font-weight: 100 1000;
	  src: url('../fonts/onest/Onest-VariableFont_wght.ttf');
	}
}
*/

html
{
	background-color: darkslategray;
}

body
{
	width: 910px;
	/* pour center la page  */
	margin-left: auto;
	margin-right: auto;
	background-position: center center;

	margin-top: 0;
	font-family: sans-serif;
	color: #222222;

}

#header
{
	background-color: white;
	width: 910px;
	height: 300px;
	/* -mox-box-shadow-right: -15px 0 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow-right: -15px 0 15px rgba(0, 0, 0, 0.6); */
}

#navigation
{
	width: 605px;
	height: 30px;
	float: left;
	background-color: white;
	/* font-family: sans-serif; */
	font-weight: bold;
}

#content
{
	width: 910px;
	float: left;
	background-color: white;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #222222;
}

#footer
{
	width: 910px;
	float: left;
	background-color: var(--background-color);
	padding-top: 25px;
	padding-bottom: 25px;
	color: white;
}


/* Navigation */

nav
{
	/*font: normal 16px verdana;*/
	/* font-family: sans-serif; */
	font-weight: bold;
	width: 872px; /* 872 + (2*19 padding) = 910 px */
	padding-left: 19px;
	padding-right: 19px; /* +16 = 35 */
}

nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;

	display: flex;
	justify-content: space-between;
}

nav ul li
{
	position: relative;
	float: left;
	/* display: block; */
	/* width: 125px; /* Width of nav block */ */
	height: 30px;
	margin-left: 1px;
	margin-right: 1px;
}

nav li ul
{
	position: absolute;
	display: none;
}

/* Styles for Menu Items */
nav ul li a
{
	/* display: block; */
	text-decoration: none;
	color: var(--background-color);/* #777; */
	background: #fff; /* IE6 Bug */
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	/*
	border: 0 px solid #ccc;
	border-bottom: 0px solid #ccc;
	*/
	text-align: center;
}

nav ul li a:hover
{
	/* color: crimson; background: #f9f9f9;  */
	background-color: var(--accent-color); /*white; lightgray; skyblue; black; */
	color: white;
	/*
	border-right: 1px dotted lightgray;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
	*/
}

nav li ul li a
{
	padding: 5px 5px;
	text-align: left;
}
nav li:hover ul, li.over ul { display: block; }

/* Specialisation */

#author_image
{
	float: left;
	width: 300px;
	height: 300px;
}

#author_info
{
	float: left;
	width: 503px;
	height: 220px;
	margin-left: 35px;
	margin-right: 50px;
	margin-top: 44px;
	line-height: 1.25em;
}

#author_info a { text-decoration: none; color: #2A6EBB; }
#author_info a:visited { color: #2A6EBB;}
#author_info a:hover {text-decoration: underline;}

#content a { text-decoration: none; color: #2A6EBB; }
#content a:visited { color: #2A6EBB;}
#content a:hover {text-decoration: underline;}

#author_name
{

	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.section_title
{
	font-weight: bold;
	padding-bottom: 10px;
}

.bio_section
{
	width: 400px;
	float: left;
	padding-left: 35px;
	text-align: justify;
	line-height: 150%;
}



.paperBlockLast
{
	/* border-top: 10px solid whitesmoke; */
	border-bottom: 10px solide whitesmoke;
	margin-top: 25px;
	margin-bottom: 10px;
	/* padding-bottom: 20px; */
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	line-height: 150%;
	font-size: 0.8em;
	display: block;
	min-height: 160px; /* the thumbnail image size */
	min-width: 1px;
	width: 840px; /* 910 (content) - 2*35 (padding) */
	clear: both;
}

.paperBlock
{
	/* border-top: 10px solid whitesmoke; */
	border-bottom: 10px solide whitesmoke;
	margin-top: 25px;
	margin-bottom: 25px;
	/* padding-bottom: 20px; */
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	line-height: 150%;
	font-size: 0.8em;
	display: block;
	min-height: 160px; /* the thumbnail image size */
	min-width: 1px;
	width: 840px; /* 910 (content) - 2*35 (padding) */
	clear: both;
}

.paperTitle
{
	font-weight: bold;
}

.paperImageContainer
{
	float: left;
	max-width: 160px;
}

.paperImage
{
	height: 150px;
	width: 150px;
	border: 5px solid var(--accent-color-fade-hsla);
}

.paperDescription
{
	/* float: left; */
	width: 645px; /* 910 - 150(image) - 2*35 (padding) - 35 (image padding) - 10 (image border)*/
	padding-left: 35px;
	min-height: 1px;
	display: block;
	overflow: auto;
}

.publicationSectionTitle
{
	background-color: var(--accent-color);
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 5px;
	/* margin-bottom: 15px; */
	font-weight: bold;
	display: block;
	width: 840px; /* 910px (width) - 15px (left padding)*/
	overflow: auto;
}

/** Can be used to underline the author name in a list of names */
#content .paper_author_highlight
{
	text-decoration: underline;
}
