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

.TOPSITE header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.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 {
  border-bottom: none;
  background-color: RGBa(0, 0, 0, 0);
}



.text {

  position: absolute;
  background-color: rgba(0, 0, 0, 0.374);
  
  float: left;
  text-align: justify;
  z-index: 10;

  padding-top: 1.3%; 
  padding-left: 1.5%;
  padding-right: 1.5%;
  
  margin-right: 45%;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}

.social {
  position: absolute;
  z-index: 10;
  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);
}
/*@media (max-height: 800px)
{
	.text
	{margin-top:5%; }*/

/*	@media (max-height: 680px)
{
	.text
	{margin-top:5%;
	margin-right: 38%;}*/

@media (max-width: 1300px) {
  .text {
    /*padding: 0px 0px;*/
    position: absolute;
    text-align: justify;
    /*font-size: small;*/
    z-index: 10;

    margin-right: 55%;
  }
}
@media (max-width: 1150px) {
  .text {
    /*padding: 0px 0px;*/
    position: absolute;
    text-align: justify;
    font-size: small;
    z-index: 10;

    margin-right: 55%;
  }
}

@media (max-width: 991px) {
  .TOPSITE,
  .TOPSITE header {
    padding: 40px;
  }
  .text h2 {
    font-size: 3em;
  }
  .text h3 {
    font-size: 2em;
  }
  .text {
    /*padding: 0px 0px;*/
    position: absolute;
    text-align: justify;
    font-size: small;
    z-index: 10;

    margin-right: 55%;
  }
}

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

    .text {
    /*padding: 0px 0px;*/
    position: absolute;
    text-align: justify;
    font-size: small;
    z-index: 10;
    padding-right: 40px;
    padding-top: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 700px) {
  .text {
    /*padding: 0px 0px;*/
    position: absolute;
    text-align: justify;
    font-size: small;
    z-index: 10;
 ;
    margin-right: 30%;
  }
}

@media (max-width: 475px) {
  .text {
    /*padding: 0px 0px;*/
    position: absolute;
    text-align: justify;
    font-size: small;
    z-index: 10;
    padding-right: 40px;
    padding-top: 3%;
    margin-right: 0%;
  }
}

/*		@media (max-height: 830px)
{
	.text
{
	
	padding: 0px 0px;
 	position: absolute;
	text-align: justify;
	font-size: x-small;
	z-index: 10;
	padding-right: 40px;
	padding-top: 50%;
	margin-right: 0%;

	}*/



