a {
  outline: none;
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

.logo {
  cursor: pointer;
  display: none;
}

.TOPSITE img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  mix-blend-mode: overlay;
}

nav {
  width: auto;
  z-index: 100;
  margin: 0 auto;
  font-weight: 700;
  font-size: x-large;

  opacity: 1;
  background-color: none;
  position: absolute;

  padding: 30px 100px;
}

nav ul {
  list-style-type: none;
}

nav ul li {
  float: right;
  width: 100%;
  text-align: left;
  position: relative;
}

nav ul::after {
  clear: both;
}

nav a {
  display: block;
  text-decoration: none;

  color: white;
  border-bottom: 2px solid transparent;
  padding: 10px 0px;
}

nav a:hover {
  color: none;
  color: RGBa(0, 0, 0, 1);
}

.Menu {
  z-index: -1000;

  opacity: 1;

  position: relative;
  width: auto;
  height: 30px;
  background: none;
  /* filter: invert(1); */
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  display: inline-block;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}

.sous {
  display: none;
  /*box-shadow: 0px 0px 0px #CCC; */
  background-color: none;
  z-index: 100;
  position: absolute;
  width: none;
  font-weight: normal;
  font-size: small;
  z-index: 300;
}
nav > ul li:hover .sous {
  display: block;
}
.sous li {
  float: none;
  width: 100%;
  text-align: left;
}
.sous a {
  padding: 10px 0px;
  border-bottom: none;
}
.sous a:hover {
  /*color: RGBa(0,0,0,0.9);*/
  border-bottom: none;
  /*background-color: RGBa(0,0,0,0);*/
}

.tableau {
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  border: 0px solid white;
  height: 100%;
  text-align: match-parent;
  font-size: normal;
  
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}

.tableau a:hover {
  color :black;
}

table.taille tr td {
  font-size: small;
  border: 0px solid white;
  text-align: justify;
  text-justify: inter-character;
}

table {
  border-spacing: 0px 50px;
  
  text-align: justify;
  text-justify: inter-word;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal video {
  position: relative;
  max-width: 900px;
  outline: none;
}

.close {
  position: absolute;
  /*	top: 30px;
	right: 30px;*/
  z-index: -1000;
  /*	cursor: pointer;*/
  filter: invert(1);

  width: 10000%;
  opacity: 0;
}

/* .social {
  position: flex;
  z-index: 100;
  bottom: 20px;
  display: flex;
  filter: invert(1);
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
} */

.social li {
  list-style: none;
}
.social li a {
  display: inline-block;

  transform: scale(0.5);
  transition: 0.5s;
}
.social li a:hover {
  transform: scale(0.5) translateY(-15px);
}

.footerproject {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  display: flex;
  filter: invert(1);
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}

@media (max-width: 991px) {
  .TOPSITE,
  .TOPSITE header {
    padding: 40px;
  }
  .text h2 {
    font-size: 3em;
  }
  .text h3 {
    font-size: 2em;
  }

  .modal video {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  nav {
    padding: 30px 40px;
  }
  .sous {
    font-size: small;
  }
}

@media (max-width: 991px) {
  tab {
    padding: 30px 40px 30px 40px;
  }
  table.taille tr td {
    font-size: x-small;
  }
}

@media (max-width: 650px) {
  .tableau {
    padding-top: 40px;
  }

  .tableau thead {
    display: none;
  }

  .tableau .tableau tbody,
  .tableau tr,
  .tableau td {
    display: block;

    text-align: justify;
    width: 100%;
  }

  .tableau tr {
    margin-bottom: 15 px;
    margin-top: 0px;
  }
  .tableau td {
    margin-block: 20px 50px;
  }

  /* logo fixe en scroll*/
  /* .social {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    display: flex;
    filter: invert(1);
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  } */

  /*logo en de page*/
  
/* .social{display: none;}


  .footerproject {

		position: relative;
  		z-index: 1000;
  		bottom: 0px;
		height: 20px;
  		display: flex;
		filter: invert(1);
		width: 20px;
  		
	
		list-style: none;
		opacity: 1;
		
			} */
}
