.btn-carousel{
  color:#ffc107;
}

/*essais*/
.d-none {
  display: none !important;
  position: absolute;
  left: -9999px;
}

.contact-field {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.card-text{
  text-justify: auto;
}

.card-title{
  color:#ffc107;
}

.glowing-card{
  border: 3px solid white; 
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.glowing-card:hover {
  border-color: #ffc107; 
    box-shadow: 0 0 10px #ffc107; 
  }

#intro2{
  background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
   

}

.full-height {
  height: 100vh; 
}

#intro{
    background-image: url("../img/massiac.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment:fixed;
  }
@media (max-width: 768px) {
    #intro {
        background-attachment: scroll;
    }
}

.mask-custom {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .15);
  }

 
  
.mask1{
    /* background-color: rgba(250, 182, 162, 0.15); */
    background-color: rgba(0,0,0,0.4);
  
  }

  /*map section*/

  .map-popup {
    text-align: center;
    padding: 0.5rem;
}

.map-popup h3 {
  color: #ffc107;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.map-popup p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}
  .location-section {
    background: #fff8e1
}

.location-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.location-btn {
    color: inherit; /* Conserve la couleur héritée du parent */
    text-decoration: none; /* Pas de soulignement */
    cursor: pointer; /* Affiche un curseur en forme de main au survol */
}

.location-btn:hover {
    color:  #503d04ce; /* Couleur au survol (optionnel, couleur "warning" de Bootstrap) */
    text-decoration: none; /* Assure qu’il reste sans soulignement */
}


.content-box {
    padding: 3rem;
    height: 100%;
}

.text-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.location-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 165, 0, 0.1);
    color: #ffc107;
    border-radius: 25px;
    font-weight: 500;
}

.title-gradient {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.location-item {
    font-size: 1.1rem;
    padding: 1rem;
    margin: 0.5rem 0;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.location-item:hover {
    background: rgba(255, 165, 0, 0.1);
    transform: translateX(10px);
}

.map-wrapper {
    height: 500px;
    position: relative;
}

#map {
    height: 100%;
    width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .content-box {
        padding: 2rem;
    }

    .map-wrapper {
        height: 400px;
        margin: 1rem 0;
    }

    .title-gradient {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .location-card {
        border-radius: 15px;
    }

    .content-box {
        padding: 1.5rem;
    }

    .map-wrapper {
        height: 300px;
    }

    .location-item {
        padding: 0.75rem;
        margin: 0.25rem 0;
    }
}

/* Style des popups de la carte */
.map-popup {
    text-align: center;
    padding: 0.5rem;
}

.map-popup h3 {
    color: #ffc107;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.map-popup p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

.nav-link.active {
    color: orange !important; /* Texte orange */
    font-weight: bold; /* Texte en gras */
}


.presentation {
    top:30%;
    position:absolute;
  }

.presentationbis {
  top:60%;
  position:absolute;
  margin-top: 10px;
  color: white;
  font-weight: 300;
}

.service {
  padding-top: 100 px;
}



.mask1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.presentation h1, 
.presentationbis h2 {
  margin: 0;
}

/* Style des cartes services */

#services {
  padding: 4rem 0;
  min-height: auto;
}

.service-card {
  height: 350px;
  margin-bottom: 2rem;
}

.service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.service-card:hover .service-card-inner {
  transform: rotateY(180deg);
}

.service-card-front, .service-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border-radius: 15px;
  background: white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-card-back {
  transform: rotateY(180deg);
  background: #ffc107;
  color: white;
}

.icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 165, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.service-card:hover .icon-box {
  transform: scale(1.1);
}

.icon-box i {
  color: #ffc107;
  transition: all 0.3s ease;
}

/* Animation au hover */
.hover-lift {
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-10px);
}

/* Media Queries pour la responsivité */
@media (max-width: 991px) {
  #services {
      padding: 3rem 0;
  }
  
  .service-card {
      height: 300px;
  }
}

@media (max-width: 768px) {
  #services {
      padding: 2rem 0;
  }
  
  .service-card {
      height: 280px;
      margin-bottom: 1.5rem;
  }

  .service-card-front, .service-card-back {
      padding: 1.25rem;
  }
}

@media (max-width: 576px) {
  #services {
      padding: 1.5rem 0;
  }
  
  .service-card {
      height: 250px;
      margin-bottom: 1rem;
  }

  .service-card-front, .service-card-back {
      padding: 1rem;
  }
}

/* Pour les écrans très petits en hauteur */
@media (max-height: 700px) {
  #services {
      min-height: auto;
      padding: 2rem 0;
  }
  
  .service-card {
      height: 200px;
      margin: 0.5rem 0;
  }
}

  .service-card-front, .service-card-back {
      padding: 1.5rem;
  }

  .icon-box {
      width: 60px;
      height: 60px;
  }


@media (max-width: 576px) {
  .service-card {
      height: 220px;
      margin: 1.5rem 0;
  }

  .service-card-front, .service-card-back {
      padding: 1rem;
  }

  .icon-box {
      width: 50px;
      height: 50px;
      margin-bottom: 1rem;
  }

  .icon-box i {
      font-size: 1.2rem;
  }

  ul.list-unstyled li {
      font-size: 0.85rem;
  }

  .btn {
      padding: 0.4rem 1rem;
      font-size: 0.9rem;
  }
}

.about-section {
  background: #fff;
  position: relative;
}

/* Style des images superposées */
.image-stack {
  height: 400px;
  position: relative;
  margin: 2rem 0;
}

.image-wrapper {
  position: absolute;
  width: 80%;
  transition: all 0.5s ease;
}

.first-image {
  top: 0;
  left: 0;
  z-index: 1;
}

.second-image {
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* Effet hover sur les images */
.image-wrapper:hover {
  transform: scale(1.05);
  z-index: 3;
}

.image-wrapper img {
  transition: all 0.5s ease;
  filter: brightness(0.9);
}

.image-wrapper:hover img {
  filter: brightness(1.1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}



/* Cercles avec icônes */
.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 165, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animation pulse pour le badge */
.animate-pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
  100% {
      transform: scale(1);
  }
}

/* Animation fade-in pour la liste */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.5s ease forwards;
}

.feature-item:nth-child(1) { animation-delay: 0.2s; }
.feature-item:nth-child(2) { animation-delay: 0.4s; }
.feature-item:nth-child(3) { animation-delay: 0.6s; }

@keyframes fadeIn {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Effet hover sur les boutons */
.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Effet parallaxe au scroll */
.content-wrapper {
  position: relative;
  z-index: 2;
}

/* Media Queries */
/* Media Queries améliorées pour les images */
@media (max-width: 991px) {
  .image-stack {
      height: 350px;
      margin: 3rem 0;
  }

  .image-wrapper {
      width: 70%; /* Réduire la taille des images */
  }

  .second-image {
      bottom: -2rem; /* Ajuster la position de la deuxième image */
  }



  .about-section {
      background: #fff;
  }
}

@media (max-width: 768px) {
  .image-stack {
      height: 300px;
      margin: 4rem 0;
  }

  .image-wrapper {
      width: 60%;
  }

  .first-image {
      top: -1rem;
  }

  .second-image {
      bottom: -3rem;
  }
}

@media (max-width: 576px) {
  .image-stack {
      height: 250px;
      margin: 5rem 0;
  }

  .image-wrapper {
      width: 50%;
  }

  .first-image {
      top: -2rem;
  }

  .second-image {
      bottom: -4rem;
  }
}

/*patie page_accueil tarifs*/
.pricing-philosophy {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

/* Badge personnalisé */
.badge-custom {
  background: linear-gradient(45deg, #ffa500, #ff8c00);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

/* Séparateur de titre */
.title-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.title-separator .dot {
  width: 8px;
  height: 8px;
  background: #ffc107;
  border-radius: 50%;
}

.title-separator .line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffc107, transparent);
}

/* Cartes modernes */
.modern-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(255, 165, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all 0.3s ease;

}

.modern-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.08) 0px 5px 10px;
  transform: translateY(-5px);
}

.card-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 165, 0, 0.05), rgba(255, 255, 255, 0.1));
  filter: blur(20px);
  z-index: 0;
}

.card-content {
  position: relative;
  z-index: 1;
}

/* Badge populaire */
.popular-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ffc107;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Icônes */
.icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(255, 165, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: #ffc107;
}

/* Prix */
.price-highlight {
  background: rgba(255, 165, 0, 0.1);
  padding: 1rem;
  border-radius: 15px;
  text-align: center;
  margin: 1.5rem 0;
}

.price {
  font-size: 2rem;
  font-weight: bold;
  color: #ffc107;
}

.unit {
  font-size: 1rem;
  color: #666;
}

/* Liste des fonctionnalités */
.features-list {
  margin-top: 2rem;
}

.feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #666;
}

.feature i {
  color: #ffc107;
}

/* Bouton CTA */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #ffc107;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 165, 0, 0.2);
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-card {
      padding: 2rem 1.5rem;
      margin-bottom: 1rem;
  }

  .price {
      font-size: 1.8rem;
  }

  .icon-wrapper {
      width: 60px;
      height: 60px;
  }
}



html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

main {
  flex: 1 0 auto;
}



/*page tarifs*/

/* Section Tarifs */

.pricing-philosophy h2 {
  margin-bottom: 80px;  /* Grand espace après le titre */
}

/* Espacement entre les cartes et le bouton */
.row.g-4 {
  margin-bottom: 80px;  /* Grand espace après les cartes */
}
.pricing-section {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 4rem 0;
}

.badge-custom {
    background: linear-gradient(45deg, #ffa500, #ff8c00);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.title-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.title-separator .dot {
    width: 8px;
    height: 8px;
    background: #ffc107;
    border-radius: 50%;
}

.title-separator .line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffc107, transparent);
}

/* Cartes de prix */
.pricing-card-wrapper {
    padding: 2rem;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    max-width: 500px;
    margin: 0 auto;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.medal-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.medal-icon.bronze { color: #CD7F32; }
.medal-icon.silver { color: #C0C0C0; }
.medal-icon.gold { color: #FFD700; }

.medal-icon.small {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.card-image {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    margin: 1rem 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.price-tag {
    background: rgba(255, 165, 0, 0.1);
    color: #333;
    padding: 1rem;
    border-radius: 15px;
    margin: 1.5rem 0;
    font-weight: 500;
}

/* Tableau des services */
.services-table-wrapper {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-top: 3rem;
}

.table {
    margin-bottom: 0;
}

.table th, .table td {
    padding: 1rem;
    vertical-align: middle;
}

.table thead th {
    border-bottom: 2px solid rgba(255, 165, 0, 0.2);
    background: rgba(255, 165, 0, 0.05);
}

.table tbody tr:hover {
    background: rgba(255, 165, 0, 0.05);
}

/* Section prestations hors formule */
.additional-services {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    margin-top: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-section {
        padding: 2rem 0;
    }

    .pricing-card {
        padding: 1.5rem;
    }

    .services-table-wrapper {
        padding: 1rem;
    }

    .table th, .table td {
        padding: 0.75rem;
    }

    .additional-services {
        padding: 2rem;
    }
}

/* Animations */
.pricing-card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Section Services */
.services-section {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 6rem 0;
}

/* Badge et séparateur */
.badge-custom {
  background: linear-gradient(45deg, #ffa500, #ff8c00);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.title-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.title-separator .dot {
  width: 8px;
  height: 8px;
  background: #ffc107;
  border-radius: 50%;
}

.title-separator .line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffc107, transparent);
}

/* Cartes de services */

.glassmorphism {
  background: rgba(255, 255, 255, 0.5); /* Couleur de fond avec transparence */
  backdrop-filter: blur(10px); /* Effet de flou */
  -webkit-backdrop-filter: blur(10px); /* Effet de flou pour Safari */
  border-radius: 10px; /* Bords arrondis */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre */
  padding: 1rem; /* Espacement interne */
  color: black; /* Couleur du texte */
}
.service-card {
  position: relative;
  height: 300px;
  perspective: 1000px;
  margin-bottom: 30px;
  cursor: pointer;
  transform-style:preserve-3d;
}

.service-card-front,
.service-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
  border-radius: 20px;
  overflow: hidden;
  transform-style:preserve-3d;
}

.service-card-front {
  background: white;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transform: rotateY(0);
}

.service-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.6s ease;
}

.service-card-front h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #ffc107;
  margin: 0;
  padding: 1rem;
  text-align: center;
  z-index: 2;
  font-size: 1.25rem;
  backdrop-filter: blur(5px);
}

.service-card-back {
  background: #ffc107;
  color: white;
  transform: rotateY(180deg);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position:absolute;
  top:0;
}

.service-card:hover .service-card-front {
  transform: rotateY(-180deg);
}

.service-card:hover .service-card-back {
  transform: rotateY(0);
}

/* Animation au survol */
.service-card:hover .service-card-front img {
  transform: scale(1.1);
}

/* Espacement */
.mb-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

/* Gradient Text */
.gradient-text {
  background: #ffc107;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.gradient-text1 {
  background: #ffc107;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.gradient-text2 {
  background: #333;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

/* Hover Scale pour le bouton */
.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Contact Section */
.contact-section {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 991px) {
  .services-section {
      padding: 4rem 0;
  }
  
  .service-card {
      height: 280px;
  }
}

@media (max-width: 768px) {
  .services-section {
      padding: 3rem 0;
  }
  
  .mb-6 {
      margin-bottom: 4rem;
  }
  
  .mt-6 {
      margin-top: 4rem;
  }
  
  .service-card {
      height: 250px;
  }
  
  .service-card-front h3 {
      font-size: 1.1rem;
      padding: 0.75rem;
  }
  
  .contact-section {
      padding: 2rem;
  }
}

@media (max-width: 576px) {
  .services-section {
      padding: 2rem 0;
  }
  
  .service-card {
      height: 220px;
  }
  
  .service-card-front h3 {
      font-size: 1rem;
      padding: 0.5rem;
  }
  
  .service-card-back {
      padding: 1.5rem;
  }
  
  .contact-section {
      padding: 1.5rem;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.service-card {
  animation: fadeInUp 0.6s ease-out;
}

/* Animation séquentielle pour les cartes */
.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }
.service-card:nth-child(7) { animation-delay: 0.7s; }
.service-card:nth-child(8) { animation-delay: 0.8s; }
.service-card:nth-child(9) { animation-delay: 0.9s; }

/* Contact Page Styles */
.contact-section-2 {
  min-height: 100vh;
  padding: 5rem 0;
  position: relative;
  background: url('https://img.freepik.com/free-photo/vertical-shot-person-walking-dirt-path-with-plattkofel-mountain_181624-15596.jpg?t=st=1737327256~exp=1737330856~hmac=dbd4fdc0983ff668f3f65296c723e9ff22cf3e515aa9b72ff4db6be1c916daca&w=740') center/cover no-repeat fixed; /* Vérifiez le chemin de l'image */
  display: flex;
  align-items: center;
  overflow:hidden;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius:0;
  /*backdrop-filter: blur(0.1px);*/
}

.container-contact{
  width: 100%;
    max-width: 1400px; /* Augmenté pour plus d'espace */
    margin: 0;
    margin-left: auto; /* Pousse le conteneur à droite */
    padding: 0;
    position: relative;
}

.contact-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 500px;
  width: 100%;
  margin-left: auto; /* Pousse la carte à droite */
  margin-right: 50px; 
}

/* Form Styles */
.form-group {
  position: relative;
  margin-bottom: 1.5rem; /* Réduit */
}

.form-control {
  width: 100%;
  padding: 0.6rem 0; /* Réduit */
  font-size: 0.95rem; /* Réduit */
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc; /* Plus fin */
  outline: none;
  transition: all 0.3s ease;
  border-radius: 0; /* Supprime le border-radius */
}

.form-control + label {
  position: absolute;
  left: 0;
  top: 0.6rem;
  font-size: 0.95rem;
  color: #666;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-control:not(:placeholder-shown) {
  border-bottom: 2px solid #4a4a4a;
}

.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
  transform: translateY(-1.2rem); /* Réduit */
  font-size: 0.75rem;
  color: #4a4a4a;
}

/* Style spécial pour le textarea */
textarea.form-control {
  min-height: 100px; /* Réduit */
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0.6rem 0;
  margin-top: 0.5rem;
  resize: vertical;
}

textarea.form-control:focus,
textarea.form-control:not(:placeholder-shown) {
  border-bottom: 2px solid #4a4a4a;
}

/* Submit Button */
.submit-btn {
  background: linear-gradient(45deg, #4a4a4a, #666666);
  color: white;
  border: none;
  padding: 0.8rem 2rem; /* Réduit */
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
  width: auto;
  display: inline-block;
}

.submit-btn:hover {
  background: linear-gradient(45deg, #ffd700, #daa520);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(218, 165, 32, 0.3);
}

/* Titre et sous-titre */
.contact-card h1 {
  font-size: 1.8rem; /* Réduit */
  margin-bottom: 0.5rem;
}

.contact-card p {
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .contact-section-2 {
      padding: 2rem 0;
  }

  .container-contact{
    margin: 0 auto; /* Centre sur mobile */
    padding: 0 15px;
  }

  .contact-card {
    margin: 0 auto; /* Centre la carte sur mobile */
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .contact-card {
      padding: 1rem;
  }
  
  .submit-btn {
      width: 100%;
      padding: 0.7rem 1.5rem;
  }
}

/*navbar*/

/*.navbar .nav-link.active {
    font-weight: bold;
    color: orange; 
}*/

/* Style pour les liens de la navbar */
.navbar .nav-link {
  position: relative;
  color: #343a40 !important;
  font-weight: 500; 
  padding: 0.5rem 1rem;
    z-index: 1;
  
}

.navbar .nav-link::before {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffc107;  /* Orange warning de Bootstrap */
    opacity: 1;
    transform: scaleY(0);
    transition: transform 0.15s ease;
    /*transform-origin: bottom;*/
    z-index: -1;
}

.navbar .nav-link:hover {
  color: white !important;
}

.navbar .nav-link:hover::before {
  transform: scaleY(1);
  /*transition: transform 0.01s ease-in;  /* Encore plus rapide au survol */

}

.navbar .nav-link.active {
  color: white !important;
}

.navbar .nav-link.active::before {
  transform: scaleY(1);
}

.navbar .nav-link.active:hover {
  color: white !important;  /* Le texte redevient blanc */
}

.navbar:hover .nav-link.active {
  color: #343a40 !important;  /* Le texte actif redevient gris */
}

/* Quand on survole n'importe quel lien de la navbar, 
   le lien actif perd son remplissage */
.navbar:hover .nav-link.active::before {
    transform: scaleY(0);
   /* transition: transform 0.01s ease-out;  /* Disparition rapide */

}

/* Mais quand on survole directement le lien actif, 
   il garde son remplissage */
.navbar .nav-link.active:hover::before {
    transform: scaleY(1);
    transition: transform 0.1s ease-in;  /* Réapparition rapide */

}

/*jumbotron*/

.section-jumbotron {
  max-width: 100rem;
  /*background: linear-gradient(to right, #4C1D95 30%, #8B5CF6);*/
  color: white;
  line-height: 1.5;
  /*font-family: "Nunito", sans-serif;*/
}

@media (min-width: 600px) {
  .section-jumbotron {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .about-us-jumbotron {
    padding: 3vw 0 3vh 3vw;
  }

  .image-wrapper-jumbotron {
    filter: hue-rotate(20deg);
    clip-path: polygon(0 100%, 50% 0, 100% 0, 100% 100%);
  }
}
.about-us-jumbotron {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.about-us-jumbotron h2 {
  font-weight: 600;
  white-space: nowrap;
  font-size: clamp(2rem, 5vw, 4rem);
  margin-block-end: 0.5rem;
}
.about-us-jumbotron p {
  font-size: clamp(1rem, 1.5vw, 3rem);
}

.image-wrapper-jumbotron {
  height: 100%;
  width: 100%;
  clip-path: polygon(0, 0, 0, 0);
}
.image-wrapper-jumbotron img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
