body {
  padding-top: 0px;
  margin: 0;
  background-color: rgb(255, 255, 255);
  cursor: crosshair;
  font-family: 'libre-light';
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.page {
  height: 500px;
}

@font-face {
  font-family: 'Fantome';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Fantome-Regular.woff'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/Fantome-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Fantome-Regular.woff') format('woff'), /* Modern Browsers */
}

@font-face {
  font-family: 'libre-light';
  src: url('../fonts/LibreFranklin-Light.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'dindong';
  src: url('../fonts/DINdong.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'libre-light-italic';
  src: url('../fonts/LibreFranklin-LightItalic.ttf');
  font-weight: italic;
}

@font-face {
  font-family: 'libre-medium';
  src: url('../fonts/LibreFranklin-Medium.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'libre-medium-italic';
  src: url('../fonts/LibreFranklin-MediumItalic.ttf');
  font-weight: bold italic;
}

@font-face {
  font-family: 'night';
  src: url('../fonts/TheNightWatch.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'leimzy';
  src: url('../fonts/Leimzy-Regular.woff');
  font-weight: normal;
}

@font-face {
  font-family: 'dematerialized';
  src: url('../fonts/dematerialized.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'homoneta-italic';
  src: url('../fonts/Homoneta-Italic.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'bbb-poppins-regular';
  src: url('../fonts/BBBPoppinsTN-TextRegular.otf');
  font-weight: normal;
}

p, a, h2, h3, h4{
  font-family: 'dindong';
  font-weight: lighter;
}
h1.titre{
  text-decoration: underline;
}
h1{
  font-size: 2vh;
  font-family: 'dindong';
  line-height:1.2;
}

/**--------------------------------------------
 *                    INTRO
 *---------------------------------------------**/
section.intro{
  /* z-index: 99999999; */
  margin-top: 0vh;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100vh!important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intro{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.gif{
  position: absolute;
  width: 100%;
  left:0px;
    top:0px;
    z-index:-1;
}

h2.intro{
  font-size: 10vh;
  margin-top: 0vh;
  margin-bottom: 7vh;
  opacity: 1;
    /* transform: translateY(0px);
    transition: 2s cubic-bezier(0.5, 0, 0, 1);
    animation: 'scaleProgress'; */
}

h2.intro.me{
  font-size: 15vh;
}

@keyframes scaleProgress {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

h2.intro:nth-child(2){
  text-align: right;
}

/**--------------------------------------------
 *                 INTROABOUT
 *---------------------------------------------**/

 main.main.about{
  width: 100%;
  background-color: rgb(149, 0, 255);
 }

 section.intro.about{
  z-index: 99999999;
  margin-top: 0vh;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/**--------------------------------------------
 *          PRESENTATION SERVICES
 *---------------------------------------------**/
 section.presentation{
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: rgb(149, 0, 255); 
  height: auto;
  color: white;
}

.gridpresentation{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  justify-content: space-around;
}

section #services{
  padding-top: 10vh;
  padding-left: 20px;
  padding-right: 20px;
}

h2.intro{
  font-size: 15vh;
}
h2.intro:nth-child(2){
  text-align: right;
}

/**--------------------------------------------
 *            LAST PROJECTS
 *---------------------------------------------**/
 section.lastprojects{
  margin-top: 0vh;
  padding-right: 0px!important;
  height: auto;
  /* background-color: rgba(255, 245, 203, 0.194);  */
}

.lastprojects .projects img:hover{
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgb(149, 0, 255); }


section #services{
  padding-top: 2vh;
}

h2.intro{
  font-size: 10vh;
  font-family: homoneta-italic;
  padding-left: 20px;
}
h2.intro:nth-child(2){
  text-align: right;
}

h1{
  font-size: 2vw!important;
}

/**--------------------------------------------
 *                    ME
 *---------------------------------------------**/

section.contact.me{
  /* background-color: rgb(255,206,236); */
  background-color: rgb(149, 0, 255);
  height: auto;
  color: white;
  padding-bottom: 35px!important;
}

.deuxcolonnes{
  display: flex;
  justify-content: space-between;
}

.deuxbellescolonnes{
  display: flex;
  justify-content: space-between;
}

.liensmee{
  padding-top: 1vh;
  width: 25%;
}

.liensmee a{
  color: white;
font-size: x-large;}

.liensme{
padding-top: 1vh;
padding-bottom: 5vh;
width: 100%;
display: flex;
flex-direction: column;
color: white;
}

.liensme a{
  color: white;
  padding: 5px;
}

.liensme a:hover{
  border-radius: 5px;
  background-color: white;
  color: rgb(149, 0, 255);
  transition-delay: 0.1s;
}

.liens a{
  padding: 5px;
}

.liens a:hover{
border-radius: 5px;
background-color: #000000;
color: rgb(255,206,236);
transition-delay: 0.1s;
}

h1.textme{
  width: 62%;
  font-weight: lighter;
  font-size: 3vh!important;
}

/**--------------------------------------------
 *                    MEMORE
 *---------------------------------------------**/

 section.contact.memore{
  /* background-color: rgb(255,206,236); */
  background-color: white;
  height: auto;
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
}

.liensmemore{
  padding-top: 15vh;
  padding-bottom: 15vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: rgb(0, 0, 0);
  }

  .liensmemore{
    padding-top: 5vh;
    padding-bottom: 5vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: white;
    }
    
    .liensmemore a{
      color: rgb(0, 0, 0);
      padding: 5px;
    }
    
    .liensmemore a:hover{
      border-radius: 5px;
      background-color: rgb(149, 0, 255);
      color: rgb(0, 0, 0);
      transition-delay: 0.1s;
      }

      h1.textmemore{
        width: 53%;
        font-weight: 50;
        font-size: 3vh!important;
      }

/**--------------------------------------------
 *              CVPORTFOLIO
 *---------------------------------------------**/

          .lienscv{
          padding-top: auto;
          padding-bottom: auto;
          height: 15vh;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          color: white;
          }
          
          .lienscv a{
            color: rgb(0, 0, 0);
            padding: 5px;
            font-size: x-large!important;
          }
          
          .lienscv a:hover{
            border-radius: 5px;
            /* background-color: rgb(149, 0, 255); */
            color: rgb(0, 0, 0);
            transition-delay: 0.1s;
            }

/**--------------------------------------------
 *                    ALWWORK
 *---------------------------------------------**/

 .marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: xx-large;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 70s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
  color: rgb(149, 0, 255);
}

span.marque{
  float: left;
  width: 100%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

 section.allwork{
  background-color: white; 
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: right;
}

.allwork a{
  font-size: x-large!important;

}

.allwork a:hover{
  text-decoration:underline;
}

/**--------------------------------------------
 *                    CONTACT
 *---------------------------------------------**/
 section.contact{
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: rgb(149, 0, 255); 
  height: auto;
  color: white;
}
.contactlink{
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0vh;}


/**--------------------------------------------
 *                    HEADER
 *---------------------------------------------**/

 header {
  z-index: 999999999!important;
  /* background: #ffffff; */
  height: 30px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;;
}

 .nav-up {
  top: -40px;
}

header .menu img {
  width: 2vh;
}

.logoimg {
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


header > nav > ul {
  width: 50%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  float: right;
  list-style: none;
  padding: 0 24px;
  padding-top: 10px;
  height: 35px;
  background-color: rgb(149, 0, 255);
}

header nav ul div.liens a.linkintro{
  font-size: medium!important;
}

a.linkintro{
  text-decoration: none;
  font-size: x-large!important;
  color: rgb(255, 255, 255);
  z-index: 1;
}

a {
  color: black;
    text-decoration: none;
    font-size: x-large;
}

a:hover{
  color: black;
}

header > nav > ul > li > a:hover {
  color: black!important;
  text-decoration: underline;
  background-color: none!important;
  text-shadow: none!important;
  /* text-shadow: 9px 4px 23px rgba(99, 156, 213, 1); */
}

ul > li > a {
  font-family: "dindong";
  font-variant-ligatures: discretionary-ligatures;
  line-height: 20px;
  vertical-align: baseline;
  position: relative;
  font-size: xx-large;
}

ul {
  list-style: none;
}

h1 {
  font-weight: normal;
  font-size: x-large;
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 120%;
}

p {
  font-size: 3vh;
  line-height: 1.2;
  font-family: "dindong";
  font-weight: normal;
  font-weight: 1;
}

article p {
  font-size: 1em;
}

/**--------------------------------------------
 *                    HOME
 *---------------------------------------------**/
.container{
  height: 80vh;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr 2fr 1fr;
  height: 90vh;
  grid-template-areas: 
  "name name name name name"
  "accroche accroche slider slider slider"
  "contact contact deco presta presta";
}

.slider{
  border: solid 1px white;
  grid-area: slider;
 margin: auto;
}

.photo{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  grid-area: photo;
}
.name{
  padding-top: 8%;
  grid-area: name;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
}

.sous-titre h1{
  font-size: 1em;
}
.accroche{
  margin: auto;
  justify-content: center;
  flex-direction: row;
  border: solid 1px white;
  grid-area: accroche;
  list-style: none;
}

.accroche a:hover{
  color: black;
  text-decoration: none;
  text-shadow: 9px 4px 23px rgba(99, 156, 213, 1);
}

.description{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  grid-area: description;
}
/* .contact{
  padding-top: 2vh;
  padding-left: 20px;
  padding-right: 20px;
  height: 95vh;
  grid-area: contact;
  background-color: azure;
} */

.contactliens{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.apercu{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  grid-area: apercu;
}

.deco{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  grid-area: deco;
}

@-webkit-keyframes turn /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes turn {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.turn {
  -webkit-animation: turn 3s linear infinite;
  -moz-animation: turn 3s linear infinite;
  -ms-animation: turn 3s linear infinite;
  -o-animation: turn 3s linear infinite;
  animation: turn 3s linear infinite;
  z-index: -1;
  position: sticky;
}
.presta{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  grid-area: presta;
}

/* Contenu des blocs */

button{
  background-color: transparent;
  border: transparent;
}

/**--------------------------------------------
 *                    PROJECTS
 *---------------------------------------------**/
 
 .projects{
  padding-top: 2rem;
  padding-bottom: 2%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2ch;
  column-gap: 2%;
  width: auto;
  margin: auto;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}

truc{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  padding: 0 0px!important;
}

truc li{
  list-style: none;
}

truc img{
  width: 100%;
}
section.text{
  font-family: 'dindong';
  position: fixed;
  width: 30%;
  top: 8vh;
  right: 24px;
  font-size: 4vh;
  line-height: 1.2;
}

.projects li{
  list-style: none;
}

figcaption {
  border-bottom: solid 0.5px rgba(211, 211, 211, 0.384);
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 3vh;
  line-height: 3vh;
  color: rgb(211, 211, 211);
}

figcaption:hover{
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.384);
  color: rgb(0, 0, 0);
}

.image {
  background-size: cover;
  width: 00%;
  height: 200px;
}

.projects img {
  width: 100%;
  transition-duration: 0.4s;
}

.projects figcaption{
  color: black;
  border-bottom: #000000;
}

.projects img:hover{
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgb(149, 0, 255);  }
  
/**--------------------------------------------
 *             MOUSE OVER ANIMATION
 *---------------------------------------------**/
 hoover{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
} 
 
.hover-this {
  width: auto;
  transition: all 0.3s ease;
}

.hover-thiss {
  width: auto;
  transition: all 0.3s ease;
}

.hover-this a{
  width: 100%;
  padding: 0!important;
}

.hover-thiss a{
  width: 100%;
  padding: 0!important;
}

hoover > a:hover {
  text-shadow: none!important;
}

span {
  width: auto;
  display: inline-block;
  font-weight: 300;
  color: #000000;
  font-size: 36px;
  pointer-events: none;
  transition: transform 0.1s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: rgb(149, 0, 255);
  border-radius: 70%;
  mix-blend-mode:multiply;
  transition: transform 0.3s ease;
}

.cursorr {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: rgb(149, 0, 255);
  border-radius: 70%;
  mix-blend-mode:multiply;
  transition: transform 0.3s ease;
}

.hover-this:hover ~ .cursor {
  transform: translate(-50%, -50%) scale(8);
}

.hover-thiss:hover ~ .cursorr {
  transform: translate(-50%, -50%) scale(8);
}

/**--------------------------------------------
 *                    PROJECT
 *---------------------------------------------**/
article {
  padding: 0 24px;
  width: 50%;
  margin-left: 0%;
  padding-top: 7%!important;
}

article img{
  width: 100%;
}

/**--------------------------------------------
 *                    ABOUT
 *---------------------------------------------**/

.about {
width: 100%;
/* padding: 0 24px; */
/* padding-top: 24px; */
}

.about p{
  padding-bottom: 10%;
}

.links{
  margin: auto;
  width: 60%;
  display: flex;
  justify-content: space-around;
  padding-bottom: 10%;
}

.links div{
  width: 30%;
  text-align: center;
}

/**--------------------------------------------
 *                 PROJECTS NAV
 *---------------------------------------------**/
div.filter{
  /* position: fixed; */
  width: 100%;
  background-color: white;
} 

.filter > ul {
  margin-top: 2rem!important;
  display: flex;
  justify-content: space-between;
  /* float: right; */
  list-style: none;
  width: 50%;
  padding: 0 24px;
}

.filter > li > a {
  color: black;
  text-decoration: none;
  font-size: x-large;
}

a {

  color: black;
    text-decoration: none;
    font-size: x-large;
}

a:hover{
  color: black;
}

 .progress {
  position: relative;
  height: 15px;
  width: 60%;
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}
.progress .color {
  position: absolute;
  background-color: #dbdada;
  width: 70%;
  height: 15px;
}

.progress .color-100 {
  position: absolute;
  background-color: #dbdada;
  width: 100%;
  height: 15px;
}

.progress .color-80 {
  position: absolute;
  background-color: #dbdada;
  width: 80%;
  height: 15px;
}

.progress .color-70 {
  position: absolute;
  background-color: #dbdada;
  width: 70%;
  height: 15px;
}

.pagination {
  font-size: 3em;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.pagination span {
  color: #999;
}

.link a{
  color: blue;
  font-size: 1.5em;
}

.link a:hover{
  color: black;
  text-shadow: 9px 4px 23px rgba(99, 156, 213, 1);
}

/**--------------------------------------------
 *                 PRESTATIONS
 *---------------------------------------------**/

.center{
  width: 100%;
  margin: auto;
}

.formules{
  margin: auto;
  width: 85%;
  display: flex;
  justify-content: space-between;
  column-gap: 10%;
  padding-bottom: 5%;
  padding-top: 5%;
}

.formules hr{
  width: 100%;
}

.about p{
  font-size: 1.1em;
}

.formules div{
  width: 40%;
}

.mail{
  width: 40%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding-bottom: 7%;
}

.mail p{
  font-size: 1.3em;
}

.mail p h2{
  line-height: 0;
}

/**--------------------------------------------
 *                 CONTACT
 *---------------------------------------------**/

.honeypot {
  position: absolute;
  left: -9999px;
}

/**--------------------------------------------
 *                    FOOTER
 *---------------------------------------------**/

footer {
  color: rgba(204, 204, 204, 0.678);
  margin: auto;
  width: 50%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 12px;
}

footer p{
  padding-top: 5px;
  margin: 0;
  text-align: right;
  font-size: x-large;
}

footer a:hover{
  color: black;
}

.socials a{
  color: rgb(211, 211, 211);
  font-size: 15px;
}

.pages a{
  color: rgb(211, 211, 211);
}

.mentions{
  color: rgb(211, 211, 211);
}

#contact-bar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: rgb(149, 0, 255);
  color: white;
  padding: 0 24px;}

  #contact-bar a{
    padding-top: 5px;
    color: white;
    font-size: x-large;
  }

/**--------------------------------------------
 *                    RESPONSIVE
 *---------------------------------------------**/

@media screen and (max-width: 1700px) {
  ul > li > a {
  }
  header > nav > ul {
    width: 50%;
  }
}

@media screen and (max-width: 1100px) {

  h1 {
    font-size: 3vw!important;
}
  svg{
    z-index: 0;
  }
  nav{
    width: 100%;
  }

  footer{
    position: fixed;
    bottom: 2%;
    width: 83%;
    
  }
  ul > li > a {
    font-size: 80%;
  }
  header > nav > ul {
    width: 50%;
  }
  main {
    display: block;
    /* padding: 2%; */
    padding-bottom: 10%;
  }
  div#colonne1 {
    margin-top: 3%;
    width: 90%;
    border: none;
    float: none;
    font-size: 100%;
  }
  div#colonne2 {
    margin-top: 3%;
    width: 90%;
    border: none;
    float: none;
  }
  div#centre {
    margin-top: 3%;
    width: 90%;
    border: none;
    float: none;
  }
  #coucou {
    width: 100%;
  }

  .filter {
    width: 100%;
    flex-direction: row;
    /* padding-top: 18%; */
    /* padding-bottom: 5%; */
    background-color: white;
  }

  .projects {
    /* width: 100%; */
    column-gap: 2ch;
  }

  aside{
    position: inherit;
    width: 80%;
    margin: auto;
  }

  .slider section{
    width: 80%;
  }
}

@media screen and (max-width: 1380px) {
  truc{
    display: block;
  }

  section.text{
    position: relative;
    width: 100%!important;
    right: 0;
  }

}

@media screen and (max-width: 990px) {

  main.main{
    padding-top: 10%;
    padding-bottom: 0%;
  }

  h2.intro{
    font-size: 400%;
  }

  h2.intro.me{
    line-height: 60px;
    font-size: 10vh;
    padding-left: 0px!important;
  }

  .contactlink{
    display: block;
  }

  .deuxcolonnes{
    display: block;
    width: 80%;
  }

  .deuxbellescolonnes {
    display: block;
  }

  .liensme{
    padding: 0;
  }

  section.contact.me{
    display: block;
  }

  .gridpresentation{
    display: block;
    width: 80%;
  }

  .gridpresentation div{
    padding-top: 20px;
  }

  span {
    font-size: 30px;
  }

  h1.textme{
    width: 100%;
  }

  h1.textmemore {
    width: 80%;
  }

  h1 {
    font-size: 3vw!important;
}
  article img{
    width: 130%;
  }

  article video{
    width: 130%!important;
    height: auto;
  }

  .name{
    padding-top: 5%;
  }

  h1#coucou {
    font-size: 1em !important;
  }

  header .menu img {
    width: 4%;
    padding: 1%;
  }
  article .project-layout {
    grid-template-columns: initial;
  }
  .project-gallery img {
    width: 300%;
    padding: 0;
  }
  .project-layout {
    margin: 0;
    padding: 0;
  }
  .project-gallery img {
    margin: 0;
    padding: 0;
  }
  .project-gallery {
    margin: 0;
    padding: 0;
  }

  ul {
    margin: 0;
    padding: 0;
  }
  figure {
    margin: 0;
    padding: 0;
    /* width: 100%; */
    margin: 0%!important;
    margin: 0px 0px 0px!important;
  }
  .progress {
    position: relative;
    height: 15px;
    width: 100%;
  }
  .progress .color {
    height: 15px;
  }

}

@media screen and (max-width: 700px) {

  .nav-up {
    top: -160px;
  }

  h1 {
    font-size: 4vw!important;
}

  header nav ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-around;
  }

  footer{
    width: 100%;
    margin: 0;
  }

  #contact-bar {
    position: relative;
    width: 100%;
    padding-top: 20px;
    height: auto;
    flex-direction: column;
}

  main.main{
    padding-top: 15%;
    padding-bottom: 0%;
  }

  h1.textmemore {
    width: 90%;
  }

  .gridpresentation{
    display: block;
    width: 100%;
  }

  .deuxcolonnes{
    display: block;
    width: 100%;
  }

  .gridpresentation div{
    padding-top: 20px;
  }

  .liensmemore {
    width: 100%;
    flex-direction: column;
  }

  span {
    font-size: 26px;
  }
  .container{
    padding-top: 20%;
    grid-template-columns: none;
    grid-template-rows: 0.5fr 1fr 0.5fr 1fr 0.5fr 0.5fr;
    grid-template-areas:
    "name"
    "photo"
    "accroche"
    "description"
    "presta"
    "contact";
    display: block;
  }

  .filter{
display: none;  }
  .accroche{
    display: none;

  }
  .slider{
    padding-top: 20%;
    text-align: center;
    padding-bottom: 10%;
  }

  .slider section{
    width: 90%;
    margin: auto;
  }

  .slider section h2{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  footer{
    font-size: 0.5em;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: auto;
    /* padding-top: 10%; */
  }

  footer p{
    text-align: center;
  }

  .pages, .socials, .mentions{
    padding-top: 5%;
  }

  .mentions{
    width: 60%;
  }

  .socials a{
    font-size: 0.5em;
  }

  header > nav{
    flex-direction: column;
    position:relative;
  }

  header nav .logo{
    width: 90%;
    margin: auto;
    text-align: center;
  }
  header nav ul{
    width: 100%;
    height: auto;
    padding-top: 0%;
    flex-direction: column;
    font-size: 2em;
    text-align: center;
    padding-bottom: 2%;
  }
  p{
    font-size: 120%;
  }
  .projects{
    /* padding-top: 20%; */
    display: block;
  }

  .about{
    padding-top: 20%;
    width: 85%;
    text-align: center;
    font-size: 105%;
  }

  .about p{
    text-align: left;
  }

  .about h1{
    padding-bottom: 10%;
  }

  .formules{
    display: block;
  }

  .formules div{
    width: 95%;
    padding-bottom: 10%;
  }

  .mail{
    display: block;
    width: 75%
  }

  article{
    width: 65%;
    margin-left: 5%; 
    margin-right: 5%;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {

  h1 {
    font-size: 6vw!important;
}

  main.main{
    padding-top: 13%;
    padding-bottom: 0%;
  }
}