body {
  background-color: rgba(176, 224, 230, 0.6);
  background-blend-mode: lighten;
  background-image: url('logo.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center center;
}
h1 {
  color: blue;
}
p {
  color: rgb(8, 45, 207);
}
table, th, td {
  margin: auto;
  background-color: powderblue;
    border-bottom: 1px solid #ddd;
    border: 1px solid black;
    font-size: 16px;
    padding: 2;
  }

  div {
    font-size: 20px;

  }

table.membre {
  cursor: pointer;
}

.lvl1{ background-color: #aae7f1}
.lvl1{ background-color: #73e969;}
.lvl2{ background-color: #ffffff;}
.lvl3{ background-color: #345de2;}
.lvl4{ background-color: #ec3f3f;}


.lvl9{ background-color: #65ca58;}

.lvl10{ background-color: #3bfd00;}
.lvl11{ background-color: #fcce50b9;}
.lvl12{ background-color: #b9b6b0;}
.lvl13{ background-color: #ffef09;}
.lvl14{ background-color: #cb00f3;}
.lvl15{ background-color: #5adce0}
.lvl16{ background-color: #3be69f}


.lvl10 {
  background-color: #ec8a0a;
}

@media (min-width: 1200px) {
.contenu {
  top: 0;
  width: 100%;
  }
}

.sticky {
  background-color: rgba(176, 224, 230, 0.6);
  background-blend-mode: lighten;
  background-image: url('logo.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  margin-left: 20px;
}

.contenu {
  background-color: rgba(176, 224, 230, 0.6);
  background-blend-mode: lighten;
  background-image: url('logo.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  margin-left: 20px;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.Redbouton {
  background-color: rgb(252, 5, 5);
}

.Gbouton {
  background-color: #3ffc05;
}

.Gbouton {
  background-color: #d4d66d;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #ba0000;
}

.button2:hover {
  background-color: #ba0000;
  color: white;
}


.id {
  visibility: show;
}

 /* Popup container */
 .popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
} 
