@import "/font-awesome/css/font-awesome.css";

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #373a3c;
}

.container {
  max-width: 80%;
  margin: 0 auto;
}

a {
  color: #373a3c;
  text-decoration: none;
  outline: none;
}

a[href]:not([href=""]) {
  color: #428bca;
}

a[href]:not([href=""]):hover:not(.active) {
  color: #373a3c;
}

h2 {
  margin-top: 50px;
}

.date::first-letter, .news .date::first-letter {
  text-transform: capitalize;
}

p {
  text-align: justify;
}


header {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

#logo-container {
  position: relative;
  margin: 0 auto;
}

header div img#logo {
  position: relative;
  left: 30px;
  width: 255px;
  height: 100px;
}

#hdr{
  position: absolute;
  top: -15px;
  left: 0px;
}

#sitetitle, #subtitle {
  margin: 0;
}

header #sitetitle {
  font-family: Georgia, serif;
  font-size: 25px;
  color: #FF6512;
}

header #subtitle {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}


/***********************
 * Navigation
 **********************/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

nav {
  margin: 0 auto;
}

nav ul {
  display: flex;
  list-style-type: none;
  margin-left: 30px;
  padding: 0;
}

nav ul li a {
  display: block;
  padding: .5rem .7rem;
}

nav .links .active {
  background-color: #007bff;
  color: #fff;
  border-radius: .25rem;
}

nav .links .dropdown .active {
  background-color: #f1f1f1;
  color: #373a3c;
  border-radius: 0;
}

.dropbtn {
  /* background-color: #4CAF50; */
  /* background-color: #007bff; */
  /* color: #fff; */
  color: #428bca;
  border-radius: .25rem;
  padding: .5rem 1rem;
  /* font-size: 16px; */
  border: none;
  cursor: pointer;
}

.dropbtn.language {
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  /* display: inline-block; */
  height: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  /* background-color: #3e8e41; */
}

/****************************
 * Accueil
 ****************************/
.jumbotron {
  text-align: center;
  margin-bottom: 2rem;
  padding: 18px 2rem 10px;
  background-color: #eceeef;
  border-radius: .3rem;
}

/****************************
 * News
 ****************************/
.news {
  list-style-type: none;
  padding: 0;
}

.news li {
  display: flex;
  padding-bottom: 1.5rem;
}

.news .post-date {
  color: #888;
  font-weight: bold;
  font-size: .8em;
}

.icon {
  color: #bbb;
  font-size: 2em;
  width: 2rem;
  padding: 0 1rem;
  text-align: center;
  vertical-align: middle;
}

.icon img {
  width: 30px;
  padding-top: 10px;
  opacity: 0.3;
}

/****************************
 * Team
 ****************************/
.people {
  justify-content: space-between;
  list-style-type: none;
}

.people li {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.people .img-circle {
  margin: 1rem;
}

.people .person a.name {
  font-size: 1.1rem;
  font-weight: bold;
}

.people .person-photo {
}

.img-circle {
  width: 100px;
  height: 80px;
  border-radius: 50%;
}

.oldpeopletitle {
  margin-top: 6rem;
}



.oldpeople li {
  list-style-type: circle;
  text-align: left;
  margin-bottom: .5rem;
}

.oldpeople h1 {
  margin-top: 0;
}

/**********************
 * Publications
 **********************/
table.publications tr td {
  padding: .75rem;
  border-top: 1px solid #eceeef;
  vertical-align: top;
}

table.publications .publication p {
  margin: 0;
}

table.publications .annee {
  font-weight: bold;
}

table.publications .pubtitle img {
  vertical-align: middle;
  margin-right: .5rem;
}

table.publications .mois {
  text-transform: capitalize;
}

/**********************
 * Projets
 **********************/
.projects {
  /* list-style-type: none; */
  /* padding: 0; */
}

.projects li {
  margin-bottom: 5px;
}

.projects h1 {
  margin-bottom: 0;
}

.projects h1 + h1 {
  margin-top: 50px;
}

.projects p {
  margin: 0;
  margin-top: 5px;
}

footer.meta {
  border: 0;
  padding: 0;
}

footer.meta p {
  margin: 0;
  text-align: left;
}

/**********************
 * Partners
 **********************/
.partners {
  display: flex;
  padding: 0;
  list-style-type: none;
}

.partners li {
  margin-right: 5rem;
}

/**********************
 * Seminars
 **********************/
.seminars {
  list-style-type: none;
  padding: 0;
}

.seminars li {
  margin-bottom: 4rem;
}

.seminars h3 {
  margin-bottom: 0;
}

/**********************
 * Footer
 **********************/
footer {
  color: #777;
  font-size: .8em;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

footer p {
  text-align: center;
}

