.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{color:#FFFFFF;}.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);}@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 */.menu-item {
    margin-bottom: 20px; /* Espace entre chaque produit */
}

.item-header {
    display: flex;
    align-items: center; /* Aligner les éléments verticalement au centre */
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.item-name {
    font-size: 20px;
    font-weight: 400;
    color: #C8A374;
}



.item-price {
    font-size: 20px;
    font-weight: 500;
    color: #C8A374;
    white-space: nowrap; /* Empêche le retour à la ligne des prix */
    text-align: right; /* Assure l'alignement à droite */
    margin-left: 10px; /* Ajoute un espace à gauche du prix pour séparer des points */
}

.item-description {
    font-size: 14px;
    color: #ffffff; /* Couleur de la description en blanc */
    margin-top: 5px; /* Espace entre le nom du produit et la description */
}

/* Media query pour les petits écrans */
@media (max-width: 768px) {
    .item-header {
        flex-wrap: nowrap;
        align-items: center; /* Assure que les éléments sont alignés au centre sur petits écrans */
        justify-content: space-between;
    }

    .item-name {
        flex-basis: auto;
    }


    .item-price {
        flex-basis: auto;
        align-self: center; /* Aligne le prix au centre */
        margin-left: 10px;
    }
}
.item-header .fa-question-circle {
    display: none; /* Masque les points d’interrogation */
}
/* Change la couleur au survol */
.elementor-accordion .elementor-tab-title:hover {
    background-color: #C8A374 !important; /* Couleur au survol forcée */
}

/* Change la couleur de l'onglet actif après avoir cliqué pour dérouler */
.elementor-accordion .elementor-tab-title.elementor-active {
    background-color: #C8A374 !important; /* Couleur de fond une fois l'accordéon déroulé */
}
/* Masquer les icônes ou caractères indésirables */
.item-header .fa-question-circle,
.elementor-accordion .fa-question-circle {
    display: none !important; /* Cache les points d'interrogation */
}
.item-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Aligner les éléments au centre verticalement */
    width: 100%;
}

.item-title {
    /* Styles pour le titre */
    margin-right: 10px; /* Ajustement de l'espacement entre le titre et les points */
}

.item-price {
    /* Styles pour le prix */
    margin-left: 10px; /* Ajustement de l'espacement entre les points et le prix */
}

.item-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #C8A374; /* Ligne de points */
    margin: 0 10px;
    height: 1px;
    position: relative;
    top: 6px; /* Ajustez cette valeur pour descendre les points */
}/* End custom CSS */