/* luxopuncture */
#important {
    padding: 2rem;
}

#bilan {
    padding: 2rem 0;
    overflow: hidden;
}

.balance-cards {
    display: flex;
    width: 300vw;
    gap: 2rem;
    margin: 0 2rem;
    align-items: center;
}

.balance {
    width: calc(100vw - 4.8rem);
}

.bilan-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
}

.bilan-buttons>input {
    margin: 0;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
}

.bilan-buttons>input:checked {
    background-color: #F1F1F1;
}

#what .left {
    background-color: var(--color_beige-clair);
}

#what .left .what_img {
    border-radius: 500px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 431px;
    margin: auto;
    aspect-ratio: 1/1;
}

#what .left .what_img>img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/* rééquilibrage alimentaire */
#bcg_food {
    height: 59vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background-color: var(--color_beige-clair);
}

.text {
    border: 1px solid var(--color_beige-fonce);
    padding: 0.85vw;
}

.help>img {
    width: 25%;
}

/*ajout classe pour réapparition de la navbar de la bonne couleur*/

header#layout-header.fixed {
  background-color: var(--color_brun); /* ou une valeur hex si tu n’as pas de variable */
  transition: background-color 0.3s ease;
  z-index: 1000;
}

/* Pour espacer le logo du footer */
.espace{
    margin-right: 2vw;
}



