:root {
    --btn-color: #4680C9;
    --btn-color-hover: #E7A1C0;
    --fond-blue: #00BBC2;
    --texte-color: #000000;
    --title-H1: 64px;
    --font-texte: "Syne", sans-serif;
    --font-titre: "Shadows Into Light", cursive;
}



.body {
  font-family: "Syne", sans-serif;
  color: black;
  margin:0;
    background:#111;
    overflow-x:hidden;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}


[class*="col-"] {
    min-height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
}

.col-1 { flex-basis: 8.33%; max-width: 8.33%;}
.col-2 { flex-basis: 16.66%; max-width: 16.66%;}
.col-3 { flex-basis: 25%; max-width: 25%;}
.col-4 { flex-basis: 33.33%; max-width: 33.33%;}
.col-5 { flex-basis: 41.66%; max-width: 41.66%;}
.col-6 { flex-basis: 50%; max-width: 50%;}
.col-7 { flex-basis: 58.33%; max-width: 58.33%;}
.col-8 { flex-basis: 66.66%; max-width: 66.66%;}
.col-9 { flex-basis: 75%; max-width: 75%;}
.col-10 { flex-basis: 83.33%; max-width: 83.33%;}
.col-11 { flex-basis: 91.66%; max-width: 91.66%;}
.col-12 { flex-basis: 100%; max-width: 100%;}

/*****navigation*****/

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

/* Menu Desktop */

.navigation-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-menu li:not(:last-child) {
    margin-right: 32px;
}

.navigation-menu__link {
    text-decoration: none;
    font-family: var(--font-texte);
}

.navigation-menu__link,
.navigation-menu__link:visited,
.navigation-menu__link:active {
    color: #091413;
}

.navigation-menu__link:hover {
    text-decoration: underline;
}

/* Burger caché en desktop */

.burger {
    display: none;
    font-size: 32px;
    cursor: pointer;
}

.burger-dev {
    display: block;
    width: 24px;
    height: 3px;
    background: white;
    margin: 5px 0;
}

.btn-projets {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/***********************************************
 ************** page lomography **************/

/* hero */

.hero-lomography {
  position: relative;
  height: 100%;
  padding-bottom: 400px;
}

.hero-title-lomography {
  position: absolute;
  top: 10%;
  left: 7%;
}

.sticker {
  position: absolute;
  transition: transform 0.15s linear;
  z-index: 2;
}

.sticker-appareil-gauche {
  top: 4vh;
  right: 88vw;
  width: 90px;
}

.sticker-appareil-droit {
  top: -4vh;
  right: 43vw;
  width: 70px;
}

.sticker-photography {
  top: 0vh;
  right: 14vw;
  width: 200px;
}

.sticker-e-commerce {
  top: 30vh;
  right: 76.5vw;
  width: 150px;
}

.sticker-grand-appareil {
  top: 22vh;
  right: 9vw;
  width: 150px;
}

/* texte + image sticky */

.content {
  font-size: 20px;
}


/* images */

.image-design {
  width: 80%;
  border: solid 1px white;
}

.image-1-lomo {
  background: url(img/fond-lomo-gris.webp);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

.image-2-lomo {
  background: url(img/fond-page-2-lomo.webp);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

.mock-up-scroll {
  padding-top: 50px;
  position: relative;
}

.picto-projet img {
  position: absolute;
  display: flex;
  top: 10vh;
  right: 10vw;
  width: 120px;
}

.mockup-wrap {
  position: relative;
  width: 752px;
  height: 475px;
  margin: 0 auto;
}

.mockup-frame {
  width: 752px;
  height: 475px;
  display: block;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.mockup-screen {
  position: absolute;
  top: 83px;
  left: 188px;
  width: 378px;
  height: 217px;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
}

.mockup-screen-inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-right: 17px;
  box-sizing: content-box;
}

.mockup-screen-inner::-webkit-scrollbar {
  display: none;
}

.mockup-screen-inner img {
  width: 100%;
  height: auto;
  display: block;
}


.image-mobile {
  padding: 70px 0;
}

.mock-up-mobile {
  border: solid 1px white;
  display: flex;
  justify-content: center;
}

.image-3-lomo {
  background-color: #B23A2A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

.image-design-droite {
  width: 80%;
  margin-left: 400px;
}

.video-mariage {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

.image-4 {
  background: url(img/fond-mock-up-mobile.webp);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
  position: relative;
}

.image-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* voile noir à 50% */
}

.image-design-mock-up {
  width: 80%;
  position: relative;
  z-index: 2;
}

.boutons {
  padding-left: 80%;
}

.bouton-projets {
  padding-left: 10%;
  padding-bottom: 40px;
}

.bouton {
   border: solid 1px;
   color: white;
   font-size: 80px; 
   background-color: #4680C9;
   text-decoration: none;
   border-radius: 50px;
   padding: 20px;
   border: none;
   display: flex;
   justify-content: center;
   margin-left: 300px;
   margin-right: 300px;
   font-family: var(--font-titre);
  }

  .btn--primary {
    color: var(--texte-color);
    text-decoration: none;
    color: white;
    font-family: var(--font-texte);
    font-size: 20px;

    transform: scale(1);
    transition: all 0.4s ease;
}

.CTA {
  margin-top: 32px;
    padding: 10px 15px;
    background-color: var(--btn-color);
    border: 2px solid var(--btn-color);
    width: fit-content;
    color: white;
}

.CTA:hover {
    background-color: var(--btn-color-hover);
    border-color: var(--btn-color-hover);
  
    transform: scale(1.1);
}

.animation-projet {
  position: relative;
  padding: 24px 0;
}

.col-photo-projets {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-left: 80px;
  
}

.mots-texte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--font-texte);
}

.mots-texte p {
  margin: 5px;
  color: #000000;
}

.fond {
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


.animation-projet:hover .fond {
  opacity: 1;
}

.animation-projet:hover .mots-texte p {
  color: white;
}

.animation-projet:hover .photo-contour {
  border: 1px solid white;
}

.sticker-puce-bleu {
  top: 6%;
  left: 54%;
  width: 40px;
}

/* Mes projet mariage */

.photo-mariage {
  height: 62%;
  padding-top: 45px;
}

.mots-texte-mariage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--font-texte);
  padding-left: 180px;
}

.mots-texte-mariage p {
  margin: 5px;
  color: #000000;
}

.sticker-puce-verte {
  top: 15%;
  left: 94%;
  width: 40px;
}

/* Mes projet lomographie */

.photo-lomo {
  height: 100%;
}

.mots-texte-lomo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--font-texte);
  padding-left: 180px;
}

.mots-texte-lomo p {
  margin: 5px;
  color: #000000;
}

.sticker-puce-bleu-fonce {
  top: 5%;
  left: 54%;
  width: 40px;
}

.animation-projet:hover .mots-texte-lomo p {
  color: white;
}

.CTA .projet {
  margin-top: 32px;
    padding: 10px 15px;
    background-color: var(--btn-color);
    border: 2px solid var(--btn-color);
    width: fit-content;
}

.CTA-projet {
  padding-left: 160px;
}

.mots-texte-maison {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--font-texte);
  padding-left: 80px;
}

.mots-texte-maison p {
  margin: 5px;
  color: #000000;
}

.animation-projet:hover .mots-texte-maison p {
  color: white;
}

/* footer */

.footer {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(img/fond-footer.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

 .footer-content {
    display: flex;
    align-items: center;
    color: var(--texte-color-cards);
    position: relative;
}

.contact-left {
    text-decoration: none;
    list-style: none;
    padding-left: 100px;
    font-family: var(--font-texte);
}

.contact-right {
    text-decoration: none;
    list-style: none;
    padding-left: 110px;
    font-family: var(--font-texte);
}

.btn--texte {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white;
    padding-bottom: 20px;
}

.btn--texte a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font: inherit;
}

.btn--texte:after {
    content: '';
    position: absolute;
    background-color: var(--btn-color-hover);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.btn--texte:hover {
    color: var(--btn-color-hover);
}

.sticker-smiley {
  top: -20vh;
  right: -10vw;
  width: 200px;
}

.sticker-etoile {
  top: 0vh;
  right: -10vw;
  width: 150px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-bottom a,
.footer-bottom p {
    font-family: var(--font-texte);
    font-size: 13px;
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.footer-bottom a:hover {
    opacity: 1;
    text-decoration: underline;
}


@media (max-width: 768px) {
   .col-12, .col-5, .col-7, .col-6, .col-4, .col-3, .col-1 {flex-basis: 100%; max-width: 100%;}

/***********************************************
 ************** burger apparait **************/

    .burger {
        display: block;
    }
    

/***********************************************
 ************** navigation **************/

   .navigation {
        flex-direction: row;
        align-items: flex-start;
        padding: 20px 0;
    }

    .navigation-menu {
        flex-direction: column;
        display: none;
        position: absolute;
        top: 71px;
        left: 0;
        width: 100%;
        margin-top: 16px;
        padding: 20px;
        background: #666;
        z-index: 3;
    }

    .navigation-menu.active {
        display: flex;
    }

    .navigation-menu li {
        margin-right: 0;
        margin-bottom: 12px;
    }

 
  .row {
    flex-direction: column;
  }

  [class*="col-"] {
    flex-basis: 100%;
    max-width: 100% ;
  }

  .container {
    padding: 0 20px;
  }

  [class*="sticker-"] {
    display: none;
  }

  /* --- navigation / burger --- */
  .navigation {
    position: relative;
    flex-wrap: wrap;
  }

  .burger {
    display: block;
  }

  .navigation-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff; /* à adapter à ton design si besoin */
    padding: 20px;
    gap: 16px;
    z-index: 10;
  }

  .navigation-menu.active {
    display: flex;
  }

  .navigation-menu li:not(:last-child) {
    margin-right: 0;
  }

  /* --- hero --- */
  .hero-lomography {
    position: relative;
    max-width: 100%;
  }

  .left img {
    padding-top: 40px;
  }

  .container-block {
    display: flex;
    flex-direction: column;
  }

  .left {
    display: flex;
    flex-direction: column;
  }

  .character {
    position: relative;
    width: 180px;
    margin: 20px auto 0;
  }

  .bouton {
    font-size: 28px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 14px 20px;
  }

  .image-presentation {
    width: 100%;
    max-width: 320px;
  }

  .right-p {
    font-size: 17px;
    line-height: 1.8;
    color: black;
    margin-bottom: 16px;
  }


  /* --- mes projets --- */
  .col-photo-projets {
    flex-direction: column;
    padding-left: 0;
    align-items: center;
  }

  .mots-texte,
  .mots-texte-maison,
  .mots-texte-mariage,
  .mots-texte-lomo {
    padding-left: 0;
    text-align: center;
  }

  .CTA-projet {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .boutons {
    padding-left: 0;
    text-align: center;
  }

  .bouton-projets {
    padding-left: 0;
    text-align: center;
  }

  /* --- projet a maze in --- */

    .picto-projet {
    display: none;
  }

  .mockup-wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mockup-frame {
  height: 415px;
  display: block;
  object-fit: contain;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.mockup-screen {
  position: absolute;
  top: 20%;
  width: 85vw;
  overflow: hidden;
  z-index: 1;
  left: -3%;
}

.mockup-screen-inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  box-sizing: content-box;
}

  .image-design-droite {
    width: 80%;
    margin-left: 100px;
  }

  .bouton-projets {
    padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: end;
    padding-right: 10px;
  }

  .image-mobile {
  width: 90%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 40px 0;
}


  /* --- page contact / formulaire --- */
  .formulaire {
    padding: 40px 16px;
  }

  .card {
    padding: 32px 24px 40px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }


  /* --- page à propos --- */
  .compétences-et-outils {
    flex-direction: column;
    padding: 50px 0;
  }

  .texte {
    padding: 8%;
  }

  /* --- page A Maze In --- */
  .image-design,
  .image-design-mock-up {
    width: 100%;
  }

  .image-1,
  .image-2,
  .image-4,
  .video-mariage,
  .image-1-mariage,
  .image-2-mariage,
  .image-3-mariage,
  .image-4-mariage {
    padding: 40px 16px;
  }

  .content {
    font-size: 16px;
  }


    .fond {
  display: none;
}

.animation-projet:hover .mots-texte p {
  color: white;
}

.mots-texte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--font-texte);
}

.mots-texte p {
  margin: 5px;
  color: #000000;
}

.titre-projets {
  max-width: 90%;
  display: flex;
  
}

.titre-center {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.texte-center {
  padding-bottom: 30px;
}

   /***********************************************
 ************** footer **************/

  .sticker-etoile {
    display: block;
    max-width: 30%;
    top: -10vh;
    left: 33vh;
  }

  .sticker-smiley {
    display: block;
    max-width: 30%;
    top: -20vh;
    left: 33vh;
  }

  .logo {
    display: flex;
    justify-content: center;
  }

  .logo-blanc {
    max-width: 60%;
  }

  .text-colonne {
    display: flex;
    flex-direction: column;
  }

  .footer {
      margin-top: 60px;
      padding-top: 100px;
      padding-bottom: 200px;
      background-image: url(img/fond-footer.svg);
      background-size: cover;
      background-repeat: no-repeat;
      flex-direction: row;
  }

  .footer-content {
      display: flex;
      align-items: center;
      color: var(--texte-color-cards);
      position: relative;
      flex-direction: column;
  }

  .contact-left {
      text-decoration: none;
      
      padding-left: 0px;
      font-family: var(--font-texte);
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .contact-right {
      text-decoration: none;
      list-style: none;
      padding-left: 0px;
      font-family: var(--font-texte);
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .btn--texte {
      display: inline-block;
      position: relative;
      text-decoration: none;
      color: white;
      padding-bottom: 20px;
      flex-direction: column;
  }

  .btn--texte a {
      display: inline-block;
      text-decoration: none;
      color: inherit;
      font: inherit;
      flex-direction: column;
  }

  .btn--texte:after {
      content: '';
      position: absolute;
      background-color: var(--btn-color-hover);
      transform: scaleX(0);
      transition: transform 0.5s ease;
  }

  .btn--texte:hover {
      color: var(--btn-color-hover);
  }


.footer-bottom {
    display: flex;
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    gap: 16px ;
}

.footer-bottom a,
.footer-bottom p {
    font-family: var(--font-texte);
    font-size: 13px;
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

  .footer-bottom a:hover {
    opacity: 1;
    text-decoration: underline;
}

}

