body {
  margin:0;
  font-family: 'Source Sans Pro', sans-serif;
  scroll-behavior: smooth;
}

*{
  box-sizing:border-box;
}

/* Navbar */
/**********/
nav{
  position:fixed;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background-color: #2E2D2C;
  box-shadow: inset 0px -1px #615F5B;
  z-index: 1;
}

.nav-icon{
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
}

.nav-icon img{
  width: 120px;
}

.hamburger{
  display: none;
}

.navlinks-container{
  margin-left: 30%;
}

.navlinks-container a {
  margin: 0 40px;
  font-size:18px;
  font-weight: 500;
  text-decoration: none;
  color:#C5BEB8;
  display:inline-block;
  position: relative;
}

.navlinks-container a::after{
  content:"";
  display:block;
  position:absolute;
  bottom:-3px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin:left;
  background: #F0A114;
  transition: transform 0.3s ease-out;
}

.navlinks-container a:hover::after{
  transform: scaleX(1);
}

/**********/

.header {
  background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(54, 54, 54, 0.5) 39.24%, rgba(28, 28, 28, 0.4)),
    url(Assets/Img/imagemonexpe.jpg) fixed center center / cover no-repeat;
  height: 60em;
}

.header_content {
  padding: 50px 0 70px 0;
  text-align:center;
}

.developpeur {
  display: block;
  margin-top: 5%;
  color: #F0A114;
  font-size: 2.5em;
  letter-spacing: .08em;
  opacity: .6;
}

.name {
  display: block;
  margin-top: 15%;
  font-family: 'Pinyon Script', serif;
  color: rgb(169, 156, 156);
  font-size: 1.8em;
  font-weight:200;
}

.reveal-loaded .reveal [class*="reveal-"] {
  opacity: 0!important;
  transform: translateY(30px)!important;
  transition: 0s!important;
}

.reveal-loaded [class*="reveal-"]{
  transition: 1s cubic-bezier(.5, 0, 0, 1);
}

.reveal-loaded  .reveal-1 {
  transition-delay: .2s;
}

.reveal-loaded .reveal-2 {
  transition-delay: .3s;
}

/**
* Section A PROPOS
*/
#apropos{
  padding:8% 8%;
}

#apropos h1, #langage h1, #projets h1{
  font-size: 2em;
  text-align: center;
  padding-bottom: 2%;
  color:#F0A114;
}
.blockPresentation{
  display:flex;
  justify-content: center;
  height: 60vh;
}
.caricature{
  display: flex;
}
.presentation, .presentationExpe{
  padding: 4% 8%;
  text-align: justify;
  line-height: 30px;
  letter-spacing: .05rem;
  font-size: 1.3em;
  font-weight: 100;
}
.presentationExpe{
  padding: 4% 8%;
}
.parcours{
  margin: 4em 0;
}
.buttons{
  display: flex;
  justify-content: space-around;
  margin:5%;
}
 .meContacter, .monCV{
  border-radius: .5em;
  height: 3em;
  font-size: 1em;
  border: none;
  text-transform: uppercase;
}
.monCV{
  width: 30%;
  background-color: #B5615E;
  color: white;
  font-weight: 5%;
}
.meContacter{
  width: 110%;
  background-color: #95818D;
  color: white;
  font-weight: 5%;
}

/**
* Partie MON PARCOURS
*/
.timeline{
  position:relative;
  margin: 0 auto;
}
.containerLeft{
  padding: 10px 40px;
  position: absolute;
  width: 25%;
  margin-top: 3%;
}
.containerRight{
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 75%;
  left: 25%;
  margin-top: 3%;
}
.datePoste{
  position: relative;
}
.experience{
  padding : 1em 2em;
  background-color:#D9D8D6;
  position: relative;
  border-radius: 6px;
}
.datePoste h2{
  color: #090601;
  text-align: center;
  font-size: 1.2em;
}
.experience h3{
  margin-top: 1%;
}
.experience h2{
  margin-bottom: 1%;
  color: #b77709;
}
.experience li{
  margin-bottom: 1%;
}
.animationExpe{
  transform: translateX(55%)!important;
  transition: transform 10s cubic-bezier(.17, .67, .83, .67);
}
.experience-1 {
  transition-delay: .2s;
}
.experience-2 {
  transition-delay: .3s;
}
.experience-3 {
  transition-delay: .4s;
}

/* Barre verticale */
.timeline::after{
  content:"";
  position: absolute;
  width:6px;
  background-color: #D9D8D6;
  border-radius: 6px;
  top:0;
  bottom:0;
  left : 25%;
  margin-left:-3px;
}
/* Le cercle de la timeline*/
.containerRight::after{
  content:"";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #D9D8D6;
  top: 15%;
  border-radius: 50%;
  /*z-index:1;*/
}
.containerRight::after{
  left:-12px;
}
/* Flèche de l'expérience*/
.containerRight::before{
  content:"";
  height: 0;
  position: absolute;
  top:15%;
  width: 0;
  /*z-index:1;*/
  left: 30px;
  border: medium solid #D9D8D6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #D9D8D6 transparent transparent;
}

/**
* Section LANGAGE
*/
#langage{
  background-color: #eeedeb;
  padding-bottom: 8%;
}
#langage h1{
  padding: 2%;
}
#langage h2{
  margin: 1% 10%;
}
.stacks{
  display:flex;
  margin: 1% 10%;
}
.logos{
  width: 15%;
  margin: 0% 3%;
}

/**
* Section PROJETS
*/
#projets{
  padding:8% 8%;
}
#projets p{
  text-align: center;
  font-size: 2em;
}
.allProjects{
  display: grid;
  /*grid-template-columns: repeat(auto-fill,minmax(40%, 1fr));*/
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
  max-width: 1200px;
  /*justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;*/
}

[class*="projet"]{
  width: 35em;
  height: 30em;
  border-radius: 10%;
  border-color: #c5c1ba;
  border :solid;
  border-width: 1px;
  margin-top: 10%;
}
.projet1{
  background-image: url(Assets/Img/MastercontrolQualityEvent.png);
  background-size: cover;
}
.projet2{
  background-image: url(Assets/Img/Pokedex.png);
  background-position: top;
  background-repeat: no-repeat;
}
.projet3{
  background-image: url(Assets/Img/troussepharmacie.png);
  background-position:top;
  background-repeat: no-repeat;
}
[class*="textProjet"]:hover{
  display: block;
  margin-top: 10%;
}
[class*="textProjet"]{
  display: none;
  line-height: 1.5;
  width: 35em;
  height: 30em;
  border-radius: 10%;
  background-color: #eeedeb;
}
[class*="titleProjet"]{
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  padding-top: 10%;
  text-align: center;
}
[class*="tags"]{
  display: none;
  text-align: center;
  margin-bottom: 10%;
}
[class*="tags"] li{
  text-transform: uppercase;
  box-sizing: border-box;
  display:inline-block;
  position: relative;
  background-color: #F0A114;
  padding: 1.5%;
  border-radius: 30px;
}
.button {
  text-align: center;
}
.button a{
  text-decoration: none;
  color:black;
}
[class*="textProjet"] button{
  background-color:rgb(148, 142, 142);
  border-radius: 30px;
  cursor:grab;
  
}

/**
* Section CONTACT
*/
#contact{
  padding-bottom: 10%;
  background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(54, 54, 54, 0.5) 40%, rgba(28, 28, 28, 0.8)),
    url(Assets/Img/ordiplantes.jpeg) fixed center center / cover no-repeat;
  height: 70em;
  
}

#contact h1{
  color: #b77709;
  text-align: center;
  font-size: 4em;
  padding: 5%;
}

.request_message{
  width: 40%;
  margin-left: 30%;
  text-transform: capitalize;
  text-align: center;
  font-size: 2em;
  padding: 1%;
  border-radius: 1em;
}

.successSend{
  background-color: rgba(18, 157, 71, 0.783);;
}

.rejectSend{
  background-color: rgba(241, 67, 24, 0.783);;
}

.hide{
  display: none;
}

form{
  width: 60%;
  margin-left: 20%;
  margin-bottom: 30%;
  padding: 1em;
  background: rgba(255,255,255,0.5);
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}

input, textarea{
  padding: .5em;
  margin: 1%;
  font-size: 1.5em;
  font-family: 'Source Sans Pro', sans-serif;
  border: 1px solid #999;
  border-radius: .2em;
}

.sendForm{
  background-color: #b77709;
  padding: 1%;
  margin-left: 15%;
  margin-right: 15%;
  border: 0;
  border-radius: .2em;
  text-transform: uppercase;
  font-size: 1.5em;
  cursor: pointer;
  margin-top: 3%;
  transition: .5s;
}

button:hover{
  transform: scale(1.2);
}

/**
* Section FOOTER
*/
footer{
  background-color: #090601;
}

.logosFooter, .copyright{
  display: flex;
  justify-content: center;
}

.footLogos{
  margin: 1%;
  width: 5em;
}

.footLogosCV{
  color: white;
  background-color: black;
  border-color: white;
  border-radius: .5em;
  font-size: 2em;
  margin: 1%;
  width: 2em;
  cursor: pointer;
}

.copyright{
  color: #eeedeb;
  padding-bottom: 2%;
}

  /*
  * Format pour téléphone portable
  */
@media only screen and (max-width: 900px) {

/*****/
nav{
  padding: 15px 20px;
  position: relative;
}

.nav-icon{
  order:2;
  margin: 0 auto;
}

.main-navlinks{
  order:1
}

/* Hamburger */
.hamburger{
  width:30px;
  height: 20px;
  cursor: pointer;
  border: none;
  display: flex;
  background: #2E2D2C;
  align-items: center;
  position: relative;
}

.hamburger span{
  display:block;
  width: 100%;
  height: 3px;
  background: #C5BEB8;
  position: absolute;
  pointer-events:none;
  transition: opacity 0.3s 0.15s ease-out;
}

.hamburger span:nth-child(1),
.hamburger span:nth-child(3){
  transition: transform 0.3s ease-out;
}

.hamburger span:nth-child(1){
  transform: translateY(7px);
}

.hamburger span:nth-child(3){
  transform: translateY(-7px);
}

.hamburger.open span:nth-child(1){
  transform: translate(0) rotate(135deg);
}

.hamburger.open span:nth-child(2){
  opacity: 0;
  transition: opacity 0s ease-out;
}

.hamburger.open span:nth-child(3){
  transform: translate(0) rotate(-135deg);
}

.navlinks-container{
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position:absolute;
  top:100%;
  left: 0;
  height: 100vh;
  padding: 5px 10px 10px 5px;
  transform: translate(-100%);
  background-color: #2E2D2C;
  border-right: 1px solid #615F5B;
  
}

.open{
  transform: translate(0%);
}

.navlinks-container a {
  font-size: 16px;
  margin: 5px 8px;
}

/*****/

  .moveBurger {
    transform: rotate(360deg);;
  }

  .closeMenuBurger{
    display: none;
  }

  #logoScreen{
    width: 8em;
  }*/

  .name{
    margin-top: 35%;
  }

  .developpeur{
    margin-top: 35%;
  }

  /** ABOUT ME Telephone **/
  .blockPresentation{
    display: flex;
    flex-direction: column;
    margin-top: 5em;
    margin-left: 0;
    align-items: center;
  }

  .caricature{
    width: 50%;
    padding: 15px 25px;
  }

  .presentation, .presentationExpe{
    padding-top: 0%;
    padding-left: 0%;
    line-height: 20px;
    letter-spacing: .03rem;
    font-size: 1em;
    font-weight: 80;
  }

  .buttons{
    margin-top: 30%;
    margin-left: 0;
  }

  .monCV{
    width: 40%;
    background-color: #B5615E;
    color: white;
    font-weight: 3%;
  }
  .meContacter{
    width: 80%;
    background-color: #95818D;
    color: white;
    font-weight: 3%;
  }

  /** MON PARCOURS Telephone **/
  .parcours, .timeline, .containerLeft, .datePoste{
    margin-left: 0;
  }

  .containerLeft{
    padding: 0px 10px 0 0;
    position: absolute;
    width: 25%;
    font-size: .8em;
    margin-top: 10%;
  }
  .containerRight{
    font-size: .8em;
    left: 25%;
    margin-top: 3%;
  }
  .datePoste{
    position: relative;
  }

  /** LANGAGES Telephone **/
  .stacks{
    margin-left: 0;
  }

  #langage > div > h2{
    margin-left: 2%;
  }

  /** PROJETS Telephone **/
  .allProjects{
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  
  [class*="projet"]{
    width: 20em;
    height: 15em;
    border-radius: 10%;
    border-color: #c5c1ba;
    border :solid;
    border-width: 1px;
    margin-top: 10%;
    margin-left: 3%;
  }

  [class*="textProjet"]{
    display: none;
    line-height: 1.5;
    width: 20em;
    height: 16em;
    border-radius: 10%;
    background-color: #eeedeb;
  }

  [class*="titleProjet"]{
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    padding-top: 5%;
    text-align: center;
  }
  [class*="tags"]{
    display: none;
    font-size: .8em;
    text-align: center;
    margin-bottom: 5%;
  }

  [class*="tags"] li{
    text-transform: uppercase;
    box-sizing: border-box;
    display:inline-block;
    position: relative;
    line-height: .8em;
    background-color: #F0A114;
    padding: 1%;
    border-radius: 30px;
  }

  .desc{
    font-size: .8em;
  }

  /** CONTACT Telephone **/
  #contact h1{
    font-size: 3em;
    padding: 3%;
  }

  form{
    width: 85%;
    margin-left: 8%;
    margin-bottom: 10%;
    padding: .5em;
  }

  .request_message{
    width: 50%;
    margin-left: 20%;
    font-size: 1.5em;
    padding: 1%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal [class*="reveal-"] {
      opacity: 1!important;
      transform: translateY(0px)!important;
  }
  [class*="reveal-"]{
      transition-duration: 0s!important;
      transition-delay: 0s!important;
  }
}