* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    /* Supprimer les bordures par défaut */
}

html,
body {
    margin: 0;
    padding-top: 80px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /* Empêche le débordement horizontal */
}

/* ------classer for navbar--------------- */
.top-60 {
    top: 110px !important;
}

.scroll-marginc {

    scroll-margin-top: 80px
}

/*----------- nav ----------------------------- */


.navbar-nav .nav-link:hover {
    text-decoration: underline;
    transition: background-color 0.3s;
    border-radius: 5px;
}
.navbar-nav .nav-link {
    font-size: 1.1rem;
    /* environ 20px */
    font-weight: 600 ;
    color: #000000 !important;
  }
  .navbar-secondary .nav-link {
    font-size: 1rem !important;
    color: #000000 !important;
  }
  .navbar-secondary .nav-link:hover {
    background-color: #198754;
    color: whitesmoke !important;
    text-decoration: none !important;
    transition: background-color 0.3s;
    border-radius: 5px;
}

/*-----------------------product section---------------------------------------------------------------*/



.veloce-section .grid-item {
    transition: transform 0.2s ease-in-out;
}

.veloce-section .grid-item:hover {
    transform: translateY(-5px);
       background-color: #E2E9C0 !important;
                    border: color #008c45 !important;;
}

/*--------------------------------------------------*/

.btn-group{

    max-width: 100%;
  
}
.btn-sauce {
    width: 200px;            /* même largeur pour tous */
    margin: 5px;             /* espacement entre boutons */
    text-align: center;
    
    border-radius: 8px;
    white-space: nowrap;     /* éviter le retour à la ligne dans le texte */
}


/* Hover plus foncé */
.btn-sauce:hover        { background-color: #198754; }


.btn-sauce.active        { background-color:   #198754 ; color: white; }


.tacos-meat-options {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    border-left: 3px solid #198754;
}


.tacos-meat-options .meat-choices {
    max-height: 250px;
    overflow-y: auto;
}

.tacos-meat-options .add-meat {
    transition: all 0.2s;
    font-size: 0.9rem;
}

.tacos-meat-options .add-meat:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.remove-meat {
    width: 32px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meat-choices {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

#customModalDescription {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
    padding: 8px;
    background-color: #f8f9fa;
    border-radius: 5px;
}
/*------------------------------------------------------*/

