* {
	box-sizing:border-box;
}

body {
	min-height:100vh;
	margin:0;
	position:relative;
}

img {
	width:100%;
}

header {
	height:56px;
	width:100%;
	position:fixed;
	top:0;
	z-index:100;
	animation:header-background 1s ease-in-out;
	animation-play-state:paused;
	animation-fill-mode:both;
	animation-delay:calc(var(--scroll) / 100 * -1s);
}

.header-component {
	margin:0 20pt;
	height:40px;
	display:flex;
	flex-flow:row nowrap;
}

.nav-image {
	height:100%;
	width:auto;

	background-color: white;
	border-radius: 5px;
}

.nav-span {
	width:max-content;
	align-self:center;
	padding:0 12px;
	font-family:Roboto, sans-serif;
	font-size:20px;
	font-weight:500;
	letter-spacing:1.5px;
	animation:header-font-color-left 1s ease-in-out;
	animation-play-state:paused;
	animation-fill-mode:both;
	animation-delay:calc(var(--scroll) / 100 * -1s);
}

.nav-button {
	align-self:center;
	padding:0 2pt 0 0;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	animation:header-font-color-right 1s ease-in-out;
	animation-play-state:paused;
	animation-fill-mode:both;
	animation-delay:calc(var(--scroll) / 100 * -1s);
}

.nav-button.emph {
	font-weight:700;
	animation:header-font-color-emph 1s ease-in-out;
	animation-play-state:paused;
	animation-fill-mode:both;
	animation-delay:calc(var(--scroll) / 100 * -1s);
}

header a {
	text-decoration:none;
	color:inherit;
}

.nav-button:not(:last-child):after {
	content:'·';
	margin:0 12pt;
	font-weight:400;
}

.top-content {
	position:relative;
	height:40vh;
	overflow:hidden;
}

.top-image {
	position:absolute;
	transform:translate(0, -33%);
	top: 11vh;
	width:100%;

	filter:brightness(50%) opacity(91%);
}

.top-image > img {
	position: relative;
	transform: translate(-66%, 0);
	left: 66%;
	width: max(101%, 40vh * 789/293);
}


.top-title {
	position:absolute;
	top:50%;
	transform:translate(0, -50%);
	width:100%;
	text-align:center;
	color:white;
}

.top-title h1 {
	font-family:Lato;
	font-size:60px;
	font-weight:700;
	letter-spacing:-0.5px;
}

.top-title h2 {
	font-family:'Open Sans', sans-serif;
	font-size:18pt;
	font-weight:400;
}

.top-title h2 span.place {
	display: inline;
}

.top-title h2 span.place:before {
	content: "- ";
}

.content {
	margin:20pt 20%;
}

.bio {
	display:flex;
	flex-flow:row nowrap;
}

.bio-left {
margin-top:20pt; 
	flex:0 0 25vw;
	font-family:'Open Sans', sans-serif;
	font-size:7pt;
}

.bio-right {
	margin-top:-20pt; 
	margin-left:25pt;
	text-align:justify;
	font-family:'Open Sans', sans-serif;
	font-size:16pt;
	font-weight:300;
}


.bio-center {
margin-top:-20pt; 
	text-align:justify;
	font-family:'Open Sans', sans-serif;
	font-size:16pt;
	font-weight:300;
}

.bio-rightb {
flex:2 2 50%; 
	margin-right:25pt;
	text-align:justify;
	font-family:'Open Sans', sans-serif;
	font-size:16pt;
	font-weight:300;
}

.bio-leftb {
flex:1 0 50%; 
margin-top:25pt;
	text-align:justify;
	font-family:'Open Sans', sans-serif;
	font-size:16pt;
	font-weight:300;
}



.bio-right h3 {
	color:rgb(167, 125, 103);
	font-family:Roboto, sans-serif;
	font-size:26pt;
	font-weight:600;
}

.bio-rightb h3 {
	color:rgb(167, 125, 103);
	font-family:Roboto, sans-serif;
	font-size:26pt;
	font-weight:600;
}

.separator {
	margin:20pt 0;
	border-bottom:solid 1px rgb(204, 204, 204);
}

.curriculum {
	display:flex;
	flex-flow:row nowrap;
}

.cv-left {
	flex:0 1 50%;
	padding-right:30pt;
}

.cv-right {
	flex:0 0 50%;
}

.teaching {
	display: block;
}

.curriculum h3, .teaching h3, .publications h3, .talks h3 {
	color:rgb(167, 125, 103);
	font-family:Roboto, sans-serif;
	font-size:24px;
	font-weight:700;
}

.teaching h3, .publications h3, .talks h3 {
	text-align: center;
}

.entry {
	margin-bottom:10pt;
}

.entry .year {
	color:rgb(121, 85, 72);
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:700;
}

.entry .year::after {
	content : ":";
}

.entry .title {
	color:rgb(33, 33, 33);
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
}

.entry .place {
	color:rgb(33, 33, 33);
	font-family:'Open Sans', sans-serif;
	font-size:11pt;
	font-weight:100;
}

.social-networks.main {
	height: 80px;
	align-self: center;
}

.social-networks.inner {
	width: 100%;
	height: inherit;
	padding: 0 20%;
	text-align: center;
	background-color: rgb(246, 242, 240);

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

.social-networks.innerb {
	width: 100%;
	height: inherit;
	padding: 0 20%;
    text-align: center;
    background-color: rgb(255, 255, 255);

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

a.social-buttons {
	display: flex;
	align-items: center; /* Centre verticalement le contenu */
	justify-content: center;
	align-self: center;
	width: min(300px, 45%);
	height: 50px;
	margin-left:5pt; 
	border: 1px solid rgb(167,125,103);
	border-radius: 4px;
	padding: 5px 0;
	line-height: 1.2;
  	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	color: rgb(167, 125, 103);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

a.social-buttons:hover {
align-self:center; 
	background-color: rgba(167, 125, 103, 0.1);
}

.publication {
    color:rgb(33, 33, 33);
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	display: flex;
	flex-flow: row nowrap;
	align-content: space-between;
}

.publication:not(:last-child) {
	margin-bottom: 12pt;
}

.publication .title {
    color:rgb(33, 33, 33);
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	flex: 0 0 80%;
}

.publication .link {
	flex: 1 0 0;
	text-align: center;
}

.publications a.paper-link {
	text-decoration: none;
	color: rgb(167, 125, 103);
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.footer.outer {
	height:80px;
}

footer {
	height:inherit;
	width:100%;
	position:absolute;
	bottom:0;
	padding-left:20%;
	padding-top:32.5px;
	background-color:rgb(167,125,103);
	font-family:Roboto, sans-serif;
	font-size:12px;
	font-weight:400;
}

.vertically-centered {
	position:absolute;
	top:50%;
	transform:translate(0, -50%);
}

.placed-left {
	position:absolute;
	left:0;
}

.placed-right {
	position:absolute;
	right:0;
}

.soft {
	display:flex;
	flex-flow:row nowrap;
}

.soft-left {
	flex:0 1 30%; 
	font-family:'Open Sans', sans-serif;
	font-size:9pt;
		font-weight:100;
}

.soft-right {
flex:0 1 70%; 
	text-align:justify;
	font-family:'Open Sans', sans-serif;
	font-size:12pt;
	margin-left:15pt; 
	font-weight:300;
}

.bio-soft {
margin-bottom: 3pt;
	text-align:justify;
	font-family:'Open Sans', sans-serif;
	font-size:14pt;
	font-weight:300;
}

.psoft {
   color:rgb(167, 125, 103);
	font-family:Roboto, sans-serif;
	font-size:18pt;
	margin-top:-10pt; 
	font-weight:600;
	margin-bottom:10pt; 
}







@keyframes header-background       { from { background-color: #ffffff00;      } to { background-color: #ffffffff; border-bottom: solid 1px rgb(204, 204, 204); } }
@keyframes header-font-color-left  { from { color: rgb(255, 255, 255);        } to { color: rgb(167, 125, 103);   } }
@keyframes header-font-color-right { from { color: rgba(255, 255, 255, 0.87); } to { color: rgb(106, 106, 106);   } }
@keyframes header-font-color-emph  { from { color: rgb(255, 255, 255);        } to { color: rgb(33, 33, 33);      } }