@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');

@font-face {
    font-family: "Futura";
    src: url("../Futura_Bk_Book.ttf");
  }
  
*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
  
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    
}
  
.logo {
    font-family: 'Futura', sans-serif;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 42px;
    left: 40px;
    color:rgb(0, 0, 0);
    text-decoration: none;
    font-size: 21px;
}

.logo:hover {
  opacity: 50%;
  transition: 0.5s;
}
  
.fa {
    color:rgb(0, 0, 0);
    position: fixed;
    z-index: 1000;
    top: 42px;
}
  
.fa:hover {
    opacity: 50%;
    transition: 0.3s;
}
  
.fa-linkedin {
    right: 180px;
}
  
.fa-github {
    right: 235px;
}
  
.fa-linkedin.active {
    color:white;
}
  
.fa-github.active {
    color:white;
}
  
  
  .nav-toggler {
    position: fixed;
    z-index: 1000;
    top: 30px;
    right: 40px;
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
  }
  .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    transition: transform 0.3s ease-out,
    opacity 0.1s ease-out;
  }
  .l1 {
    transform: translateY(-10px)
  }
  .l3 {
    transform: translateY(10px)
  }
  .nav-toggler.active .l1 {
    background-color: #f1f1f1;
    transform: translateY(0px) rotate(45deg);
  }
  
  .nav-toggler.active .l3 {
    background-color: #f1f1f1;
    transform: translateY(0px) rotate(-45deg);
  }

  .logo.active {
    color:white;
  }

.fa.active {
    color: white;
}
  
  nav {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #111;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.73, 0.11, 0.67, 0.84);
    z-index: 500;
  }


  nav.active {
    transform: translate(0);
    transition: 0.8s;
  }

  nav a {
    font-family: 'Futura', sans-serif;
    color: #f1f1f1;
    font-size: 3.15vw;
    display: block;
    margin: 30px 0;
    text-decoration: none;
  }
  
  nav a::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #fff;
    
    transition: width 0.3s ease-in-out;
  }
  nav a:hover::after {
    width: 100%;
  }

.backarrow {
    position: fixed;
    top: 120px;
    left: 40px;
    transition: 0.5s;
    width: fit-content;
}
.backarrow:hover {
    position: fixed;
    top: 120px;
    left: 30px;
    transition: 0.5s;
}

.bio-titre {
    margin-top: 10%;
    font-family: 'Futura', sans-serif;
    font-weight: 400;
    font-size: 50px;
}

.bio-texte {
    color: #828C96;
    margin-top: 3%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8em;
}

.section1{
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-top:30%;
    
}


.btn-cv {
  padding: 1vw 1.5vw;
    background-color: #C4A078;
    color: white;
    text-decoration: none;
    margin-top: 3%;
    width: fit-content;
    font-size:18px;
}

.btn-cv:hover {
    background-color: #111;
    transition: 0.4s;
}

.inter {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.section2 {
    margin-top:10%;
}

.bio-titre-2 {
  text-align: center;
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-size: 50px;
}


v-slider-bloc {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  scroll-snap-align: center;
  /*
  justify-content:center;
  align-items: center;
  text-align: center;
  */
}

.lignes {
  margin-top: 1.5%;
  display: flex;
  margin-left: 46%;
}

.ligne-1 { 
  
  display: block;
  width: 4.7vw;
  height: 0.23vw;
  border-radius: 50px;
  background: #C4A078;
  
}

.ligne-2 {   
  display: block;
  width: 2vw;
  height: 0.23vw;
  margin-left: 1vw;
  border-radius: 50px;
  background: #C4A078;
}

h1 {
  text-align: center;
  margin-top: 5%;
  height: fit-content;
  color : #111;
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-size: 5vw; 
}

.metier {
  text-align: center;
  margin-top: 2%;
  color: #111;
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-size: 1.3vw;
}

.tp {
  width:5vw;
  height: 5vw;
}


.bas {
  display:flex;
  flex-direction: column;
  background-color: #111;
  height: 20vw;
  align-items: center;
}
.first {
  margin-top: 8vw;
}
.second {
  margin-top: 1vw;
}
.util {
  font-family: 'Futura', sans-serif;
  font-weight: 400;
	font-size: 1.5vw;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.util:hover {
  color: #C4A078;
  transition: 0.5s;
}

.lignes2 {
  margin-top: 1vw;
  display: flex;
 
}

.lignes3 {
  margin-left: 47.64%;
  margin-top: 0.3vw;
  display: flex;
 
}

.ligne-3 { 
  display: block;
  width: 4.7vw;
  height: 0.23vw;
  border-radius: 50px;
  background: #C4A078;
}

.bx {
  font-size: 2vw;
}

.doc {
  margin-top: 1%;
  text-align: center;
  color:#111;
  font-family: 'Futura', sans-serif;
  font-weight: 400;
	font-size: 1.5vw;
  text-decoration: none;
  transition: 0.5s;

}

.git {
  margin-top: 2%;
  text-align: center;
  color:#111;
  font-family: 'Futura', sans-serif;
  font-weight: 400;
	font-size: 1.5vw;
  text-decoration: none;
  transition: 0.5s;

}

.liens {
  display:flex;
  flex-direction: column;
}


.ecran {
  margin-top: 8%;
}