: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;
}

/* Hero */

body {
  margin: 0;
  background: #f5f5f5;
  overflow-x: hidden;
  font-family: sans-serif;
}

.hero {
  position: relative;
  height: 100vh;
}

.hero-title {
  position: absolute;
  top: 30%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-2deg);
  font-family: var(--font-titre);
  
  font-size: 350px;
  color: #d98bb7;
  opacity: 0.9;

    z-index: 1;
  width: 100%;
}

.anim-visuarts {
  width: 90%;
}

.character {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 3;

  animation: float 4s ease-in-out infinite;
}

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

.sticker-pc {
  top: 0%;
  left: 52%;
  width: 120px;
}

.sticker-world {
  top: 40%;
  left: 28%;
  width: 110px;
}

.sticker-cursor {
  bottom: 30%;
  left: 5%;
  width: 90px;
}

.sticker-2026 {
  top: 3%;
  left: 18%;
  width: 110px;
}

.sticker-hi {
  top: 40%;
  left: 80%;
  width: 110px;
}

.sticker-UXUI {
  top: 55%;
  left: 20%;
  width: 220px;
}

.sticker-doigt {
  top: 50%;
  left: 65%;
  width: 100px;
}

@keyframes float {
  0% {
    transform: translateX(-50%) translateY(0px);
  }

  50% {
    transform: translateX(-50%) translateY(-12px);
  }

  100% {
    transform: translateX(-50%) translateY(0px);
  }
}

.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);
  }

.photo-titre {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.sticker-design {
  top: 156vh;
  left: 105vh;
  width: 110px;
}

.sticker-figma {
  top: 179vh;
  left: 79%;
  width: 70px;
}

.sticker-responsive {
  top: 176vh;
  left: 38vh;
  width: 150px;
}

/* présentation */

.me-presenter {
  position: relative;
  background-color: #FEECD0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.texte-presentation p {
  font-size: 20px;
  font-family: var(--font-texte);
  display: flex;
  justify-content: center;
  font-size: 20px;
}

.col-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.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);
}


.image-presentation {
  width: 500px;
}

.sticker-bob {
  top: 70vh;
  left: 80%;
  width: 150px;
}

.sticker-palmier {
  top: 3vh;
  left: 49%;
  width: 130px;
}

.track {
  overflow: hidden;
  border-radius: 8px;
  padding: 15px 0;
  background-color: var(--fond-blue);
}

.items {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
  width: max-content;
  animation: scroll 12s linear infinite;
  align-items: center;
}

.background-texte {
    background-color: var(--fond-blue);
    padding: 20px 20px;
    border-radius: 30px;
    color: white;
}

.items:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  from { transform: translateX(0%); }
  to { transform: translateX(-50%); }
}

/* Mes projet */

.mes-projets {
  position: relative;
}

.sticker-presentation {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}

.sticker-web {
  top: 35vh;
  left: 42%;
  width: 60px;
}

.sticker-desktop {
  top: 12vh;
  left: 29%;
  width: 120px;
}

.sticker-dossier-rose {
  top: 15vh;
  left: 90%;
  width: 90px;
}

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

/* Mes projet a maze in */

.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;
}

.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;
}

.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;
}

/* 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;
}


/***********************************************
 ************** page contact **************/

/* hero-contact */

.hero-contact {
  position: relative;
}

.titre-mecontacter {
  padding-top: 100px;
  padding-left: 40px;
  z-index: -1;
}

.sticker-hey {
  top: 61vh;
  right: 60vw;
  width: 80px;
}

.sticker-mail {
  top: 14vh;
  right: 40vw;
  width: 80px;
}

.sticker-questions {
  top: 36vh;
  right: 2vw;
  width: 140px;
}

/* formulaire */

/* ===== FORMULAIRE ===== */

.formulaire {
    padding: 80px 40px;
    background-color: #1fb5ac;
}

.card {
    background-color: #E7A1C0;
    border-radius: 8px;
    padding: 48px 60px 56px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

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

.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
}

.form-row .field {
    margin-bottom: 0;
}

.field label {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field textarea {
    background-color: #f5dde2;
    border: none;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 14px;
    font-family: 'Syne', sans-serif;
    color: #555;
    outline: none;
    width: 100%;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #b09098;
}

.field input:focus,
.field textarea:focus {
    background-color: #fce8ed;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}

.field textarea {
    resize: vertical;
    min-height: 180px;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.checkbox-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background-color: #f5dde2;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    transition: background-color 0.2s;
}

.checkbox-row input[type="checkbox"]:checked {
    background-color: #4680C9;
}

.checkbox-row input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: 2px solid white;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.checkbox-row label {
    font-weight: 400;
    font-size: 15px;
    color: #1a1a1a;
    cursor: pointer;
}

.btn-envoyer {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.btn-envoyer button {
    background-color: #4680C9;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 14px 36px;
    font-size: 15px;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.btn-envoyer button:hover {
    background-color: #b09098;
    color: #000000;
}

.btn-envoyer button:active {
    transform: scale(0.98);
}

/***********************************************
 ************** page à propos **************/

/* hero-à-propos */

.hero-a-propos {
  position: relative;
}

.image-a-propos {
  width: 100%;
  padding-bottom: 100px;
}

.sticker-me {
  top: 50vh;
  right: 20vw;
  width: 80px;
}

.sticker-outils-hero {
  top: 22vh;
  right: 18vw;
  width: 120px;
}

/* marquee */

.track-presentation {
  overflow: hidden;
  border-radius: 8px;
  padding: 12px 0;
  background-color: white;
}

.presentation-a-propos {
  background-color: var(--fond-blue);
}

.texte-presentation {
  background-color: var(--fond-blue);
}

.items-presentation {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
  width: max-content;
  animation: scroll 12s linear infinite;
  align-items: center;
}

.background-texte {
  color: var(--texte-color);
  background-color: white;
}

.background-texte .typo-1 {
  font-family: var(--font-titre);
  font-size: 40px;
}

.background-texte .typo-2 {
  font-family: var(--font-texte);
}

/* présentation */

.presentation-a-propos {
  background-color: var(--btn-color);
  display: flex;
  flex-direction: column;
}

.presentation-droite {
  padding-top: 25px;
}

.presentation-droite p {
  color: white;
  padding-top: 5px;
}

h2 {
  color: white;
}

/* outils et compétences */

.sticker-designer {
  top: 10vh;
  right: 25vw;
  width: 250px;
}

.texte {
  background-color: white;
  padding: 10%;
}

.texte-outils-competences {
  position: relative;
  background-color: var(--fond-blue);
  width: 100%;
}

.compétences-et-outils {
  padding: 100px 0;
  display: flex;
  align-items: center;
}

 


/***********************************************
 ************** page mes projets **************/

/* hero mes projets */

.hero-projets {
  position: relative;
  height: 50vh;
}

.hero-title-projets {
  position: absolute;
  top: 10%;
  left: 8%;
}

.sticker-html {
  top: 2vh;
  right: 29vw;
  width: 160px;
}

.sticker-print {
  top: 24.5vh;
  right: 85vw;
  width: 80px;
}

.sticker-dossier-noir {
  top: 32vh;
  right: 73vw;
  width: 90px;
}

.sticker-dossier-rose-projets {
  top: 9vh;
  right: 4vw;
  width: 90px;
}

/* section projets */

.photo-theatre {
  width: 60%;
}

.sticker-puce-verte-ademe {
  top: 16vh;
  right: 43vw;
  width: 45px;
}

.sticker-puce-rose {
  top: 25vh;
  right: 9vw;
  width: 45px;
}

/***********************************************
 ************** page A Maze In **************/

/* hero */

.hero-a-maze-in {
  position: relative;
  height: 50vh;
}

.hero-title-amazein {
  position: absolute;
  top: 10%;
  left: 12%;
}

.sticker-chaussure {
  top: 6vh;
  right: 10vw;
  width: 90px;
}

.sticker-dino {
  top: -2.5vh;
  right: 51vw;
  width: 190px;
}

.sticker-garçon {
  top: 11vh;
  right: 85.5vw;
  width: 100px;
}

.sticker-escape {
  top: 7vh;
  right: 33vw;
  width: 120px;
}

.sticker-web-projet {
  top: 22vh;
  right: 65vw;
  width: 60px;
}

/* texte + image sticky */

.content {
  font-size: 20px;
}


/* images */

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

.image-1 {
  background-color: var(--texte-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

.image-2 {
  background: url(img/background_image2.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-amazein {
  background-color: #FFFF00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

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

.video {
  background-color: var(--texte-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

.image-4 {
  background: url(img/fond_mock_up1.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;
}


/***********************************************
 ************** page Mariage **************/

/* hero */

.hero-mariage {
  position: relative;
  height: 100%;
  padding-bottom: 700px;
}


.hero-title-mariage {
  position: absolute;
  top: 10%;
  left: 6%;
}

.sticker-UI {
  top: 50vh;
  right: 10vw;
  width: 130px;
}

.sticker-refonte {
  top: 6vh;
  right: 50vw;
  width: 95px;
}

.sticker-enveloppe {
  top: 10vh;
  right: 20vw;
  width: 95px;
}

.sticker-grappe {
  top: 40vh;
  right: 50vw;
  width: 95px;
}

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

/* les images */

.image-1-mariage {
  background-color: #5B1A24;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

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

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


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



@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;
    }

  /* --- grille générique : tout passe en 1 colonne --- */
  .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-mariage {
    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;
  }

  /* --- 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;
  }


  /* --- 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;
}

}

