*{
  cursor: cell;
}

a {
  outline: none;
  text-decoration: none;
}

a:link {
  color: #000000;
}

a:visited {
  color: rgb(255, 61, 207);
}

a:focus {
  background: #ffffff;
}

a:hover {
  background: #ffffff;
  filter:blur(1px);
  color: rgb(255, 61, 207);
}

a:active {
  background: rgb(255, 174, 235);
  color: rgb(255, 61, 207);
}

.navbar{
  background-color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 900;
}

.navdiv{
  background-color: rgb(255, 255, 255);
  display:flex;
  align-items:center;
  justify-content:right;
}

li{
  list-style: none;
  display: inline-block;
}

li a{
  color: black;
  margin-right: 15px;
}



.main-text{
    position: absolute;
    top: 80px;
    width: 230px;
    line-height: 105%;
}

.main-text .year {
    font-style: italic;
    color: rgb(185, 185, 185);
    position: absolute;
    right: -130px;
}



@media(min-width:1100px){
    img{
      width: 400%;
    }

}



@media(max-width:1100px){
    img{
      width: 100%;
    }

}



img{
  z-index: 1;
}

#more {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#more4 {
  display: none;
}

#more5 {
  display: none;
}

#more6 {
  display: none;
}

#more7 {
  display: none;
}

#more8 {
  display: none;
}

#more9 {
  display: none;
}

#more10 {
  display: none;
}

#more11 {
  display: none;
}

#more12 {
  display: none;
}

#more13 {
  display: none;
}

#more14 {
  display: none;
}

#more15 {
  display: none;
}

#more16 {
  display: none;
}



.gif-bloc {
  position: fixed;
  right: 10px;
  bottom: 5px;
  width: 150px;
  z-index: 900;
}

.gif-bloc2 {
  position: fixed;
  right: 10px;
  bottom: 5px;
  width: 100px;
  z-index: 900;
}

.gif-bloc3 {
  position: fixed;
  right: 10px;
  bottom: 5px;
  width: 100px;
  z-index: 900;
}


.hover-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.hover-image {
  position: absolute;
  top: 50px;            /* ajuste la position */
  left: 10%;
  width: 100%;          /* taille de l'image */
  z-index: 10;         /* au premier plan */
  display: none;
  border: 1px solid #ccc;
  background: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.hover-container:hover .hover-image {
  display: block;
}












table {

	width: 100%;
	border-collapse: collapse;
}

.petit {
	font-size:small;
	font-weight: bold;
	;
}

.petit2 {
	font-size:small;
	font-weight: bold;
}



tbody tr:nth-child(odd) {
	background-color: #EBEBEB;
	border-color: #EBEBEB;

}

tbody tr:nth-child(even) {
	background-color: white;
	border-color: white;
}

tbody tr:hover {
	background-color: #FFFF00;
	border: #FFFF00;
}

th {
	text-align: left;
	background-color: #000000;
  color: white;
}

td {
	border-bottom: 1px solid black;
	padding-top: 4px;
}

.lisez-moi {
	color: red;
	font-style: oblique;
	font-size: 15px;
	display: none;
}



.container {
  max-width: 800px;
  margin: 0 auto;
  }

.slider img {
  display: none;
}

img.active {
  display: block;
}

.cont-btn {
  width: 100%;
  height: 30px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
}

.btn-nav {
  font-size: 40px;
  margin: 5px 30px;
  cursor: pointer;
}