body, html {
   overflow-x: hidden; /* Empêche le défilement horizontal */
}


.brand-circle img {
   max-width: 70px;
   max-height: 70px;
   object-fit: cover;
}


.app-icon img {
   max-width: 120px;
   max-height: 120px;
   object-fit: cover;
}

.car-icon img {
   height: 75px;
   object-fit: cover;
}


.floating-icon {
   position: fixed;
   bottom: 100px;
   right: 20px;
   cursor: pointer;
   color: #fff;
   width: 90px;
   height: 90px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



.swiper-container {
   width: 100%;
   height: 300px;
   margin-left: auto;
   margin-right: auto;
}

.swiper-button-white {

   top: 10px; /* Ajustez la valeur selon votre besoin */

}

.swiper-slide {
   cursor: pointer;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

.gallery-top {
   height: 80%;
   width: 100%;
}

.gallery-thumbs {
   height: 20%;
   box-sizing: border-box;
   padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
   width: 25%;
   height: 100%;
   opacity: 0.4;
   background-size: cover;
   cursor: pointer;
}

.gallery-thumbs .swiper-slide-active {
   opacity: 1;
}

.close-button {
   display: none;
   height: 45px;
   width: 45px;
   color: #fff;
   position: fixed;
   top: 15px;
   right: 15px;
   font-size: 32px;
   text-align: center;
   cursor: pointer;
   z-index: 9999;
   opacity: .75;
}

.close-button:before {
   content: '×';
}

.close-button:hover,
.close-button:active {
   opacity: 1;
}

.fullscreen {
   position: fixed;
   z-index: 9999;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #161418;
}

.fullscreen .gallery-top .swiper-slide {
   cursor: default;
   background-size: contain;
}

.fullscreen .close-button {
   display: block;
}

.fullscreen .gallery-top {
   height: 100%
}

.fullscreen .gallery-thumbs {
   background-color: #000;
   height: 20%;
   position: fixed;
   bottom: 0;
   width: 100%;
   opacity: 0;
   z-index: 10;
   transition: opacity .3s ease-in-out;
   transition-delay: .5s;
}

.fullscreen .gallery-thumbs:hover {
   opacity: 1;
   transition-delay: 0s;
}

.filepond--credits {
  display: none;
}


#bottomButton {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s;
}

#bottomButton:hover,
#bottomButton:focus {
  opacity: 1;
}

.clickable-container.clicked {
  transform: scale(0.95);
  transition: transform 0.2s ease;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
}


.car-spec {
  font-size:17px;
  font-family: 'Mona-Sans-BlackWide'!important;
}


@font-face {
  font-family: 'Mona-Sans-BlackItalic';
  src: url('../fonts/Mona-Sans-BlackItalic.ttf') format('truetype');
  /* Ajoutez d'autres formats si nécessaire */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mona-Sans-BlackWide';
  src: url('../fonts/Mona-Sans-BlackWide.ttf') format('truetype');
  /* Ajoutez d'autres formats si nécessaire */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mona-Sans';
  src: url('../fonts/Mona-Sans.ttf') format('truetype');
  /* Ajoutez d'autres formats si nécessaire */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSauceTwo-Medium';
  src: url('../fonts/OpenSauceTwo-Medium.ttf') format('truetype');
  /* Ajoutez d'autres formats si nécessaire */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSauceOne-Bold';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  /* Ajoutez d'autres formats si nécessaire */
  font-weight: normal;
  font-style: normal;
}



h2 {
  font-family: 'Mona-Sans-BlackItalic', sans-serif!important;
}

h4 {
  font-family: 'OpenSauceOne-Bold', sans-serif!important;
}

.list-feature h2 {
  font-size:18px;
}

.section-overlay{
  position: relative;
}
.section-overlay::before {
  position: absolute;
  content: "";
  background-color: rgb(43 43 43 / 57%);
  border-radius: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.button-inside-overlay {

  z-index: 2; /* Assurez-vous que le bouton est au-dessus de l'overlay */
  position:absolute;
  top:40%;
  left:20%;
}

.feature-icon {
  display: flex;          /* Enable flexbox */
  align-items: center;    /* Vertical centering */
  justify-content: center;/* Horizontal centering */
}

.description-intro {
  background-color: #202020;
  padding: 10px;
  display: flex;
  align-items: center;
}

.description-content {
  flex-grow: 1;
}

.description-full {
  color: #e1e1e1;
  display: none;
}

#readMoreLink {
  background-color: #202020;
  color: #e1e1e1;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 10px;
}


:root {
  /* Définitions pour box-danger */
  --danger-shadow-color: 10deg 99% 29%;
  --danger-shadow-elevation-low:
    0.3px 0.5px 0.8px hsl(var(--danger-shadow-color) / 0.06),
    0.5px 0.9px 1.5px -0.2px hsl(var(--danger-shadow-color) / 0.25),
    1px 2px 3.2px -0.4px hsl(var(--danger-shadow-color) / 0.44);
  --danger-shadow-elevation-medium:
    0.3px 0.5px 0.8px hsl(var(--danger-shadow-color) / 0.06),
    1.1px 2.3px 3.7px -0.1px hsl(var(--danger-shadow-color) / 0.21),
    2.4px 4.8px 7.7px -0.3px hsl(var(--danger-shadow-color) / 0.36),
    5px 10px 16px -0.4px hsl(var(--danger-shadow-color) / 0.51);
  --danger-shadow-elevation-high:
    0.3px 0.5px 0.8px hsl(var(--danger-shadow-color) / 0.06),
    2.4px 4.8px 7.7px -0.1px hsl(var(--danger-shadow-color) / 0.13),
    4.3px 8.5px 13.6px -0.1px hsl(var(--danger-shadow-color) / 0.2),
    6.3px 12.7px 20.3px -0.2px hsl(var(--danger-shadow-color) / 0.27),
    9px 18px 28.8px -0.3px hsl(var(--danger-shadow-color) / 0.34),
    12.7px 25.4px 40.7px -0.3px hsl(var(--danger-shadow-color) / 0.4),
    17.9px 35.8px 57.3px -0.4px hsl(var(--danger-shadow-color) / 0.47),
    25px 50px 80.1px -0.4px hsl(var(--danger-shadow-color) / 0.54);

  /* Définitions pour box-success */
  --success-shadow-color: 102deg 79% 33%;
  --success-shadow-elevation-low:
    1px 1px 1.2px hsl(var(--success-shadow-color) / 0.7),
    1.5px 1.5px 1.9px -2.1px hsl(var(--success-shadow-color) / 0.51),
    4.4px 4.4px 5.5px -4.1px hsl(var(--success-shadow-color) / 0.33);
  --success-shadow-elevation-medium:
    1px 1px 1.2px hsl(var(--success-shadow-color) / 0.73),
    2.4px 2.4px 3px -1.4px hsl(var(--success-shadow-color) / 0.59),
    7.9px 7.9px 9.8px -2.8px hsl(var(--success-shadow-color) / 0.44),
    22.2px 22.2px 27.5px -4.1px hsl(var(--success-shadow-color) / 0.3);

  --success-shadow-elevation-high:
    1px 1px 1.2px hsl(var(--success-shadow-color) / 0.78),
    3.7px 3.7px 4.6px -0.7px hsl(var(--success-shadow-color) / 0.69),
    8.9px 8.9px 11px -1.4px hsl(var(--success-shadow-color) / 0.6),
    20px 20px 24.8px -2.1px hsl(var(--success-shadow-color) / 0.51),
    40.3px 40.3px 50px -2.8px hsl(var(--success-shadow-color) / 0.43),
    73.2px 73.2px 90.8px -3.5px hsl(var(--success-shadow-color) / 0.34),
    122px 122px 151.4px -4.1px hsl(var(--success-shadow-color) / 0.25);
}

/* Application des ombres aux classes spécifiques */
.box-danger {
  box-shadow: var(--danger-shadow-elevation-low);
}

.box-success {
  box-shadow: var(--success-shadow-elevation-low);
}

/* Démonstration de niveaux d'ombre différents */
.box-danger-medium {
  box-shadow: var(--danger-shadow-elevation-medium);
}

.box-success-medium {
  box-shadow: var(--success-shadow-elevation-medium);
}

.box-danger-high {
  box-shadow: var(--danger-shadow-elevation-high);
}

.box-success-high {
  box-shadow: var(--success-shadow-elevation-high);
}


/* Styles supplémentaires pour les boîtes */
.box {
  background-color: white; /* Fond blanc */
  padding: 20px; /* Rembourrage */
  margin: 10px; /* Espace entre les éléments */
  border-radius: 10px; /* Coins arrondis */
  text-align: center; /* Texte centré */
}

.navbar {
  white-space: nowrap; /* Empêche les retours à la ligne */
}

.navbar .nav {
  flex-wrap: nowrap; /* Garde les éléments sur une seule ligne */
  justify-content: space-between; /* Espace uniformément les éléments */
  width: 100%; /* Prend toute la largeur */
}

.navbar .nav-item {
  flex: 1; /* Proportion égale pour chaque élément */
  text-align: center; /* Centre le texte dans chaque élément */
}

.navbar .nav-link {
  display: flex; /* Utilisation de Flexbox */
  color: white;
  flex-direction: column; /* Positionne les icônes au-dessus du texte */
  align-items: center; /* Centre le contenu verticalement */
  font-family: 'Mona-Sans-BlackItalic';
}
.menu-divider {
  margin: 0; /* Aucun espace supplémentaire */
  height: 4px; /* Épaisseur de la ligne */
  background-color: #ccc; /* Couleur de la ligne */
}

.title {
  font-family: 'OpenSauceOne-Bold'!important;
}

.topNotification {
  position: fixed;
  margin: auto;
  top: -50px; /* Hors de l'écran */
  left: 0;
  z-index: 1000;
  text-align: center;
  background: #17b81f; /* Couleur de Bootstrap "info" */
  color: white;
  padding: 10px;
  transition: top 0.5s; /* Animation de glissement */
}

.spinner {
  margin-right: 10px;
}


/* Price card styles */
.price-card {
  background: linear-gradient(135deg, #303030f0, #0b0b0bf0);
  color: white;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
  text-align: center; /* Centre le texte */
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease-in-out;
  }
   
   

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

.price-card h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #dedede;
  text-transform: uppercase;
}

.price-card p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  color: #b0e0f8;
  opacity: 0.9;
}

.price {
  font-size: 36px;
  color: #FFFFFF;
  margin-top: 25px;
  font-family: 'OpenSauceOne-Bold';
  margin-bottom: 5px;
}

.price small {
  font-size: 18px;
  color: #bbd1d9;
}
.features {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  font-family: 'OpenSauceOne-Bold';
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Aligne les éléments à gauche */
  justify-content: center; /* Centre les éléments verticalement */
}
.features li {
  margin-bottom: 12px;
  font-size: 16px;
  position: relative;
}

.features li::before {
  content: "\2713"; /* Unicode pour le symbole de vérification */
  position: absolute;
  left: 0; /* Positionne le symbole à gauche */
  top: 50%;
  transform: translateY(-50%);
  color: #4CAF50;
  font-size: 1em;
}

.features li span {
  margin-left: 20px; /* Ajuste l'espace entre l'icône et le texte */
}

.upgrade-btn {
  background-color: #eeeeee;
  color: black;
  padding: 15px 30px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  border-radius: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(124, 124, 124, 0.4);
  letter-spacing: 1px;
}

.upgrade-btn:hover {
  color: black;
  transform: scale(1.05);
}


.share-modal a{
  font-family: 'OpenSauceOne-Bold';
  color: #000;
  border-radius: 15px;
}

.share-modal a:hover {
  background-color: #e7e7e7;
}

.share-field {
  display: inline-flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 100%;
  padding: 8px 12px;
}

.share-field-text {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #333;
}

.share-field-button {
  background-color: #fff;
  color: rgb(16, 16, 16);
  font-weight: bold;
  border: none;
  border-radius: 16px;
  padding: 4px 12px;
  cursor: pointer;
  font-size: 12px;
  margin-left: auto;
}

.social-links input {
  background-color: #0f0f0f;
}

/* Keyframes pour l'effet de rebond perpétuel */
@keyframes perpetual-bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Appliquez l'animation avec répétition infinie */
.bouncing {
  animation: perpetual-bounce 2s infinite; /* Durée de 2 secondes avec répétition infinie */
  position: absolute; /* Assurez-vous que le positionnement reste correct */
  bottom: 0;
  width: 100%;
  height: 60px;
}

input {
   font-family: 'Mona-Sans-BlackItalic';
   color: white;
}

.form-label {
   font-family: 'Mona-Sans-BlackItalic';
   color: white;
}

.btn {
   font-family: 'OpenSauceOne-Bold'!important;
}

    .font-square {
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        padding: 20px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px;
    }
    

    .background-square {
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        height: 150px;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .background-square img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px;
    }

    .badge-price {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #28a745;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        font-family: 'OpenSauceOne-Bold'!important;
    }

    .badge-price-font {
        top: 10px;
        right: 10px;
        background-color: #28a745;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        font-family: 'OpenSauceOne-Bold'!important;
    }

    .badge-selected {
        background-color: blue;
    }

    .selected {
        border-color: #442dff;
        border-width: 5px;
    }
    body { padding-right: 0 !important }

    .drop-shadow {
      filter: drop-shadow(2px 4px 6px black);
    }

    .btn-shadow {
      border: 1px solid #525252!important;
      filter: drop-shadow(1px 1px 2px black);
    }