@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */
html,body{
    margin:0;
    height:120%;
}
.header h1 {
  font-size: 80px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.header h3{
  font-size:40px;
  margin-top: 20px;
  margin-bottom: 50px;
}





body {
    font-family: Bebas Neue, sans-serif;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    font-size: 17px;
    background-color: rgb(255, 255, 255); 
    color: #000;
    margin: 0;
    padding: 0;
}

.CV_container h3{
  font-size: 35px;
  padding: 20px;
  text-align: center;
}
.CV_container .exp{
  font-family:Avenir, sans-serif;
  text-align: justify;
  padding:8vw;
}

h3.contact {
    font-size: 35px;
    padding: 20px;
    text-align: center;
}

.presentation{
  font-size: 20px;
  font-family:Avenir,sans-serif;
  padding: 20px;
  text-shadow: #E043 3px ;
  margin-right: 100px;
  margin-left: 100px;
}

div.form_container{
    background-color: #FFF;
    width:100vw;
    border-bottom: 15vh;
}


form{
    padding: 50px;
    margin-left: 150px;
    margin-right: 150px;
}
form#contact_form{
  border: 0.07px solid black;
  border-radius: 15px;
}
form.label{
    padding: 66px;
}


  a{
    text-decoration:none;
    transition:0.5s;
  }
  .header{
    position:relative;
    overflow:hidden;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    height: 100vh;
    color:#eee;
  }
  .header:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:-1;
   background: linear-gradient(to bottom, rgba(0,0,0,0.12) 40%,rgba(27,32,48,1) 100%);
  }
  .header:before{
    content:"";
    width:100%;
    height:200%;
    position:absolute;
    top:0;
    left:0;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0); backface-visibility: hidden;
    /*scale(1.0, 1.0);*/
    transform: translateZ(0);
    background:#1B2030 url(../bg_best.jfif) no-repeat;/*url(https://source.unsplash.com/xMObPS6V_gY/3888x2592); /*url(https://images.unsplash.com/photo-1571993142257-eae0b44cf0f1?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ) 50% 0 no-repeat;*/
    background-size:190%;
    transform: scale(1.5);
    animation: grow 200s  linear 1ms infinite;
    transition:all 0.4s ease-in-out;
    z-index:-4;
  }
  .header a{
    color:#eee
  }
  .menu{
    display:block;
    width:40px;
    height:30px;
    border:2px solid #fff;
    border-radius:3px;
    position:absolute;
    right:20px;
    top:20px;
    text-decoration:none
  }
  .menu:after{
    content:"";
    display:block;
    width:20px;
    height:3px;
    background:#fff;
    position:absolute;
    margin:0 auto;
    top:5px;
    left:0;
    right:0;
    box-shadow:0 8px, 0 16px
  }
  .logo{
    border:3px solid #fff;
    border-radius:3px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    align-content:center;
    margin:20px;
    padding:0px 10px;
    font-weight:900;
    font-size:1.5em;
    line-height:1;
    box-sizing:border-box;
    height:40px
  }
  .logo:hover{
    border:3px solid white;
    text-shadow:2px 3px purple;
  }

  .sides{
    transition: 0.7s;
    opacity:0.8
  }

  .sides:hover{
    background:black;
    opacity:1;
  }
  .info{
    flex: 0 0 auto;
    width:50%
  }
  .info{
    width:100%;
    padding:3% 10% 0 10%;
    text-align:center;
    text-shadow:0 2px 3px rgba(0,0,0,0.2)
  }
  .author{
    display:inline-block;
    width: 125px;
    height:125px;
    border-radius:50%;
    background:url(../me.JPG) center no-repeat;
    background-size:cover;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    margin-bottom:3px
  }
  .info h4, .meta{
    font-size:0.7em
  }
  .meta{
    font-style:italic;
  }
  @keyframes grow{
    0% { transform: scale(1) translateY(0px)}
    50% { transform: scale(1.2) translateY(-400px)}
  }
  .content{  
    padding:5% 10%;
    text-align:justify
  }
  .btn{
    color:#333;
    border:2px solid;
    border-radius:3px;
    text-decoration:none;
    display:inline-block;
    padding:5px 10px;
    font-weight:600
  }

  .sidenav {
    height: 670px;
    width:0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: -14px;
    left: 125px;
    font-size: 50px;
    margin-left: 5px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .menu_droite{
    position: absolute;
    right:40px;
    top:20px;
  }
  
  .twtr{
    margin-top:100px
  }.btn.twtr:after{content:"\1F426";padding-left:5px}

  .fa {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 9px 5px;
    border-radius: 100%;
    opacity:0.4;
  }
  

  .fa:hover{
    opacity:1;
  }

  .fa-github{
    background:#000;
      color:#FFF;
      transition: transform .7s ease-in-out;
    }
   .fa-github:hover{
   transform: rotate(360deg);
   }

  .fa-linkedin {
    background: #007bb5;
    color: white;
    transition: transform .7s ease-in-out;
  }

  .fa-linkedin:hover{
    transform: rotate(360deg);
    }

  .fa-instagram {
    background: #dd4b39;
    color: white;
    transition: transform .7s ease-in-out;
  }

  .fa-instagram:hover{
    transform: rotate(360deg);
    }




    .bounce {
      position:fixed;
      left:50%;
      bottom:0;
      margin-top:-25px;
      margin-left:-25px;
      height:50px;
      width:50px;
      background:url(../arrow2.png);
      -webkit-animation:bounce 1s infinite;
      -moz-animation:bounce 1s infinite;
      -o-animation:bounce 1s infinite;
      animation:bounce 1s infinite;
    
    }
    
    @-webkit-keyframes bounce {
      0%       { bottom:0px; }
      50%      { bottom:15px; }
      100%     {bottom:30;}
    }
    
     @-moz-keyframes bounce {
      0%       { bottom:0px; }
      50%      { bottom:15px; }
      100%     {bottom:30;}
    }
    
     @-o-keyframes bounce {
      0%       { bottom:0px; }
      50%      { bottom:15px; }
      100%     {bottom:30;}
    }
    
     @keyframes bounce {
      0%       { bottom:0px; }
      50%      { bottom:15px; }
      100%     {bottom:30;}
    }
    
