* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.6;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
}
section {
  padding: 6rem 5%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
header {
  position: sticky;
  top: 0;
  background: rgb(247, 243, 240);
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5%;
  gap: 10px;
}
.logo-site {
  font-weight: 700;
  font-size: 2.5rem;
  color: #111;
  position: absolute;
  left: 5%;
  font-family: serif;
}
.menu-navigation {
  display: flex;
  gap: 2rem;
  position: absolute;
  right: 2%;
}
.menu-navigation li a {
  font-weight: 200;
  cursor: pointer;
  transition: 0.3s;
}
.menu-navigation li a:hover {
  color: #555;
  transform: scale(1.05);
}
.section-hero {
  position: relative;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0 5%;
  color: #fff;
  overflow: hidden;
}
.section-hero-logo {
  width: 30%;
  position: absolute;
  top: 35%;
}
.image-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.section-hero p {
  position: absolute;
  top: 47%;
  margin-left: 4%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 1s forwards 0.5s;
  font-family: serif;
}
.bouton-principal {
  position: absolute;
  top: 55%;
  margin-left: 5%;
  padding: 1rem 2rem;
  border: 2px solid #fff;
  font-weight: 600;
  background: #ffffff00;
  color: #fff;
  border-radius: 30px;
  transition: 0.4s;
  opacity: 0;
  animation: fadeUp 1s forwards 0.8s;
  font-family: serif;
}
.bouton-principal:hover {
  background-color: rgba(19, 19, 19, 0.075);
  transform: scale(1.05);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#apropos {
  background-color: rgb(255, 255, 255);
}
.texte-apropos h2 {
  font-family: serif;
  font-size: 5rem;
  margin-bottom: -2%;
}
.description-about-me {
  font-family: "Great Vibes", cursive !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 2rem !important;
  margin-bottom: 1% !important;
}
.presentation-apropos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.texte-apropos,
.image-apropos {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}
.texte-apropos {
  text-align: center;
}
.texte-apropos p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  width: 95%;
}
.image-apropos img {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  box-shadow: 15px 15px 0 rgba(212, 178, 167, 1);
}
#valeurs {
  margin-top: 0%;
  background-color: rgba(231, 215, 201, 1);
}
#valeurs h2 {
  font-family: serif;
  font-size: 2.5rem;
  text-align: center;
}
.presentation-valeurs {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.texte-valeurs {
  flex: 1;
  min-width: 300px;
  width: 60%;
  font-size: 1rem;
}
.texte-valeurs .valeur {
  margin-bottom: 2rem;
}
.valeur p {
  margin-left: 7%;
}
.valeur h3 {
  background-color: white;
  padding: 3px 10%;
  margin-bottom: 3%;
  border-radius: 30px;
  display: inline-block;
}
.image-valeurs {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}
.image-valeurs img {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  box-shadow: -15px 15px 0 rgba(212, 178, 167, 1);
  margin: 0;
}

.presentation-prestation {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 6rem auto;
  gap: 2rem;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(237, 231, 227, 1) 25%,
    rgba(231, 215, 201, 1) 50%,
    rgba(237, 231, 227, 1) 75%,
    #ffffff 100%
  );
  padding: 2rem;
  border-radius: 25px;
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.08),
    0 10px 20px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s forwards;
  width: 80%;
  scale: 0.9;
}
.presentation-prestation:hover {
  transform: translateY(-10px);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.12),
    0 15px 40px rgba(0, 0, 0, 0.08),
    0 5px 20px rgba(0, 0, 0, 0.05);
}
.presentation-prestation:nth-child(odd) .image-prestations {
  order: 0;
  animation: fadeRight 1s forwards;
}
.presentation-prestation:nth-child(odd) .texte-prestations {
  order: 1;
  animation: fadeLeft 1s forwards;
}
.presentation-prestation:nth-child(even) .image-prestations {
  order: 1;
  animation: fadeLeft 1s forwards;
}
.presentation-prestation:nth-child(even) .texte-prestations {
  order: 0;
  animation: fadeRight 1s forwards;
}
#prestations h2 {
  font-size: 3rem;
  font-weight: 600;
  font-family: serif;
}
.texte-prestations {
  flex: 1;
  min-width: 280px;
  padding: 1rem;
}
.texte-prestations h3 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -3%;
}
.accordeon-prestations {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.element-accordeon {
  border-bottom: 1px solid #000000;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: 0.3s;
}
.titre-accordeon {
  padding: 0rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: serif;
  font-size: 1rem;
  transition: all 0.2s;
}
.titre-accordeon:hover {
  color: rgb(110, 107, 107);
  font-size: 1.1rem;
}
.gauche-accordeon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fleche-accordeon {
  transition: transform 0.3s ease;
}
.element-accordeon.active .fleche-accordeon {
  transform: rotate(90deg);
}

.contenu-accordeon {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition:
    max-height 0.5s ease,
    padding 0.3s;
}
.contenu-accordeon p {
  margin: 0.5rem 0;
}
.image-prestations {
  flex: 1;
  min-width: 280px;
  max-width: 450px;
  border-radius: 25px;
  overflow: hidden;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.image-prestations img {
  width: auto;
  height: 100%;
  max-height: 600px;
  display: block;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.presentation-prestation:hover .image-prestations img {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
#temoignages {
  background-color: rgba(231, 215, 201, 1);
}
.svg {
  scale: 0.4;
}
.presentation-temoignages {
  display: flex;
  gap: 5%;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.cote-gauche {
  flex: 1;
  min-width: 250px;
  text-align: center;
}
.image-logo-avis {
  position: relative;
  left: 25%;
  width: 150px;
  margin-bottom: 1rem;
  scale: 1.8;
  margin-top: 20%;
}

.nombre-avis {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.bouton-secondaire {
  padding: 0.8rem 1.5rem;
  border: 1px solid #111;
  border-radius: 20px;
  background: #ffffff0e;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  left: 60%;
  scale: 1.3;
}
.bouton-secondaire:hover {
  background: #111;
  color: #fff;
  border: 1px solid white;
}
.cote-droit {
  flex: 2;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 2rem;
  background: linear-gradient(-10deg, #fff, #fff7e8);
}
.slider-temoignages {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.diapositive-temoignages {
  min-width: 100%;
  flex-shrink: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}
.diapositive-temoignages.active {
  display: flex;
}
.diapositive-temoignages p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0.5rem auto;
  line-height: 1.6;
  color: #333;
}
.etoiles {
  color: #f4c150;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.navigation-diapos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #111;
  cursor: pointer;
  user-select: none;
  z-index: 10;
}
.navigation-diapos.prev {
  left: 10px;
}
.navigation-diapos.next {
  right: 10px;
}
.points-diapos {
  text-align: center;
  margin-top: 1rem;
}
.points-diapos .point {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.points-diapos .point.active {
  background: #111;
}
.formulaire-contact {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  gap: 1rem;
}
.formulaire-contact input,
.formulaire-contact textarea {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
}
.formulaire-contact button {
  padding: 1rem 2rem;
  border: none;
  background: #111;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.formulaire-contact button:hover {
  background: #333;
}
footer {
  background-color: rgba(231, 215, 201, 1) !important;
  padding: 4rem 5%;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.logo-footer img {
  width: 150px;
}
.colonne-footer {
  flex: 1;
  min-width: 200px;
}
footer p,
footer li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
footer a {
  color: #111;
  transition: 0.3s;
}
footer a:hover {
  color: #555;
}
.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  align-items: left;
  margin-left: 30%;
}
.social-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition:
    transform 0.2s,
    color 0.2s;
}
.social-links a svg {
  width: 25px;
  height: 25px;
  fill: #333;
  transition:
    fill 0.2s,
    transform 0.2s;
}
.social-links a:hover {
  color: #c5ba86;
  transform: translateY(-3px);
}
.social-links a:hover svg {
  fill: #c5ba86;
  transform: scale(1.1);
}
.whatsapp-logo {
  width: 35px;
}
.bouton-whatsapp.bouton-fixe {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 16px;
  background-color: rgba(242, 210, 213, 1);
  color: #000000;
  border-radius: 50px;
  font-weight: 600;
  transition:
    background-color 0.3s,
    transform 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1000;
  width: auto;
  height: 30px;
}
.bouton-whatsapp.bouton-fixe:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  section {
    padding: 4rem 5%;
  }
  .section-hero h1 {
    font-size: 3rem;
  }
  .section-hero p {
    font-size: 1.3rem;
  }
  .logo-site {
    font-size: 2rem;
  }
}
@media (max-width: 900px) {
  .menu-navigation {
    display: none;
  }
  .logo-site {
    position: static;
    font-size: 1.8rem;
  }
  .section-hero {
    align-items: center;
    text-align: center;
  }
  .section-hero h1 {
    position: static;
    font-size: 2.5rem;
  }
  .section-hero p {
    font-size: 1.1rem;
  }
  .presentation-apropos,
  .presentation-valeurs,
  .presentation-prestation,
  .presentation-temoignages {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .image-apropos,
  .image-valeurs,
  .image-prestations {
    width: 100%;
    max-width: 420px;
  }
  .cote-gauche img {
    left: 0;
    margin: auto;
  }
  .cote-gauche,
  .cote-droit {
    width: 100%;
  }
  .bouton-whatsapp.bouton-fixe {
    bottom: 15px;
    right: 15px;
    font-size: 0.8rem;
    padding: 8px 14px;
  }
  .bouton-whatsapp.bouton-fixe img {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .section-hero {
    height: 80vh;
  }
  .section-hero h1 {
    font-size: 2rem;
  }
  .section-hero p {
    font-size: 1rem;
  }
  section h2 {
    font-size: 1.6rem;
  }
  .texte-prestations h3 {
    font-size: 1.4rem;
  }
  .titre-accordeon {
    font-size: 0.95rem;
  }
  .diapositive-temoignages p {
    font-size: 0.95rem;
  }
  .logo-footer img {
    width: 120px;
  }
  footer {
    flex-direction: column;
  }
  footer p,
  footer li {
    font-size: 0.8rem;
  }
  .bouton-whatsapp.bouton-fixe {
    font-size: 0.7rem;
    padding: 6px 10px;
  }
}
#carte-cadeau {
  position: relative;
  width: 100%;
  min-height: 60vh;
  padding: 5% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #333;
  background: url("https://i.pinimg.com/1200x/7c/aa/04/7caa0448a127525ebd55a5aeb6e4fb2d.jpg")
    center/cover no-repeat;
  filter: blur(0);
}

#carte-cadeau::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: cover;
  filter: blur(6px);
  z-index: 0;
}

#carte-cadeau h2 {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  font-family: serif;
  color: #292825;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
}

.section-carte-cadeau {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  flex-wrap: wrap;
}

.texte-carte-cadeau {
  flex: 1;
  max-width: 520px;
  text-align: center;
}
.texte-carte-cadeau h3 {
  font-size: 2rem;
  font-family: serif;
  margin-bottom: 25px;
}
.texte-carte-cadeau p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 18px;
  opacity: 0.85;
}
.texte-carte-cadeau .bouton-cadeau {
  display: inline-block;
  margin: 25px auto 0;
  padding: 15px 30px;
  font-size: 1.05rem;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #000;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  color: black;
  transition: all 0.3s ease;
}
.texte-carte-cadeau .bouton-cadeau:hover {
  background: #00000031;
}
.carte-cadeau-3d {
  flex: 1;
  display: flex;
  justify-content: center;
  perspective: 2200px;
}
.gift-card {
  width: 420px;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  background: url("https://i.pinimg.com/1200x/7c/73/95/7c7395581af721ffe4b1c8b9aadbfad4.jpg")
    center/cover no-repeat;
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.1),
    inset 0 0 30px rgba(255, 255, 255, 0.2);
  transform: rotateX(0deg) rotateY(-20deg);
  transition:
    transform 0.6s ease,
    box-shadow 0.6s ease;
}
.gift-card:hover {
  transform: rotateX(6deg) rotateY(-6deg) scale(1.05);
  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.18),
    0 12px 25px rgba(0, 0, 0, 0.08),
    inset 0 0 25px rgba(255, 255, 255, 0.08);
}
.gift-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  z-index: 2;
}
.site-name-vertical {
  position: absolute;
  left: 10px;
  top: 20px;
  writing-mode: vertical-rl;
  text-orientation: upleft;
  transform: rotate(180deg);
  font-size: 1.2rem;
  font-weight: 900;
  color: #77624ed8;
  letter-spacing: 0.2em;
}
.gift-logo img {
  width: 60px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.gift-card h4 {
  font-size: 1.8rem;
  font-family: serif;
  text-align: center;
  color: #77624ebb;
  margin-top: 40px;
  margin-bottom: 10px;
}
.gift-text {
  font-size: 1rem;
  text-align: center;
  opacity: 0.8;
  margin: -10px;
  position: relative;
  top: -10px;
}
.gift-footer {
  font-size: 0.8rem;
  text-align: center;
  opacity: 0.7;
  line-height: 1.3;
}
.flou-haut,
.flou-bas {
  position: absolute;
  left: 0;
  width: 100%;
  height: 15%;
  pointer-events: none;
  z-index: 1;
  filter: blur(15px);
}
.flou-haut {
  top: 0;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.flou-bas {
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1024px) {
  nav {
    height: 0;
  }
  .menu-navigation a {
    gap: 10px;
  }
  .section-hero {
    height: 65vh;
    padding: 0 4%;
  }
  .section-hero h1 {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }
  .section-hero p {
    font-size: 1.25rem;
    max-width: 90%;
    text-align: left;
    position: absolute;
    top: 37%;
    left: 18%;
  }
  #temoignages button {
    position: absolute;
    left: 25%;
  }
  a {
    color: black;
  }
  .bouton-principal {
    position: absolute;
    top: 53%;
    left: 18%;
  }
  .bouton-secondaire {
    width: 100%;

    font-size: 0.8rem;
  }
  .img-mobile {
    width: 300px !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }

  .presentation-apropos,
  .presentation-valeurs,
  .presentation-prestation,
  .presentation-temoignages,
  .section-carte-cadeau {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }

  .image-apropos,
  .image-valeurs,
  .image-prestations,
  .gift-card {
    max-width: 80%;
    height: auto;
  }

  .bouton-principal {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
  .titre-accordeon {
    font-size: 1rem;
  }

  footer {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .texte-apropos h2 {
    font-size: 3rem;
  }
  .image-logo-avis {
    scale: 1.3;
  }
  .section-hero-logo {
    scale: 2.7;
  }
}

@media (max-width: 768px) {
  /* Section Hero */
  .section-hero {
    height: 75vh;
    padding: 0 3%;
  }
  .section-hero h1 {
    font-size: 2.2rem;
  }
  .section-hero p {
    font-size: 1.1rem;
  }

  .texte-apropos,
  .texte-valeurs,
  .texte-prestations,
  .texte-carte-cadeau {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .gift-card {
    width: 300px;
    height: 200px;
  }

  .texte-carte-cadeau .bouton-principal {
    width: 100%;
  }

  .cote-gauche img {
    width: 120px;
    left: 0;
    margin: 0 auto 1rem auto;
  }
  .cote-droit {
    width: 100%;
    padding: 1.5rem;
  }
  .diapositive-temoignages p {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .section-hero {
    height: 85vh;
  }
  .section-hero h1 {
    font-size: 1.8rem;
  }
  .section-hero p {
    font-size: 1rem;
  }
  section h2 {
    font-size: 1.4rem;
  }
  .texte-prestations h3 {
    font-size: 1.3rem;
  }
  .titre-accordeon {
    font-size: 0.9rem;
  }

  footer {
    padding: 3rem 5%;
  }
  footer p,
  footer li {
    font-size: 0.75rem;
  }

  .gift-card {
    width: 250px;
    height: 160px;
  }
  .texte-carte-cadeau h3 {
    font-size: 1.6rem;
  }
  .texte-carte-cadeau p {
    font-size: 0.95rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}
.bouton-principal,
.bouton-secondaire {
  width: auto;
  max-width: 100%;
}
.section-carte-cadeau {
  gap: 2rem;
  padding: 3% 5%;
}
.presentation-prestation {
  width: 100%;
}
@media (max-width: 768px) {
  .carte-cadeau-3d,
  .gift-card {
    display: none !important;
  }

  .section-carte-cadeau {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .texte-carte-cadeau {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #carte-cadeau {
    padding: 50px 5%;
    min-height: auto;
  }
  #carte-cadeau h2 {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .section-carte-cadeau {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
  }
  .texte-carte-cadeau {
    max-width: 90%;
  }
  .texte-carte-cadeau h3 {
    font-size: 1.6rem;
  }
  .texte-carte-cadeau p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .texte-carte-cadeau .bouton-principal {
    width: 80%;
    padding: 12px 25px;
    font-size: 1rem;
  }
  .carte-cadeau-3d {
    width: 100%;
    justify-content: center;
    perspective: 1400px;
  }
  .gift-card {
    width: 320px;
    height: 190px;
    transform: rotateX(4deg) rotateY(-4deg);
  }
  .gift-card:hover {
    transform: rotateX(4deg) rotateY(-4deg) scale(1.02);
  }
}

@media (max-width: 768px) {
  .carte-cadeau-3d,
  .gift-card {
    display: none !important;
  }
  #carte-cadeau {
    padding: 40px 4%;
  }
  #carte-cadeau h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .texte-carte-cadeau {
    max-width: 100%;
    text-align: center;
  }
  .texte-carte-cadeau h3 {
    font-size: 1.4rem;
  }
  .texte-carte-cadeau p {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .texte-carte-cadeau .bouton-principal {
    width: 100%;
    padding: 10px 18px;
    font-size: 0.95rem;
  }
  .section-carte-cadeau {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  #carte-cadeau {
    padding: 30px 3%;
  }
  #carte-cadeau h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .texte-carte-cadeau h3 {
    font-size: 1.2rem;
  }
  .texte-carte-cadeau p {
    font-size: 0.85rem;
  }
  .texte-carte-cadeau .bouton-principal {
    width: 100%;
    font-size: 0.9rem;
    padding: 8px 15px;
  }
  .section-carte-cadeau {
    gap: 0.8rem;
  }
}

footer {
  background: #c9c2c294;
  padding: 4rem 5%;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.logo-footer img {
  width: 150px;
}

.colonne-footer {
  flex: 1;
  min-width: 200px;
}

footer p,
footer li {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

footer a {
  color: #111;
  transition: 0.3s;
}

footer a:hover {
  color: #555;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  align-items: flex-start;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition:
    transform 0.2s,
    color 0.2s;
}

.social-links a svg {
  width: 25px;
  height: 25px;
  fill: #333;
  transition:
    fill 0.2s,
    transform 0.2s;
}

.social-links a:hover {
  color: #c5ba86;
  transform: translateY(-3px);
}

.social-links a:hover svg {
  fill: #c5ba86;
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .social-links {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
  }

  .social-links a {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 3rem 4%;
  }

  .logo-footer img {
    width: 130px;
  }

  .colonne-footer {
    min-width: 100%;
    margin-bottom: 1rem;
  }

  footer p,
  footer li {
    font-size: 0.8rem;
  }

  .social-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  .social-links a {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 2rem 3%;
  }

  .logo-footer img {
    width: 110px;
    margin-bottom: 15px;
  }

  footer p,
  footer li {
    font-size: 0.75rem;
  }

  .social-links {
    gap: 5px;
  }

  .social-links a {
    font-size: 0.75rem;
    gap: 5px;
  }
  .colonne-footer p {
    font-size: 0.7rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
