@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
}

h1, h2, h3, h4, p, a {
  font-family: "Raleway", sans-serif;
}

.display-none {
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fixed {
  position: fixed;
}

.cursor {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  z-index: 15;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-backdrop-filter: invert(1);
          backdrop-filter: invert(1);
  border-top: 0px transparent;
}

a:hover .bouton-cercle {
  background-color: #e58c2c;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  overflow: hidden;
  border-radius: 50%;
}

.animation-btn {
  width: 80px;
  height: 80px;
  z-index: 20;
  position: absolute;
  border-radius: 50%;
  margin-left: 50px;
  margin-top: -30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #e58c2c url(../images/SVG/bouton.svg) no-repeat;
  background-size: cover;
  border-top: 0px transparent;
}

#logo {
  height: 100%;
  width: auto;
}

.logo {
  height: 100%;
  width: auto;
  overflow: hidden;
}

.reseaux::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.reseaux:hover::after {
  width: 76px;
}

#menu {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 20pt;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  z-index: 60;
}

#menu h3::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

#menu h3:hover::after {
  width: 86px;
}

nav {
  background-color: #e58c2c;
  position: fixed;
  height: 450px;
  width: 450px;
  text-align: center;
  padding: 2%;
  border-radius: 72% 30% 72% 100% / 100% 0% 100% 61%;
  right: 0;
  top: 0;
  z-index: 60;
}

nav ul {
  margin-top: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 20pt;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

nav ul li {
  margin: 30px;
}

nav ul li:hover {
  font-weight: 800;
}

nav ul li::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 3px;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

nav ul li:hover::after {
  width: 86px;
}

.open-menu {
  -webkit-animation: openNav .5s ease;
          animation: openNav .5s ease;
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
}

@-webkit-keyframes openNav {
  0% {
    height: 0;
    width: 0;
  }
  10% {
    height: 50px;
    border-radius: 70% 29% 100% 3% / 96% 0% 100% 0%;
  }
  100% {
    height: 450px;
  }
}

@keyframes openNav {
  0% {
    height: 0;
    width: 0;
  }
  10% {
    height: 50px;
    border-radius: 70% 29% 100% 3% / 96% 0% 100% 0%;
  }
  100% {
    height: 450px;
  }
}

header {
  width: 100vw;
  height: 80px;
  position: fixed;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 65;
}

#title2 h1::before {
  content: "<";
}

#title2 h1::after {
  content: ">";
}

h2 {
  font-size: 30pt;
  font-weight: 800;
  font-style: italic;
  margin-left: 20%;
}

a {
  text-decoration: none;
  color: #000;
}

.bouton-cercle {
  width: 60px;
  height: 60px;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
}

span.orange {
  color: #ff6e5c;
}

span.blue {
  color: #2498a8;
}

span.yellow {
  color: #e58c2c;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.cercle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

a.cercle p {
  font-size: 20pt;
  font-weight: 800;
  font-style: italic;
}

a.cercle p::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

a.cercle p:hover::after {
  width: 100%;
}

a.cercle img {
  margin-left: 20px;
  display: absolute;
}

footer {
  position: relative;
  background-color: #000;
  color: #fff;
  bottom: 0;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
}

/*
.container{
    height: 100vh;
    perspective: 4px;
   overflow-x: hidden;
   overflow-y: scroll;
   transform-style: preserve-3d;
}

.parallax-child{
    //position: relative;
    transform: translateZ(-2px);
}

.parallax-child-2{
    //position: relative;
    transform: translateZ(2px);
}

*/
[data-scroll] {
  -webkit-transition: margin-bottom 1s;
  transition: margin-bottom 1s;
}

[data-scroll="in"] {
  margin-bottom: 100px;
}

[data-scroll="out"] {
  margin-bottom: -100px;
}

#welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#welcome div:nth-child(1) {
  width: 100%;
  height: 100vh;
}

#welcome div:nth-child(1) img {
  width: 40%;
  height: auto;
  margin-right: 50px;
}

#icon-header {
  position: absolute;
  right: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 5%;
  height: 100vh;
}

#icon-header > * {
  margin: 10px 0;
  padding: 5px;
  font-size: 35pt;
  font-weight: 800;
  font-style: italic;
  width: 100%;
}

#next {
  position: absolute;
  top: 88vh;
  margin-left: calc(50% - 50px);
  width: 100px;
  -webkit-animation: updown 1.5s infinite;
          animation: updown 1.5s infinite;
}

@-webkit-keyframes updown {
  0% {
    top: 88vh;
  }
  70% {
    top: 90vh;
  }
  100% {
    top: 88vh;
  }
}

@keyframes updown {
  0% {
    top: 88vh;
  }
  70% {
    top: 90vh;
  }
  100% {
    top: 88vh;
  }
}

#my-last-project {
  width: 100%;
}

#my-last-project h2 {
  font-size: 30pt;
  margin-bottom: 50px;
}

#my-last-project ul {
  width: 50%;
  margin-left: 25%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#my-last-project ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #000;
  padding: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#my-last-project ul li > a h4 {
  font-family: "Raleway", sans-serif;
  font-size: 25pt;
  font-weight: 800;
  font-style: italic;
}

.floatRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 48%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floatRight input {
  width: 100px !important;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 25pt;
  color: #2498a8;
}

#submit {
  border: none;
  background: #fff;
}

.submit-hover:hover {
  background: #e58c2c;
  cursor: pointer;
}

.cursorImage {
  height: 300px;
  width: 500px;
  border-radius: 0;
  opacity: 0.7;
  z-index: -1;
}

.jolicoeur {
  background: url(../images/mockup/jolicoeur/jolicoeur.PNG) no-repeat;
  background-size: cover;
}

.fashe {
  background: url(../images/mockup/fashe/fashe.PNG) no-repeat;
  background-size: cover;
}

.getynd {
  background: url(../images/mockup/getynd/getynd.PNG) no-repeat;
  background-size: cover;
}

.pomodoro {
  background: url(../images/mockup/pomodoro/pomodoro.PNG) no-repeat;
  background-size: cover;
}

.lucieCooking {
  background: url(../images/mockup/lucieCooking/capture-luciecooking-header-laptop.jpg) no-repeat;
  background-size: cover;
}

.posthume {
  background: url(../images/mockup/postume/postume.jpg) no-repeat;
  background-size: cover;
}

.phenixes {
  background: url(../images/mockup/phenixes/capture-phenixes-laptop.jpg) no-repeat;
  background-size: cover;
}

.tests {
  background: url(../images/mockup/tests/capture-css-text-2.jpg) no-repeat;
  background-size: cover;
}

.international {
  background: url(../images/mockup/relationsInternationales/capture-iut-header-laptop.jpg) no-repeat;
  background-size: cover;
}

.vancouver {
  background: url(../images/mockup/vancouver/capture-can-lieux-laptop.jpg) no-repeat;
  background-size: cover;
}

#form {
  margin-top: 200px;
  width: 100%;
  overflow: hidden;
}

#form h2 {
  font-size: 30pt;
  margin-left: 20%;
  margin-bottom: 50px;
}

#form form {
  width: 60%;
  margin-left: 30%;
}

#form form div {
  margin-top: 30px;
}

#form form label {
  font-family: "Raleway", sans-serif;
  font-size: 20pt;
  font-weight: 800;
  font-style: italic;
}

#form form input {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 300px;
  font-family: "Raleway", sans-serif;
  font-size: 16pt;
  margin: 5px 0 0 10px;
}

#form form input:focus, #form form textarea:focus {
  outline: none;
}

#form form textarea {
  margin-top: 5px;
  display: block;
  width: 550px;
  border: 2px solid #000;
  font-family: "Raleway", sans-serif;
  font-size: 16pt;
}

#home-about {
  height: auto;
  width: 100vw;
  height: 100vh;
  padding: 10% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-about div:nth-child(1) {
  width: 25%;
  margin-right: 50px;
}

#home-about div:nth-child(1) img {
  width: 90%;
}

#home-about div:nth-child(2) {
  width: 35%;
}

#home-about div:nth-child(2) p {
  font-size: 16pt;
  font-weight: 600;
}

#home-about div:nth-child(2) a {
  width: 100%;
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

#home-about div:nth-child(2) a img {
  margin-left: 30px;
}

.st12:hover {
  fill: #e58c2c;
  cursor: pointer;
}

.st1:hover {
  fill: #2498a8;
  cursor: pointer;
}

.st2:hover {
  fill: #c25648;
  cursor: pointer;
}

#title {
  height: 300px;
  width: 100%;
  font-size: 30pt;
}

#head-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

#head-about div:nth-child(1) {
  width: 40%;
  font-size: 20pt;
}

#head-about div:nth-child(1) div.m-5 {
  margin-left: 5%;
  width: 100%;
  margin-top: 10px;
}

#head-about div:nth-child(1) li::before {
  content: "o ";
  font-size: 16pt;
  margin-left: 10px;
}

#head-about div:nth-child(1) li {
  font-family: "Raleway", sans-serif;
}

#head-about div:nth-child(2) {
  overflow: hidden;
  margin: 50px;
  padding: 2%;
}

#head-about div:nth-child(2) img {
  width: 300px;
  height: 250px;
}

#map {
  padding: 100px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#map svg:nth-child(1) {
  width: 35%;
}

#map svg:nth-child(3) {
  width: 25%;
}

#text-map {
  text-align: center;
  font-weight: 600;
  width: 25%;
}

#text-map h3 {
  font-size: 21pt;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 30px;
}

#competences {
  width: 100%;
}

#competences div.categorie {
  width: 80%;
  margin-left: 10%;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#competences div.categorie div:nth-child(1) {
  width: 20%;
}

#competences div.categorie div:nth-child(1) img {
  height: 100px;
  width: 100px;
}

#competences div.categorie div:nth-child(2) {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#competences div.categorie div:nth-child(2) h3 {
  font-size: 20pt;
  font-style: italic;
}

#competences div.categorie div:nth-child(2) h3::before {
  content: "<li>";
}

#competences div.categorie div:nth-child(2) h3::after {
  content: "</li>";
}

#competences div.categorie div:nth-child(2) li {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

#competences div.categorie div:nth-child(2) ul {
  margin-top: 5px;
}

#competences div.categorie div:nth-child(2) ul li::before {
  content: "->";
  margin-right: 10px;
  font-family: "Raleway", sans-serif;
}

#title2 {
  height: 260px;
  width: 100%;
  font-size: 30pt;
  z-index: 20;
}

#projet {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2% 0 3% 10%;
  font-size: 20pt;
  font-weight: 800;
}

.flex-start p::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.flex-start p:hover::after {
  width: 180px;
}

.flex-start::before {
  content: "<-";
  font-size: 20pt;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  margin-right: 10px;
}

#mockup-img {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 100px;
}

#mockup-img img {
  margin-bottom: 50px;
}

#mockup-img img.ordi {
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#mockup-img img.phone-dbt {
  width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#mockup-img img.phone-couche {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#info {
  width: 40%;
}

#info .cat {
  font-size: 19pt;
  font-weight: 800;
}

#info p {
  font-weight: 500;
  font-size: 15pt;
  margin-top: 10px;
  line-height: 150%;
}

#info .url-projet {
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
}

#info .url-projet:hover {
  font-weight: 800;
}

#archive {
  width: 100%;
}

#archive div.section-projet {
  margin-top: 200px;
  width: 48%;
  margin-left: 26%;
}

#archive div.section-projet div {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

#archive div.section-projet img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  opacity: 0.8;
  position: relative;
  z-index: 10;
}

#archive div.section-projet img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 10;
}

#archive div.section-projet h4 {
  text-align: center;
  font-size: 18pt;
  margin-top: 20px;
}

#archive div.info-projet {
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

#archive div.info-projet .container-info {
  width: 96%;
  margin-left: 2%;
  height: 96%;
  margin-top: 2%;
  background-color: #2498a8;
  position: fixed;
  border-radius: 10% 90% 10% 90% / 88% 11% 89% 12%;
  padding: 7% 5%;
  color: #fff;
}

#archive div.info-projet .container-info .icon-ferme {
  font-size: 30pt;
  margin-bottom: 50px;
  float: right;
  font-family: "Raleway", sans-serif;
  position: fixed;
  right: 100px;
}

#archive div.info-projet .container-info .img-projet {
  width: 60%;
  height: auto;
  margin-left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}

#archive div.info-projet .container-info .img-projet > * {
  margin-top: 20px;
}

#archive div.info-projet .container-info p {
  font-family: "Raleway", sans-serif;
  font-size: 16pt;
  text-align: center;
  width: 60%;
  margin-left: 20%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#archive div.info-projet .container-info p:hover {
  font-weight: 800;
}

#archive div.info-projet .container-info h2 {
  font-family: "Raleway", sans-serif;
  font-size: 18pt;
  text-align: center;
  width: 60%;
  margin: 50px 20%;
}

.margin-20 {
  margin-left: 80px;
}

@media only screen and (max-width: 768px) {
  h2 {
    margin-left: 5% !important;
  }
  #welcome div:nth-child(1) img {
    width: 75%;
  }
  #icon-header {
    width: 6%;
  }
  #icon-header > * {
    font-size: 16pt;
    padding: 0px;
  }
  #home-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    height: auto;
  }
  #home-about div:nth-child(1) {
    width: 50%;
    text-align: center;
    overflow: hidden;
  }
  #home-about div:nth-child(1) img {
    width: 50%;
  }
  #home-about div:nth-child(2) {
    width: 60%;
    margin-left: 20%;
  }
  #home-about div:nth-child(2) p {
    font-size: 13pt;
  }
  #my-last-project {
    width: 100%;
  }
  #my-last-project h2 {
    font-size: 30pt;
    margin-bottom: 50px;
  }
  #my-last-project ul {
    width: 80%;
    margin-left: 10%;
  }
  #form {
    position: relative;
    overflow: hidden;
  }
  #form form {
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
  }
  #form form h2 {
    margin-left: 5%;
  }
  #form form label {
    font-size: 20pt;
  }
  #form form input {
    width: 300px;
    font-size: 16pt;
  }
  #form form textarea {
    width: 90%;
    font-size: 16pt;
  }
  #map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #map svg:nth-child(1) {
    width: 60%;
  }
  #map svg:nth-child(3) {
    width: 60%;
    margin-left: 40%;
  }
  #text-map {
    width: 60%;
    margin: 50px 0 50px 20%;
  }
  #competences div.categorie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #competences div.categorie div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  #competences div.categorie div:nth-child(1) img {
    margin-top: 30px;
  }
  #competences div.categorie div:nth-child(2) {
    width: 90%;
    margin-left: 5%;
  }
  #competences div.categorie div:nth-child(2) h3 {
    margin-top: 30px;
    font-size: 16pt;
    font-style: italic;
    text-align: center;
  }
  #head-about {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-bottom: 50px;
  }
  #head-about div:nth-child(1) {
    width: 70%;
    margin-left: 10%;
    font-style: italic;
  }
  #head-about div:nth-child(1) h1 {
    margin: 30px 0;
  }
  #head-about div:nth-child(2) {
    margin-bottom: 20px;
  }
  #head-about div:nth-child(2) div:nth-child(2) img {
    width: 300px;
    height: 250px;
  }
  #title {
    height: 200px;
  }
  #projet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #mockup-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
  }
  #mockup-img img {
    margin-bottom: 50px;
    margin-left: 30px;
  }
  #info {
    width: 70%;
  }
  #archive {
    /*
        div.info-projet{
            width: 100%;
            margin: 0;
            padding: 20% 5%;
            img{
                width: 40%;
            }
        }*/
  }
  #archive div.section-projet {
    width: 70%;
    margin-left: 15%;
  }
}

@media only screen and (max-width: 425px) {
  h4 {
    font-size: 18pt !important;
  }
  h2 {
    font-size: 23pt !important;
  }
  h1 {
    font-size: 23pt;
  }
  label {
    font-size: 15pt !important;
  }
  p {
    font-size: 12pt !important;
  }
  #head-about div:nth-child(2) img {
    width: 250px;
    height: 200px;
  }
  .margin-20 .cat {
    font-size: 15pt !important;
  }
  #mockup-img img {
    margin-left: 0;
  }
  #welcome {
    height: 90vh;
  }
  #next {
    position: absolute;
    top: 80vh !important;
    margin-left: calc(50% - 50px);
    width: 100px;
    -webkit-animation: updown 1.5s infinite;
            animation: updown 1.5s infinite;
  }
  #home-about {
    height: auto;
    padding-top: 50px;
  }
  #home-about div:nth-child(1) {
    width: 100%;
  }
  #home-about div:nth-child(1) img {
    margin-bottom: 10%;
    width: 80%;
  }
  #home-about div:nth-child(2) {
    width: 90%;
    margin-left: 5%;
  }
  #home-about div:nth-child(2) p {
    font-size: 13pt;
  }
  #archive {
    width: 100%;
  }
  #archive div.section-projet {
    margin-top: 200px;
    width: 80%;
    margin-left: 10%;
  }
  #archive div.section-projet div {
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
}
/*# sourceMappingURL=style.css.map */