@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Josefin+Sans:wght@100&family=Rambla&display=swap");
html {
  scroll-behavior: smooth;
}

html body {
  color: #283655 !important;
  background-color: #f7faff !important;
  font-family: 'Rambla', sans-serif;
}

html body h2,
html body h3 {
  font-family: 'Audiowide', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px #283655;
}

html body li {
  list-style-type: none;
}

header {
  text-align: center;
  height: 100vh;
  background: url("../media/header.jpg") no-repeat fixed center;
  background-size: cover;
}

header .navbar {
  background-color: #fafafa;
  opacity: 0.9;
  height: 42px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header .navbar .navbar-nav {
  width: 80% !important;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  padding: 90px 0 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4.3em;
  text-transform: uppercase;
}

header #line {
  height: 1px;
  background-color: #b3aca7;
  width: 25%;
  margin: 0 auto;
}

header h2 {
  padding: 20px 0 50px;
  font-size: 3em;
  text-transform: uppercase;
}

header .presentation {
  height: 240px;
  margin-top: 20px;
}

header .presentation .infos {
  border: 1px solid #b3aca7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .presentation .photo {
  border: 1px solid #b3aca7;
  position: relative;
}

header .presentation .photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 90%;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px #111;
          box-shadow: 0 0 4px #111;
}

header .button {
  margin-top: 45px;
}

header .button a {
  padding: 20px 80px;
  border: 1px solid #b3aca7;
  width: 300px;
}

header .button:hover a {
  background-color: #b3aca7;
  color: #e2dedb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#langages {
  padding: 80px 80px 80px 50px;
  margin: 20px 0 0 6%;
  height: 620px;
  width: 47%;
  max-width: 640px;
  background: linear-gradient(130deg, #f12711 0%, #f5af196b 100%);
  -webkit-clip-path: polygon(0 5%, 100% 0%, 92% 100%, 0 89%);
          clip-path: polygon(0 5%, 100% 0%, 92% 100%, 0 89%);
}

#langages .bar {
  padding: 10px 0 4px;
  letter-spacing: 0.1em;
}

#formation {
  position: relative;
  top: -200px;
  float: right;
  margin-right: 5%;
  padding: 100px 0 60px 50px;
  width: 45%;
  max-width: 660px;
  background: linear-gradient(19deg, #00b4dbb0 0%, #0083b0 100%);
  -webkit-clip-path: polygon(0 10%, 90% 0, 100% 100%, 14% 97%);
          clip-path: polygon(0 10%, 90% 0, 100% 100%, 14% 97%);
}

#formation #autodidacte {
  padding-top: 20px;
}

#formation #freeCodeCamp {
  padding: 50px 0 0 9%;
}

#formation #openclassRooms {
  padding: 50px 0 0 18%;
}

#formation h4 {
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  color: #005978;
  text-shadow: -1px -1px 1px #35b4d5;
}

#formation .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

#formation .counter .data {
  border: 1px solid #35b4d5;
  width: 170px;
  margin: 0 4%;
  -webkit-box-shadow: 0 0 8px #1c9dc4;
          box-shadow: 0 0 8px #1c9dc4;
  padding: 5px 20px;
}

#formation .counter .data .counter-value {
  font-size: 2em;
}

#parcours {
  max-width: 800px;
  margin: 640px auto 180px;
  padding: 40px 30px 100px;
  background: url("../media/fond.jpg") no-repeat fixed center;
  background-size: cover;
  -webkit-box-shadow: -1px -1px 8px #283655;
          box-shadow: -1px -1px 8px #283655;
}

#parcours h3 {
  font-size: 2.5em;
  padding-bottom: 30px;
}

#parcours .timeline {
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #f9d423, #ff4e50);
     border-image: -webkit-gradient(linear, left top, right top, from(#f9d423), to(#ff4e50));
     border-image: linear-gradient(to right, #f9d423, #ff4e50);
  border-image-slice: 1;
  margin: 0;
  padding: 40px;
  position: relative;
}

#parcours .timeline h4 {
  font-size: 1.6em;
  color: #16a167;
  margin-left: 20px;
}

#parcours .timeline h6 {
  font-style: italic;
  color: #080804;
  margin-left: 20px;
}

#parcours .timeline p {
  line-height: 1.9em;
  text-shadow: 1px 1px 2px #0a661e, 0 0 1em #fff, 0 0 0.2em #ffc107;
}

#parcours .timeline:nth-child(1) {
  border-bottom: 3px solid;
  border-top: none;
  width: 80%;
}

#parcours .timeline:nth-child(1):after {
  content: '▲';
  color: #ff4e50;
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

#parcours .timeline:nth-child(2) {
  border-top: none;
}

#parcours .timeline:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}

#parcours .timeline:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}

#portfolio {
  margin: 100px 2% 0;
  padding: 40px 10px 60px 40px;
  background-color: #b3aca714;
  -webkit-box-shadow: 0 0 1px #a8a8a9;
          box-shadow: 0 0 1px #a8a8a9;
}

#portfolio h3 {
  font-size: 3em;
  padding-bottom: 15px;
}

#portfolio .projet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#portfolio .projet:nth-child(2) {
  margin-left: 3%;
}

#portfolio .projet:nth-child(3) {
  margin-left: 6%;
}

#portfolio .projet .cadre {
  position: relative;
  padding: 40px 20px 25px 0;
  width: 60%;
  max-width: 600px;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 10px 8px;
  color: #aca49c;
  text-align: center;
}

#portfolio .projet .cadre .img-container {
  height: 250px;
  width: 90%;
  max-width: 500px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 10px #111;
          box-shadow: 1px 1px 10px #111;
}

#portfolio .projet .cadre .img-container img {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

#portfolio .projet .cadre .img-container:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: contrast(140%);
          filter: contrast(140%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#portfolio .projet .cadre::before, #portfolio .projet .cadre::after {
  content: '';
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 1px solid;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 2px;
  z-index: -1;
}

#portfolio .projet .cadre::before {
  top: 15px;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

#portfolio .projet .cadre::after {
  right: 15px;
  bottom: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}

#portfolio .projet .cadre:hover::before, #portfolio .projet .cadre:hover::after {
  border-color: #aca49c;
  width: 100%;
  height: 100%;
}

#portfolio .projet .cadre .legende {
  max-width: 350px;
  padding: 50px 0 0 20px;
  opacity: 0;
  -webkit-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
}

#portfolio .projet .cadre .legende a {
  padding: 16px 10px 10px;
  margin-top: 20px;
  font-size: 1.1em;
  float: right;
  border-radius: 3px;
  background-color: #e2dedb;
  -webkit-animation: shadow-pop-br 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: shadow-pop-br 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

#portfolio .projet .cadre .legende a:active {
  -webkit-animation: shadow-push 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: shadow-push 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

#portfolio .projet .cadre:hover .legende {
  opacity: 1;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

@-webkit-keyframes shadow-pop-br {
  0% {
    -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
            box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
            box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
    -webkit-transform: translateX(-6px) translateY(-6px);
            transform: translateX(-6px) translateY(-6px);
  }
}

@keyframes shadow-pop-br {
  0% {
    -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
            box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  100% {
    -webkit-box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
            box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
    -webkit-transform: translateX(-6px) translateY(-6px);
            transform: translateX(-6px) translateY(-6px);
  }
}

@-webkit-keyframes shadow-push {
  0% {
    -webkit-box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
            box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
    -webkit-transform: translateX(-6px) translateY(-6px);
            transform: translateX(-6px) translateY(-6px);
  }
  100% {
    -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
            box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes shadow-push {
  0% {
    -webkit-box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
            box-shadow: 1px 1px #3e3e3e, 2px 2px #3e3e3e, 3px 3px #3e3e3e, 4px 4px #3e3e3e, 5px 5px #3e3e3e, 6px 6px #3e3e3e,
 7px 7px #3e3e3e, 8px 8px #3e3e3e;
    -webkit-transform: translateX(-6px) translateY(-6px);
            transform: translateX(-6px) translateY(-6px);
  }
  100% {
    -webkit-box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
            box-shadow: 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e, 0 0 #3e3e3e;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

#other-skills {
  margin-top: 80px;
  padding: 50px 100px 100px;
  width: 100%;
  background-color: #375e97;
  -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 85%);
}

#other-skills h3 {
  -webkit-transform: rotate(-3.5deg);
          transform: rotate(-3.5deg);
  font-size: 3em;
  padding-top: 30px;
  text-shadow: -1px 1px 0 maroon;
  color: #ffbb00;
}

#other-skills .cloud {
  text-align: center;
  padding: 50px 0;
  font-size: 2em;
  text-transform: uppercase;
}

#hobbies {
  padding: 200px 50px 100px 50px;
  margin: -220px 0 -90px 0;
  -webkit-clip-path: polygon(0% 14%, 100% 30%, 100% 95%, 0px 100%);
          clip-path: polygon(0% 14%, 100% 30%, 100% 95%, 0px 100%);
  background-color: #ffbb00;
}

#hobbies h3 {
  -webkit-transform: rotate(4.2deg);
          transform: rotate(4.2deg);
  font-size: 3em;
  text-shadow: -1px 1px 0 #375e97;
}

#hobbies .pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hobbies .pictures .flip-box {
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  max-width: 300px;
  height: 300px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#hobbies .pictures .flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 300px;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#hobbies .pictures .flip-box .flip-box-inner .flip-box-front,
#hobbies .pictures .flip-box .flip-box-inner .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#hobbies .pictures .flip-box .flip-box-inner .flip-box-back {
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#hobbies .pictures .flip-box .flip-box-inner .flip-box-back div {
  margin: 0 auto;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}

#hobbies .pictures .flip-box .flip-box-inner .flip-box-back p {
  text-transform: uppercase;
  padding: 10px;
  font-size-adjust: auto;
}

#hobbies .pictures .flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

footer {
  background: url("../media/footer.jpg") center bottom no-repeat fixed;
  background-size: cover;
  text-align: center;
  padding: 160px 50px 5px 50px;
}

footer h3 {
  padding: 0 0 60px 0;
  font-size: 2.5em;
}

footer .footer-icons {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 60%;
}

footer .footer-icons .network {
  font-size: 4em;
  border: 1px solid #b3aca7;
  padding: 30px 45px;
  color: #726659;
  z-index: -1 !important;
  border-radius: 50%;
}

footer .form-container {
  padding-top: 20px;
}

footer .form-container #reused_form {
  position: relative;
  margin: 50px auto;
}

footer .form-container #reused_form input {
  font-size: 0.85em;
  width: 470px;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  outline: none;
  color: #726659;
  border: 1px solid #b3aca7;
  border-bottom: none;
}

footer .form-container #reused_form input::-webkit-input-placeholder, footer .form-container #reused_form input:focus::-webkit-input-placeholder {
  color: #aca49c;
}

footer .form-container #reused_form input:-ms-input-placeholder, footer .form-container #reused_form input:focus:-ms-input-placeholder {
  color: #aca49c;
}

footer .form-container #reused_form input::-ms-input-placeholder, footer .form-container #reused_form input:focus::-ms-input-placeholder {
  color: #aca49c;
}

footer .form-container #reused_form input::placeholder, footer .form-container #reused_form input:focus::placeholder {
  color: #aca49c;
}

footer .form-container #reused_form input:hover::-webkit-input-placeholder, footer .form-container #reused_form input:hover:focus::-webkit-input-placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form input:hover:-ms-input-placeholder, footer .form-container #reused_form input:hover:focus:-ms-input-placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form input:hover::-ms-input-placeholder, footer .form-container #reused_form input:hover:focus::-ms-input-placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form input:hover::placeholder, footer .form-container #reused_form input:hover:focus::placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form textarea {
  width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #726659;
  border: 1px solid #b3aca7;
  resize: none;
}

footer .form-container #reused_form textarea::-webkit-input-placeholder, footer .form-container #reused_form textarea:focus::-webkit-input-placeholder {
  color: #aca49c;
}

footer .form-container #reused_form textarea:-ms-input-placeholder, footer .form-container #reused_form textarea:focus:-ms-input-placeholder {
  color: #aca49c;
}

footer .form-container #reused_form textarea::-ms-input-placeholder, footer .form-container #reused_form textarea:focus::-ms-input-placeholder {
  color: #aca49c;
}

footer .form-container #reused_form textarea::placeholder, footer .form-container #reused_form textarea:focus::placeholder {
  color: #aca49c;
}

footer .form-container #reused_form textarea:hover::-webkit-input-placeholder, footer .form-container #reused_form textarea:hover:focus::-webkit-input-placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form textarea:hover:-ms-input-placeholder, footer .form-container #reused_form textarea:hover:focus:-ms-input-placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form textarea:hover::-ms-input-placeholder, footer .form-container #reused_form textarea:hover:focus::-ms-input-placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form textarea:hover::placeholder, footer .form-container #reused_form textarea:hover:focus::placeholder {
  color: #e2dedb;
}

footer .form-container #reused_form .form-button {
  background: transparent;
  border: 1px solid #b3aca7;
  padding: 20px 75px;
  margin: 14px 0 -20px 0;
}

footer .form-container h4 {
  font-size: 2em;
}

footer .form-container #error_message {
  color: Red;
  border: 1px solid Red;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px 15px 8px;
  -webkit-box-shadow: 0 0 5px Red;
          box-shadow: 0 0 5px Red;
}

footer .form-container #success_message {
  color: green;
  border: 1px solid green;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px 15px 8px;
  -webkit-box-shadow: 0 0 5px green;
          box-shadow: 0 0 5px green;
}

footer .network:hover,
footer input:hover,
footer textarea:hover,
footer .form-button:hover {
  background-color: #b3aca7 !important;
  color: #e2dedb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .arrow {
  width: 50px;
  margin: -20px auto;
  padding-top: 15px;
  -webkit-animation: arrow linear 1.9s;
          animation: arrow linear 1.9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

footer .arrow a {
  font-size: 3em;
  border: none;
  color: #726659;
}

footer .arrow:hover i {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #726659;
}

footer p {
  font-size: 0.9em;
  letter-spacing: 0.3em;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (max-width: 900px) {
  .infos h5, .typed {
    font-size: 0.9em;
  }
  #langages {
    margin-left: 1%;
  }
  #formation {
    margin-right: 1%;
  }
  .network {
    font-size: 2em;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .navbar {
    display: none !important;
  }
  .fixed-top {
    position: unset !important;
  }
  h1, h2 {
    font-size: 2em;
  }
  #langages {
    width: 80%;
    margin-left: 10%;
  }
  #formation {
    margin: 210px 0 0 10%;
    width: 80%;
    float: none;
    display: block;
  }
  .counter-value {
    font-size: 1em;
  }
  .data span {
    font-size: .8em;
  }
  #parcours {
    margin-top: -50px;
    width: 90%;
  }
  .legende p {
    display: none;
  }
  #other-skills h3, #hobbies h3, footer h3 {
    font-size: 2em;
  }
  .cloud {
    font-size: 1.3em;
  }
  .flip-box-back p {
    padding: 10px 0;
  }
  .network {
    font-size: 1.4em;
    padding: 20px 30px;
  }
  input, textarea {
    width: 300px;
  }
}

@media screen and (max-width: 520px) {
  h1 {
    padding-top: 20px;
  }
  h3 {
    font-size: 1em !important;
  }
  #freeCodeCamp, #openClassRooms {
    padding: 50px 0 0;
  }
  .projet:not(:first-child) {
    margin-left: 0;
  }
  .legende {
    opacity: 1;
  }
  /* .cloud {
      font-size: 0.7em;
   } */
  #other-skills {
    display: none;
  }
  #hobbies {
    margin-top: -30px;
  }
  .flip-box-back p {
    font-size: 0.7em;
  }
}
