body {
  display: block;
  font-family: Helvetica, sans-serif;
  margin: 0;
	padding: 0;
  font-size: 1em;
  
  color:  #ffffff;
  }

header {
 
  background-color: #000000;
  height: auto;
  text-align: center;
  justify-content: center;
	color: #fff;
	margin: 0;
  display: flex;
  
  }

nav {
	justify-content: center;
  }

.menu {
  display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
 
}
  .menu li {
	  margin:  0;
    padding: 0;
    }

  .menu a {
	  color: #ffffff;
	  text-decoration: none;
    }

  .menu a:hover {
    color: #3bffff;
    }


main {
	margin: 10px;
  text-align: center;
  display: block;
  }

.section {
	margin-bottom: 40px;
  }
  /* CSS pour centrer le texte sur la vidéo */

    .section1{
		  color: white;
		  text-align: center;
		  font-size: 33px ;
		  font-weight: bold;
		  text-shadow: 2px 2px 4px #000000;
		  margin-bottom: 40px;
		  }

    .section2{
		 
		  color: white;
		  text-align: center;
		  font-size: 25px ;
		  font-weight: bold;
		  text-shadow: 2px 2px 4px #000000;
		  margin-bottom: 40px;
			}

    .section3{
		 
		  color: white;
		  text-align: center;
		  font-size: 30px ;
		  font-weight: bold;
		  text-shadow: 2px 2px 4px #000000;
		  margin-bottom: 40px;
			}
    
h1 {
  font-size: 48px;
  margin: 0;
  padding: 20px;
  text-align: center;
   }

h2 {
  font-size: 24px;
	margin: 0;
	padding-bottom: 10px;
  }

ul {
  list-style-type: none;
	margin: 0;
	padding: 0;
  text-align: center;
  font-size: ;
  
  }

li {
  margin-bottom: 0px;
  }

a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  }
  
  a::before,
  a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    }

  a::before {
    background-color: #3bffff;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    }

  a::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #3dffff;
    }
  
    a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
    }
    
    a:hover::after {
    transform: translate3d(0, 0, 0);
    }
  
    a span {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    }
  
    a:hover span {
    transform: translate3d(-200%, 0, 0);
    }

  
  /* Presentational Styles */
  
    a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
   
    }
  

/* SKILLZ*/

*{
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  }

.skills{
  width: 100%;
  max-width: 700px;
 
  width: 60em;
  float:right;
  margin-right: 150px;
  
 
  
  margin-bottom: 190px;
 
  }

    .skill-name{
  font-size: 20px;
  font-weight: 700;
  color: #f1f1f1;
  text-transform: uppercase;
  margin: 20px 0;
  }

  .skill-bar{
  
  height: 25px;
  background: #ffffff;
  border-radius: 5px;
  align-items: center;
  }

  .skill-per{
  height: 25px;
  background: linear-gradient(90deg, #3bfff3 0%, #1037a3 100%);
  border-radius: 5px;
  position: relative;
  animation: fillBars 3.5s 1;
  } 

  .skill-per::before{
  background: #f1f1f1;
  border-radius: 4px;
  font-size: 12px;
  top: -35px;
  right: 0;
  transform: translateX(50%);
  }

  .skill-per::after{
  
  width: 1000px;
  height: 10000x;
  background: #f1f1f1;
  top: -20px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
  }

@keyframes fillBars{
  from{
    width: 0;
  }
  to{
    width: 100%;
  }
}


/*2eme barre */


.skills2{
  width: 100%;
  max-width: 700px;
  margin-bottom: 190px;
  width: 60em;
  float:left;
  margin-left: 150px;
  }

    .skill2-name{
  font-size: 20px;
  font-weight: 700;
  color: #f1f1f1;
  text-transform: uppercase;
  margin: 20px 0;
  }

  .skill2-bar{
  
  height: 25px;
  background: #ffffff;
  border-radius: 5px;
  align-items: center;
  }

  .skill2-per{
  height: 25px;
  background: linear-gradient(90deg, #3bfff3 0%, #1037a3 100%);
  border-radius: 5px;
  position: relative;
  animation: fillBars 3.5s 1;
  } 

  .skill2-per::before{
  background: #f1f1f1;
  border-radius: 4px;
  font-size: 12px;
  top: -35px;
  right: 0;
  transform: translateX(50%);
  }

  .skill2-per::after{
  
  width: 1000px;
  height: 10000x;
  background: #f1f1f1;
  top: -20px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
  }

@keyframes fillBars{
  from{
    width: 0;
  }
  to{
    width: 100%;
  }
}

  
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30PX;
  background-color: rgb(0, 0, 0);
  color: white;
  text-align: center;
  font-size: 20PX;
  
  
	}

/* Style pour chaque lien de menu */
.menu li a {
  color: #fff;
  padding: 10px;
  margin: 25px;
  font-size: 20px;
  }


/* CSS pour afficher la vidéo en arrière-plan */
.background-video {
  position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  }



/*
  .skills{
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 60em  
    }

*/


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

  

.wrapper{
  position: absolute;
  
  justify-content: center;
  display: flex;
  height: 10%;
  width:100%;
  margin :0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 50%;
}
.wrapper .icon{
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span{
  display: block;
  height: 60px;
  width: 60px;
  background: #000000;
  border-radius: 50%;
  border: solid;
  border-color: #0cdfdf ;
  position: relative;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i{
  line-height: 60px;
  font-size: 25px;
}
.wrapper .icon .tooltip{
  position: absolute;
  top: 0;
  z-index: 1;
  background: #ffffff;
  color: #000000;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip{
  top: -70px;
  opacity: 1;
  pointer-events: auto;
}
.icon .tooltip:before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #000000;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover span{
  color: #000000;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}

.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip:before{
  background: #3bffff;
}
.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip:before{
  background: #3bffff;
}

.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip:before{
  background: #3bffff;
}

.wrapper .tiktok:hover span,
.wrapper .tiktok:hover .tooltip,
.wrapper .tiktok:hover .tooltip:before{
  background: #3bffff;
}



















