.elementor-kit-958{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-91b5d07:#004188;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-958 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.entry-title {
    display: none !important;
}


            /* === Conteneur principal === */
            /* ======== Conteneur pour les cartes ======== */
            /* ======== Conteneur principal ======== */
            .pack-container {
                display: flex;
                justify-content: center;
                gap: 20px;
                padding: 20px;
                flex-wrap: nowrap;
                text-align: center;
            }

            /* ======== Carte individuelle ======== */
            .pack-card {
                background: #fff;
                border: 1px solid #eee;
                border-radius: 12px;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
                padding: 20px;
                flex: 1;
                max-width: 280px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
                min-height: 400px;
                /* Aligne les cartes à la même hauteur */
            }

            .pack-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            }

            /* ======== Contenu texte ======== */
            .pack-card-content {
                flex: 1;
            }

            /* ======== Images ======== */
            .pack-image {
                max-width: 100%;
                height: 120px;
                object-fit: contain;
                margin-bottom: 15px;
            }

            /* ======== Titres ======== */
            .pack-card h3 {
                font-size: 1.3rem;
                margin-bottom: 10px;
                color: #333;
            }

            .pack-card h3 span {
                font-size: 1rem;
                color: #777;
                font-weight: normal;
            }

            /* ======== Texte descriptif ======== */
            .pack-card p {
                font-size: 0.95rem;
                color: #555;
                margin-bottom: 15px;
                line-height: 1.4;
            }

            /* ======== Prix ======== */
            .pack-card .price {
                font-size: 1.1rem;
                font-weight: bold;
                color: #ff6b00;
                margin-bottom: 10px;
                text-align: center;
            }

            /* ======== Footer avec bouton ======== */
            .pack-footer {
                margin-top: auto;
                text-align: center;
                padding-top: 10px;
                border-top: 1px solid #eee;
            }

            /* ======== Boutons ======== */
            .pack-button {
                display: inline-block;
                background: #ff6b00;
                color: white !important;
                text-decoration: none !important;
                padding: 10px 20px;
                border-radius: 8px;
                font-weight: bold;
                transition: background 0.3s ease, transform 0.2s ease;
            }

            .pack-button:hover {
                background: #e65c00;
                transform: scale(1.05);
            }

            .pack-button.secondary {
                background: #333;
            }

            .pack-button.secondary:hover {
                background: #000;
            }

            /* ======== Responsive mobile ======== */
            @media (max-width: 768px) {
                .pack-container {
                    flex-wrap: wrap;
                }

                .pack-card {
                    max-width: 90%;
                    min-height: auto;
                    /* Sur mobile, hauteur auto pour éviter le vide */
                }
            }
            
            
            
            
            .elementor-1478 .elementor-element.elementor-element-23914dde .elementor-nav-menu--dropdown li{
background: white  ;              color:black!important;
                
            }
            
            
            
                   .elementor-1478 .elementor-element.elementor-element-23914dde .elementor-nav-menu--dropdown li a{           color:black!important;
                
            }
            
       @media screen and (max-width: 768px) {     
      .burger-row {
    --display: flex;
    position:
    absolute!important;
    right: 10px!important;
          
      }  
        }/* End custom CSS */