@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

.trail {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgb(224, 154, 202);
  filter: blur(5px);
  border-radius: 50%;
  pointer-events: none;
  /* pour ne pas bloquer la souris */
  opacity: 1;
  transition: opacity 2s linear, transform 2s linear;
}

body {
  background-color: white;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
}

.body__df {
  background-color: #22223a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.4;
  font-family: "Titillium Web", sans-serif;
  position: relative;
  z-index: 0;
}

.typo__1 {
  font-family: "Radio Canada", sans-serif;
}

.typo__2 {
  font-family: "Barriecito", cursive;
}

.typo__3 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.typo__4 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: regular;
}

h2 {
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}

p {
  font-size: 16px;
}

.img__menu {
  width: 25px;
  height: 25px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

a:hover {
  color: #ff090a;
}

.accueil {
  padding-top: 80px;
}

footer {
  text-align: center;
  background-color: #f9d8ef;
  padding: 20px;
}

.p__footer {
  margin: 0;
  padding: 5px;
}

.rectangle {
  height: 250px;
  width: 150px;
  background-size: cover;
  background-position: center;
  border-radius: 300px 300px 0 0;
  margin-bottom: 10px;
}

.h1df {
  color: white;
}

.p__filtre {
  color: white;
  background-color: black;
}

.menu__liste, .menu__liste--rux {
  margin-top: 50px;
  padding: 20px;
}

.menu__el, .menu__el--rux {
  margin: 10px;
}

.a-menu, .a-menu--rux {
  color: black;
  text-decoration: none;
}

.color {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.about, .projets, .competences, .contact,
.contexte, .design, .etapes, .projets__autres {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

h1 {
  font-size: 41px;
  text-align: center;
  position: relative;
  margin: 0;
  z-index: 1;
  color: #000000;
}
h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 100%;
  height: 60px;
  background: rgb(224, 154, 202);
  filter: blur(30px);
  z-index: -1;
  border-radius: 50%;
}

.menu__toggle {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 20;
  background-color: rgb(249, 216, 239);
  border-radius: 15px;
  padding: 10px;
  border: none;
}

.menu1 {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(249, 216, 239);
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.5s linear;
}

.menu1.menu--open {
  transform: translateX(0);
  position: fixed;
}

.a-menu.active {
  text-decoration: underline;
  font-weight: bold;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 25px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
}

.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.img1 {
  background-image: url("../assets/Images_comp/rux.jpg");
}

.img2 {
  background-image: url("../assets/Images_comp/data.jpg");
}

.img3 {
  background-image: url("../assets/Images_comp/df.jpg");
}

.titre__projet {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.h1--noafter::after {
  display: none;
  content: none;
}

.menu__toggle--rux {
  background-color: rgb(249, 216, 239);
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 20;
  border-radius: 15px;
  padding: 10px;
  border: none;
}

.a-menu--rux.active {
  text-decoration: underline;
  font-weight: bold;
}

.menu2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(249, 216, 239);
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.5s linear;
}

.menu2.menu--open {
  transform: translateX(0);
}

.accueil__rux {
  padding-top: 20px;
}

h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
}

.rectangle__rux {
  height: 250px;
  width: 150px;
  background-size: 150% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 300px 300px 0 0;
  margin-bottom: 10px;
  border: 1px solid black;
  background-color: #efeded;
}

.imgetape1 {
  background-image: url("../assets/Images_comp/rux1.jpg");
}

.imgetape2 {
  background-image: url("../assets/Images_comp/rux2.jpg");
}

.imgetape3 {
  background-image: url("../assets/Images_comp/rux3.jpg");
}

.imgetape4 {
  background-image: url("../assets/Images_comp/rux4.jpg");
}

.imgetape5 {
  background-image: url("../assets/Images_comp/rux5.jpeg");
}

.p__etape {
  font-size: 60px;
  margin: 0;
  text-align: left;
}

.etapes {
  padding-bottom: 0;
}

.bloc__etape {
  display: flex;
  gap: 120px;
  align-items: center;
}

.etape__1, .etape__2, .etape__3, .etape__4, .etape__5, .etape__6 {
  padding-bottom: 30px;
}

.contexte__haut {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.contexte__texte {
  flex: 1;
}

.contexte__bas p {
  width: 100%;
  margin-bottom: 10px;
}

.color__container--1 {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0;
}

.color1--rux {
  background-color: #D3B4BA;
}

.color2--rux {
  background-color: #9EADCF;
}

.color3--rux {
  background-color: #B8DBDD;
}

.color4--rux {
  background-color: #FCDAC0;
}

.img__rux1, .img__rux2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn__voir {
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 46px;
}

.projets__presentation {
  display: flex;
  gap: 34px;
  justify-content: center !important;
}

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

.retour {
  text-align: center;
}

.color1--data {
  background-image: url("../assets/Images_comp/fond.jpg");
}

.color2--data {
  background-color: #FFFFFF;
  border: 1px solid black;
}

.color3--data {
  background-color: #000000;
}

.color4--data {
  background-color: #DDDDDD;
}

.img__data1, .img__data2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.imgetape1--data {
  background-image: url("../assets/Images_comp/Data1.jpg");
}

.imgetape2--data {
  background-image: url("../assets/Images_comp/Data2.jpg");
}

.imgetape3--data {
  background-image: url("../assets/Images_comp/Data3.jpg");
}

.imgetape4--data {
  background-image: url("../assets/Images_comp/Data4.jpg");
}

.imgetape5--data {
  background-image: url("../assets/Images_comp/Data5.jpg");
}

.imgetape6--data {
  background-image: url("../assets/Images_comp/Data6.jpg");
}

.filtre1 {
  background-image: url("../assets/Images_comp/DF__1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.filtre2 {
  background-image: url("../assets/Images_comp/DF__2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.filtre3 {
  background-image: url("../assets/Images_comp/DF__3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.filtres {
  width: 200px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: auto;
  color: #E0E0E0;
}

.filtres__track {
  display: flex;
  transition: transform 0.3s ease;
}

.filtres__presentations {
  flex: 0 0 200px;
  height: 300px;
  box-sizing: border-box;
  border: 2px solid #fffefe;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: none;
}

.carousel-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.carousel-buttons button {
  padding: 8px 16px;
  font-size: 16px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #F0F0E5;
  background-color: #ffffff;
  display: inline-block;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #9a9999;
}

.presentation, .explication, .h3__filtres, .filtre__1,
.filtre__2, .filtre__3, .secondaires {
  margin-left: 20px;
  margin-right: 20px;
  color: #E0E0E0;
}

.h3__filtres {
  padding-top: 40px;
}

.h3__df {
  padding-top: 40px;
}

.filtre__3 {
  padding-bottom: 40px;
}

.a__df {
  color: white;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  /* fond semi-transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.hidden {
  display: none;
}

.modal {
  width: 150px;
  height: 200px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  padding-top: 40px;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
}

.voir-plus-btn {
  display: inline-block;
  margin-top: auto;
  padding: 10px 16px;
  background-color: #22223a;
  color: white;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.carousel__df {
  display: flex;
  overflow-x: auto;
  width: 200px;
  height: 300px;
  margin: 0 auto;
}

.slide__df {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rect {
  width: 90%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.df__img1 {
  background-image: url("../assets/Images_comp/DF4.jpg");
}

.df__img2 {
  background-image: url("../assets/Images_comp/DF1.jpg");
}

.df__img3 {
  background-image: url("../assets/Images_comp/DF5.jpg");
}

.df__img4 {
  background-image: url("../assets/Images_comp/DF2.jpg");
}

.df__img5 {
  background-image: url("../assets/Images_comp/DF6.jpg");
}

.df__img6 {
  background-image: url("../assets/Images_comp/DF3.jpg");
}

.filtre__titre {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.h1--noafter {
  margin-top: 40px;
}

.h2__df {
  padding-top: 40px;
}

.ul__df {
  padding: 0;
  margin: 0;
}

.footer__df, .btn__df {
  background-color: #ffffff;
}

.btn__df {
  border-radius: 50px;
  border: none;
}

.p__crédit {
  font-size: 16px;
}

.h1__crédit {
  font-size: 28px;
  margin-bottom: 20px;
}

.h2__crédit {
  font-size: 18px;
}

.body__crédit {
  margin-left: 40px;
  margin-right: 40px;
}

.btn__retour {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background: rgb(249, 216, 239);
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  width: 70%;
  /* prend toute la largeur du parent */
  max-width: 200px;
  transition: 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn__retour:hover {
  background: rgb(175, 125, 160);
  color: white;
  transform: translateY(-3px);
  /* léger déplacement vers le haut */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Overlay pour transition de sortie */
#page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s;
  z-index: 9999;
}

/* Quand actif : fondu + slide */
#page-transition.active {
  opacity: 1;
  pointer-events: all;
  -webkit-animation: slideRight 0.8s forwards;
          animation: slideRight 0.8s forwards;
}

@-webkit-keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
#pink-dots {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Les taches ne bloquent pas les clics */
  z-index: -1;
  /* Derrière tout le contenu */
}

.pink-dot {
  position: absolute;
  border-radius: 50%;
  background: rgb(249, 216, 239);
  /* rose clair */
  pointer-events: none;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* Derrière ton contenu */
  pointer-events: none;
  /* Pour que les clics passent au contenu */
}

.competences {
  background-color: rgb(249, 216, 239);
  padding: 50px 20px;
  border-radius: 15px;
}

@media (min-width: 320px) {
  .rectangle {
    height: 225px;
    width: 125px;
  }

  .bloc__etape {
    gap: 60px;
  }
}
@media (min-width: 375px) {
  .rectangle {
    height: 250px;
    width: 150px;
  }

  .bloc__etape {
    gap: 110px;
  }
}
@media (min-width: 768px) {
  .menu1 {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    left: 0;
    position: fixed;
  }

  .menu__liste {
    display: flex;
    gap: 85px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
  }

  .menu__toggle {
    display: none;
  }

  .accueil {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  h1 {
    font-size: 46px;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-animation: slideInLeft 0.6s ease-out forwards;
            animation: slideInLeft 0.6s ease-out forwards;
  }
  h1::after {
    width: 80%;
    height: 80px;
  }

  h1:nth-of-type(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }

  h1:nth-of-type(2) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }

  @-webkit-keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .menu2 {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    left: 0;
  }

  .menu__liste--rux {
    display: flex;
    gap: 85px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
  }

  .menu__toggle--rux {
    display: none;
  }

  .bloc__etape {
    justify-content: center;
    padding-bottom: 20px;
  }

  .projets__presentation {
    justify-content: center;
  }

  .h1--noafter {
    margin-top: 60px;
  }

  h2 {
    font-size: 29px;
    padding-top: 50px;
  }

  p, a, button {
    font-size: 18px;
  }

  .rectangle {
    height: 350px;
    width: 200px;
  }

  .about, .projets, .competences, .contact, .contexte,
.design, .etapes, .projets__autres {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  h3 {
    font-size: 23px;
    padding-bottom: 30px;
  }

  .presentation, .explication, .h3__filtres, .filtre__1,
.filtre__2, .filtre__3, .secondaires {
    margin-left: 100px;
    margin-right: 100px;
    color: #E0E0E0;
  }

  .filtres {
    width: 100%;
    height: auto;
  }

  .filtres__track {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .filtres__presentations {
    width: 200px;
    height: 250px;
  }

  .carousel-indicators,
.carousel-buttons {
    display: none;
  }

  .filtres > p {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 40px;
  }

  .carousel__df {
    overflow: visible;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 40px;
  }

  .slide__df {
    flex: 0 0 auto;
  }

  .rect {
    width: 250px;
    height: 300px;
  }

  .filtre__titre {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
  }

  .filtre__1 > p, .filtre__2 > p, .filtre__3 > p {
    margin-bottom: 40px;
  }

  li {
    font-size: 18px;
  }

  .footer__df {
    padding: 10px;
  }

  .p__footer--df {
    margin: 2px;
  }

  .p__crédit {
    font-size: 18px;
  }

  .h1__crédit {
    font-size: 30px;
  }

  .h2__crédit {
    font-size: 20px;
  }

  .body__crédit {
    margin-left: 100px;
    margin-right: 100px;
  }

  .a__crédit {
    color: #000000;
  }

  .carousel {
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    gap: 25px;
    padding: 1rem;
    max-width: 100vw;
  }

  .slide {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .img__rux1, .img__rux2 {
    width: 480px;
    height: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .img__data1, .img__data2 {
    width: 480px;
    height: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  p, .h2__df {
    white-space: pre-line;
  }

  .competences {
    background-color: rgb(249, 216, 239);
    padding: 50px 20px;
    border-radius: 15px;
  }
}
@media (min-width: 1280px) {
  .menu1 {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    left: 0;
    position: fixed;
  }

  .menu__liste {
    display: flex;
    gap: 175px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 21px;
  }

  .menu__toggle {
    display: none;
  }

  .menu__liste--rux {
    gap: 250px;
  }

  .accueil {
    padding-top: 300px;
    padding-bottom: 80px;
  }

  h1 {
    font-size: 86px;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-animation: slideInLeft 0.6s ease-out forwards;
            animation: slideInLeft 0.6s ease-out forwards;
  }
  h1::after {
    width: 50%;
    height: 90px;
    bottom: 5px;
  }

  h1:nth-of-type(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }

  h1:nth-of-type(2) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }

  @-webkit-keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  h2 {
    font-size: 34px;
    padding-top: 30px;
  }

  .about, .projets, .competences, .contact,
.contexte, .design, .etapes {
    margin-left: 200px;
    margin-right: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .competences {
    background-color: rgb(249, 216, 239);
    padding: 50px 20px;
    border-radius: 15px;
  }

  p, a, button {
    font-size: 21px;
  }

  .rectangle {
    height: 520px;
    width: 325px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .rectangle:hover {
    transform: scale(1.03);
    filter: brightness(0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  p {
    white-space: pre-line;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .titre__projet {
    margin: 10px;
  }

  .a-tous {
    margin-top: 30px;
    padding: 0;
  }

  .img__data1, .img__data2 {
    width: 480px;
    height: 280px;
  }

  .img__rux1, .img__rux2 {
    width: 550px;
    height: 280px;
  }

  .contexe__content {
    display: grid;
    grid-template-columns: repeat(5, 176px);
    grid-template-rows: repeat(3, 154px);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .img2 {
    grid-column: 1/3;
    grid-row: 1/5;
  }

  .contexte__texte {
    grid-row: 1/4;
    grid-column: 3/6;
  }

  .contexte__bas {
    grid-row: 3/5;
    grid-column: 3/6;
    transform: translateY(-60px);
  }

  .contexte__haut {
    display: contents;
  }

  .color {
    width: 150px;
    height: 150px;
    border-radius: 10px;
  }

  .design__content {
    display: grid;
    grid-template-columns: repeat(5, 165px);
    grid-template-rows: repeat(4, 150px);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    max-width: 950px;
  }

  .img__rux1, .img__data1 {
    grid-row: 1/3;
    grid-column: 3/5;
    margin: 0;
  }

  .img__rux2, .img__data2 {
    grid-row: 3/5;
    grid-column: 3/6;
    margin: 0;
  }

  .img__data1, .img__data2 {
    padding-left: 75px;
  }

  .color.color1--rux, .color.color1--data {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .color.color2--rux, .color.color2--data {
    grid-row: 1/2;
    grid-column: 2/3;
  }

  .color.color3--rux, .color.color3--data {
    grid-row: 3/4;
    grid-column: 1/2;
  }

  .color.color4--rux, .color.color4--data {
    grid-row: 3/4;
    grid-column: 2/3;
  }

  .color__container--1 {
    display: contents;
  }

  .rectangle__rux {
    height: 520px;
    width: 325px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-row: 2/5;
    grid-column: 4/6;
    padding-left: 40px;
  }

  .p__etape {
    font-size: 70px;
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .bloc__etape {
    display: contents;
    align-items: flex-start;
    justify-content: space-between;
  }

  .etape__content {
    display: grid;
    grid-template-columns: repeat(5, 165px);
    grid-template-rows: repeat(4, 150px);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
    margin: 0 auto;
    max-width: 950px;
    padding-bottom: 40px;
  }

  .etape__p {
    grid-row: 2/5;
    grid-column: 1/4;
    align-self: center;
  }

  h3 {
    font-size: 30px;
    grid-row: 1/2;
    grid-column: 2/6;
    align-self: center;
    margin: 0;
    padding: 0;
  }

  .btn__voir {
    font-size: 21px;
  }

  .projets__presentation {
    gap: 80px;
  }

  .presentation, .explication, .h3__filtres, .filtre__1,
.filtre__2, .filtre__3, .secondaires {
    margin-left: 200px;
    margin-right: 200px;
    color: #E0E0E0;
  }

  li {
    font-size: 21px;
  }

  .filtres > p {
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 40px;
  }

  .filtres__track {
    gap: 60px;
  }

  .filtres__presentations {
    width: 250px;
    height: 350px;
    flex: 0 0 auto;
    transition: transform 0.5s ease;
    cursor: default;
  }

  .filtres__presentations:hover {
    transform: translateX(-10px);
  }

  .rect {
    width: 250px;
    height: 350px;
    transition: transform 0.3s ease;
  }

  .rect:hover {
    transform: scale(1.05);
    /* zoom de 5% */
  }

  .modal {
    width: 500px;
    height: 300px;
  }

  .voir-plus-btn:hover {
    color: #828282;
    /* couleur au survol */
  }

  .footer__df {
    padding: 10px;
  }

  .p__footer--df {
    margin: 5px;
    padding: 0;
  }

  .carousel__df {
    width: 100%;
    height: auto;
    max-width: 1200px;
  }

  .h2__df {
    padding-top: 80px;
  }

  #modalContent {
    font-size: 31px;
    text-align: center;
    align-self: center;
  }

  .h1df {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .avec-retours {
    white-space: pre-line;
  }

  .p__crédit {
    font-size: 21px;
  }

  .h1__crédit {
    font-size: 35px;
  }

  .h2__crédit {
    font-size: 25px;
  }

  .body__crédit {
    margin-left: 200px;
    margin-right: 200px;
  }
}

/*# sourceMappingURL=app.css.map*/