@charset "UTF-8";
body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  /*=============*/
  /* SIDE Nav   */
  /*===========*/
  /*=========================*/
  /*=====================================================*/
  /*Parallax*/
  /*=====================================================*/
  /*=====================================================*/
  /*=====================================================*/
  /*Drop Shadow*/
  /*=====================================================*/
  /* On mouse-over, add a deeper shadow */
  /*=====================================================*/
  /*===================*/
  /*    TABS Skills   */
  /*=================*/
  /*=====================================================*/
  /*Projets                                             */
  /*===================================================*/
  /*=====================================================*/
  /* ├á propos */
  /*=====================================================*/ }
  body .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: .3s;
    padding-top: 60px;
    background-color: #777;
    /*background-image: url("img/woodMenu.png");*/ }
    body .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #fff;
      display: block;
      transition: 0.3s;
      margin-bottom: 1rem; }
    body .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 0.5em;
      font-size: 2.5em;
      margin-left: 50px;
      padding: 0; }
    body .sidenav #main {
      transition: margin-left .3s;
      padding: 1em; }
  body span {
    background-color: #777;
    /*background-image: url("img/woodMenu.png");*/
    font-size: 35px;
    cursor: pointer;
    color: white;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    height: 1060px;
    padding: 0.2em; }
  body .wrapper {
    margin: 0 auto 0;
    width: 80%; }
  body #logo {
    /*width: 100%;*/ 
      height:100vh;
  }
  body #nom {
    width: 125%; }
  body .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body .resp {
    display: flex;
    justify-content: space-around; }
  body h1 {
    font-family: 'Josefin Sans Light', sans-serif;
    color: #fff;
    font-size: 2.5em;
    margin: 0;
    padding: 1rem;
    text-align: center; }
  body header {
    background: url("img/bg_hero.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh; }
    body header img {
      overflow: hidden; }
  body .parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  body .ombre {
    text-shadow: 0 2px 3px black; }
  body .boxOmbre {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  body .shadow:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.2s; }
  body section {
    /* Style the tab content */
    /*===========================*/ }
    body section .btnContainer {
      display: flex;
      justify-content: center; }
      body section .btnContainer .tablink {
        background-color: #555;
        color: white;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 17px;
        width: 50%;
        transition: 0.3s; }
      body section .btnContainer .tablink:hover {
        background-color: #777; }
    body section .tabcontent {
      color: white;
      display: none;
      padding: 5em;
      text-align: center;
      -webkit-animation: fadeEffect 1s;
      animation: fadeEffect 1s;
      /* Fading effect takes 1 second*/ }
    body section .button {
      color: black; }
    body section #Logiciels {
      background-color: #000;
      color: white; }
      body section #Logiciels img {
        height: 5em;
        width: 5em; }
    body section #Languages {
      background-color: #fff;
      color: black; }
      body section #Languages img {
        height: 5em; }
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  body #Projets {
    padding: 3rem;
    background-image: url("img/bg_projets.jpeg");
    background-size: cover;
    background-position: center;
    /*=====================*/
    /*      Timeline       */
    /*=====================*/
    /* The actual timeline (the vertical ruler) */
    /* The actual timeline (the vertical ruler) */
    /* Container around content */
    /* The circles on the timeline */
    /* Place the container to the left */
    /* Place the container to the right */
    /* Add arrows to the left container (pointing right) */
    /* Add arrows to the right container (pointing left) */
    /* Fix the circle for containers on the right side */
    /* The actual content */
    /* Media queries - Responsive timeline on screens less than 600px wide */
    /*============================*/ }
    body #Projets img {
      width: 100%; }
    body #Projets a {
      text-decoration: none; }
      body #Projets a h2 {
        font-family: 'Josefin Sans Light', sans-serif;
        color: #000;
        text-align: center;
        margin: 0;
        padding: 0.5em 0.2em; }
    body #Projets * {
      box-sizing: border-box; }
    body #Projets .timeline {
      position: relative;
      max-width: 700px;
      margin: 0 auto; }
    body #Projets .timeline::after {
      content: '';
      position: absolute;
      width: 6px;
      background-color: #fff;
      top: -32px;
      bottom: -32px;
      left: 50%;
      margin-left: -3px; }
    body #Projets .container {
      padding: 0 40px;
      position: relative;
      background-color: inherit;
      width: 50%; }
    body #Projets .container::after {
      content: '';
      position: absolute;
      width: 25px;
      height: 25px;
      right: -17px;
      background-color: white;
      border: 4px solid #FF9F55;
      top: 15px;
      border-radius: 50%;
      z-index: 1; }
    body #Projets .left {
      left: 0; }
    body #Projets .right {
      left: 50%; }
    body #Projets .left::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      right: 30px;
      border: medium solid white;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent white; }
    body #Projets .right::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      left: 30px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent; }
    body #Projets .right::after {
      left: -16px; }
    body #Projets .content {
      padding: 10px 10px;
      background-color: white;
      position: relative;
      border-radius: 6px; }
    @media all and (max-width: 500px) {
      body #Projets {
        /* Place the timelime to the left */
        /* Full-width containers */
        /* Make sure that all arrows are pointing leftwards */
        /* Make sure all circles are at the same spot */
        /* Make all right containers behave like the left ones */ }
        body #Projets .timeline::after {
          left: 31px;
          top: -32px;
          bottom: -32px; }
        body #Projets .container {
          width: 100%;
          margin-top: 50px;
          padding-left: 70px;
          padding-right: 25px; }
        body #Projets .container::before {
          left: 60px;
          border: medium solid white;
          border-width: 10px 10px 10px 0;
          border-color: transparent white transparent transparent; }
        body #Projets .left::after, body #Projets .right::after {
          left: 15px; }
        body #Projets .right {
          left: 0; } }
    body #Projets .image {
      opacity: 1;
      display: block;
      width: 100%;
      height: auto;
      transition: .5s ease;
      backface-visibility: hidden; }
    body #Projets .middle {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    body #Projets .conteneur:hover .image {
      opacity: 0.3; }
    body #Projets .conteneur:hover .middle {
      opacity: 1; }
    body #Projets .text {
      background-color: #4CAF50;
      color: white;
      font-size: 16px;
      padding: 16px 16px; }
  body .text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 16px; }
  body #profil {
    background-image: url("img/propos.png");
    background-repeat: repeat-x;
    margin: 0;
    /*padding: 2em;*/ }
    body #profil div.face {
      background-image: url("img/profil.png");
      background-repeat: no-repeat;
      background-position: right;
      height: 700px; }
      body #profil div.face h1 {
        padding: 1em 0 0; }
      body #profil div.face div {
        display: block; }
        body #profil div.face div p {
          font-size: 1.5em;
          width: 50%;
          padding-left: 25%;
          line-height: 3rem; }
      body #profil div.face img {
        justify-content: flex-end; }

@media screen and (max-width: 1100px) {
  section#profil div.face {
    height: 750px; }
    section#profil div.face h1 {
      padding: 1em 0 0; }
    section#profil div.face div {
      display: block; }
      section#profil div.face div p {
        font-size: 1.3em;
        width: 45%;
        padding-left: 15%;
        line-height: 3rem; }
    section#profil div.face img {
      justify-content: flex-end; } }
/*=====================================================*/
/*Footer*/
/*=====================================================*/
footer {
  background: url("img/envelope copie.png") black no-repeat right;
  color: #dcdcdc; }
  footer h1 {
    color: darkgrey; }
  footer div {
    padding: 3rem; }
    footer div div {
      text-align: center;
      padding: 1.5rem; }
      footer div div a {
        color: #dcdcdc;
        background-color: #555;
        border: none;
        border-radius: 5px;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 17px;
        width: 50%;
        transition: 0.3s;
        text-decoration: none; }
      footer div div .linkedIn {
        background-color: transparent; }
        footer div div .linkedIn img {
          filter: brightness(40%); }
      footer div div .linkedIn:hover {
        background-color: transparent; }
    footer div a:hover {
      background-color: #777; }
  footer p {
    text-align: center;
    bottom: 2px;
    margin: 0;
    padding: 1rem; }
    footer p .copyright {
      background-color: #555555; }

/*=====================================================*/
/*Single Projet*/
/*=====================================================*/
body.single {
  /*background: url("img/bg_projets@0,5x.jpg"),no-repeat;*/
  
    background-color: #999999;
}
  body.single ul {
    padding-bottom: 2rem; }
  body.single h2 a {
    font-family: 'Josefin Sans Light', sans-serif;
    text-decoration: none;
    color: black;
    background-color: #d1d1d1;
    padding: 1rem;
    border-radius: 5px; }
  body.single article {
    background-color: #fff;
    border-radius: 5px;
    padding: 2% 5%;
    margin: 5%; }
    body.single article h1 {
      color: #777777; }
    body.single article div {
      padding: 0 5% 10%; }
    body.single article img {
      height: 100%;
      width: 100%; }

@media screen and (max-width: 450px) {
  body.single article img {
    width: 100%;
    height: 100%; }
  body.single h1 {
    font-size: 2em; }
  body.single h2 {
    font-size: 1em; }
  body.single footer {
    height: 350px; }
    body.single footer div {
      padding: 5%; } }
/*=====================================================*/
/*Media Queries*/
/*=====================================================*/
@media only screen and (max-width: 800px) {
  body #logo {
      height:35vh !important;
  }
    
  body header {
    background-image: url("img/bg_hero@0,75x.png");
    background-size: cover;
    background-position: center; }

  header.parallax {
    height: 1030px; }

  .wrapper {
    width: 100%; }

  #Projets {
    background-image: url("img/bg_projets@0,75x.jpg");
    background-size: cover;
    background-position: center; }
    #Projets .content {
      width: 100%; }
      #Projets .content .conteneur:hover .image {
        opacity: 1; }
      #Projets .content .conteneur:hover .middle {
        opacity: 1; }
      #Projets .content .middle {
        display: none; }

  section#Competences div div article {
    width: 20%;
    padding: 10%; }

  .resp {
    flex-wrap: wrap; }
    .resp div {
      width: 100%; }

  section#profil {
    padding-top: 1%; }
    section#profil div.face {
      height: 768px;
      background-position: right; }
      section#profil div.face h1 {
        padding: 1em; }
      section#profil div.face div {
        display: block; }
        section#profil div.face div p {
          font-size: 1em;
          width: 38%;
          padding-left: 10%;
          line-height: 2.5rem; }
    section#profil img {
      justify-content: flex-end; }

  body #profil div div {
    width: 100%; } }
@media screen and (max-width: 450px) {
  body span {
    padding-top: 0.3em;
    padding-left: 0.3em;
    font-size: 33px;
    height: 2.3rem;
    width: 2.3rem; }

  body header {
    background-image: url("img/bg_hero@0,5x.png");
    background-size: cover;
    background-position: center; }

  header.parallax {
    height: 670px; }
    header.parallax #logo {
      width: 100%; }
    header.parallax #nom {
      width: 150%; }

  section#Competences div div article {
    width: 40%;
    padding: 5%; }

  section#profil {
    height: 600px; }
    section#profil div.face {
      display: block;
      background-image: none; }
      section#profil div.face div p {
        width: 75%;
        font-size: 1rem;
        text-align: justify;
        line-height: 1.5rem;
        padding: 0 3rem; }

  #Projets {
    background-image: url("img/bg_projets@0,5x.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 0; }

  footer {
    height: 675px; }
    footer div {
      padding: 43% 0 43% 0; } }
@media screen and (max-height: 450px) {
      
    
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }

/*# sourceMappingURL=styles.css.map */
