
.contenu{
	width: 80%;
	border-left: none !important;
}



.eighty.start {
    width: 0px;
    background: #aae0aa;

}

.competence {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;

}

.competence-titre {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	background:#6adcfa;
	
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.competence-titre span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;

	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.competence-barre {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
}

.competence-pourcent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:black;

}

.texte{
	color:white;
	font-size: 25px;
	
}

.titre_principal{
	color:white;
	text-align:center;
	
}

  
  .text-titre{
	  
	  color: white !important;
	  font-size: 50px !important;
	  
  }
  
  
  
  
  
  
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fab,
.social-btns .btn .far
 {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fab,
.social-btns .btn .far {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.social-btns .btn.github:before {
  background-color: #12171e;
}
.social-btns .btn.github .fab {
  color: #12171e;
}
.social-btns .btn.linkedin:before {
  background-color: #0077B5;
}
.social-btns .btn.linkedin .fab {
  color: #0077B5;
}

.social-btns .btn.mail:before {
  background-color: #F7CA18;
}
.social-btns .btn.mail .far {
  color: #F7CA18;
}


.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab,
.social-btns .btn:focus .far,
.social-btns .btn:hover .far {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
  height: 90px;
  margin: auto;
  font-size: 0;
  text-align: center;

}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 29%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fab,
.social-btns .btn .far {
  font-size: 38px;
  vertical-align: middle;
}

  
nav{

	
}
  
  
  
  
  
  
  
  
  