/* *************** SHOP ************ */

    /* PANIER EN HAUT A DROITE */
.panierLateral{
    position: fixed;
    z-index: 1000;
    background-color: #00164d;
    top: 0;
    right: 0;
    padding: 13px 40px 20px 20px;
}
.attributPanier{
    color: #fff;
    background-color: orangered !important;
    top: 2px;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 6px 0px 6px;
}
/*téléphone*/
@media only screen and (max-width: 767px){
  .panierLateral{
        top: auto;                /* IMPORTANT : annule top */
        bottom: 0;                /* place en bas */
        left: 0;                  /* occupe toute la largeur si besoin */
        right: 0;
        width: 100%;
        height: auto;             /* ou height: 72px; selon design */
        padding: 17px 16px calc(12px + env(safe-area-inset-bottom)); /* safe area */
        text-align: center;
        box-sizing: border-box;
      }
    .attributPanier{
        right: 154px;
        top: 5px;
    }
}
/*tablette*/
@media (min-width: 768px) and (max-width: 1023px) { 
    .panierLateral{
        top: auto;                /* IMPORTANT : annule top */
        bottom: 0;                /* place en bas */
        left: 0;                  /* occupe toute la largeur si besoin */
        right: 0;
        width: 100%;
        height: auto;             /* ou height: 72px; selon design */
        padding: 17px 16px calc(12px + env(safe-area-inset-bottom)); /* safe area */
        text-align: center;
        box-sizing: border-box;
    }
    .attributPanier{
        right: 344px;
        top: 5px;
    }
}

/* pc portable*/
@media (min-width: 1024px) and (max-width: 1280px) {
    .panierLateral{
        top: auto;                /* IMPORTANT : annule top */
        bottom: 0;                /* place en bas */
        left: 0;                  /* occupe toute la largeur si besoin */
        right: 0;
        width: 100%;
        height: auto;             /* ou height: 72px; selon design */
        padding: 17px 16px calc(12px + env(safe-area-inset-bottom)); /* safe area */
        text-align: center;
        box-sizing: border-box;
    }
    .attributPanier{
        right: 574px;
        top: 5px;
    }
}
    /* BOUTON AJOUTER AU PANIER */
.btnAddPanier{
    width: 100%;
    background-color: #d2e154;
}
.btnAddPanier:hover{
    width: 100%;
    background-color: #e0ec7e;
    color: #00164d;
    border-color: #e0ec7e !important;
}
.f-right{
    float: right;
}
.a-right{
    text-align: right;
}
.btnShop{ 
    width: 100%;
}
.labelPanier{
    font-weight: 700;
}
.flexShop{
    display: flex;
}
.myInputPanier {
    width: 25% !important;    /* remplace ton ancien 100% !important */
    margin-left: auto !important;  
    display: block !important; /* supprime le Flex sur l’input */  
}
.formPanier{
    float: right;
}
@media(max-width:767px){
    .dnPanier{
        display: none;
    }
    .myInputPanier {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .formPanier{
        float: right;
        width: 100% !important;
    }
}
.widthfImg{
    width: 3.5rem;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a::after, body:not(.woocommerce-page) table tr:hover td, body:not(.woocommerce-page) table tr:hover td a {
    color: #000;
}
.summaryPanier{
    text-align: right;
}
.hrPanier{
    margin-top: 1.25rem;
}
.chevron {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ced4da' d='M2 0L0 2h4L2 0z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: .65em auto;
    padding-right: 2.25rem; /* Pour éviter que le texte ne chevauche le chevron */
    appearance: none; /* Supprime le style natif */
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    color: #2f2e2e;
}

/* accordion*/
.answer {
    display: none;
}
.question.active .answer {
    display: block;
}
/* Désactive totalement l'accordéon Muffin */
.mfn-acc .answer {
    display: none !important;
}
.mfn-acc .question.active .answer {
    display: block !important;
}


/*.myButton {
	display: inline-block;
	padding: 11px 20px;	
	cursor: pointer;
	margin-right: 7px;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	background-color: #fe6432;
        color: #fff;
}*/


    /* LISTE DES PRODUITS SWIPER */
.containerShop {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}    
.swiper-container {
    width: 100%;
    overflow: hidden; /* Empêche les débordements */
}

/* Wrapper des slides */
.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Animation fluide */
}

/* Slide individuelle */
.swiper-slide {
    flex: 0 0 auto; /* Taille fixe gérée par Swiper */    
    box-sizing: border-box; /* Inclut les paddings et bordures */    
}

/* Images dans les slides */
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

/* Pagination */
.swiper-pagination {
    bottom: 15px; /* Ajustement du positionnement */
    text-align: center;
}

.swiper-pagination-bullet {
    background: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #333;
}

/* Boutons de navigation */
.swiper-button-prev, .swiper-button-next {
    font-size: 10px !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;  /* Pour les rendre ronds */
    background-color: #484a7d;  /* Couleur de fond blanche */
    color: #000;  /* Couleur de l'icône noire */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;  /* Opacité légère */
    transition: opacity 0.3s ease;  /* Transition pour l'opacité au survol */
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;  /* Opacité à 1 au survol */
    background-color: #fff;  /* Fond noir au survol */
    color: #484a7d;  /* Texte de couleur blanche au survol */
}

/* Responsive */
@media (min-width: 1200px) {
    .swiper-slide {
        width: calc(100% / 4); /* 4 slides */
    }
}

@media (max-width: 1199px) and (min-width: 993px) {
    .swiper-slide {
        width: calc(100% / 3); /* 3 slides */
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .swiper-slide {
        width: calc(100% / 2); /* 2 slides */
    }
}

@media (max-width: 480px) {
    .swiper-slide {
        width: 100%; /* 1 slide */
    }
    &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, & .swiper-button-prev {
            left: var(--swiper-navigation-sides-offset,-55px) !important;
            right: auto;
    }
    &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, & .swiper-button-next {
            left: auto;
            right: var(--swiper-navigation-sides-offset,-55px) !important;
    }
}

/* MARGE */
.mtShop80{
    margin-top: 80px;
}
.mtShop100{
    margin-top: 100px;
}
.mtShop40{
    margin-top: 40px !important;
}
@media(max-width:767px){
   
    .mtShop40{
        margin-top: 10px !important;
    }
}

/* Image en plus dans fiche produit */
.thumbnail-shop {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s;
    margin-top: 5px;
}
.thumbnail-shop:hover {
    opacity: 1;
}
.mt70Shop{
    margin-top: 10px;
}
.mtSuccessShop{
    margin-top: 100px;
}
@media only screen and (max-width: 767px) {
    .section_wrapper .custom-width {
        margin: 0;
        width: 25% !important;
        clear: inherit;
    }  
    .mt70Shop{
        margin-top: 70px;
    }
    .mtSuccessShop{
        margin-top: 50px;
    }
}

/* Font */
.ftShop20{
    font-size: 20px !important;
}
.fontDanger{
    color: #842029;
}
.fontInfo{
    color: #0dcaf0;
}




#notificationLienShop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8); /* Fond sombre et semi-transparent */
    color: white;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
}

#notificationLienShop.visible {
    opacity: 1;
    transform: translateY(0);
}

.hiddenNotificationShop {
    display: none;
}






/* Conteneur de la modale */
.modal-overlay-shop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* Prendre toute la largeur de l'écran */
    height: 100%; /* Prendre toute la hauteur de l'écran */
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
    display: flex; /* Utilisation de flexbox pour centrer le contenu */
    justify-content: center; /* Centrer horizontalement */
    align-items: center; /* Centrer verticalement */
    z-index: 9999; /* Assurez-vous que la modale est par-dessus tout */
}

/* Contenu de la modale */
.modal-content-shop {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px; /* Largeur maximale de la modale */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Icône dans la modale */
.modal-content-shop i {
    color: #f39c12; /* Couleur de l'icône */
    margin-right: 10px;
}

.post-footerBis {
	background: rgba(0, 0, 0, .00);
}
/* ******** FIN DU SHOP ******************* */
/* **************************************** */
/* **************************************** */
/* **************************************** */












