.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-navigationtoggle-icon1 {
  width: 24px;
  height: 24px;
  transition: all var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 /* Navigation container en flex pour centrer */
.navigation__container {
  display: flex;
  justify-content: center; /* centre tout le menu */
  align-items: center;
  padding: 0 2rem;
}

/* Liste horizontale bien espacée */
.navigation__list {
  display: flex;
  gap: 2rem; /* espace entre les liens */
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
img[src="photo.png"] {
  filter: none !important;
  -webkit-filter: none !important;
  --color-primary : none !important;
}
.profile-image img {
  filter: none !important;
  background: none !important;
  color: inherit !important; /* si la variable s’applique sur une icône inline */
}
.profile-image img {
  --color-primary: initial; /* remet la variable à sa valeur par défaut */
}

/* Bouton "Me contacter" mis en avant */
.navigation__item--cta {
  margin-left: 2rem;
}

.navigation__cta {
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.navigation-navigationtoggle-icon2 {
  top: var(--spacing-sm);
  left: var(--spacing-sm);
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  transform: rotate(90deg);
  transition: all var(--animation-duration-fast)
      var(--animation-curve-primary);
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}

.home-container10 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container11 {
  display: none;
}
 
.home-container12 {
  display: contents;
}
 
.home-container13 {
  display: none;
}
 
.home-container14 {
  display: contents;
}
 
.home-container15 {
  display: none;
}
 
.home-container16 {
  display: contents;
}
 
.home-container21 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon44 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text61 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
