@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:25%;
}

.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: 10%;
}

.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 {
  margin-top: 5%;
  margin-left: 10%;
  height: fit-content;
  color : #111;
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-size: 5vw; 
}

.metier {
  margin-top: 2%;
  margin-left: 10%;
  color: #111;
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-size: 1.3vw;
}

.tp {
  width:5vw;
  height: 5vw;
}






.timeline-section {
	min-height: 100vh;
	padding: 100px 15px;
}
.timeline-items{
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
  
}
.timeline-items::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #111;
	left: calc(50% - 1px);
}
.timeline-item{
	margin-bottom: 130px;
	width: 100%;
	position: relative;
}
.timeline-item:last-child{
	margin-bottom: 0;
}
.timeline-item:nth-child(odd){
    padding-right: calc(50% + 30px);
	text-align: right;
}
.timeline-item:nth-child(even){
    padding-left: calc(50% + 30px);
}
.timeline-dot{
	height: 16px;
	width: 16px;
	background-color: #C4A078;
	position: absolute;
	left: calc(50% - 8px);
	border-radius: 50%;
	top:10px;
}
.timeline-date{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
	font-size: 20px;
	color: #C4A078;
	margin:6px 0 15px;
}
.timeline-content{
  background-color: #2f363e;
	padding: 30px;
	border-radius: 5px;
}
.timeline-content h3{
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
	color: #ffffff;
	margin:0 0 10px;
	text-transform: capitalize;
}
.timeline-content p{
    color: #c8c8c8;
	font-size: 16px;
  font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 22px;
}

/* responsive */
@media(max-width: 767px){
	.timeline-items::before{
		left: 7px;
	}
	.timeline-item:nth-child(odd){
		padding-right: 0;
		text-align: left;
	}
	.timeline-item:nth-child(odd),
	.timeline-item:nth-child(even){
		padding-left: 37px;
	}
	.timeline-dot{
		left:0;
	}
}



.section3 {
  margin-top:25%;
}

.sectionoutil {
  margin-top:2%;
}

.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;
}

.scroll-downs {
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #000000;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 50px;
  background-color: #000000;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/*-----------------*/
/*     Profile     */
/*-----------------*/

.lignes2 {
  margin-top: 1vw;
  display: flex;
 
}

.lignes3 {
  margin-left: 45.61vw;
  margin-top: 1vw;
  display: flex;
 
}

.ligne-3 { 
  display: block;
  width: 4.7vw;
  height: 0.23vw;
  border-radius: 50px;
  background: #C4A078;
}

.ligne-4 {   
  display: block;
  width: 2vw;
  height: 0.23vw;
  margin-left: 1vw;
  border-radius: 50px;
  background: #C4A078;
}

.profile {
  z-index: 2;
  width: 20vw;
  margin-top: -27vw;
  margin-left: 53vw;
}

.back-profile {
  z-index:1;
  height: 26.5vw;
  width: 20vw;
  will-change: 10vw;
  background-color: transparent;
  border: 3px solid #C4A078;
  margin-top: -25vw;
  margin-left: 54.5vw;
}

/*-----------------*/
/*   Competences   */
/*-----------------*/

.list{
  margin-top: 3vw;
  margin-left: 5vw;
  display: block;
  width: 90vw;
  height: 90vw;
}

.listoutil{
  margin-top: 3vw;
  margin-left: 5vw;
  display: block;
  width: 90vw;
  height: 40vw;
}


.box-centre {
  text-align: center;
}
.logo-html {
  margin-top: 1.4vw;
  height: 6vw;   
}

.logo-outil {
  margin-top: 2vw;
  height: 8vw;   
}
.logodouble {
  margin-left: -0.9vw;
}

.nom-logo {
  color: rgb(92, 92, 92);
  font-family: 'Sarabun', sans-serif;
  font-size: 1.4vw;
  margin-top: 1.5vw;
  margin-bottom: 15%;
}

.box {
  float:left;
  background-color: rgb(255, 255, 255);
  box-shadow:  0 0 5px rgb(185, 185, 185);
  width: 17vw;
  height: 15vw;
  margin-top: 3vw;
  margin-left: 3vw;
  transition: 0.5s;
}

.box:hover {
  transition: 0.5s;
  transform:scale(1.1);
}

.box1 {
  margin-left: 16vw; 
}

.box4 {
  margin-left: 16vw;
}

.box7 {
  margin-left: 16vw;
}

.box10 {
  margin-left: 16vw;
}

.star {
  margin-top: -1vw;
  font-size: 1vw;
}

.star-o {
  color: #C4A078;
}
.star-n {
  color: #2f363e;
}

.sectionidee1{

  display: flex;
  flex-direction: column;
  margin-top:30%;
  
}

.sectionidee2{

  display: flex;
  flex-direction: column;
  margin-left: 10%;
  
}

.nom-outil {
  color: rgb(92, 92, 92);
  font-family: 'Sarabun', sans-serif;
  font-size: 1.4vw;
  margin-top: 1.5vw;
  margin-bottom: 15%;
  transition:0.3s;
}

.outil:hover h3{
  transition:0.3s;
  color:  #C4A078;
}
