/* Styles pour superposer du texte sur la vidéo */
.video-section {
    position: relative;
    height: 100vh; /* 100% de la hauteur de la vue */
    background: url('assets/img/clip-short-version-with-music.mp4') no-repeat center center fixed;
    background-size: cover;
}

.video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;
} /* Styles pour superposer du texte sur la vidéo */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Prend toute la hauteur de l'écran */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Place la vidéo en arrière-plan */
}

.video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-family: 'Arial', sans-serif;
}

.video-text h1 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0.7px;
    text-shadow: 3px -3px 1px rgba(222.7, 151.87171739130432, 11.135000000000009, 0.63);
    color: #fff;
}

.video-text h2 {
    font-size: 1.8823529411765rem;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.2em;
}

/* Animation de texte "tapez" avec effacement et réécriture */
.typewriter h2 {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation: type-erase 6s steps(30, end) infinite;
}

@keyframes type-erase {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}




.text-warninge{
    color: #EA8535!important;
}
.exad-dual-button.exad-dual-button-align-center {
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    color: #ffffff!important;
    background-color: #FF7B00!important;
    border-color: #FF7B00!important;
    border-radius: 56px!important;
    box-shadow: 4px 4px 11px 0px #FF7B00!important;
    font-family: "Montserrat", Sans-serif!important;
    padding: 12px!important;
}

.btn-primary:hover {
    color: #ffffff!important;
    background-color: #1E408F!important;
    border-color: #1E408F!important;
    border-radius: 56px!important;
    box-shadow: 4px 4px 11px 0px #1E408F!important;
}

.btn-primary-2 {
    color: #ffffff!important;
    background-color: #FF7B00!important;
    border-color: #FF7B00!important;
    border-radius: 56px!important;
    box-shadow: 4px 4px 11px 0px #FF7B00!important;
    font-family: "Montserrat", Sans-serif!important;
    padding: 12px!important;
}

.btn-primary-2:hover {
    color: #ffffff!important;
    background-color: #0084FF!important;
    border-color: #0084FF!important;
    border-radius: 56px!important;
    box-shadow: 4px 4px 11px 0px #0084FF!important;
}

.btn-secondary {
    color: #ffffff!important;
    background-color: #0084FF!important;
    border-color: #0084FF!important;
    border-radius: 56px!important;
    box-shadow:  4px 4px 11px 0px #0084FF!important;
    font-family: "Montserrat", Sans-serif!important;
    padding: 12px!important;
}

.btn-secondary:hover {
    color: #ffffff!important;
    background-color: #1E408F!important;
    border-color: #1E408F!important;
    border-radius: 56px!important;
    box-shadow: 4px 4px 11px 0px #1E408F!important;
}

.btn-third {
    color: #0084FF!important;
    border-color: #0084FF!important;
    border-radius: 56px!important;
    font-family: "Montserrat", Sans-serif;
    padding: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.6);
}

.btn-third::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #FF7B00;
    transition: width 0.5s;
    z-index: -1;
}

.btn-third:hover {
    color: #ffffff!important;
    border-color: #FF7B00!important;
    transform: translateX(0px); /* Déplace le contenu vers la droite */
}

.btn-third:hover::before {
    width: 100%; /* Augmente la largeur pour remplir le bouton */
}

.btn-link {
    color: #1E408F!important;
    font-weight: bold!important;
    text-decoration: none!important;
}

.btn-link:hover {
    background-color: #1E408F;
    color: #fff!important;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    z-index: 0;
}

h1{
    font-size: 40px;
    color: #1E408F;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;

}

.custom-h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 19px!important;
}

.custom-p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400!important;
    font-size: 15px!important;
}

.hover-text {
    display: none;
}

.btn:hover .default-text {
    display: none;
}

.btn:hover .hover-text {
    display: inline;
}

.box {
    padding: 60px 50px 60px 50px;
    background-color: var(--e-global-color-accent);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.54);
    background-color: #1E408F; 
    border-radius: 50px;
}

/* Personnalisation des cartes Bootstrap */

.solution .card {
    position: relative;
    overflow: hidden;
    border: none;
}

.solution .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.solution .card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 20px;
    width: 80%;
    padding-top: 25%;
    height: 58%;
    margin-top: -11%;
    text-align: center;
    overflow: hidden;
    transition: border-width 0.3s, width 0.3s, height 0.3s;
    border: 0px solid transparent;
}

.solution .card-title::before,
.solution .card-title::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #fff;
    transition: width 0.3s, height 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centrez le début de chaque bordure */
}

.solution .card-title::before {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    width: 100%;
}

.solution .card-title::after {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    height: 100%;
}

.solution .card-title:hover::before,
.solution .card-title:hover::after {
    width: 100%;
    height: 100%;
}


.solution .card-body {
    padding: 0;
}

.solution .card a {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px; /* Ajoute un espace en bas du bouton */
    transition: opacity 0.3s;
}


.infobox i{
    color: #EA8535;
}

.infobox h2{
    color: #1E408F!important;
}

.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #1E408F!important;
    font-family: 'montserrat', sans-serif;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.accordion-item{
    border: 1px solid !important;
}

.accordion-text , .accordion-body {    
    font-family: 'montserrat', sans-serif !important;
}

  /* Style de base pour les infoboxes */
.exad-infobox {
    background-color: white;
    padding: 20px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    text-align: center;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.7);
}

.exad-infobox h3 {
    font-size: 24px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.exad-infobox p {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat", sans-serif;
}

/* Style pour les icônes */
.exad-infobox-icon {
    font-size: 48px;
    color: #1E408F;
}

.image-box {
    padding: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Ajoutez des styles CSS pour contrôler la taille de la vidéo */
.video-prod {
    width: 100%; /* Définissez la largeur souhaitée */
    height: auto; /* Laissez la hauteur s'ajuster automatiquement */
    border-radius: 10%;
}

.custom-link {
    display: inline-block;
    text-decoration: none !important;
    transition: transform 0.3s;
}

.custom-link:hover {
    transform: scale(0.9);
}

.custom-icon {
    color: #FF7B00!important;
    font-size: 20px;
    vertical-align: middle;
    transition: color 0.3s;
}

.custom-link:hover .custom-icon {
    color: #007BFF; /* Couleur différente au survol */
}

.custom-text {
    color: #FF7B00;
    vertical-align: middle;
    transition: color 0.3s;
    font-weight: bold;
}

.custom-link:hover .custom-text {
    color: #EA8535!important; /* Couleur différente au survol */
}

/* Style pour les compteurs */
.elementor-counter {
    text-align: center;
    margin-bottom: 20px;
}

.elementor-counter-number-wrapper {
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    align-items: center;
}

.elementor-counter-number-prefix,
.elementor-counter-number-suffix {
    flex-grow: 1;
    white-space: pre-wrap;
    text-align: center;
}

.elementor-counter-number-prefix {
    text-align: right;
    color: #FF7B00;
}

.elementor-counter-number-suffix {
    text-align: left;
    color: #FF7B00;
}

.elementor-counter-number {
    color: #FF7B00; /* Couleur du nombre */
}

.elementor-counter-title {
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5;
    color: #555; /* Couleur du titre */
}

/* Style général du carrousel */
#testimonialCarousel {
    background-color: #f8f8f8;
}

/* Style des conteneurs des slides */
.carousel-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.carousel-inner {
    border-radius: 10px;
}

/* Style des titres */
.testimonial-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

/* Style des informations de l'avis */
.testimonial-info {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}

/* Style de l'image */
.testimonial-image {
    border: 5px solid #007BFF;
    border-radius: 50%;
    max-width: 150px;
    transition: transform 0.3s ease-in-out;
}

/* Style de l'indicateur actif */
.carousel-indicators .active {
    background-color: #007BFF;
}

/* Transition de la souris pour les éléments du carrousel */
.carousel-item:hover {
    transform: scale(1.05);
}

.testimonial-image:hover {
    transform: scale(1.2);
}

/* Utilisez des classes Bootstrap pour personnaliser le style des flèches */
#testimonialCarousel .carousel-control-prev, #testimonialCarousel .carousel-control-next {
    color: #000; /* Couleur noire */
    font-size: 2rem; /* Augmente la taille des flèches */
    background-color: transparent; /* Fond transparent */
    width: 40px; /* Largeur des flèches */
    height: 40px; /* Hauteur des flèches */
    border-radius: 50%; /* Arrondi des bords pour un aspect circulaire */
    top: 50%; /* Déplace les flèches verticalement au centre */
    transform: translateY(-50%);
    background-color: #007BFF;
}

/* Style de survol des flèches (facultatif) */
#testimonialCarousel .carousel-control-prev:hover, #testimonialCarousel .carousel-control-next:hover {
    background-color: #007BFF; /* Couleur d'arrière-plan au survol */
    color: #fff; /* Couleur du texte au survol */
}

.carousel-item h3 {
    font-family: "Montserrat", sans-serif;
}

.carousel-item p {
    font-family: "Montserrat", sans-serif;
}

/* Style pour les éléments de l'accordéon personnalisé */
.custom-card {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.custom-card-header {
    background-color: #f5f5f5;
    cursor: pointer;
}

.custom-card-header h2 {
    margin: 0;
}

.custom-card-header button {
    width: 100%;
    text-align: left;
    padding: 15px;
    color: #1E408F; /* Couleur de base du texte */
    transition: color 0.3s; /* Animation de transition de couleur */
}

.custom-card-header .btn-link {
    text-decoration: none;
    font-weight: bold;
}

.custom-card-header .btn-link:focus {
    text-decoration: none;
}

.custom-icon {
    margin-right: 10px;
}

.custom-card-body {
    padding: 15px;
}

/* Navbar */


.navbar > ul
{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
  .navbar > ul li
  {
    display: inline-block;
  }
  .navbar > ul li a
  {
    text-decoration: none;
    color: #000000;
    width: 120px;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    position: relative;
  }
  .navbar > ul li a::before {
background: #000000 none repeat scroll 0 0;
bottom: -2px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 0%;
transition: 0.5s;
}
.navbar > ul li a:hover::before
{
width: 100%;
}

#mainNav {
    background-color: #ffffff;
    margin: auto;
  }
  
  .navbar-nav {
    margin-left: auto;
  }
  
  .nav-link {
    color: black !important;
  }

  .nav-link:hover{
    color: #ff7b00!important;
  }
  
  .navbar-collapse {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
  }
  .active{
    color: #ff7b00;
  }
  
  /* Styles pour le bouton de navigation */
.navbar-toggler {
  border: none; /* Supprime la bordure par défaut du bouton */
  background-color: transparent; /* Arrière-plan transparent */
  transition: background-color 0.3s ease; /* Transition de couleur en douceur */
  position: relative; /* Position relative pour les éléments enfants */
}

/* Styles pour l'icône du bouton de navigation */
.navbar-toggler-icon {
  background-color: #000000; /* Couleur de fond de l'icône (blanc) */
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease; /* Transition de la largeur en douceur */
}


.footer-bg {
    background-color: rgba(0, 0, 0, 0.6); /* Couleur noire avec une opacité de 0.5 */
    background-blend-mode: multiply; /* Mélanger avec l'image de fond */
    height: 50vh;
}


/* Styles pour la section avec l'image d'arrière-plan */
.image-container {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh; /* Ajustez la hauteur comme vous le souhaitez */
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Ajoutez un fond transparent ou une couleur d'overlay */
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-align: center;/* Ajustez la marge intérieure comme vous le souhaitez */
}

.image-text h1 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.7px;
    text-shadow: 3px -3px 1px rgba(222.7, 151.87171739130432, 11.135000000000009, 0.63);
    color: #fff;
    font-size: 3.5294117647059rem;
}

.image-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.2em;
}

.card .card-header .btn {
    width: 100%; /* Remplit la largeur de la carte */
    text-align: left; /* Alignement du texte à gauche */
    padding: 1rem; /* Espace interne pour améliorer la convivialité */
}

/* Styles pour la section principale */
.section-container {
    background-color: #f0f0f0;
    padding: 40px 0;
}

.section-title {
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
}

.section-paragraph {
    font-size: 1em;
    color: #666;
}

/* Styles pour les colonnes */
.section-image {
    max-width: 100%;
    height: auto;
}

.section-list {
    list-style: none;
    padding: 0;
}

.section-list-item {
    margin: 5px 0;
}

/* Styles pour le bouton */
.section-button {
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s;
}

.section-button:hover {
    background-color: #0056b3;
}

@media (max-width: 1441px) {
    .mobile-marg{
        margin: 10px !important;
        text-align: center;
        font-size: 15px !important;
    }

    .elementor-counter-number-wrapper{
        font-size: 40px;
    }
    
}

@media (max-width: 870px) {

    .elementor-counter-number-wrapper{
        font-size: 30px!important;
    }
    
}


@media (max-width: 768px) {
    .section-title {
        font-size: 1.2em;
    }

    .typewriter h2{
        font-size: 18px;
    }

    .section-paragraph {
        font-size: 0.9em;
    }

    .video-container {
        position: relative;
        width: 100%;
        height: 22cm;
        overflow: hidden;
    }

    iframe {
        display: none;
    }

    #testimonialCarousel .carousel-control-prev {
        display: none;
    }

    #testimonialCarousel .carousel-control-next {
        display: none;
    }

    .btn-primary {
        margin-bottom: 1rem;
    }

    .solution .card::before {
        height: 78%;
    }

    .footer-bg {
        height: 100vh;
    }

    .mobile-display{
        display: none;
    }

    .mobile-align{
        text-align: center;
    }

    .mobile-font{
        font-size: 14px!important;
    }
}


.copyright {
    background-color: #1E408F; 
    padding: 10px 15px; 
    text-align: center; 
}

.copyright a {
    text-decoration: none; 
    color: #fff; 
    padding: 0 5px; 
    transition: color 0.3s; 
}


/* =====================================================
   STYLES BOUTIQUE - PRODUITS REBORNE
   ===================================================== */

/* Container principal de la boutique */
.shop-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    padding: 40px 0;
}

/* Grille des produits */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

/* Carte produit individuelle */
.product-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(30, 64, 143, 0.2);
}

/* Image du produit */
.product-image-container {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: linear-gradient(45deg, #1E408F, #0084FF);
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image {
    transform: scale(1.1);
}

/* Overlay avec icônes d'action */
.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 64, 143, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

/* Icônes d'action */
.product-actions {
    display: flex;
    gap: 15px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.product-card:hover .product-actions {
    transform: translateY(0);
}

.action-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E408F;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.action-icon:hover {
    background: #FF7B00;
    color: #ffffff;
    transform: scale(1.1);
}

/* Contenu de la carte */
.product-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Titre du produit */
.product-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1E408F;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Description courte */
.product-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Prix */
.product-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FF7B00;
    text-align: center;
    margin: 0;
    padding: 15px;
    background: linear-gradient(135deg, #1E408F, #0084FF);
    color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(30, 64, 143, 0.3);
}

/* Badge de stock */
.stock-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #28a745;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.stock-badge.low {
    background: #ffc107;
    color: #000;
}

.stock-badge.out {
    background: #dc3545;
}

/* Bouton d'ajout au panier */
.add-to-cart-btn {
    background: linear-gradient(135deg, #FF7B00, #EA8535);
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(255, 123, 0, 0.3);
}

.add-to-cart-btn:hover {
    background: linear-gradient(135deg, #1E408F, #0084FF);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 64, 143, 0.4);
    color: #ffffff;
    text-decoration: none;
}

/* Titre de la section */
.shop-title {
    text-align: center;
    margin-bottom: 50px;
    color: #1E408F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    position: relative;
}

.shop-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #FF7B00, #EA8535);
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        padding: 15px;
    }
    
    .product-image-container {
        height: 220px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
        min-height: 40px;
    }
    
    .product-price {
        font-size: 20px;
        padding: 12px;
    }
    
    .shop-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .product-image-container {
        height: 200px;
    }
    
    .action-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Animation d'entrée */
.product-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.product-card:nth-child(1) { animation-delay: 0.1s; }
.product-card:nth-child(2) { animation-delay: 0.2s; }
.product-card:nth-child(3) { animation-delay: 0.3s; }
.product-card:nth-child(4) { animation-delay: 0.4s; }
.product-card:nth-child(5) { animation-delay: 0.5s; }
.product-card:nth-child(6) { animation-delay: 0.6s; }

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

/* Loading state */
.product-card.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* =====================================================
   MODAL PRODUIT REBORNE
   ===================================================== */

/* Modal principal */
.product-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

/* Header du modal */
.product-modal-header {
    background: linear-gradient(135deg, #1E408F, #0084FF);
    border: none;
    padding: 25px 30px;
    position: relative;
}

.modal-title-container {
    flex-grow: 1;
}

.modal-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.product-category {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.modal-close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Body du modal */
.product-modal-body {
    padding: 0;
}

.product-modal-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

/* Section Image */
.product-modal-image-section {
    background: #f8f9fa;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-image-wrapper {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(45deg, #1E408F, #0084FF);
}

.product-modal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-image-wrapper:hover .product-modal-image {
    transform: scale(1.05);
}

.product-image-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.product-badge {
    background: linear-gradient(135deg, #FF7B00, #EA8535);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Galerie miniatures */
.product-gallery-thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.thumb-item {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumb-item.active {
    border-color: #FF7B00;
}

.thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section Informations */
.product-modal-info-section {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #ffffff;
}

/* Prix et Actions */
.product-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.product-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FF7B00;
}

.product-actions-modal {
    display: flex;
    gap: 10px;
}

.action-btn {
    width: 45px;
    height: 45px;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    background: #ffffff;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-btn:hover {
    border-color: #FF7B00;
    color: #FF7B00;
    transform: scale(1.1);
}

/* Sections de contenu */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1E408F;
    margin-bottom: 15px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(135deg, #FF7B00, #EA8535);
    border-radius: 2px;
}

/* Description */
.product-description-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #FF7B00;
    margin-bottom: 20px;
}

.product-description-text br {
    margin-bottom: 8px;
}

/* Caractéristiques */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.feature-item i {
    color: #FF7B00;
    font-size: 16px;
    width: 20px;
}

.feature-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Section Panier */
.product-cart-section {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border: 1px solid #e9ecef;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.quantity-selector label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #ffffff;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: #FF7B00;
    color: #ffffff;
}

#quantity {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #ffffff;
}

/* Actions du panier */
.cart-actions {
    display: flex;
    gap: 15px;
}

.add-to-cart-modal-btn, .buy-now-btn {
    flex: 1;
    padding: 15px 25px;
    border: none;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.add-to-cart-modal-btn {
    background: linear-gradient(135deg, #FF7B00, #EA8535);
    color: #ffffff;
}

.add-to-cart-modal-btn:hover {
    background: linear-gradient(135deg, #1E408F, #0084FF);
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

.buy-now-btn {
    background: linear-gradient(135deg, #1E408F, #0084FF);
    color: #ffffff;
}

.buy-now-btn:hover {
    background: linear-gradient(135deg, #FF7B00, #EA8535);
    transform: translateY(-2px);
}

/* Informations supplémentaires */
.product-extra-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
}

.info-item i {
    color: #FF7B00;
    width: 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .product-modal-container {
        grid-template-columns: 1fr;
    }
    
    .product-modal-image-section {
        padding: 20px;
    }
    
    .product-modal-info-section {
        padding: 20px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .cart-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .product-modal-header {
        padding: 20px;
    }
    
    .modal-title {
        font-size: 20px;
    }
    
    .product-price {
        font-size: 24px;
    }
    
    .product-image-wrapper {
        height: 300px;
    }
}

.financeurs-section {
    text-align: center;
    margin-top: 0;
    box-shadow: 0 2px 12px rgba(30,64,143,0.07);
    font-family: 'Montserrat', sans-serif;
}

.financeurs-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 18px;
}

.financeur-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(30,64,143,0.07);
    padding: 10px 18px;
    max-width: 200px;
    max-height: 70px;
    width: auto;
    height: 70px;
    object-fit: contain;
    transition: transform 0.2s, box-shadow 0.2s;
}
.financeur-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(30,64,143,0.13);
}

.financeurs-texte {
    color: #FF7B00;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 700px;
    font-weight: 500;
}

.financeurs-texte strong {
    color: #FF7B00;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@media (max-width: 900px) {
    .financeurs-logos {
        gap: 18px;
    }
    .financeur-logo {
        max-width: 120px;
        max-height: 50px;
        height: 50px;
        padding: 6px 8px;
    }
    .financeurs-section {
        padding: 20px 2vw 10px 2vw;
    }
    .financeurs-texte {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .financeurs-logos {
        flex-direction: column;
        gap: 10px;
    }
    .financeur-logo {
        max-width: 90vw;
        max-height: 40px;
        height: 40px;
        padding: 4px 4vw;
    }
    .financeurs-section {
        padding: 12px 1vw 6px 1vw;
    }
}

/* === PANIER (cart) === */
body {
  background: #f7f8fa;
  font-family: 'Montserrat', sans-serif;
}
.cart-section {
  max-width: 700px;
  margin: 60px auto 30px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(30,64,143,0.09);
  padding: 32px 18px 24px 18px;
}
.cart-title {
  color: #1E408F;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 28px;
  text-align: center;
}
.product-card {
  display: flex;
  align-items: center;
  background: #f9fafc;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(30,64,143,0.07);
  margin-bottom: 18px;
  padding: 14px 18px;
  transition: box-shadow 0.2s;
}
.product-card:hover {
  box-shadow: 0 4px 16px rgba(30,64,143,0.13);
}
.product-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  margin-right: 22px;
  border: 1px solid #e3e6ee;
  box-shadow: 0 1px 4px rgba(30,64,143,0.04);
}
.product-details {
  flex-grow: 1;
  min-width: 0;
}
.product-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1E408F;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 1rem;
  color: #FF7B00;
  font-weight: 500;
}
.remove-btn {
  background: #fff0e6;
  color: #FF7B00;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 1px 4px rgba(255,123,0,0.07);
}
.remove-btn:hover {
  background: #FF7B00;
  color: #fff;
}
.subtotal {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1E408F;
  margin: 30px 0 10px 0;
  text-align: right;
}
.cart-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}
.btn-clear {
  background: #fff0e6;
  color: #FF7B00;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 18px;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 1px 4px rgba(255,123,0,0.07);
}
.btn-clear:hover {
  background: #FF7B00;
  color: #fff;
}
.btn-checkout {
  background: #1E408F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 18px;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 1px 4px rgba(30,64,143,0.07);
}
.btn-checkout:hover {
  background: #FF7B00;
  color: #fff;
}
@media (max-width: 600px) {
  .cart-section {
    padding: 12px 2vw 10px 2vw;
  }
  .product-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 6px;
  }
  .product-img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
  }
  .subtotal {
    font-size: 1.05rem;
  }
}