*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


@import url('//fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


@font-face {
  font-family: 'PPNeueMachina';
  src: url('fonts/PPNeueMachina/PPNeueMachina-Ultrabold.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'PPNeueMachina';
  src: url('fonts/PPNeueMachina/PPNeueMachina-Black.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'PPNeueMachina';
  src: url('fonts/PPNeueMachina/PPNeueMachina-Regular.ttf') format('truetype');
  font-weight: normal; /*400*/
}

@font-face {
  font-family: 'PPNeueMachina';
  src: url('fonts/PPNeueMachina/PPNeueMachina-Light.ttf') format('truetype');
  font-weight: 300;
}

/*@font-face {
  font-family: 'Test';
  src: url('fonts/PPStellar/PPStellar-Bold.otf') format('truetype');
  font-weight: normal;
}*/

/*@font-face {
  font-family: 'Test';
  src: url('fonts/PPRadioGrotesk/PPRadioGrotesk-Black.otf') format('truetype');
  font-weight: normal;
}*/

@font-face {
  font-family: 'Test';
  src: url('fonts/PPTelegraf/PPTelegraf-Black.ttf') format('truetype');
  font-weight: normal;
}


.box {
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

body{
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  position: relative;
  line-height: 1.5;
  font-size: 1.125rem
}

#preloader {
  background: #ffffff url(ressources/loader.gif) no-repeat center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 100;
}


h1 { /* ou .logo a */
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 40px; /*taille typo "elodie chazé", ou 50px 8vh*/
  font-kerning: 0px;
  font-weight: 500;
} 

h2 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #787878;
}

h3 { /* .nav-links a */
  color: #505050;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px; /*taille liens menu barre navigation*/
  font-weight: 400;
}

h4 {
  color: #000000;
  font-weight: 800;
  margin-top: 20px;
}

h5 { /* ou .design */
  font-size: 14px;
  font-weight: 300;
  color: black;
  text-align: justify;
}

img{
  pointer-events: none;
}

/*reseaux sociaux*/

.top-icons{
  position: absolute;
  right: 26px;
  top: 20px;
  z-index: 2;
  display: flex;
}


.reseaux-sociaux img:hover{
  filter: none;
}

.reseaux-sociaux img {
  height: 20px;
  margin-left: 5px;
  margin-top: 5px;
  filter: invert(24%) sepia(94%) saturate(0%) hue-rotate(242deg) brightness(102%) contrast(89%);
}


/*language changer*/

@import url(https://necolas.github.io/nomalize.css/8.0.1/nomalize.css);

a {
	text-decoration: none;
}

.lang-menu {
    width: fit-content;
    text-align: center;
    font-weight: 800;
    color: #000000;

    font-size: 18px;
    vertical-align: middle;
    /*justify-content: space-around;*/

    /*text-transform: -uppercase;*/
    /*width: 30%;*/
    margin-left: 10px;
    margin-top: -3px;
}

.lang-menu .selected-lang {
    display: flex;   
    /*justify-content: space-between;*/
    line-height: 2;
    cursor: pointer;
    /*text-align: right;*/
    vertical-align: middle;
    /*justify-content: right;*/
    /*align-content: right;*/
    color: #505050;
}

.lang-menu ul :hover{
  color: #000000;
}

.lang-menu ul {

    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 30px;
    right: 0px;
    width: fit-content;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}

.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    color: #505050;
}

.lang-menu:hover ul {
    display: block;
}




nav {
    display: flex;
    min-height: 10vh; /*8vh*/
    padding-bottom: 5vw; /*ou 75px*/

}

.url{
	display:none
}

.logo{
  color: rgb(0, 0, 0);
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-size: 30px;
  width: 40%;
  text-align: left;
  font-kerning: 5px;
  margin-top: 50px;
  padding-left: 5vw;

}


a{
    text-decoration: none;
    display:inline-block;
    
}


.nav-links a {
    position: relative;
}

.nav-links a:after{
    bottom: -7px;
    content:"";
    display:block;
    height:2px;
    left:50%;
    position:absolute;
    background:#000;
    transition:width .3s ease 0s,left .3s ease 0s;
    width:0;
}

.nav-links a:hover:after{
    width:100%;
    left:0;
}

 

.empty{
    width: auto;
}

.nav-links{
    display: flex;
    /*justify-content: space-around;*/
    width: 60%;
    z-index: 1;
    margin-top: 104px;
    padding-right: 5vw;

}


.nav-links li{
    list-style: none;
    width: fit-content;
    margin-left: 30px;
    position:relative;
    display: table-cell;
}

.nav-links a :hover{
  color: black;
  /*font-weight: 500;*/
}

.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    margin: 5px;
}

.centrer {
    text-align: center;
  }



/*PROJET 1*/

.gallery-projet {
  margin-left: 20vw;/*15vw / 5vw*/
  margin-right: 20vw;
  }

.grid-wrapper-projet {
  display: grid;
  grid-gap: 14px; /*0.5vw;*/
  grid-template-columns: 1fr 1fr; /*repeat(auto-fit, minmax(300px, 1fr));*/
  grid-auto-flow: dense;
  grid-auto-rows: 0.5fr; /*calc(0.5fr - 7px)*/
}


.grid-wrapper-projet img, 
.grid-wrapper-projet video {
  background: #C9E6F9; /*#EAD4E0; /*#EBB5C5; /* #FAE1DF; /* #F6C7C3;*/
  overflow: hidden;
  display: block; /*flex*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  grid-column: span 1;
  grid-row: span 1;
}

.grid-wrapper-projet :not(.wide):not(.tall) {
  aspect-ratio: 1;
  grid-row: span 2;
}

.grid-wrapper-projet .wide {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 2;
}

.grid-wrapper-projet .tall {
  grid-row: span 3;
  aspect-ratio: auto;
}

.grid-wrapper-projet .big {
  grid-row: span 4;
  grid-row: span 4;
  aspect-ratio: auto;
}


.illu {
  margin-top: 14px;
  width: 60vw;
}


.video {
  width: 60vw;
  height: 37.25vw;
  /*margin-top: 4.85vw;*/
  margin-top: 14px;
}

.gallery-projet .fit {
  width: 80%;
  margin-left: 10%;
}


/*.grid-wrapper-projet .big {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1/1;
}*/


.more {
  color: grey;
  border: 1.5px grey solid;
  text-align: center;
  padding: 10px 20px;
  background-color: white;
  /*border-radius: 5px;*/
  margin-top: 14px;
  font-weight: 00;
  font-size: 20px;
  transition: 0.3s;
  font-variant-caps: all-petite-caps;
  /*text-transform: uppercase;*/
  bottom: 0;
  right: 0;
  position: absolute;
}

.more:hover{
  color: black;
  border-color: black;
}

.gallery-projet h4 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 12px;
  margin-top: 40px;
  font-family: Test;
}

.description {
  display: flex;
  /*gap: 10px;*/
  justify-content: space-between;
}

.explications {
  width: max(400px, calc(100% - 7px)); /*width: max(400px, calc(50% - 7px));*/
  text-align: left;
  line-height: 28px;
}

.informations {
  width: calc(50% - 7px);
  text-align: right;
  height: auto;
  position: relative;
}




.couverture img{
  object-fit: cover;
  display: block;
  display: flex;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 35vw;
}

.texte {
  text-align: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  background: #ffffff;
  padding-left: 30vw;
  padding-right: 30vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  margin-bottom: 0.15vw;
}

.texte h2,
.texte h4,
.texte h5 {
  text-align: center;
}

#rim h2,
#rim h4,
#rim h5 {
  color: #1a85c2;
}

#ac h2,
#ac h4,
#ac h5 {
  color: #de6567;
}

#it h2,
#it h4,
#it h5 {
  color: #9598cb;
}

.palette {
  width: fit-content;
  height: 4vw;
  margin-bottom: 2.5vw;
  display: flex;
}

.circle {
  height: 4vw;
  width: 4vw;
  border-radius: 50%;
  margin-left: 0.75vw;
  margin-right: 0.75vw;
}

#rim1 {
  background-color: #ee772a;
}
#rim2 {
  background-color: #58c3f1;
}
#rim3 {
  background-color: #0884c2;
}

#ac1 {
  background-color: #de6567;
}
#ac2 {
  background-color: #eea5a1;
}
#ac3 {
  background-color: #f6dfb9;
}

#it1 {
  background-color: #f5b2c5;
}
#it2 {
  background-color: #9598cb;
}
#it3 {
  background-color: #6ec9ed;
}

#acb1 {
  background-color: #293676;
}
#acb2 {
  background-color: #88BCE7;
}
#acb3 {
  background-color: #FFE271;
}

#lf1 {
  background-color: #E8D1E4;
}
#lf2 {
  background-color: #609DBC;
}
#lf3 {
  background-color: #173B5E;
}

#des1 {
  background-color: #F9BF01;
}
#des2 {
  background-color: #E97E0D;
}
#des3 {
  background-color: #000000;
}

#fdc1 {
  background-color:#DFCCBE;
}
#fdc2 {
  background-color:#D1D0D1;
}
#fdc3 {
  background-color:#9B8270;
}

#yr1 {
  background-color:#9BC0E3;
}
#yr2 {
  background-color:#3F6497;
}
#yr3 {
  background-color:#182D49;
}

#lp1 {
  background-color:#c4c4c4;
}
#lp2 {
  background-color:#505050;
}
#lp3 {
  background-color:#000000;
}
#ha1 {
  background-color: #3381ff;
}
#ha2 {
  background-color: #70b1e1;
}
#ha3 {
  background-color: #80c6b2;
}
#ha4 {
  background-color: #b9d496;
}
#ha5 {
  background-color: #ffe280;
}




.image16-9 img{
  object-fit: cover;
  margin-bottom: 0px;
  width: 100vw;
  height: 56.25vw;
}

.image16-9 video{
  object-fit: cover;
  margin-bottom: 0px;
  width: 100vw;
  height: 56.25vw;
}


.image35 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 35vw;
}

.image40 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 40vw;
}

.image50 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 50vw;
}

.image65 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 65vw;
}

.image75 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 75vw;
}


.image85 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 85vw;
}

.image140 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 140vw;
}

.image250 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 250vw;
}

.image350 img{
  object-fit: cover;
  margin-bottom: 0.15vw;
  width: 100vw;
  height: 350vw;
}


.back {
  text-transform: uppercase;
  color: #000000;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.back img {
  height: 15px;
  margin-right: 1vw; 
  /*padding-top: 4px;*/
  vertical-align: -2px;
}
.back :after{
  bottom: -7px;
  content:"";
  display:block;
  height:2px;
  left:50%;
  position:absolute;
  background:#000;
  transition:width .3s ease 0s,left .3s ease 0s;
  width:0;
}
.back :hover:after{
  width:100%;
  left:0;
}

.back {
  filter: invert(24%) sepia(94%) saturate(0%) hue-rotate(242deg) brightness(102%) contrast(89%);
  position: relative;
}

.back:hover{
  filter: none;
}


embed {
  width: 55vw;
  height: 40vw;
}



.carousel-container {
  width: 100vw; /*25.25vwvw*/
  position: relative;
  display: flex;
  justify-content: center;
  height: 600px;
}

.carousel {
  width: 100vw;
  /*height: 450px;*/
  /*position: relative;*/
  /*overflow-x: auto;*/
  overflow-y: hidden;
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}


.slide {
scroll-snap-align: start;
height: 100%;
padding: none;
margin: none;
}


/*SUGGESTIONS*/

.suggestionswrapper {
  background-color: white;
  /*padding-left: 5vw;*/
  /*padding-right: 5vw;*/
  padding-left: 20vw;
  padding-right: 20vw;
  /*width: 100vw;*/
  width: 100%;
}

.line{
  height: 1.6px;
  /*width: 90vw;*/
  width: 60vw;
  align-items: center;
  background-color: gray;
  margin-top: 100px;
}

.suggestions {
  display: flex;  /* Use flex to align items horizontally */
  justify-content: space-between; /* Distribute space evenly between the children */
}

.suggestion {
  display: flex;
  flex-direction: column; /* Align items vertically */
  align-items: left; /* Center items horizontally */
  /*width: 30%; /* Divide width equally between the 3 children */
  box-sizing: border-box;
  margin: 0;
}

.suggestion img {
  /*width: 29.5vw;*/
  /*height: 29.5vw;*/
  width: 19vw;
  height: 19vw;
  background-color: gray;
  object-fit: cover;
}

.suggestion h5, .suggestion h6 {
  margin: 5px 0; /* Add some space between the title and the subtitle */
  margin: 5px 0; /* Add some space between the title and the subtitle */
  color: gray;
}

.suggestionswrapper h4 {
  color: gray;
  font-weight: 300;
  margin-top: 4px;
  margin-bottom: 26px;
}

.suggestionswrapper h5 {
  margin-top: 16px;
}



/*
.youmightalsolike{
  border-top: #000;
 background-color: orange;
 color: orange;
 width: 90vw;
 margin-left: 5vw;
 margin-right: 5vw;
 display: grid;
 grid-template-columns: 3fr;
 grid-template-rows: 1fr;
 
}

.suggestions {
  color:blue;
  display: inline-grid;
  grid
  grid-column: 29vw;

}

.suggestion img{
  width: 29vw;
  background-color: red;
}






/*
.image iframe{
  /*max-width: 28.25vw;*/
  /*max-height: 18vw;*/
  /*max-width: fit-content;*/
  /*max-height: fit-content;
  max-width: 100%;
  max-height: 100%;
  height: fit-content;
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  loop: 1;
  autoplay: 1;
  color: blue;
}


.image video{
  max-width: 100%;
  max-height: 100%;
  height: fit-content;
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
*/

/*MENTIONS LEGALES ET POLITIQUE DE CONFIDENTIALITE*/

.delimitation {
  margin: 0 auto;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}
.mentions {
  width: 42.5vw;
  margin-right: 2.5vw;
  text-align: justify;
}
.politique {
  width: 42.5vw;
  margin-left: 2.5vw;
  text-align: justify;
}


/*ABOUT*/

.photo-elodie {
  width: 42.5vw;
  margin-right: 2.5vw;
}


.photo-elodie img{
  width: 14vw;
  margin-right: 2.5vw;
  object-fit: cover;
}


.a-propos {
  width: 42.5vw;
  margin-left: 2.5vw;
  text-align: justify;
}


.section h5 {
  transition: 0.3s;
  overflow: hidden;
}

.a-propos h4{
  margin-bottom: 12px;
}

.section h4 {
  color: #505050;
  position: relative;
}

.section h4:hover {
  cursor: pointer;
  color: #000000;
}
.section h4::after{
  bottom: -7px;
  content:"";
  display:block;
  height:2px;
  left:0%;
  position:absolute;
  background:#000;
  transition:width .3s ease 0s,left .3s ease 0s;
  width:0;
}

.section h4:hover::after{
  width:100%;
  left:0;
}

.section h4 span {
  right: 0;
  position: absolute;
}


/*CONTACT*/

.wrapper{
  max-width: 40vw;
  min-width: 600px;
  width: 100%;
  /*padding: 20px;*/
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

form{
    margin-top: 3vh;
}

input{
  margin-bottom: 20px;
}

input[type="text"], textarea, input[type="email"] {
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border-bottom: 1px solid #bebebe;
  font-family: 'Roboto', sans-serif;
/*
  border: 2px solid #bebebe;
  border-radius: 22px;
  width: 100%;
  padding: 12px;
  font-size: 15px;*/
}


textarea{
  resize: none;
  /*height: auto; 140 px; fit-content*/
  height: 42px;   /*<- pb*/
  overflow: hidden;
  resize: none;
}


input[type="submit"]{
  /*border: 0px;
  margin-top: 3vh;
  padding: 10px;
  text-align: center;
  width: 40%;
  background-color: #505050;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;*/
  border: none;
  background: none;
  text-transform: uppercase;
  margin-top: 3vh;
  text-align: center;
  cursor: pointer;
  color: #505050;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7;
  
}

.btn {
  /*text-align: center;*/
  width: fit-content;
}

.btn :hover {
  cursor: pointer;
}

.btn :hover .submit {
  color: #000000;
}

.btn {
  position: relative;
}

.btn :after{
  bottom: 7px;
  content:"";
  display:block;
  height:2px;
  left:50%;
  position:absolute;
  background:#000;
  transition:width .3s ease 0s,left .3s ease 0s;
  width:0;
}

.btn :hover:after{
  width:100%;
  left:0;
}


/*pied de page*/

* {-moz-box-sizing: border-box; box-sizing: border-box;}

/*html {
    height: 100%;
  } */

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    /*padding-bottom: 5em;*/
}

/*footer{
    text-align: right;
    position: initial; 
    padding-bottom: 5vh;
    position: absolute;
    bottom: 0;
}*/

footer {
  height: 100px;
}

footer > center {
  position: absolute;
  bottom: 0;
  width: 100vw;
  padding: 32px;
}


h6 a{
    color: #bebebe; /*couleur liens mentions légales et politiquesde confidentialité*/
    letter-spacing: 1px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    margin-left: 5vw;
    margin-right: 5vw;
    font-weight: 400;
}

h6 a:hover {
        /*color: #adadad; /* pour le passage de la souris*/
        color: #909090;
        /*font-weight: 400;*/
}





/*PROJETS - GALERIE*/


.gallery {
margin-left: 5vw;
margin-right: 5vw;
}

.grid-wrapper {
  display: grid;
  grid-gap: 14px; /*0.5vw;*/
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 1fr;
}

.grid-wrapper a {
    /*background: #C9E6F9; */ /*#EAD4E0; /*#EBB5C5; /* #FAE1DF; /* #F6C7C3;*/
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
    /* min-width: 300px; */
}


.grid-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.grid-wrapper video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.grid-wrapper img:hover {
  transform: scale(1.05);
}

.grid-wrapper .wide {
  grid-column: span 2;
  aspect-ratio: auto;
}

.grid-wrapper .tall {
  grid-row: span 2;
  aspect-ratio: auto;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1/1;
}


nav ul {
  justify-content: flex-end;
  }

  .img-content-hover h2, .img-content-hover h3 {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}






/*breakpoint*/



@supports (display: grid) {
  .gallery .grid {
  grid-gap: 1rem;
  }
  }

/*
@media screen and (max-width: 1024px) {
    img:hover {
    transform: none;
  }
  
  .img-container {
  height: 100%;
  }
  .img-container:hover .img-content-hover {
  display: none;
  }
  
  .img-content {
  display: block;
  padding: 1rem 0;
  }
  }*/
  





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

  body{
    overflow-x: hidden;
}
.nav-links{
    position:fixed; /*ou absolute*/
    height: 90vh;/*92*/
    top: 6vw;/*2*/
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    padding-top: 12vw;
}
.nav-links li {
    margin: 1vw;
}
.burger{
    display: block;
    right: 15px;
    margin-right: 5vw;
    margin-top: 5vw;
}

.imgCharacter{
    height: 28vh;
}
.CV img{
    min-width: 100%;
   
}
.logo{
    /*z-index: 100;*/
    position: relative;
    width: 90vw;
    margin-top: 8vw;  
}
.top-icons{
    right: calc(5vw + 45px);
    top: 5vw;
}
/*.wrapper{
  min-width: 90vw;/*90vw
  margin: 5vw;
  padding: 0vw;
} */
.delimitation{
  display: block;
  width: 90vw;
  margin-left: 5vw;
  margin-right: 5vw;

}

.mentions{
  width: 90vw;

}
.politique{
  width: 90vw;
  margin-top: 30px;
  margin-left: 0;
}
.photo-elodie img{
  width: 90vw;
  margin-right: 0;
}
.a-propos{
  width: 90vw;
  margin-top: 30px;
  margin-left: 0;
}
.texte{
  padding-top: 10vw;
  height: fit-content;
  padding-bottom: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
}
.circle {
  width: 8vw;
  height: 8vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}
.palette {
  margin-bottom: 10vw;
}

.image50 img{
  height: 75vw;
}  

.image35 img{
  height: 65vw;
}

.image350 img{
  height: 480vw;
}

.image40 img{
  height: 70vw;
}


.grid-wrapper {
    grid-template-columns: 1fr; /* Une seule colonne pour les appareils mobiles */
    grid-gap: 0;
    row-gap: 5px;
  }

  .gallery {
    margin-left: 5px;
    margin-right: 5px;
  }

.grid-wrapper-projet {
    grid-template-columns: 1fr;
  }
.grid-wrapper-projet .wide {
    grid-column: span 1;
  }
.gallery-projet {
    margin-left: 5vw;/*15vw / 5vw*/
    margin-right: 5vw;
    }






.wrapper{
min-width: 100%;/*90vw*/
margin: 0vw;
padding: 5vw;
}
.grid-wrapper{
grid-template-columns: 1fr;
grid-auto-rows: 1fr;
}

.grid-wrapper .wide{
  grid-column: span 1;
  }

.grid-wrapper .big{
    grid-column: span 1;
    grid-row: span 1;
    }


}



.nav-active{
  transform: translateX(0%);
}

@keyframes navLinksFade{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}


