:root {
	--left-menu-width: 200px;
	--left-menu-width_neg: -220px; 
	--dark-petrol: #033047;
	--petrol: #287DAA;
	--mid-petrol: #70a0ba;
	--light-petrol: #e7f3f5;
	--lighter-petrol: #f2f9fa;
	--my-gray: #BBB;
	--my-dark-gray: #555555;
	--my-light-gray: #EEE;
	--article-ref-width: 50px;
	--top-margin-left: 25px;
}

* {
  box-sizing: border-box;
}

body{
	font-family: arial, sans-serif ;
	font-size: 11pt;
	line-height: 1.2;
}

h1 {
	text-align: center;
	font-size: 17pt;
	font-weight: bold;
}

h2 {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 15pt;
	font-weight: bold;
	color: white;
	background-color: var(--petrol);
	line-height: 45px;
	width: 370px;
	text-align: right;
	border-radius: 3px 50px 3px 3px;
	padding-right: 50px;
}

/*h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	border-bottom: 45px solid var(--petrol);
	border-right: 45px solid transparent;
	width: 40px;
}*/

/*h2 {
	font-size: 14pt;
	color: var(--dark-petrol);
	line-height: 45px;
	margin-bottom: 10px;
}*/

/*h3 {
	padding-top: 0;
	margin-top: 0;
	font-weight: normal;
	font-size: 11pt;
	background-color: #BED8E5;
	line-height: 30px;
	width: 260px;
	text-align: right;
}

h3:after {
	content: "";
	display: inline-block;
	position: absolute;
	border-bottom: 30px solid #BED8E5;
	border-right: 30px solid transparent;
	width: 40px;
}*/

h3 {
	font-size: 14pt;
	color: var(--dark-petrol);
	padding-left: 10px;
	margin-right: 100px;
}

@media (max-width: 900px) {
	h2, h3 {
		/*position: absolute;*/
		/*padding-left: -14px;*/
		/*margin-left: -14px;*/
		left: -100px;
	}
}

h4 {
	padding-left: 10px;
	/*font-weight: bold;*/
	font-size: 12pt;
	margin-bottom: 10px;
	/*margin-top: 0;*/
}

#reviews-div h4 {
	margin-top: 0;
}

img {
	color: transparent;
}

p {
	/*text-indent: 20px;*/
	/*font-size: 12pt;*/
	text-align: justify;
	/*margin-left:20px;*/
	/*border: 1px solid red; /*Debug*/
}

/*object {
	pointer-events: none;
}*/

li{
	line-height: 1.5;
}

a {
	/* font-weight: bold; */
	color: var(--petrol);
	/*cursor:pointer;*/
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	/*border-bottom: 1px dotted;*/
	color: var(--dark-petrol);
	cursor:hand;
}

a.tab:after {
	display: inline-block;
	content: "⇱";
	position: relative;
	top: -5px;
	margin-left: 2px;
	transform: rotate(90deg);
}

/* DEBUG */
/*div {
	border: thin solid #FF0000;
}*/

div.Document{
	margin-top: 10px;
	margin-bottom: 60px;
	padding-left: var(--left-menu-width, 200px);               /* Should match .menu width */
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1200px;
	width: 90%;
	overflow:auto;
	/* border: thin solid rgb(0,0,0);*/
	background-color: #FFFFFF;
	/* margin-left: 100px; */
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 900px) {
	div.Document{
		margin-top: 4px;
		margin-bottom: 10px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 100%;
		overflow:auto;
		/* border: thin solid rgb(0,0,0);*/
		background-color: white;
		/* margin-left: 100px; */
		margin-left: auto;
		margin-right: auto;
	}
}

p.footnote {
	margin-top: 10px;
	text-align: center;
}

div.section {
	clear:both;
	overflow: hidden;
	/*border-left: 10px solid #BED8E5;*/
}

div.subsection {
	overflow: hidden;
	/*margin: 0px;*/
	/*padding-left: 20px;
	padding-right: 15px;*/
}

a.bouton1, a.bouton1ouvert, a.bouton2 {
	display: block;
	width:17px;
	height:17px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:top;
}

a.bouton1 {
	background-image: url("images/bouton-droite.png");
}

a.bouton1ouvert {
	background-image: url("images/bouton-bas.png");
}

a.bouton2 {
	background-image: url("images/bouton-haut.png");
}

a.bouton1:hover, a.bouton1ouvert:hover, a.bouton2:hover{
	background-position: bottom;
	border:none;
}

a.titre{
	color: black;
	border: none;
}

a.titre:hover {
	cursor: pointer;
}

a.tooltipped{
	color: black;
	border-bottom: 1px dotted var(--petrol);
	cursor: help;
	font-weight: bold;
}

a.icone {
	border:none;
}

.transparentFirst, img.icone {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	display: none;
}

img.icone {
	padding: 10px;
	float: left;
}

img.icone:hover, .transparentFirst:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

img.video {
	width:30px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

img.video:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

a.video {
	border:none;
}

table.title{
	border-collapse: collapse;
	background: var(--petrol);
}

table.articles, table.enseignements, table.cursus {
	padding-left: 40px;
	/*font-size: 10pt;*/
	/*width: 100%;*/
	border-collapse: collapse;
	margin-bottom: 10px;
}

/*table.cursus {
	width: 80%;
}*/

table.enseignements {
	width: auto;
	/*margin-left: 40px;*/
}
table.enseignements td {
	padding-right: 20px;
}

.annees-cours {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}

.annees-articles {
	/*font-weight: bold;*/
	width: 20%; /*96%; */
	text-align: center; 
	margin-left: 40%; /*0px;*/
	/*background-color: var(--petrol);
	color: white;*/
	margin-bottom: 10px;
	margin-top: 15px;
	clear: right;
	border: thin solid var(--my-gray);
}

/*.annees-articles:before,
.annees-articles:after {
  background-color: var(--my-gray);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

.annees-articles:before {
  right: 0.5em;
  margin-left: -5%;
}

.annees-articles:after {
  left: 0.5em;
  margin-right: -5%;
}*/

.auteurs {
	padding-top: 6px;
	/*margin-left: 44px;  40 for the [Cx] + 4 for title padding */
}

td.video {
	padding-left: 6px;
}

a.papertitle{
	/*font-size: 11pt;*/
}

.type-article {
	color: var(--my-dark-gray);
	margin-top: 10px;
	text-align: left;
	white-space: nowrap;
}

.publication, /*.titre-article,*/ td.titre-cursus {
	font-weight: bold;
}

/*.titre-article, .talk-ref {
	font-weight: bold;	
}*/

.article_padding{
	display: inline-block;
	/*min-width: 40px;  40 for the [Cx] + 4 for title padding */
	/*line-height: 1.6*/
	margin-left: calc(var(--article-ref-width) + 4px); /* 40 for the [Cx] + 4 for title padding */
}

@media (max-width: 900px) {
	.article_padding{
		margin-left: 0;
	}
}

.titre-article {
	/*font-size: 11pt;*/
	/*display: inline-block;*/
	margin-bottom: 5px;
	font-weight: bold;	
}

.titre-article a {
	border-bottom: 1px dotted var(--petrol);
	color: black;
	cursor: help;
}

.titre-article a:hover {
	color: var(--petrol);
}

td.date-cours, td.date-cursus {
	/*border-right: thin solid var(--petrol);*/
	text-align: center;
	height: 40px;
	width: 100px;
}

table.cursus ul{
	margin-top: 0px;
}

td.lieu-cursus, td.spe-cursus, td.date-cursus, td.titre-cursus {
	vertical-align: middle;
}

td.spe-cursus {
	/*padding-left: 20px;*/
	display: none;
}

td.lieu-cursus {
	/*width: 200px;*/
	padding-left: 15px;
}

td.titre-cursus {
	/*text-indent:15px;*/
	padding-left: 10px;
}

td.titre-cours {
	/*text-indent: 15px;*/
}

ul.spe-cursus {
	margin-top: 0px;
}

#photo, #languages {
	text-align: center;
}

#presentation-div {
	/* border-top: thin solid var(--petrol); */
}

#presentation-div a {
	/*border-bottom: 1px dotted;*/
	/*font-weight: bold;*/
	color: var(--petrol);
}

#presentation-div ul {
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}

#these-div {
	/*background: url('http://insitu.lri.fr/Projects/WILD?action=download&upname=wild.png') no-repeat center;*/
}

.abstract{
	text-align: justify;
	clear: both; 
	padding: 5px;
}

#pcs-div table, #jurys-div table {
	margin-left: 15px;
}

#pcs-div td:first-child {
	white-space: nowrap;
}

/* #reviews-div td:first-child, */
#pcs-div td:first-child, #jurys-div td:first-child {
	padding-right: 15px;
	max-width: 40%;
	text-align: right;
}

.venue_name_long {
	display: initial;
}
@media (max-width: 900px) {
	.venue_name_long {
		display: none;
	}
}

table.sectionTitle{
	width: 100%;
}
.followup {
	/*font-size: 10pt;*/
	font-weight: normal;
}
a.followup {
	cursor: hand;
	color: black;
	border: none;
}
td.followup{
	text-align: right;
	width: 99%;
	padding-right: 20px;
}
td.shrink{
	white-space:nowrap;
}
td.titleCell{
	white-space:nowrap;
	text-decoration: none;
	text-indent: 10px;
}

td.date-talks{
	/*padding-left: 40px;*/
	text-align: right;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}

tr.date-talks{
	padding-top: 10px;
}

.talk-ref{
	color: var(--my-dark-gray);
	/*padding-right: 15px;*/
	display: inline-block;
	width: var(--article-ref-width);
	text-align: right;
	padding-right: 5px;
}

div.bib {
	left: -250;
	z-index: 999;
	position: absolute;
	display: none;
	border: thin solid var(--petrol);
	padding: 10px;
	padding-top: 30px;

	background: white;
	background-color: rgba(255, 255, 255, .94);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#efffffff, endColorstr=#efffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#efffffff, endColorstr=#efffffff)";
}

.bibref {
	font-variant: small-caps; 
	font-family: times; 
	border-bottom: 1px dotted black;
}

.bibref:hover{
	cursor: pointer;
}

.bibselect{
	position: absolute;
	top: 5px;
	right: 40px;
	white-space: nowrap;
}

.bibclose{
	position: absolute;
	top: 5px;
	right: 5px;
	white-space: nowrap;
}

textarea.bibarea{
	resize: none;
	border: none;
	/*width: 490px;*/
	font-family: monospace;
	background: none;
}

hr {
  color: #CCC;
  background-color: #CCC;\
}

hr.halfHR{
	width: 50%;
}

hr.HR90{
	width: 90%;
}

#articles {
	clear: none;
	display: inline-block;
}
.filtersArticles {
	display: inline-block; 
	float: right;
	margin-top: 1em; /* to align with the title */
}
.filtersArticles span {
	padding-right: 10px; 
}

.menu {
	position: fixed; 
	left: inherited; 
	top: 50px; 
	width: var(--left-menu-width, 200px);       /* Should match .menu_ left and .Document padding-left */
	pointer-events: none;
}

.menu_ {
	position: relative; 
	left: var(--left-menu-width_neg, -200px);                   /* Should match .menu width */
	top: 0px; 
	/*text-align: center;*/
	border-right: 1px solid var(--light-petrol);
	pointer-events: all;
	/*margin-left: auto;*/
}

.menu_ul {
	padding-left: 40px;
}

.menu_ul ul {
	padding-left: 20px;
}

/* ---- format for menu highlight (tentative) ---- */

/*.menu_hover {
	background-color: rgba(.44, .63, .73, 0);
}

.menu_none {
	background-color: transparent;
}*/

/*.menu_hover {
	background-color: var(--lighter-petrol);
}*/

/*.menu_there {
	background-color: var(--light-petrol);
}*/

/*.menu_most {
	background-color: var(--mid-petrol);
	color: var(--dark-petrol);
}*/
/* -------- */

.lang_list {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.lang_list li {
	display: inline;
}

#title, #links {
	text-align: center;
	vertical-align: top;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.menu {
		position: fixed; 
		left: 0px;
		top: 0px; 
		pointer-events: none;
		width: 100%;
		background-color: white;
		z-index: 1000;
		min-width: 420px;
	}

	.menu_ {
		position: relative; 
		top: 0px; 
		left: 0px;
		border-right: 1px solid var(--light-petrol);
		pointer-events: all;
		/*display: flex;*/
		/*align-items: center;*/
		/*flex-wrap: wrap;*/
		width: 100%;
		display: grid;
    grid-template-areas:
        "photo title language"
        "photo title links"
        "nav nav nav";
	}

	#title {
		grid-area: title;
	}

	#languages {
		align-self: center;
		text-align: initial;
		margin-left: var(--top-margin-left);
	}

	.menu_ nav {
		order: 100;
		width: 100%;
		grid-area: nav;
	}

	.menu_ul {
		padding-left: 0px;
		list-style-type: none;
		width: 100%;
		background-color: white;
		border: 1px solid var(--petrol);
		display: inline-flex;
		margin: 0;
	}

	.menu_ul li {
		text-align: center;
		padding-left: 20px;
	}

	.menu_ul li ul {
		display: none;
	}
	/*.menu_ul li ul {
		position: absolute;
	}
	.menu_ul li ul li {
		display: block;
		width: 200%;
		text-align: left;
	}
	.menu_ul li ul li:before {
		content: "↳";
	}
	.menu_ul li ul li:after {
		content: "";
	}*/

	.lang_list {
		padding: 0px;
	}

	.lang_list li {
		/*display: block;*/
	}

	.menu_ hr {
		display: none;
	}

	#title {
		text-align: left;
		vertical-align: top;
		line-height: initial;
		padding-left: 10px;
		grid_area: title;
	}

	#links {
		text-align: left;
		vertical-align: middle;
		/*display: inline-grid;*/
		/*float: right;*/
		/*bottom: 0;*/
		flex-grow: 2;
		order: 50;
		/*align-self: flex-end;*/
		margin-left: var(--top-margin-left);
		grid_area: links;
	}

	#presentation-div {
		margin-top: 120px;
	}

	#photo {
		width: 80px;
		overflow: hidden;
		margin: 0;
		grid-area: photo;
		text-align: initial;
	}

	img.photo {
		/*padding: 3px;
		border: thin solid var(--petrol);
		border-radius: 30px;*/
		display: block;
		width: 100%;
		vertical-align: middle;
		/*margin: -5% 0 -30% 0;*/ /*top, right, bottom, left*/
	}

	p {
		margin-left: 0px;
	}

}

@media (min-width: 900px) {
	img.photo {
		padding: 5px;
		margin-top: 15px;
		border: thin solid var(--petrol);
		border-radius: 100px;
		display: inline;
		height: 200px;
	}
}

.article {
	margin-bottom: 8px; 
	/*width:96%;*/
	margin-left: 4px;
	overflow: hidden;
	line-height: 1.5;
	padding-bottom: 5px;
	/*border-bottom: 1px solid var(--mid-petrol);*/
	margin-top: 5px;
	border-radius: 6px;
}

.article:hover {
	background-color: var(--lighter-petrol);
}

.even {
	/*background-color: #FFFFFF; */
}

.odd {
	/*background-color: var(--light-petrol); */
}

.featured {
/*	padding-top: 4px;*/
/*	padding-bottom: 7px;*/
	margin-top: 10px;
	margin-bottom: 7px;
}

.filtersArticles label:nth-child(2) {
	padding: 5px;
	border-radius: 4px;
}

.featured, .filtersArticles label:nth-child(2) {
/*	border: 1px solid var(--petrol);*/
	background-color: var(--light-petrol);
}


.notFirst {
	display: initial;
}
.etal {
	display: none;
}

.authors_abstract {
	font-weight: bold;
	display: none;
}

@media (max-width: 900px) {
	.article {
		width:100%;
		margin-left: 0px;
		padding-right: 0px;
		line-height: 1.4;
	}

	.notFirst {
		display: none;
	}
	.etal {
		display: initial;
	}

	.authors_abstract {
		display: inline-block;
	}
}

.article_main {
	/*clear:both;*/
	padding-right: 10px;
	display: inline-block;
	width: 94%;
	vertical-align: middle;
}

.article_details {
	clear: both; 
	padding-top: 5px; 
	display: inline-block; 
	width:100%;
}

.detail_abstract {
	float:left;
}

.detail_other {
	float:right;
	font-size: 10pt;
}

.review_award {
	line-height: 1.5;
	padding-top: 1.5em;
	margin-bottom: 0.5em;
	clear: left;
}

.review_award_img {
	margin-bottom: -6px;
}

@media (max-width: 900px) {
	.remove_small {
		display: none;
	}
}

a.no_underline:hover {
	border-bottom: none;
}


/* New stuff from 2020: review table */

.review_legend {
	display: inline-block; */
	margin-left: 97px; 
	margin-bottom: -20px;
	/*margin-top: 50px;*/
}

.review_list {
	/*display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;*/
}

.review_table_type {
	float: left;
	margin-bottom: 10px;
}

.review_table_type:first-child, .review_table_type:last-child {
	margin-bottom: 0px;
}

.review_table {
	border-collapse: collapse;
	/*float: left;*/
	margin-right: 25px;
	margin-bottom: 25px;
}

.review_table th {
	font-weight: normal;
	border-bottom: 1px solid black;
}

/*.review_table tr:first-child {
	border-bottom: 1px solid black;
}*/

.review_table th.hidden {
	visibility: hidden;
}

.review_table td {
	text-align: center;
	width: 1.2em;
}

#reviews_table td:first-child {
	white-space: nowrap;
}

tr.review_type td {
	font-weight: bold;
	padding-top: .5em;
	text-align: left;
}

.review_venue {
	text-align: right !important;
	padding-right: 0.5em;
	width: 8em !important;
}

.review_year {
	background-color: var(--my-light-gray);
}

span.review_year {
	padding: 1px;
}

.review_graph_row {
	
}
.review_graph {
	vertical-align: bottom;
	border-bottom: 1px solid black;
	height: 20px;
}
.review_graph_bar {
	background-color: var(--petrol);
}

div.external-hci, div.external-nonhci, div.AC-hci, div.AC-nonhci {
	width: .9em;
	height: .9em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.external-hci, div.AC-hci {
	border: 3px solid var(--petrol);
}

div.external-nonhci, div.AC-nonhci {
	border: 3px solid var(--my-dark-gray);
}

div.AC-hci {
	background-color: var(--mid-petrol);
}

div.AC-nonhci {
	background-color: var(--my-gray);
}

/* New stuff from 2021: citation graphs */

.cgraph_container {
	display: inline-flex;
	flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;

	vertical-align: middle;
	width: 5%;
	min-height: 25px;

	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 1px;

	cursor: help;
}

/*.cgraph {
	width: 100%;
	height: 35px;
	max-height: 35px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-spacing: 1px 0px;
	padding: 1px 1px 1px 0px;
	visibility: hidden;
}

.cgraph .empty_cell {
	background-color: transparent;
}

.cgraph tr:nth-child(even) .citation_cell {
	background-color: var(--petrol);
}
.cgraph tr:nth-child(odd) td.citation_cell {
	background-color: var(--mid-petrol);
}*/

.citation_bar {
	vertical-align: bottom;
	background-color: red;
	display: inline-block;
	margin-right: 1px;
	width: 2px;
	background-image: url(images/bar_cite_bg.png);
	background-size: 2px 4px;
	background-position: bottom;
	background-color: var(--petrol);
	flex-grow: 1;
}

.citation_bar:last-child {
	background-color: #999999;
}

span.tip {
	padding-left: 10px;
	color: var(--my-gray);
}



/* 26/8/2021 */
#cursus-div {
	display: grid;
  grid-template-columns: 7em auto;
}

div.date_cursus {
}

div.date_cursus, div.titre_cursus, div.lieu_cursus {
	margin-top: 15px;
}

div.titre_cursus {
	/*font-weight: bold;*/
	padding-bottom: 5px;
}

div.people_cursus, div.topics_cursus {
	grid-column-start: 2;
  grid-column-end: span 1;
  padding-left: 20px;
}

div.topics_cursus {
	padding-bottom: 4px;
}


/* 28/9/2021 */
.grant-item {
	display: grid; 
	grid-template-columns: 100px auto;
}

a.grant-name {
	/*font-weight: bold;*/
}

span.grant-name {
	grid-column: 2;
}

.grant-year {
	grid-row-end: span 2; 
	font-weight: bold;
	text-align: end;
	padding-right: 5px;
}

.grant-title {
	grid-column: 2;
	padding-bottom: 10px;
}

.asterisk {
	border: none !important;
	cursor: pointer;
}