body{
margin: O;
padding: 0;
font-family: calibri;
background-size: cover;
background-attachment: fixed;
background: linear-gradient(115deg,rgb(149, 165, 127),rgb(91, 91, 161));
}
a{
  text-decoration: none;
  color: black;
}
.texte img{
  width: 250px;
  height: 500px;
  margin:auto;
  display: block;
  position: absolute;
  right: 20%;
  top : -20px
}
.texte div{
  padding: 0;
}
.title{
  display: flex;
  justify-content: center;
}
.texte p{
  font-size: 1.2em;
  color: #fff;
}
.typed{
  color: rgb(6, 240, 248);
  font-weight: bolder;
  font-size: xl-large;
}
.accueil-menu{
  height: 90vh;
}
.accueil-contact{
  position: relative;
}

.cont a, .cv a{
text-decoration: none;
display:block;
position: absolute;
color: white;
background: linear-gradient(rgb(149, 165, 127),rgb(91, 91, 161));
padding: 2px;
margin-bottom: 10px;
transition : 1s;
}
.cont a:hover, .cv a:hover{
scale : 1.1;
transition : 1s;
}



@keyframes animate{
  100%{
      transform: scaleX(1);
  }
}
.techical-bars .bar .progress-line span{
  height: 100%;
  background-color: rgb(14, 159, 226);
  position: absolute;
  animation: animate 4s 1s cubic-bezier(1,0,0.5,1) infinite;
  transform: scaleX(0);
  transform-origin: left;
border-radius: 10px;
}
.progress-line.html span{
width: 95%;
}
.progress-line.css span{
  width: 80%;
}
.progress-line.javascript span{
  width: 77%;
}
.progress-line  span::after{
  position: absolute;
  padding: 1px 8px;
  background-color: #f52323;
  color: #fff;
  font-size: 12px;
  top: -28px;
  right: -20px;
  animation:  showText 0.5s 1.5s linear forwards;
}
.progress-line.html span::after{
  content: "95%";
}
.progress-line.css span::after{
  content: "80%";
}
.progress-line.javascript span::after{
  content: "77%";
}
.progress-line.bootstrap span::after{
  content: "57%";
}
.progress-line.bootstrap span{
  width: 57%;
}
.progress-line.python span::after{
  content: "68%";
}
.progress-line.python span{
  width: 68%;
}
.techical-bars{
  margin: 20px;
}
.facts-liste h4{
  align-items: center;
  color:rgb(14, 159, 226);
}
.facts-liste{
  align-items: center;
  text-align: center;
 
}
.facts-liste p{
  align-items: center;
  text-align: start;
}
.purecounter{
padding: 1em;
display: block;
font-size: x-large;
font-weight: bolder;
text-align: center;
align-items: center;
}
.diplomes div, .experiences div{
  padding: 20px;
  margin-bottom: 20px;
}
.exp{
  border-right: 2px solid rgb(14, 159, 226);
  background-color: aqua;
  border-radius: 10px;
  box-shadow:  4px 6px 7px;
}
.exp2{
  border-left: 4px solid rgb(4, 56, 80);
  background-color: rgb(1, 253, 232);
  border-radius: 10px;
  box-shadow:  4px 6px 7px;
}
.dip{
  border-left: 4px solid rgb(4, 54, 23);
  background-color: rgb(129, 202, 129);
  border-radius: 10px;
  box-shadow:  4px 6px 7px;
}
.contact{
  min-height: 50vh;
  border-radius: 10px;
  padding: 50px;
  background: url(../img/Beach.jpg);
  margin: 20px 0px;
}
iframe{
  border-radius: 10px;
  width: 100%;
  height: 350px;
}
.btn-submit{
  align-items: center;
}
.experiences-title{
  color: rgb(29, 29, 85);
  font-size: large;
  padding-left: 1em ;
  font-weight: bolder;
  padding-bottom: 10px;  
}

.experiences-title span{
  border-bottom: 1px solid  rgb(29, 29, 85);
  padding: 0 25px;
}
h4{
  display: block;
  text-align: center;
  color: rgb(29, 29, 85);
  margin-top: 10%;
}

.carousel-inner {
  padding: 15px;
  overflow: hidden;
  text-align: center;
  background-color: rgba(128, 128, 128, 0.4);
  border-radius: 10px;
}

.carousel-item img{
  width: 300px;
  height: 200px;
  /* border-radius: 50%; */
  margin: 20px;
  }

  .line{
    background-color: rgb(14, 159, 226);
    height: 4px;
    width: 250px;
    position: relative;
    margin: auto;
    margin-bottom: 5%;
  }
  .line span{
    background-color: rgb(29, 29, 85);
    height: 8px;
    width: 150px;
    position: absolute;
    left: 50px;
    top: -2px;
    border-radius: 3px;
    animation: lineanimation infinite 10s;
  }
  @keyframes lineanimation {
    0%{
      left: 0px;
    }
   
    50%{
      left: 100px;
    }
    100%{
      left: 0px;
    }
  }
  .scroll{
    color: rgb(29, 29, 85);
    background-color: #fff;
    display:flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: xx-large;
    font-weight: bolder;
    scroll-behavior: smooth;
    margin: 10px auto;   
    opacity: 0.4;
  }
  .scroll:hover{
    opacity: 1;
    scale: 1.1;
  }
  .cont a, .cv a{
    border-radius: 5px;
    box-shadow: 2px 2px 10px 1px black;
    padding: 5px;
    position: absolute;
    width: 200px;
    text-align: center;
  }
  .cont a{
    top : 55px;
    
  }
  .texte {
    margin-top: 150px;
    
  }
  footer{
    height: 30px;
    background-color: black;
    margin-bottom: 20px;
    font-size: smaller;
  }
  footer div{
    text-align: center;
    height: 100%;
  }
  footer div em{
    color: white;
  }
  .hdev-logo img{
    height: fit-content;
    width: 30px;
  }
  .apropos-menu i{
    background-color: rgb(29, 29, 85);
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    display:inline-block;
    padding: 5px;
    margin-right: 10px;
    
  }
  .apropos-menu span{
    
    padding: 5px;
    width: auto;
    display: inline-block;
    height: 30px;

  }
  .apropos-menu .bi{
    margin-bottom: 0;
    padding-bottom: 0;
    height: 32px;
  }
  .apropos-menu div{
    margin: 20px ;
    margin-right: 0;
    border-bottom: 1px solid rgb(29, 29, 85);
    width: 300px;
    padding: 0px;

  }
  
  @media (max-width : 768px) {
    .apropos-menu div span{
      display: inline-block;
      text-align: center;
      justify-content: center;
      margin: 0;
      padding: 0;
    }
    .logo {
      display: block;
      width: auto;
    }
    .title ul{
      display: grid;
      align-items: center;
      display: block;
      margin: 0;
    }
    .title ul li{
      padding: 0;
      margin: 10px 0;
      font-size: small;
    }
    .texte h2{
      font-size: x-large;
    }
    .texte p, span{
      font-size: smaller;
    }
    .cont a, .cv a{
      font-size: x-small;
      width: 100px;
    }
    .cont, .cv{
      position: absolute;
      bottom: -400px;
    }
    .cont a{
    right: -330px;
      justify-content: end;
    top: 0;
    }
    .texte img{
      width: 150px;
      height: 280px;
      top : 60px;
      left: 40px;
    }
    .texte {
      margin-top: 50px;
    }
    .vide{
      display: none;
    }
    .accueil-menu{
      position: relative;
    }
  }
