@import url('https://fonts.cdnfonts.com/css/poppins');
:root{
/* Couleurs */
  --bleu: #3D59E9;
}
html {
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}
a{
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
body{
  overflow-x: hidden;
}

ul{
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
}
.home .vehicule-home{
  padding-top: 100px;
}

.home .service-home .container_custom{
  margin-top: 0;
}

.container_custom{
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

/*-- HEADER --*/
.header{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  background: var(--creme);
  z-index: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}

.header > * {
  position: relative;
  z-index: 2; /* Pour que le contenu reste au-dessus du calque */
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25%; /* Ajustez selon vos besoins */
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Noir semi-transparent, ajustez l'opacité */
  z-index: 1;
}

.headertopinfo {
  background: black;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.headertopinfo_elements {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-right: 9%;
}
.headertopinfo_elements a{
  color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
}
.headertopinfo_loupe {
  width: 30px;
  height: fit-content;
}
.headertopinfo_drapeau {
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
}
.nosseparator {
  width: 1px;
  background-color: #8B8B8B;
}
.containerMenu {
  width: 100%;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 99997;
}
.containerMenu.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99997;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  animation: slideDown 0.4s ease-in-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.principalMenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.containerMenu.sticky-active .principalMenu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.containerMenu.sticky-active .menutop__img {
  width: 130px;
  transition: all 0.4s ease-in-out;
}
.containerMenu.sticky-active #menu-header li a {
  font-size: 14px;
  padding: 8px;
  transition: all 0.4s ease-in-out;
}
.containerMenu.sticky-active .header_phonenumber a {
  padding: 6px 12px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
/* Bloque le scroll sur le body quand le menu est ouvert */
body.menu-mobile-open {
  overflow: hidden !important;
}
/* .headermobileresp{
  display: flex;
  justify-content: space-between;
  align-items: center;  
} */
.menu-toggle {
  display: none;
  padding: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2147483646 !important;
  position: relative;
}
.headermobileresp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-toggle span.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #fff;
}
.menutop__img {
  width: 170px;
  padding-right: 40px;
  transition: all 0.4s ease-in-out;
}
.site-logo-mobile {
  display: none;
}
.blocButtonMenuMobile a {
  color: black;
  font-size: 24px;
}
.blocButtonMenuMobile {
  display: none;
  margin-right: 10px;
}
#menu-header{
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#menu-header li a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#menu-item-32{
  background-color: var(--rouge);
  padding: 7px 20px;
}
#menu-item-32 a{
  color: #ffffff !important;
  font-weight: 400 !important;
}
.current_page_item a{
  position: relative;
  padding-bottom: 10px;
}
.header .current_page_item a::after{
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--bleu);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.vertical-menu{
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: start;
  align-items: start;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-100%);
  opacity: 0;
  z-index: 2147483647 !important;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
  scrollbar-color: var(--bleu) rgba(255, 255, 255, 0.1);
  position: relative;
}

.vertical-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(61, 89, 233, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(61, 89, 233, 0.02) 0%, transparent 50%),
              radial-gradient(circle at 40% 60%, rgba(61, 89, 233, 0.01) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.vertical-menu::-webkit-scrollbar {
  width: 6px;
}

.vertical-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.vertical-menu::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--bleu) 0%, rgba(61, 89, 233, 0.8) 100%);
  border-radius: 3px;
}

.vertical-menu::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, var(--bleu) 0%, rgba(61, 89, 233, 1) 100%);
}

.vertical-menu .submenu {
  display: none;
  padding-left: 20px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-left: 3px solid var(--bleu);
  margin-left: 15px;
  border-radius: 0 8px 8px 0;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  animation: slideInSubmenu 0.3s ease-out;
}

@keyframes slideInSubmenu {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.vertical-menu .submenu a{
  font-weight: 400;
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid rgba(61, 89, 233, 0.2);
  color: #e0e0e0;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.vertical-menu .submenu a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, var(--bleu) 0%, rgba(61, 89, 233, 0.1) 100%);
  transition: width 0.3s ease;
  z-index: -1;
}

.vertical-menu .submenu a:hover {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(61, 89, 233, 0.1) 0%, transparent 100%);
  padding-left: 25px;
  transform: translateX(5px);
}

.vertical-menu .submenu a:hover::before {
  width: 100%;
}
.vertical-menu .submenu a:last-child {
  border-bottom: none;
}
.menu-itemmobile {
  width: 100%;
  position: relative;
  z-index: 2;
}
.menu-title {
  padding: 20px 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.02) 50%, transparent 100%);
}

.menu-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, var(--bleu) 0%, rgba(61, 89, 233, 0.3) 100%);
  transition: width 0.3s ease;
  z-index: -1;
}
.menu-title:hover {
  background: linear-gradient(90deg, rgba(61, 89, 233, 0.1) 0%, rgba(61, 89, 233, 0.05) 100%);
  color: #ffffff;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(61, 89, 233, 0.2);
}

.menu-title:hover::before {
  width: 100%;
}
.vertical-menu a {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.header_navbarmobile {
  display: flex;
  width: 100%;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.header_navbarmobile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(61, 89, 233, 0.05) 50%, transparent 100%);
  pointer-events: none;
}

.close-button {
  z-index: 2147483647 !important;
  top: 0px;
  left: 0px;
  font-size: 20px;
  padding: 15px;
  border: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-100%);
  position: relative;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.close-button:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  transform: translateX(-100%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.header_navbarmobile section {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.imgnavbarmobile img{
  width: 150px;
}
.navbar-icon {
  position: relative;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(135deg, rgba(61, 89, 233, 0.1) 0%, rgba(61, 89, 233, 0.05) 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(61, 89, 233, 0.2);
}
.navbar-icon.active {
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--bleu) 0%, rgba(61, 89, 233, 0.8) 100%);
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.4);
}
.navbar-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.navbar-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

/**/
.brands{
  width: 100%;
  background-color: black;
  padding: 20px 0;
}
.brands_content{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: space-around;
}
.brands_content_item{
  width: auto;
}
.brands_content_item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 130px;
}
.header_phonenumber a{
  background: linear-gradient(135deg, var(--bleu) 0%, #2e79f2 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  margin: 0;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  justify-content: center;
}

/* Effet de brillance au survol */
.header_phonenumber a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.header_phonenumber a:hover::before {
  left: 100%;
}

/* Effet de pulsation */
.header_phonenumber a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 0;
}

.header_phonenumber a:hover::after {
  width: 300px;
  height: 300px;
}

/* Effets au survol */
.header_phonenumber a:hover {
  background: linear-gradient(135deg, #2e79f2 0%, var(--bleu) 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(61, 89, 233, 0.4);
  color: #ffffff;
}

/* Effet au clic */
.header_phonenumber a:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.5);
}

/* Animation de l'icône */
.header_phonenumber a img {
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

.header_phonenumber a:hover img {
  transform: rotate(15deg) scale(1.1);
  filter: brightness(1.2);
}

/* Animation du texte */
.header_phonenumber a span {
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.header_phonenumber a:hover span {
  transform: translateX(2px);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.header_actions{
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_actions a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header_phonenumber a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

/* Animation de l'icône au survol */
.header_phonenumber a:hover img {
  transform: rotate(15deg) scale(1.1);
  filter: brightness(1.2);
}

/* Animation du texte */
.header_phonenumber a span {
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.header_phonenumber a:hover span {
  transform: translateX(2px);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Effet de pulsation continue pour attirer l'attention */
@keyframes phonePulse {
  0% {
    box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(61, 89, 233, 0.5);
  }
  100% {
    box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
  }
}

.header_phonenumber a {
  animation: phonePulse 3s ease-in-out infinite;
}

/* Désactiver l'animation au survol */
.header_phonenumber a:hover {
  animation: none;
}

/* Responsive design */
@media (max-width: 768px) {
  .header_phonenumber a {
    padding: 10px 16px;
    font-size: 14px;
    min-width: 160px;
    gap: 8px;
  }
  
  .header_phonenumber a img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .header_phonenumber a {
    padding: 8px 12px;
    font-size: 13px;
    min-width: 140px;
    gap: 6px;
  }
  
  .header_phonenumber a img {
    width: 18px;
    height: 18px;
  }
}


/*-- VEHICULE HOME --*/
.vehicule-home {
      /* padding-top: 50px; */
      padding-bottom: 120px;
      margin-top: 0;
}
.vehicule-home h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
}
.vehicule-home-content-item{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #ADADAD;
  margin-bottom: 20px;
}
.vehicule-home-content-item img{
  width: 20px;
  object-fit: contain;
}
.vehicule-home-content-item p{
  color: var(--bleu);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.vehicules{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.vehicule-card img{
  width: 100%;
  height: 200px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
.vehicule-card {
  width: 300px;
  transition: transform 0.3s ease-in-out;
}
.vehicule-type .vehicule-card{
  text-align: center;
}
.vehicule-type .vehicule-card .btn-reserver{
  color: #000;
  text-decoration: underline;
}
.vehicule-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.prix-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
}
.prix-item span{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 10px 0;
}
.btn-reserver-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.btn-reserver-container p{
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8em;
  color: #939393;
}
.vehicule-card .vehicule-card-title p{
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.vehicule-card .vehicule-card-title{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin: 0 0 25px 10px;
  color: #000000;
}
.vehicule-type .vehicule-card .vehicule-card-title{
  display: flex ;
      flex-direction: row;
      gap: 10px;
      align-items: center;
      margin: 10px 0px 15px 10px;
      color: #000000;
      justify-content: center;
      font-weight: 600;
}
.vehicule-card .vehicule-card-title p strong{
  font-weight: 600;
}
.vehicule-card .vehicule-card-title img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.prix-info{
  background-color: #FAFAFA;
  padding: 20px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.prix-info .btn-reserver{
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.prix-info .prix-item{
  border-bottom: 1px solid #ADADAD;
}
.prix-info .prix-item:nth-child(3){
  /* border-bottom: none; */
}

/*-- SERVICE HOME --*/
.service-home {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F2F2F2;
}
.service-home h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  width: fit-content;
}
.service-home-titre{
  display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}
.service-home-content-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.service-home-content-item img {
  width: 20px;
  object-fit: contain;
}
.service-home-content-item p {
  color: var(--bleu);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.separatortitrecreation {
  flex-grow: 1;
  height: 1px;
  background: #8B8B8B;
  margin-left: 10px;
}
.service-card{
  display: flex;
  flex-direction: column;
  width: 300px;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  height: 370px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.service-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.service-card .service-card-image { 
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 17px;
}
.service-card h3{
  max-width: 220px;
  position: absolute;
  font-weight: 300;
  color: white;
  font-size: 32px;
  bottom: 100px;
}

.services{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.service-card .btn-reserver {
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.service-card .btn-reserver img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.service-card .btn-reserver-container{
  position: absolute;
  bottom: 50px;
}
.service-card-content-background{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 17px;
}

/*-- SERVICES PREMIUM --*/
.services-premium {
  padding-top: 53px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services-premium h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 17px;
}
.services-premium-content{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.services-premium-content-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.services-premium-content-item{
  background-color: rgba(255, 255, 255, 0.1);
  padding: 50px 20px;
  border-radius: 17px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.services-premium-content-item:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.services-premium-content-item p{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0;
  max-width: 200px;
  color: #ffffff;
}
.services-premium-content-item-arrow{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
}

/*-- EVENEMENTS --*/
.evenements {
  padding-top: 50px;
  padding-bottom: 50px;
}
.evenements-titre {
  display: flex;
  align-items: center;
  gap: 20px;
}
.evenements h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  width: fit-content;
}
.evenements-content-voir-plus{
  display: flex;
  justify-content: end;
  margin-bottom: 40px;
}
.evenements-content-item-voir-plus a{
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

/*-- ASSURANCE HOME --*/
.assurance-home{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 85px;
  padding-bottom: 85px;
  color: #ffffff;
}
.assurance-home h3{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.assurance-home h2{
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8em;
  margin: 0;
  text-align: center;
  padding-bottom: 40px;
}
.assurance-content{
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: center;
  justify-content: center;
}
.assurance-content-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.assurance-content-item img{
  width: 50px;
  height: 50px;
  object-fit: contain;
  padding: 10px;
}
.assurance-content-item-image{
  width: 80px;
  height: 80px;
  object-fit: contain;
  background-color: rgba(139, 139, 139, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*---FAQ---*/

/*-- SECTION FAQ --*/
.sectionfaq_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionfaq_image{
  width: 50%;
}
.section_faq_home{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container_faq_home{
  width: 50%;
}

.container_faq_home .faq-contain{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 0px;
}
.container_faq_home .faq-item {
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.6em;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.container_faq_home .container_page_article .faq-item {
  width: 100%;
}
.container_faq_home .faq-item:hover {
  background-color: rgba(119, 119, 119, 0.04);
}
.container_faq_home .faq-question{
  display: flex;
  align-items: center;
  padding: 24px 28px;
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%); */
  border-radius: 12px;
  margin-bottom: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.container_faq_home .faq-question::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bleu), #2e79f2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.container_faq_home .faq-question:hover {
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.95) 0%, rgba(233, 236, 239, 0.7) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(61, 89, 233, 0.12);
}

.container_faq_home .faq-question:hover::before {
  opacity: 1;
}

.container_faq_home .faq-questiontext{
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #1a202c;
  letter-spacing: -0.01em;
  line-height: 1.5;
  transition: all 0.3s ease;
  margin-right: 20px;
}

.container_faq_home .faq-question:hover .faq-questiontext {
  color: var(--bleu);
  transform: translateX(4px);
}

.container_faq_home .faq-questiontext span{
  font-weight: 600;
}

.container_faq_home .faq-questionicon {
  position: relative;
  padding: 0;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  color: var(--bleu);
  font-weight: 300;
  /* background: linear-gradient(135deg, rgba(61, 89, 233, 0.1) 0%, rgba(46, 121, 242, 0.05) 100%); */
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.container_faq_home .faq-question:hover .faq-questionicon {
  /* background: linear-gradient(135deg, var(--bleu) 0%, #2e79f2 100%); */
  
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
  border: 1px solid var(--bleu);
}

/* État actif de la FAQ */
.container_faq_home .faq-item.active .faq-question {
  /* background: linear-gradient(135deg, rgba(61, 89, 233, 0.05) 0%, rgba(46, 121, 242, 0.02) 100%); */
  background: linear-gradient(135deg, rgba(61, 89, 233, 0.1) 0%, rgba(46, 121, 242, 0.05) 100%);
  border: 1px solid rgba(61, 89, 233, 0.2);
  box-shadow: 0 4px 20px rgba(61, 89, 233, 0.1);
}

.container_faq_home .faq-item.active .faq-question::before {
  opacity: 1;
  background: linear-gradient(90deg, var(--bleu), #2e79f2, var(--bleu));
}

.container_faq_home .faq-item.active .faq-questiontext {
  color: var(--bleu);
  font-weight: 700;
}

.container_faq_home .faq-item.active .faq-questionicon {
  background: linear-gradient(135deg, var(--bleu) 0%, #2e79f2 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(61, 89, 233, 0.4);
}

.container_faq_home .faq-item.active .faq-reponse {
  height: auto;
  opacity: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.9) 100%);
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.08);
}
.container_faq_home .faq-icon {
  position: relative;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}
.container_faq_home .faq-icon img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.container_faq_home .faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: var(--bleu);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.container_faq_home .faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--bleu);
}
.container_faq_home .faq-reponse{
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 0 0 12px 12px;
  margin-top: -8px;
  position: relative;
}

.container_faq_home .faq-reponse::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(61, 89, 233, 0.6), transparent);
}

.container_faq_home .faq-answer-text-wrapper {
  padding: 24px 28px 28px 28px;
  box-sizing: border-box;
}

.container_faq_home .faq-answer-text {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: all 0.4s ease;
}
.container_faq_home .section_faq{
  padding: 5% 5% 5% 10%;
}
.container_faq_home .section_faq h3{
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
  color: black;
}

/* Responsive pour les questions et réponses FAQ */
@media (max-width: 768px) {
  .container_faq_home .faq-question {
    padding: 20px 24px;
  }
  
  .container_faq_home .faq-questiontext {
    font-size: 16px;
    margin-right: 16px;
  }
  
  .container_faq_home .faq-questionicon {
    width: 40px;
    height: 40px;
  }
  
  .container_faq_home .faq-answer-text-wrapper {
    padding: 20px 24px 24px 24px;
  }
  
  .container_faq_home .faq-answer-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .container_faq_home .faq-question {
    padding: 18px 20px;
  }
  
  .container_faq_home .faq-questiontext {
    font-size: 15px;
    margin-right: 12px;
  }
  
  .container_faq_home .faq-questionicon {
    width: 36px;
    height: 36px;
  }
  
  .container_faq_home .faq-answer-text-wrapper {
    padding: 18px 20px 20px 20px;
  }
  
  .container_faq_home .faq-answer-text {
    font-size: 14px;
    line-height: 1.7;
  }
}


/*-- FOOTER --*/
.background_footer{
  background-color: #25272C;
  position: relative;
}
.footer{
  color: white;
  display: flex;
  padding: 2% 0;
  justify-content: flex-start;
  gap: 50px;
  margin-top: 0;
}
.footer .menu ul{
  list-style-type: none;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer .menu ul a{
  color: #7C7C7C !important;
}

.footer-reseaux{
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
  
}
.footer-cgv .menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-cgv .menu a{
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 2px 0;
}
.footer-cgv .menu a:hover {
  color: var(--bleu);
}

.footer-icon{
  display: flex;
}

.footer-informations{
  width: 70%;
}

.footer-plan-du-site{
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.footer-logo{
  padding-top: 0;
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer .fb img,
.footer .houzz img,
.footer .insta img, 
.footer .linkedin img,
.footer .pinte img{
  height: 20px;
  width: auto;
}

.footer .yt img{
  height: 17px;
  width: auto;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.footer-text-adresse,
.contact-page .partiegauche_text .adresse,
.contact-page .partiegauche_text .mail-tel {
  font-size: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 300;
  color: white;
  border-left: 1px solid var(--orange);
  padding-left: 20px;
}
.contact-page .partiegauche_text .mail{
  font-size: 14px;
}
.partiegauche_text .mail-tel{
  width: 50%;
}
.partiegauche_text .adresse{
  width: 50%;
}

.footer-text-contact{
  font-size: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 300;
}
.footer-text-contact a{
  color: rgba(255, 255, 255, 0.85) !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-text-contact a:hover {
  color: var(--bleu) !important;
}
.footer-text-contact a img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* .footer-suivre .icon img{
  width: 19px;
} */
.footer-menu-titre{
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
}

/* Liseret bleu en haut du footer */
.background_footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(61, 89, 233, 0.6), transparent);
}

.footer-suivre{
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.footer-text a{
  color: white;
}
.footer-menu, .footer-livraison, .footer-contact,.footer-cgv {
  margin: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}

.footer-suivre .footer-menu-texte{
  max-width: 220px;
}
.footer-menu-texte{
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-menu-button{
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.footer-plan-du-site .menu{
  list-style-type: none;
  padding: 0;
}

.footer-plan-du-site .menu li{
  text-decoration: none;
  color: white;
  padding: 10px 0;
}
.footer-menu-button img{
  width: 50px;
}
/* .footer-contact .footer-menu-texte{
  margin: 0 !important;
} */
.footer-contact .dernier{
  margin-bottom: 10px !important;
}
.footer-contact .footer-menu-titre{
  margin-bottom: 18px;
}
.footer-plan-du-site .menu-item a{
  text-decoration: none;
  color: white;
  padding: 10px 0;
}
.footer-suivre .icon{
  margin-top: 20px;
  gap: 15px;
  display: flex;
  align-items: center;
}


.footer-copyright{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-separator{
  width: 1px;
  height: 10px;
  background-color: white;
  margin: 0 10px;
}


.footer-plan-du-site p{
  font-weight: 600;
  font-size: 24px;
}

.footer-plan-du-site .menu li a {
  color: white !important;
  text-transform: uppercase;
  font-weight: 300;
}

.footer-copyright a{
  color: #818181 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-copyright a:hover {
  color: #2e79f2 !important;
}

.lets_clic {
  color: white !important;
  font-weight: 700;
  transition: 0.5s;
  text-decoration: none;
  margin-left: 5px;
}
.lets_clic:hover {
  color: #2e79f2 !important;
  font-weight: 700;
  text-decoration: none;
}
.footer-copyright .cgv{
  display: flex;
  gap: 13px;
}
.footer-icon{
  gap: 24px;
}
.footer-icon a{
  color: white;
  font-size: 32px ;
}
.youtube_icon_footer i{
  font-size: 32px !important;
}

.menu-footer-container #menu-footer-1 .menu-item{
  margin: 10px 0;
}

/*-- SECTION CONTACT --*/
.contact-home{
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.contact-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.contact-home > * {
  position: relative;
  z-index: 2;
}
.contact-home-content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 160px;
}
.contact-home-content-item-titre{
  width: 50%;
}
.contact-home-content-item-formulaire{
  width: 50%;
}
.contact-home-content-item-titre h3{
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
.contact-home-content-item-titre h2{
  font-size: 40px;
  font-weight: 400;
  color: white;
  max-width: 450px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.contact-home-content-item-titre .btn-contact{
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.contact-home-content-item-formulaire{
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 35px;
  border-radius: 20px;
  color: #333;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.contact-home-content-item-formulaire:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.contact-home-content-item-formulaire .two-cols p{
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: fit-content;
}
.contact-home-content-item-formulaire .two-cols input{
  width: 100%;
  max-width: 250px;
  height: 55px;
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.contact-home-content-item-formulaire .two-cols input:focus {
  outline: none;
  border-color: var(--bleu);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(61, 89, 233, 0.1);
  transform: translateY(-2px);
}

.contact-home-content-item-formulaire .two-cols input::placeholder{
  color: #6c757d;
  font-weight: 400;
}

.contact-home-content-item-formulaire textarea::placeholder{
  color: #6c757d;
  font-weight: 400;
}

.contact-home-content-item-formulaire textarea{
  width: 100%;
  max-width: 515px;
  box-sizing: border-box;
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  font-size: 16px;
  color: #333;
  min-height: 120px;
  resize: vertical;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
}

.contact-home-content-item-formulaire textarea:focus {
  outline: none;
  border-color: var(--bleu);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(61, 89, 233, 0.1);
  transform: translateY(-2px);
}
.contact-home-content-item-formulaire .form-submit p{
  display: flex;
  flex-direction: column;
}
.contact-home-content-item-formulaire .form-submit input{
  background: linear-gradient(135deg, var(--bleu), #2e79f2);
  color: #ffffff;
  border-radius: 12px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 180px;
}

.contact-home-content-item-formulaire .form-submit input:hover{
  background: linear-gradient(135deg, #2e79f2, var(--bleu));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61, 89, 233, 0.4);
}

.contact-home-content-item-formulaire .form-submit input:active{
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(61, 89, 233, 0.3);
}

.contact-home-content-item-formulaire .form-button-div{
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 515px;
}
.contact-home-content-item-formulaire .form-button-div p{
  max-width: 340px;
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}

/* Améliorations générales du formulaire */
.contact-home-content-item-formulaire label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-home-content-item-formulaire .wpcf7-form-control-wrap {
  margin-bottom: 15px;
}

.contact-home-content-item-formulaire .two-cols {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-home-content-item-formulaire .two-cols p {
  flex: 1;
  margin: 0;
}

/* Styles pour les messages d'erreur et de succès */
.contact-home-content-item-formulaire .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}

.contact-home-content-item-formulaire .wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #f5c6cb;
}

.contact-home-content-item-formulaire .wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #c3e6cb;
}

/* Responsive pour le formulaire */
@media (max-width: 768px) {
  .contact-home-content-item-formulaire {
    padding: 25px;
  }
  
  .contact-home-content-item-formulaire .two-cols {
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-home-content-item-formulaire .two-cols input {
    width: 100%;
  }
  
  .contact-home-content-item-formulaire .form-button-div {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  
  .contact-home-content-item-formulaire .form-submit input {
    width: 100%;
  }
}

/* Améliorations pour la partie gauche de la section contact */
.contact-home-content-item-adresse {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.contact-home-content-item-adresse:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-home-content-item-adresse p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin: 0 0 15px 0;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-home-content-item-adresse p::before {
  content: "📍";
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-home-content-item-adresse a {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.customLinkContact.social-icon{
  font-size: 22px;
}

.social-links{
  display: flex;
  gap: 15px;
}

.contact-home-content-item-adresse a:not(.customLinkContact)::before {
  content: "📞";
  font-size: 18px;
  flex-shrink: 0;
}

.contact-home-content-item-adresse a:hover {
  color: var(--bleu);
  transform: translateX(5px);
}

.sepCustom {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--bleu), rgba(255, 255, 255, 0.3));
  margin: 15px 0;
  border-radius: 1px;
}

.contact-home-content-item-description {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.contact-home-content-item-description:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contact-home-content-item-description p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
}

/* Amélioration du mini-titre */
.contact-home-content-item-titre h3,
.contact-home-content-item-titre .h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--bleu);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  display: block;
}

.contact-home-content-item-titre h3::before,
.contact-home-content-item-titre .h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: var(--bleu);
  border-radius: 2px;
}

/* Responsive pour la section contact */
@media (max-width: 768px) {
  .contact-home-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .contact-home-content-item-titre,
  .contact-home-content-item-formulaire {
    width: 100%;
  }
  
  .contact-home-content-item-titre h2 {
    font-size: 32px;
    max-width: 100%;
  }
  
  .contact-home-content-item-adresse,
  .contact-home-content-item-description {
    padding: 20px;
  }
}

/*-- HEADER HOME --*/
.header-home-block-content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: self-start;
  padding-top: 80px;
}
.no-formulaire .header-home-block-content{
  justify-self: center
}
.header-home-block-content-item h1{
  font-size: 60px;
  font-weight: 400;
  color: white;
  max-width: 450px;
}
.no-formulaire h1{
  font-size: 60px;
  font-weight: 400;
  color: white;
  max-width: unset
}

.logo-header-home{
  max-width: 250px;
  height: auto;
  object-fit: contain;
}
.header-home-block-content-item-span{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.header-home-block-content-item-span img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.header-home-block-content-item-span span{
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
.blockappel{
  width: 100%;
  min-height: 429px;

}

/*-- FORM SECTION HOME --*/
.form-section .wpcf7-not-valid-tip {
  display: none !important;
}
.form-by-hour {
  display: none;
}
.form-section{
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 17px;
  color: #000;
  width: fit-content;
  margin: 0 0 70px 0;
  transition: 0.3s;
  max-width: 350px;
}
.form-section .form-title-section{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #727272;
}
.form-selector-container{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #727272;

}
.form-selector-container img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.form-selector{
  background-color: #D4D4D4;
  height: 65px;
  width: 210px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.form-selector span{
  font-size: 18px;
}
.form-selector.form-selector-active{
  background-color: #DCE2F9;
  color: #3D59E9;
}
.form-selector:hover{
  background-color: #dcdfec;
}
.shortcode-home-block input{
  width: 100%;
  height: 50px;
  background-color: #CBCDCE;
  border: none;
  border-radius: 15px;
}
.shortcode-home-block select{
  width: 100%;
  height: 50px;
  background-color: #CBCDCE;
  border: none;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.shortcode-home-block select option:first-child{
  color: #818181;
}
.shortcode-home-block input::placeholder{
  padding-left: 10px;
}
.shortcode-home-block textarea::placeholder{
  padding-left: 10px;
  padding-top: 10px;
}
.shortcode-home-block textarea{
  width: 100%;
  background-color: #CBCDCE;
  border: none;
  border-radius: 15px;
}
.return-step p{
  cursor: pointer;
}

.shortcode-home-block h4{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0;

  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}
.shortcode-home-block h4 img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.shortcode-home-block .btn-suivant{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.shortcode-home-block .btn-suivant .next-step {
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.shortcode-home-block .envoye input{
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  cursor: pointer;
  transition: 0.3s;
}

/*-- PRESENTATION VEHICULE --*/
.presentation-vehicule {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.presentation-vehicule .prix-info h3 p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.presentation-vehicule .prix-info h3 strong {
  font-weight: 600;
}
.presentation-vehicule .prix-info h3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin: 0 0 25px 0px;
}
.presentation-vehicule .prix-info h3 img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.tarif-single-link-presentation {
  margin: auto;
}

.presentation-caracteristiques-text {
  text-wrap: nowrap;
  font-size: 14px;
}

.presentation-info-container {
  display: flex;
  align-items: start;
  gap: 12px;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 12px;
  padding-right: 40px;
}
.presentation-info-container:last-child {
  border-bottom: none;
}

.presentation-info-icon {
  width: 20px;
  object-fit: contain;
  height: auto;
}

.presentation-titre {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;

}

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

.presentation-infos-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 17px;
  max-width: 290px;
  margin: 0 auto;
}

.presentation-infos-text {
  text-align: start;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}

.presentation-caracteristiques-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  padding: 16px;
  padding-bottom: 25px;
}

.presentation-caracteristiques-icon {
  width: 20px;
  height: auto;
}

.presentation-caracteristiques {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #F6F6F6;
  padding: 15px 15px;
  border-radius: 15px;
}

@media screen and (min-width: 1200px) {
  .presentation-vehicule-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .presentation-caracteristiques-container {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
    padding-left: 0;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 32px;
  }
}


/*-- SLIDER VEHICULE --*/
.vehicles{
  overflow-x: hidden;
}
.vehicles .vehicles-pretitle{
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicles .vehicles-pretitle span{
  text-align: center;
  text-transform: uppercase;
}
.vehicles .vehicles-title{
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

/*-- BLOCK TITRE --*/
.block-titre {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ffffff;
}
.block-titre h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block-titre h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8em;
  margin: 0;
  text-align: center;
  padding-bottom: 40px;
  max-width: 800px;
  line-height: 1.2;
}
.block-titre .container_custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.images-vehicules-image-principal{
  width: 50%;
  object-fit: cover;
}

.service-template-default .images-vehicules-image-principal{
  max-height: 80vh;
}
.images-vehicules-haut{
  display: flex;
  flex-direction: row;
}
.images-vehicules-contents{
  width: 50%;
  padding: 40px 40px 60px 60px;
  max-width: 570px;
}
.images-vehicules-bas{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.images-vehicules-image-bas-1 img,
.images-vehicules-image-bas-2 img,
.images-vehicules-image-bas-3 img{
  width: 100%;
  height: 100%;
    object-fit: cover;
    max-height: 60vh;
}
.images-vehicules-contents h3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.h3Custom{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}
.images-vehicules-contents h2{
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
.images-vehicules-contents p{
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
}
.images-vehicules-contents strong{
  font-weight: 500;
}
.image-text-custom .images-vehicules-bouton{
  margin-top: 35px;
}
.image-text-custom .content-image-text{
margin-bottom: 35px;
}
.images-vehicules-haut.images-vehicules-haut-droite{
  flex-direction: row-reverse;
}
.images-vehicules-description{
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
}
.images-vehicules-caracteristiques-techniques img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.images-vehicules-caracteristiques-techniques{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 35px;
}
.images-vehicules-caracteristiques-techniques-text{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8em;
  color: var(--bleu);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.images-vehicules-caracteristiques{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.images-vehicules-caracteristiques-item{
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 10px;
  font-size: 14px;
}
.images-vehicules-caracteristiques-item:last-child{
  border-bottom: none;
  margin-bottom: 40px;
}
.images-vehicules-contents a{
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 17px 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.images-vehicules-contents a:hover {
  background-color: #0056b3;
  transition: 0.3s;
}

/*-- EVENEMENTS --*/
.evenement-card{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
}
.evenement-card:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}
.evenement-card h3{
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.evenement-card p{
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  border : 1px solid #ffffff;
  padding: 10px;
  border-radius: 30px;
  width : fit-content;
  margin-bottom: 10px;
}
.evenement-card-arrow{
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.evenements-content-item{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  height: 600px;
  gap: 10px;
}
.evenements-content-item .evenement-card:nth-child(1){
  grid-area: 1 / 1 / 3 / 3;
}
.evenements-content-item .evenement-card:nth-child(2){
  grid-area: 3 / 1 / 5 / 3;
}
.evenements-content-item .evenement-card:nth-child(3){
  grid-area: 1 / 3 / 2 / 5;
}
.evenements-content-item .evenement-card:nth-child(4){
  grid-area: 2 / 3 / 5 / 4;
  justify-content: flex-end;
  padding-bottom: 80px;
}
.evenements-content-item .evenement-card:nth-child(5){
  grid-area: 2 / 4 / 5 / 5;
  justify-content: flex-end;
  padding-bottom: 80px;
}


/*-- IMAGE BACKGROUND --*/
.image-background{
  height: 320px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-- TROIS IMAGES --*/
.trois-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.trois-images-image-1 img, .trois-images-image-2 img, .trois-images-image-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-- LOUER VEHICULES --*/
.louer-vehicules{
  padding-top: 10px;
  padding-bottom: 50px;
}
.louer-vehicules-content{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #ffffff;
  align-items: center;
}
.louer-vehicules-content-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}
.louer-vehicules-content-item img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.louer-vehicules-content-item h2{
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  max-width: 420px;
  text-align: center;
  padding: 20px 0;
}
.louer-vehicules-content-item .btn-louer1{
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  text-align: center;
}
.louer-vehicules-content-item .btn-louer2{
  color: #ffffff;
  border-radius: 26px;
  border: 1px solid white;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  text-align: center;
}

.louer-vehicules-content-item .btn-louer-container{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/*-- RESERVER CHAUFFEUR --*/
.reserver-chauffeur{
  padding-top: 50px;
  padding-bottom: 50px;
}
.reserver-chauffeur-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserver-chauffeur-date{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.reserver-chauffeur-date img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.reserver-chauffeur-date p{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  color: var(--bleu);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.reserver-chauffeur-content-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.reserver-chauffeur-content-item h2{
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0;
  max-width: 700px;
  text-align: center;
  padding: 20px 0;
}
.reserver-chauffeur-content-item p{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  color: #000000;
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
}
.btn-reserver-container .btn-reserver{
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}

/*-- CTAMOBILFIX --*/
.ctamobilefix {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  transition: margin-bottom 0.3s ease; /* Transition fluide */
}

/* Classe ajoutée dynamiquement quand on est en bas de page */
.ctamobilefix.at-bottom {
  margin-bottom: 80px; /* Marge pour laisser de l'espace au footer-copyright */
}

.ctamobilefix a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--bleu) 0%, #2e79f2 100%);
  padding: 14px 22px;
  border-radius: 35px;
  text-decoration: none;
  color: white;
  box-shadow: 0 4px 20px rgba(61, 89, 233, 0.4);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  letter-spacing: 0.5px;
  min-width: 160px;
  justify-content: center;
}

/* Effet de brillance au survol */
.ctamobilefix a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.ctamobilefix a:hover::before {
  left: 100%;
}

/* Effet de pulsation */
.ctamobilefix a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 0;
}

.ctamobilefix a:hover::after {
  width: 300px;
  height: 300px;
}

/* Effets au survol */
.ctamobilefix a:hover {
  background: linear-gradient(135deg, #2e79f2 0%, var(--bleu) 100%);
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 8px 30px rgba(61, 89, 233, 0.5);
  color: #ffffff;
}

/* Effet au clic */
.ctamobilefix a:active {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 25px rgba(61, 89, 233, 0.6);
}
.ctamobilefix_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ctamobilefix_icon img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  object-fit: contain;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

/* Animation de l'icône au survol */
.ctamobilefix a:hover .ctamobilefix_icon {
  transform: rotate(15deg) scale(1.1);
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  box-shadow: 0 4px 12px rgba(61, 89, 233, 0.2);
}

.ctamobilefix a:hover .ctamobilefix_icon img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* Animation du texte */
.ctamobilefix a span {
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ctamobilefix a:hover span {
  transform: translateX(3px);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Effet de pulsation continue pour attirer l'attention */
@keyframes ctaPulse {
  0% {
    box-shadow: 0 4px 20px rgba(61, 89, 233, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(61, 89, 233, 0.6);
  }
  100% {
    box-shadow: 0 4px 20px rgba(61, 89, 233, 0.4);
  }
}

.ctamobilefix a {
  animation: ctaPulse 2.5s ease-in-out infinite;
}

/* Désactiver l'animation au survol */
.ctamobilefix a:hover {
  animation: none;
}

/* Animation de rebond pour attirer l'attention */
@keyframes ctaBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Appliquer l'animation de rebond toutes les 10 secondes */
.ctamobilefix {
  animation: ctaBounce 1s ease-in-out 10s infinite;
}

/* Responsive design */
@media (max-width: 768px) {
  .ctamobilefix a {
    padding: 12px 18px;
    font-size: 13px;
    min-width: 140px;
    gap: 10px;
  }
  
  .ctamobilefix_icon {
    width: 36px;
    height: 36px;
  }
  
  .ctamobilefix_icon img {
    width: 14px;
  }
}

@media (max-width: 480px) {
  .ctamobilefix a {
    padding: 10px 16px;
    font-size: 12px;
    min-width: 120px;
    gap: 8px;
  }
  
  .ctamobilefix_icon {
    width: 32px;
    height: 32px;
  }
  
  .ctamobilefix_icon img {
    width: 12px;
  }
}

/*-- MENU DESKTOP AVEC SOUS-MENUS --*/
.desktop-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.desktop-menu .menu-item {
  position: relative;
}

.desktop-menu .menu-item a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

/* .desktop-menu .menu-item.has-children > a::after {
  content: '▼';
  font-size: 10px;
  margin-left: 5px;
  transition: transform 0.3s ease;
} */

.desktop-menu .menu-item.has-children:hover > a::after {
  transform: rotate(180deg);
}

/* Styles pour les sous-menus */
.desktop-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  min-width: 230px;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.desktop-menu .sub-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-menu .sub-menu-item:last-child {
  border-bottom: none;
}

.desktop-menu .sub-menu-item a {
  display: block;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease;
  text-transform: none;
  letter-spacing: normal;
}

.desktop-menu .sub-menu-item a:hover {
  color: var(--bleu);
  padding-left: 25px;
  font-weight: 700;
}

/* Affichage au survol */
.desktop-menu .menu-item.has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Styles responsive - masquer le menu desktop sur mobile */
@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }
}

/* S'assurer que le menu mobile reste visible sur mobile */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  
  .vertical-menu {
    display: flex;
  }
}

/* Styles pour desktop - afficher le menu desktop */
@media (min-width: 769px) {
  .desktop-menu {
    display: flex;
  }
  
  .menu-toggle {
    display: none;
  }
  
  .vertical-menu {
    display: none;
  }
}

/*-- NEWS BLOG CARDS --*/
.news-content-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.news-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(61, 89, 233, 0.2);
}

.news-card-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-card-image img {
  transform: scale(1.05);
}

.news-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-card:hover .news-card-overlay {
  opacity: 1;
}

.news-card-category {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.news-category-tag {
  background: linear-gradient(135deg, var(--bleu), #2e79f2);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(61, 89, 233, 0.3);
}

.news-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.news-card-date,
.news-card-reading-time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.news-card-date svg,
.news-card-reading-time svg {
  color: var(--bleu);
  flex-shrink: 0;
}

.news-card-title {
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.news-card-title a {
  color: #1f2937;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: color 0.3s ease;
  display: block;
}

.news-card-title a:hover {
  color: var(--bleu);
}

.news-card-excerpt {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.news-card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #f3f4f6;
  margin-top: auto;
}

.news-card-author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.news-card-author svg {
  color: var(--bleu);
  flex-shrink: 0;
}

.news-card-read-more {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--bleu);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(61, 89, 233, 0.05);
}

.news-card-read-more:hover {
  background: rgba(61, 89, 233, 0.1);
  transform: translateX(4px);
}

.news-card-read-more svg {
  transition: transform 0.3s ease;
}

.news-card-read-more:hover svg {
  transform: translateX(2px);
}

/* Pagination Styles */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0;
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 14px;
}

.pagination-link:hover {
  background: rgba(61, 89, 233, 0.1);
  color: var(--bleu);
  transform: translateY(-2px);
}

.pagination-link.current {
  background: linear-gradient(135deg, var(--bleu), #2e79f2);
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
}

.pagination-link.prev,
.pagination-link.next {
  font-weight: 600;
  background: none;
}

.pagination-link.prev:hover,
.pagination-link.next:hover {
  background: none
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-content-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .news-card {
    border-radius: 15px;
  }
  
  .news-card-image {
    height: 180px;
  }
  
  .news-card-content {
    padding: 20px;
  }
  
  .news-card-title a {
    font-size: 18px;
  }
  
  .news-card-meta {
    gap: 15px;
  }
  
  .news-card-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  .pagination {
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 20px;
  }
  
  .pagination-link {
    min-width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .news-card-content {
    padding: 15px;
  }
  
  .news-card-title a {
    font-size: 16px;
  }
  
  .news-card-excerpt {
    font-size: 14px;
  }
  
  .news-card-meta {
    gap: 10px;
  }
  
  .news-card-date,
  .news-card-reading-time,
  .news-card-author {
    font-size: 13px;
  }
}

/* ========================================
   STYLES POUR LES ARTICLES DE BLOG
   ======================================== */

/* Hero Section */
.blog-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.blog-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-hero-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--bleu) 0%, #2e79f2 100%);
}

.blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}

.blog-hero-content {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Breadcrumb */
.blog-breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-wrapper a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-wrapper a:hover {
  color: white;
}

.breadcrumb-wrapper span {
  color: rgba(255, 255, 255, 0.6);
}

/* Catégorie */
.blog-category {
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Titre */
.blog-title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Meta informations */
.blog-meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.blog-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

.blog-meta-icon {
  color: var(--bleu);
  flex-shrink: 0;
}

/* Layout principal */
.blog-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  margin-bottom: 80px;
}

.blog-content {
  min-width: 0;
}

/* Contenu de l'article */
.entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 50px;
}

.entry-content h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1f2937;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bleu);
}

.entry-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1f2937;
  margin: 30px 0 15px 0;
}

.entry-content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1f2937;
  margin: 25px 0 10px 0;
}

.entry-content p {
  margin-bottom: 20px;
}

/* Images dans le contenu de l'article */
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.entry-content figure {
  margin: 20px 0;
  text-align: center;
}

.entry-content figure img {
  margin: 0 auto;
}

.entry-content figcaption {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}

/* Correction pour les éléments WordPress */
.entry-content .wp-caption {
  max-width: 100% !important;
  width: 100% !important;
  margin: 20px auto;
  text-align: center;
}

.entry-content .wp-caption img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 0;
}

.entry-content .wp-caption-text {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
}

/* Alignements WordPress */
.entry-content .aligncenter {
  text-align: center;
  margin: 20px auto;
}

.entry-content .alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.entry-content .alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

/* Clearfix pour les éléments flottants */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.entry-content li {
  margin-bottom: 8px;
}

.entry-content blockquote {
  border-left: 4px solid var(--bleu);
  background: #f8fafc;
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  color: #4b5563;
  border-radius: 0 8px 8px 0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.entry-content a {
  color: var(--bleu);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.entry-content a:hover {
  color: #2e79f2;
  text-decoration: underline;
}

/* Tags */
.blog-tags {
  margin-bottom: 40px;
  padding: 30px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.blog-tags-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 15px 0;
}

.blog-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-tag {
  display: inline-block;
  background: var(--bleu);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-tag:hover {
  background: #2e79f2;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
}

/* Partage social */
.blog-share {
  margin-bottom: 40px;
  padding: 30px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.blog-share-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 20px 0;
}

.blog-share-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.blog-share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.blog-share-facebook {
  background: #1877f2;
  color: white;
}

.blog-share-facebook:hover {
  background: #166fe5;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.blog-share-twitter {
  background: #1da1f2;
  color: white;
}

.blog-share-twitter:hover {
  background: #1a91da;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
}

.blog-share-linkedin {
  background: #0077b5;
  color: white;
}

.blog-share-linkedin:hover {
  background: #006ba1;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
}

.blog-share-copy {
  background: #6b7280;
  color: white;
}

.blog-share-copy:hover {
  background: #4b5563;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(107, 114, 128, 0.3);
}

/* Sidebar */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Table des matières */
.blog-toc {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  top: 60px;
}

.blog-toc-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bleu);
}

.blog-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-toc-item {
  margin-bottom: 8px;
}

.blog-toc-link {
  display: block;
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 0;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding-left: 8px;
}

.blog-toc-link:hover {
  color: var(--bleu);
  background: rgba(61, 89, 233, 0.05);
  padding-left: 12px;
}

/* Articles similaires */
.blog-related {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.blog-related-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bleu);
}

.blog-related-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-related-post {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.blog-related-post:hover {
  background: #f8fafc;
  border-color: #e5e7eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-related-post-image {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  overflow: hidden;
}

.blog-related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-related-post-content {
  flex: 1;
  min-width: 0;
}

.blog-related-post-title {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.4;
}

.blog-related-post-title a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.blog-related-post-title a:hover {
  color: var(--bleu);
}

.blog-related-post-meta {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: #6b7280;
}

/* Navigation entre articles */
.blog-navigation {
  background: #f8fafc;
  padding: 60px 0;
  border-top: 1px solid #e5e7eb;
}

.blog-nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.blog-nav-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.blog-nav-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-nav-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  text-decoration: none;
  color: inherit;
}

.blog-nav-prev .blog-nav-link {
  flex-direction: row;
}

.blog-nav-next .blog-nav-link {
  flex-direction: row-reverse;
}

.blog-nav-arrow {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--bleu);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
}

.blog-nav-item:hover .blog-nav-arrow {
  background: #2e79f2;
  transform: scale(1.1);
}

.blog-nav-content {
  flex: 1;
  min-width: 0;
}

.blog-nav-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.blog-nav-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Commentaires */
.blog-comments {
  background: white;
  padding: 60px 0;
}

.blog-comments-wrapper {
  max-width: 800px;
  margin: 0 auto;
}


/* Affichage professionnel de la distance et durée */
.distance-info {
  margin: 20px 0;
  animation: slideDown 0.4s ease-out;
}

.route-summary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.route-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}

.route-item svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.route-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.route-label {
  font-size: 12px;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.route-value {
  font-size: 18px;
  font-weight: 700;
}

/* Affichage du prix estimé */
.price-estimate {
  margin: 15px 0;
  animation: slideDown 0.4s ease-out 0.2s backwards;
}

.price-box {
  background: #f8f9fa;
  border: 2px solid #667eea;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.price-value {
  font-size: 24px;
  font-weight: 700;
  color: #667eea;
}

/* Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Version mobile */
@media (max-width: 768px) {
  .route-summary {
    flex-direction: column;
    gap: 15px;
  }
  
  .route-value {
    font-size: 16px;
  }
  
  .price-value {
    font-size: 20px;
  }
}

/* Responsive Design pour les articles */
@media (max-width: 1024px) {
  .blog-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .blog-sidebar {
    order: -1;
  }
  
  .blog-toc {
    position: static;
  }
}

@media (max-width: 768px) {
  .blog-hero {
    min-height: 50vh;
  }
  
  .blog-title {
    font-size: 2.5rem;
  }
  
  .blog-meta {
    gap: 20px;
  }
  
  .blog-nav-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .blog-nav-link {
    padding: 20px;
  }
  
  .blog-share-buttons {
    justify-content: center;
  }
  
  .blog-share-btn {
    flex: 1;
    justify-content: center;
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .blog-title {
    font-size: 2rem;
  }
  
  .blog-meta {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  
  .entry-content {
    font-size: 16px;
  }
  
  .entry-content h2 {
    font-size: 1.5rem;
  }
  
  .entry-content h3 {
    font-size: 1.25rem;
  }
  
  .blog-nav-link {
    padding: 15px;
    gap: 15px;
  }
  
  .blog-nav-arrow {
    width: 40px;
    height: 40px;
  }
  
  .blog-nav-title {
    font-size: 14px;
  }
}

/* ========================================
   STYLES POUR LA SECTION SERVICES LUXURY
   ======================================== */

.services-luxury {
  background: white;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  overflow: hidden; /* Cache le débordement du conteneur principal */
}

.services-luxury .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: visible; /* Permet au carousel de déborder du conteneur */
}

/* Header centré */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-pretitle {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.services-main-title {
  font-size: 2.2rem;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

/* Contenu principal */
.services-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
  margin-left: 0;
  position: relative;
}

/* Alignement du carousel à droite */
.services-carousel-wrapper {
  position: relative;
  margin: 0 -20px 0 0; /* Débordement de la marge droite du conteneur (20px) */
  padding: 0 20px 0 0; /* Padding pour compenser */
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

/* Section texte à gauche */
.services-text-content {
  padding-right: 40px;
}

.service-suptitle {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding-left: 20px;
  display: block;
}

.service-suptitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: var(--bleu);
  border-radius: 2px;
}

.service-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #333;
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
}

.service-description {
  margin-bottom: 30px;
}

.service-description p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.service-link {
  display: inline-block;
  background-color: var(--bleu);
  color: #ffffff;
  border-radius: 26px;
  padding: 17px 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.service-link:hover {
  background-color: #0056b3;
  transition: 0.3s;
}

/* Carousel wrapper - styles supprimés, maintenant définis plus haut */

/* Styles Splide personnalisés */
.splide {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: none;
}

.splide__track {
  overflow: visible;
}

.splide__list {
  display: flex;
  gap: 20px;
}

.splide__slide {
  flex: 0 0 calc(33.333% - 14px);
  transform: scale(1);
  transition: transform 0.3s ease;
}

.splide__slide:hover {
  transform: scale(1.02);
}

/* Slide individuel */
.service-slide {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.service-slide:hover {
  transform: translateY(-5px);
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Overlay avec gradient */
.service-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 30px 20px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.service-slide-title {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

/* Effet de hover avec fond noir */
.service-slide-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  text-align: center;
}

.service-slide:hover .service-slide-hover {
  opacity: 1;
  visibility: visible;
}

.service-slide-hover-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
}

.service-slide-hover-text {
  margin-bottom: 25px;
}

.service-slide-hover-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.service-slide-hover-link {
  background-color: var(--bleu);
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
}

.service-slide-hover-link:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
}

/* Navigation personnalisée */
.carousel-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 0 20px;
}

.carousel-pagination {
  display: flex;
  gap: 8px;
}

.pagination-dot {
  width: 40px;
  height: 3px;
  background: #ddd;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-dot:hover {
  background: var(--bleu);
  transform: scaleY(1.5);
}

.pagination-dot.active {
  background: var(--bleu);
  transform: scaleY(1.5);
}

.carousel-arrows {
  display: flex;
  gap: 10px;
}

.carousel-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: var(--bleu);
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  border-radius: 50%;
  font-weight: 600;
}

.carousel-arrow:hover {
  background: #0056b3;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(61, 89, 233, 0.3);
}

.carousel-arrow:active {
  transform: scale(0.95);
}

.carousel-arrow:disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.carousel-arrow:disabled:hover {
  background: #ccc;
  transform: none;
  box-shadow: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .services-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .services-text-content {
    padding-right: 0;
    text-align: center;
  }
  
  .services-carousel-wrapper {
    margin: 0 -20px 0 0;
    padding: 0 20px 0 0;
    justify-content: center;
  }
  
  .splide__slide {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 900px) {
  .services-luxury .container {
    padding: 0 15px;
  }
  
  .services-carousel-wrapper {
    margin: 0 -15px 0 0;
    padding: 0 15px 0 0;
  }
  
  .splide__slide {
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .services-luxury {
    padding: 60px 0;
  }
  
  .services-luxury .container {
    padding: 0 15px;
  }
  
  .services-main-title {
    font-size: 2.5rem;
  }
  
  .service-title {
    font-size: 2rem;
  }
  
  .services-carousel-wrapper {
    margin: 0 -15px 0 0;
    padding: 0 15px 0 0;
    justify-content: center;
  }
  
  .splide__slide {
    flex: 0 0 100%;
  }
  
  .service-slide {
    height: 300px;
  }
  
  .service-slide-hover {
    padding: 20px 15px;
  }
  
  .service-slide-hover-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .service-slide-hover-text {
    margin-bottom: 20px;
  }
  
  .service-slide-hover-text p {
    font-size: 13px;
  }
  
  .service-slide-hover-link {
    padding: 10px 20px;
    font-size: 12px;
  }
  
  .carousel-navigation {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }
  
  .carousel-pagination {
    order: 2;
  }
  
  .carousel-arrows {
    order: 1;
  }
}

@media (max-width: 480px) {
  .services-luxury {
    padding: 40px 0;
  }
  
  .services-luxury .container {
    padding: 0 10px;
  }
  
  .services-main-title {
    font-size: 2rem;
  }
  
  .service-title {
    font-size: 1.5rem;
  }
  
  .services-text-content {
    padding-right: 0;
  }
  
  .services-carousel-wrapper {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
  }
  
  .service-slide {
    height: 250px;
  }
  
  .service-slide-hover {
    padding: 15px 10px;
  }
  
  .service-slide-hover-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  .service-slide-hover-text {
    margin-bottom: 15px;
  }
  
  .service-slide-hover-text p {
    font-size: 12px;
  }
  
  .service-slide-hover-link {
    padding: 8px 16px;
    font-size: 11px;
  }
  
  .carousel-navigation {
    padding: 0 5px;
  }
  
  .carousel-arrow {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  
  .pagination-dot {
    width: 30px;
    height: 2px;
  }
  
  .service-link {
    padding: 12px 24px;
    font-size: 13px;
  }
}