
/* Barre de navigation */
.header {
	display: flex;
	overflow: hidden;
	background-color: rgb(37, 37, 37);
	padding-top: 1vw;
	padding-bottom: 1vw;
  }
  
  .navigationBar a {
	margin-right: 3vw;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
	font-family: calibri;
  }
  
  .navigationBar a:hover {
	background-color: #ddd;
	color: black;
    border-radius: 5%;
    text-decoration: none;
  }
  
  .navigationBar a.active {
	  text-decoration: underline;
	  font-weight: bold;
  }

  .navigationBar {
	margin-top: 50px;
	position: absolute;
	display: flex;
	right: 1vw;
	padding: .5rem 1rem;
    justify-content: space-between;
    align-items: center;
  }
  
  .languebar {
	margin-top: 10px;
	position: absolute;
	display: flex;
	right: 1vw;
	padding: .5rem 1rem;
  }

  #logo { 
	float: left;
	margin-top: 10px;
	margin-left: 65px;
	margin-right: 100px;
	margin-bottom: 10px;
	width: 30%;
}

/* Contenu personnages */
#contenu {
	justify-content: flex-start;
}

#contenu img {
	width: 20%;
	margin-left: 7vh;
	margin-top: 3vh;
	float: left;
}

.description {
	float: left;
	width: 60%;
	margin-left: 15vh;
	margin-top: 5vh;
}

.description h3 {
	font-weight: bold;
}

.table {
	margin-top: 5vh;
	margin-left: 10vh;
}

/* Resume page d'accueil */
.resume {
  font-size: 20px;
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  margin-bottom: 0.5vw;
	text-align: justify;
}

.publications {
	margin-top: 2vh;
	margin-left: 5vh;
	margin-right: 5vh;
	text-align: justify;
}

.resources {
	margin-top: 2vh;
	margin-left: 5vh;
	margin-right: 5vh;
	text-align: justify;
}

.resume h2 {
	color: rgb(97, 0, 136);
	font-family: 'Scooby Doo', arial;
	font-size: 3vw;
	text-align: center;
	margin-top: 3vw;
}

.sous_titre {
	color: rgb(1, 112, 28);
	font-family: 'Scooby Doo', arial;
	font-size: 2vw;
	text-align: center;
	margin-top: 1vw;
}

.titre_resume {
	font-weight: bold;
	font-size: 2vw;
	margin-top: 1vw;
}

.content {
	font-size: 1.25vw;
	margin-top: 0.5vw;
}

/* Images fin page accueil */
.image_fin {
	display: flex;
	justify-content: space-between;
	margin-left: 10vw;
	margin-right: 10vw;
	margin-top: 8vh;
}

.image {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image img {
	width: 13vw;
}

.article {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.article img {
	width: 13vw;
}

.titre_article{
	font-weight: bold;
	font-size: 2vw;
}

.prix_article{
	font-size: 1.5vw;
}

/* Footer */ 
.signature {
	float: right;
	font-weight: bold;
	margin-top: 5vw;
	margin-right: 1vw;
}

.tabular {
  width: 50%;
}

img {
	width: 2vw;
}

.width{
		width: 70px;
}

#papers{
  font-family: Georgia, serif;
  font-size: 30px;
  color: color;
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-bottom: 0.5vw;
}

#articles{
  font-family: Georgia, serif;
  font-size: 30px;
  color: color;
}

#corpus{
  font-family: Georgia, serif;
  font-size: 30px;
  color: color;
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-bottom: 0.5vw;
}

#themes{
  font-family: Georgia, serif;
  font-size: 30px;
  color: color;
  margin-top: 2vw;
  margin-left: 2.5vw;
  margin-bottom: 0.5vw;
}

.theme{
  font-family: Georgia, serif;
  font-size: 20px;
  margin-left: 5vw;
}

.cours{
  margin-top: 2vw;
}

.contact{
  font-family: Georgia, serif;
  font-size: 20px;
  margin-top: 2vw;
  margin-left: 2vw;
}

tr:hover {background-color: #f5f5f5;}