*{ 
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    max-width: 100%;
    max-height: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
[data-theme="dark"] {
  --header-bac:url(/assets/acceuild_header.jpg);
     
--footer-bac:url(/assets/acceuild_footer.jpg);
     
--milieu-bac:url(/assets/acceuild_milieu.jpg);
     
--milieu-bac-bas:url(/assets/acceuild_milieu_bas.jpg);
--color-bubble-screen:#4A433D;
--color-bubble2:#E0CDB7;
--color-font2:#E0CDB7;
--base-color-bac:#4A433D;
--base-color2:#ffff;
--color-a:#4A433D;
}
:root{
    --color-header-day:#000;
    --color-a:#3877A2;
    --color-bubble:#63e9f554;
    --color-bubble2:#EC88C4;
    --color-bubble-screen:#EC88C4;
    --color-notif-norm:green;
    --color-notif-err:red;
    --color-bubble_white:rgba(255, 255, 255, 0.27);
    --li-hover:rgb(225, 225, 225);
    --color-back-etage:#A9A9A9;
    --base-color1:white;
    --base-color2:black;
    --base-color-bac:white;
    --base-color2:black;
    --color-font1:black;
    --color-font2:white;
    --color-star:gold;
    --color-input:rgb(34, 34, 67) ;
    --color-text-input:white ;
    --font-general:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    --footer-bac:url(/assets/acceuil_footer.jpg);
    --header-bac:url(/assets/acceuil_header.jpg);
    --milieu-bac:url(/assets/accueil_milieu_test.png);
    --milieu-bac-bas:url(/assets/accueil_milieu_test.png);
    --needle:url('/assets/needdle.png');
}
.lucideIcon{
    stroke: var(--color-font2);
    width: 100%;
}
.lucideIcon:hover{
    cursor: pointer;
}
.headerPop li:hover{
    backdrop-filter: blur(12px);
    color: var(--base-color1);
    background-color: var(--color-a);
    cursor: pointer;
}
.headerPop li{
    padding: 3px;
}
#titreBoutique{
    font-size: 30px;
}
.headerPop{
    position: absolute;
    background:transparent;
    top: 0;
    font-family: var(fo);
    backdrop-filter: blur(10px);
    color: var(--base-color1);
    border: 1px solid var(--color-bubble_white);
    border-radius: 0.5rem;
    width: 10rem;
    font-size: 1rem;
    overflow-y: auto;
    padding: 5px;
    transform: translate(0,2.5rem);
    z-index: 99;
    
     /* Bordure subtile */
    border: 1px solid rgba(255, 255, 255, 0.4);
    
    /* Ombres neumorphiques (clé de l'effet) */
    box-shadow: 
        /* Ombre extérieure douce en bas à droite (sombre) */
        8px 8px 16px rgba(0, 0, 0, 0.15),
        /* Ombre intérieure pour la profondeur */
        inset 2px 2px 4px rgba(255, 255, 255, 0.3),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    
    transition: all 0.3s ease;
}
.pays.show,.langue.show,.notifications.show{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.pays{
    display: none;
    
}
.langue{
    display: none;
}
.notifications{
    display: none;
    width: 15rem;
    right: 0;
    margin-right: 2rem;
}
.notifications li{
    display: flex;
    flex-direction: column;
    position:relative;
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-bubble_white);
}
.notifications li.new{
    color: var(--base-color1);
    background-color: var(--color-a);
}
.date{
    font-size: 0.8rem;
    display: flex;
    justify-content: right;
    u{
        margin-right: 0;
    }
}
li{
    list-style: none;
}
.panier{
    display: none;
    position: absolute;
}
.panier.show{
    display: block;
}
.profileBouton{
    display: none;
    position: absolute;
}
.profileBouton.show{
    display: block;
}
.spanIcon{
    display: none;
    position: absolute;
    font-size: 0.5rem;
    padding: 0.3rem;
    background-color: var(--base-color1);
    color: var(--color-font1);
    transform: translateY(25px);
    border-radius: 0.5rem;
}
.spanIcon.show{
    display: block;
}
.spanIcon:hover{
    cursor:pointer;
}
/*
main{
    height: 70%;
    max-height: max-content;
    width: 100%;
}*/
.Acceuil{
    display: flex;
    flex-direction: column;
}
main{
    display: flex;
    flex-direction: column;
}
header{
    min-width: 100%;
    max-width: none;
    background-color: var(--color-a);
    background-image: var(--header-bac);
    background-repeat: no-repeat;
    background-size:100%;
    background-attachment: local;
    
}
.header{
    max-width: 100%;
    max-height: 100%;

}
.header .header.haut .logo,
.header .header.haut .selectlangue.selectpays,
.header .header.haut .cart,
.header .header.haut .profile,
.header .header.haut .bell
{
    display: flex;
    flex-direction: row  ;
    justify-content: center;
    align-items: center;
    flex:5%;
    width: 100%;
}
.header.haut{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px;
    width: 100%;
}
.header.haut .cart{
    flex:5%;
}/*
.header.haut #panier{
    padding: 2px 2px 2px 2px;
    margin-top: 4px;
     height: 1px;
     justify-content: center;
     align-items: center;
     max-width:2px;
    height: fit-content;
}*/
.header.haut .selectlangue.selectpays{
    flex:5%;
}
.header.haut .logo{
    flex:1 1 15%;
    text-align: center;
    color: var(--color-font2);
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.header .logo span{
    text-align: center;
}
.header.haut .recherche{
    flex:65%;
    padding: 0.1rem;
    display: flex;
    flex-direction: row  ;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
.header.haut .profile{
    flex:  5%;
}
input#barre_recherche{
    padding: 0.4rem;
    background: transparent;
    backdrop-filter: blur(10px);
    
     /* Bordure subtile */
    border: 1px solid rgba(255, 255, 255, 0.4);
    
    /* Ombres neumorphiques (clé de l'effet) */
    box-shadow: 
        /* Ombre extérieure douce en bas à droite (sombre) */
        8px 8px 16px rgba(0, 0, 0, 0.15),
        /* Ombre intérieure pour la profondeur */
        inset 2px 2px 4px rgba(255, 255, 255, 0.3),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    
    transition: all 0.3s ease;
}
input#barre_recherche:focus{
    outline: none;
    border-color: transparent;
}
.search_res.show{
    display: flex; 
}
.search_res{
    display: none;
    flex-direction: column;
    position: absolute;
    overflow-y: scroll;
    z-index: 99;
    background-color: var(--color-a);
    color: var(--base-color1);
    width: 65%;
    top: 0;
    left: 4.5rem;
    right: 0;

    background:rgba(255, 255, 255, 0.071);
    backdrop-filter: blur(.5rem);
    
     /* Bordure subtile */
    border: 1px solid rgba(255, 255, 255, 0.4);
    
    /* Ombres neumorphiques (clé de l'effet) */
    box-shadow: 
        /* Ombre extérieure douce en bas à droite (sombre) */
        8px 8px 16px rgba(0, 0, 0, 0.15),
        /* Ombre intérieure pour la profondeur */
        inset 4px 2px 4px rgba(255, 255, 255, 0.3),
        inset -4px -2px 4px var(#000);
        
    
    transition: all 0.3s ease;
    transform: translate(3.5rem,2.7rem);
    border-radius: 0.3rem;
    padding: .2rem;
    gap: 0.2rem;
    li{
    padding: .5rem;
    text-align: left;
}
}
.search_res li:hover{
    cursor: pointer;
    background-color: var(--color-a);
}
header input{
    color: var(--color-font2);
    background-color:transparent ;
    display: flex;
    flex: 100%;
    justify-content: center;
    align-items: center;
    border: 1px double var(--color-font2);
    height: 30px;
    border-radius: 12px;
}
input::placeholder{
    color: var(--base-color1);
}
input:hover::placeholder{
    color: var(--color-a);
}
header input:hover{
    background-color: var(--base-color1);
    color: rgb(0, 0, 0);
    cursor: pointer;
}
.header.haut svg{
    background: transparent;
    padding:0.2rem;
    height: 1rem;
    overflow: visible;
    border-radius: 50%;
    backdrop-filter:  blur(10px);

     /* Bordure subtile */
    border: 1px solid rgba(255, 255, 255, 0.4);
    
    /* Ombres neumorphiques (clé de l'effet) */
    box-shadow: 
        /* Ombre extérieure douce en bas à droite (sombre) */
        8px 8px 16px rgba(0, 0, 0, 0.15),
        /* Ombre intérieure pour la profondeur */
        inset 2px 2px 4px rgba(255, 255, 255, 0.3),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    
    transition: all 0.3s ease;
}
.notif{
    display: none;
    position: absolute;
    background: var(--color-notif-err);
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    border: 0.05rem solid var(--color-bubble);
    transform: translate(3px,-5px);
}
.notif.new{
    display: block;
}
.bouttons{
    background-color: rgb(34, 34, 67);
    display: flex;
    flex-direction: row;
    width: 100%;
}
button{
    color: var(--color-font2);
    background-color:var(--color-a) ;
    display: flex;
    flex: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    height: 30px;
}
button:hover{
    background-color: var(--base-color1);
    cursor: pointer;
    color: var(--color-font1);
    span{
        color: var(--color-font1);
    }
}
a{
    color:var(--base-color1);
    background-color:var(--color-a);
    display: flex;
    flex: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    height: 30px;
}

body{
    background-color: var(--base-color-bac);
    position: static;
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    max-height: 100vh;
}
img:hover{
    cursor: pointer;
}
.construction{
    color: rgb(255, 104, 3);
    stroke-width: 1px;
}
.store{
    color:var(--base-color1);
    width: 100%;
    height: 100%;
    stroke-width: 1px;
}
.search{
    display: none;
    width: 100%;
    stroke:var(--base-color1);
}
svg[data-lucide="search"]{
        stroke:var(--color-font2);
    }

.notification{
    position: fixed;
    z-index: 99;
    color: var(--base-color1);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: var(--color-notif-norm);
    width: auto;
    height: auto;
    padding: 0.7rem;
    border-radius: 1rem;
    bottom: 0;
    margin-bottom: 0.5rem;
    right: 0;
    animation: notification 2s both ease-in-out;
}
@keyframes notification {
    0%{
        filter: opacity(0);
    }
    100%{
        filter: opacity(10px);
    }
}
.notification.error{
    background-color: var(--color-notif-err);
}




/*Code de la page acceuil spécifique*/
#acceuil_lights{
    position: absolute;
    width: 100%;
}
.column{
    display: flex;
    flex:100%;
    flex-direction: column;
    background-color: var(--color-back-etage);
}
.column_x ul{
    margin-top: 0.5rem;
    width: 95%;
}
.column_x{
    background: var(--milieu-bac);
    background-repeat: no-repeat;
    background-size: cover;
    background-size:100%;
    background-attachment: local;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column_x:last-child{
    background:var(--milieu-bac-bas);   
    background-repeat: no-repeat;
    background-size: cover;
    background-size:100%;
    background-attachment: local;
    height:100%;
  
}
.column ul li img{
    width: 13rem;
    height: 100%;
    border-radius: 50%;
    filter: brightness(120%);
   /* border: 0px solid rgb(255, 127, 127);
    filter: brightness(1);
    filter: drop-shadow(20);
    object-fit: cover;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
    top: 0;
    background:linear-gradient(var(--color-bubble2),var(--color-bubble),var(--color-bubble_white)) ;*/
}
.column ul li input{
    display: none;
}
.bubble{
    position: absolute; 
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    width: 13rem;
    height:100%;
    top: 1;
    background:linear-gradient(var(--color-bubble_white),var(--color-bubble),var(--color-bubble_white)) ;
    background:rgba(255, 255, 255, 0.071);
    backdrop-filter: blur(0px);
    
     /* Bordure subtile */
    border: 1px solid rgba(255, 255, 255, 0.4);
    
    /* Ombres neumorphiques (clé de l'effet) */
    box-shadow: 
        /* Ombre extérieure douce en bas à droite (sombre) */
        8px 8px 16px rgba(0, 0, 0, 0.15),
        /* Ombre intérieure pour la profondeur */
        inset 4px 2px 4px rgba(255, 255, 255, 0.3),
        inset -4px -2px 4px var(--color-bubble),
        inset 0px 1px 4px white;
        
    
    transition: all 0.3s ease;
    animation: bubble_shadow 3s ease-in-out infinite;
}
.bubble:hover{
    cursor:url(/assets/needdle.png) 8 8, pointer;
    transition:all 2s ease-out;
}
.bubble.click{
    animation: pop 3s ease-out;
    transition: 2s ease-in;
}
.column ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.column li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: auto;
    padding: 2px;
    min-height:100%;
    width: 100%;
    overflow: hidden;
    animation:bubble_move 3s ease-in-out infinite;
}
/*
#price_tag{
    position: absolute ;
    width: 100%;
    height: 30%;
    margin-top: 80px;
}*/
.infos_produit{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--base-color-bac);
    border-radius: 15px;
    color: var(--base-color2);
    border: 0.5px solid var(--color-bubble2);
    background-size:calc(100%);
    width: 60%;
    height:25%;
    z-index: 10;
    position: absolute;
    bottom: 0;
    flex-grow: 1;
    overflow: hidden;
}
.infos_produit p{
   /*animation: slide 15s linear infinite;*/
    white-space: nowrap;
    font-size: 13px;
    transition: all 2s ease-in;

}
@keyframes bubble_move{
    0%,100%{
        transform:translateY(-1);
    }
    50%{
        transform:translateY(2px);
    }
}
@keyframes bubble_shadow{
    50%{
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.304);
    }
}
@keyframes pop{
    50%{
        transform: scale(0);
    }
}
/* ecran de publicité*/
.screen{
    overflow:hidden;
}
.screen .screen_add{
    background:var(--color-a);
    background-repeat: no-repeat;
    background-size: cover;
    background-size:100%;
    background-attachment: local;
    border:1px solid var(--color-bubble-screen);
    width: 93.5%;
    height: 100%;
    margin-top: 1px;
    color: var(--base-color1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo-screen {
    background: linear-gradient(90deg, var(--color-bubble), var(--color-bubble-screen));
    width: calc(100%);
    height: 100%;
    color: var(--base-color1);
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    overflow: hidden;
}

.promo-screen p {
    animation: slide 20s linear infinite;
    white-space: nowrap;
}
.promo-screen p:hover{
    animation: none;
}
/* test de baniere flotante*/
@keyframes slide {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
/*
.promo-banner {
    background: linear-gradient(90deg, var(--color-bubble), var(--color-bubble2));
    width: calc(100%);
    height: 12px;
    color: var(--base-color1);
    padding: 5px;
    position:absolute;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    right: 0;
    top: 0;
    margin-top: calc(15%*1.5);
    overflow: hidden;
}

.promo-banner p {
    animation: slide 15s linear infinite;
    white-space: nowrap;
}
*/

/* DOne with the header. Time to take care of the footer☺*/
 footer{
    background-color:var(--color-a);
    background-image:var(--footer-bac);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: local;
 /*   border-top: 20px solid var(--color-a);*/
    box-shadow: 15px 10px 20px solid var(--color-font1);
    height:300px;
    width: 100%;
    display: grid;
    position: static;
    bottom: 0;
    grid-template-rows:repeat(3,1fr);
    grid-auto-columns:repeat(auto-fit, minmax(150px,1fr));
}
footer a{
    background: none;
}
footer .renseignements{
    height: max-content;
    grid-row: 1/3;
    color: var(--base-color1);
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
footer .infos{
    grid-row:3/4;
    background-color: var(--color-a);
    color: var(--base-color1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.infos img{
    width: 5%;
}
.infos .p{
    margin: 40px;
}
.renseignements .message{
    height:fit-content;
}
.renseignements .socials{
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns:repeat(7,1fr);
    margin-top: 10px;
}
.renseignements .socials img{
    width: 30%;
    height: fit-content;
    
}
.renseignements .socials span{
    width: max-content;
    margin-right: 0%;
}
.renseignements img:hover{
    border: 1px solid var(--base-color1);
}
.renseignements .socials a button{
    width: 100%;
    margin-top: 40%;
}

@media(max-width:450px){
    .spanBouton{
        display: none;
    }
    .show1{
        display: none;
        position: absolute;
    }
    .search_res{
        width: 21rem;
        transform: translate(2rem,2.8rem);
    }
    .show1.show{
        display: block;
        width: 88%;
        left: 0;
        transform: translateX(1.5rem);
        background-color: var(--base-color1);
        color: rgb(0, 0, 0);
        z-index: 99;
    }
    .search{
        display: flex;
        flex-direction: row  ;
        justify-content: center;
        align-items: center;
        stroke: var(--base-color1);
        flex: 20%;
    }
    
    .header.haut .selectlangue.selectpays{
    
    display: flex;
    flex-direction: column  ;
    flex:15%;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    }
    .header.haut .logo{
        display: flex;
        flex:10%;
        
    }/*
    .header .logo img{
        padding: auto;
        width:100%;
    }*/
    .header.haut .recherche{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex:20%;
        padding: auto;
    }
    .search_res{
        left: 0rem;
    }
    .header.haut .profile{
        display: flex;
        flex:  20%;
        width: 50%;/*
        overflow-x: auto;*/
    }
    .header.haut .cart{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex:20%;
        width: 50%;
    }
    .header.haut .bell{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex:20%;
        width: 50%;
    }
    .infos_produit p{
    font-size: 6px;
    }
    footer{
        width: 100%;
    }

}
@media (min-width:1400px){
    .infos_produit p{
    font-size: 20px;
    }
    .screen_add p{
      font-size: 30px;  
    }
    .promo-screen{
        height: 35px;
    }
}
@media (min-width:1500px){
    .infos_produit p{
    font-size: 30px;
    }
}