.laCarte{
    background-color: #ffffff;
    padding-bottom: 3em;
    width: 90%;
    margin: auto;
    max-width: 1400px;
}

h2{
    color: #00669F;
    font-family: 'Leckerli One', cursive;
    text-decoration: underline 3px solid;
    padding-bottom: 2em;
    text-align: center;
}

.buttonDivCarte{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    gap: 12px;
    text-align: center;
    height: 80vh;
    min-height: 350px;
    max-height: 500px;
}


.buttonDivCarte li {
    color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    transition: 0.5s ease;
    height: calc(15% - 9px); 
    overflow: hidden;
}


.contentLi span{
    font-family: 'Noto Sans Bengali', sans-serif;
    font-size: 14px;
    color: #53504E;
}

.contentLi{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    gap: 7%;
}

.buttonDivCarte li a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carteDivCarte{
    width: 100%;
    border: 1px solid #5e5e5e3b;
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.13);
    position: relative;

}

.liCarteDiv{
    background: linear-gradient(to left, #00669F 20%, #00659fc7 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: 'Italianno', cursive;
    font-size: clamp(29px, 3vw, 40px);
    cursor:default;
}

.proposition{
    color: #53504E;
    font-size: 14px;
    font-family: 'Noto Sans Bengali', sans-serif;
    display: flex;
    width: 95%;
}

.proposition p{
    width: 100%;
}


.proposition span {
    font-style: italic;
}

.liCarteP {

    overflow: hidden;
    transition: height 0.5s ease, max-height 0s ease 0.5s;
    max-height: 100%;
}

.hoverClass{
    height: calc(55% - 9px)  !important;
}

#overLi{
    display: flex;
    flex-direction: column;
}

.galetteP{
    color:#53504E;
    font-size: 14px;
    font-family: 'Noto Sans Bengali', sans-serif;
    text-align: justify;
    width: 95%;
    font-style: italic;
}

.mainLaCarte{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.leMenuH3{
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    font-weight: 400;
    margin-top: 2em;
}

.bandeauT{
    font-family: 'Italianno', cursive;
    font-size: 30px;
    background: linear-gradient(to left, #00669F 20%, #00659fc7 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    padding-block:  0.2em;
    padding-inline: 0.4em;
    margin: 1em 0 1em 0;
}

.menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80vh;
    max-height: 700px;
    min-height: 400px;
    overflow-y: scroll;
}

.menu2{
    max-width: 800px;
}

.categorie{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.divSansType, .divType {
    display: flex;
    width: 95%;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    margin: 0 5%;
    max-width: 1000px;
    
}

.divSansType{
    margin-block: 2.5em;
}

.type{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.nomType{
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    font-weight: 400;
    margin-block: 1.5em;
}

.produitDiv{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}

.produit_description{
    font-size: 12px;
    font-style: italic;
}


.supplementDiv{
    font-size: 12px;
    font-style: italic;
    color: #535353;
}

.sauces, .supplement{
    align-self: baseline;
}

.bandeauBleu1{
    position: absolute;
    top: -3px;
    left: -3px;
}

.bandeauBleu2{
    position: absolute;
    bottom: -3px;
    right: -3px;
}

.descriptionTypeDiv{
    width: 100%;
}

.descriptionTypeDivP{
    text-align: center;
    margin-top: 2em;
    font-size: 12px;
    font-style: italic;
}

.sauceH4{
    font-size: 14px;
    font-style: italic;
}

.saucesUl{
    font-size: 14px;
    font-style: italic;
}

.supplementH4{
    font-size: 14px;
    font-style: italic;
}

.supplementUl{
    font-size: 14px;
    font-style: italic;
}

.content{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width:800px) {
    .buttonDivCarte{
        width: 40%;
        height: 100%;
        max-height: none;
    }
    .mainLaCarte{
        flex-direction: row;
        width: 100%;
        gap:2%;
        height: 60vh;
        max-height: 700px;
        min-height: 500px;
    }
    .carteDivCarte{
        width: 58%;
        height: 100%;
    }
    .menu{
        height: 100%;
    }   
}

@media screen and (min-width:1024px){

.mainLaCarte{
    flex-direction: row;
    width: 100%;
    gap:5%;
     max-height: 700px;
    min-height: 500px;
}
.buttonDivCarte {
    height: 100%;
    min-width: 375px;
    max-height: 700px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap:12px;
    width: 25%;
    }


.hoverClass{
    height: calc(55% - 9px) !important;
    transition: height 0.5s ease !important;
    
}

.liCarteP {

    overflow: hidden;
    transition: height 0.5s ease, max-height 0s ease 0.5s;
    max-height: 100%;
}

.liCarteDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: linear-gradient(to left, #00669F 20%, #00659fc7 100%);
}


#overLi:hover {
    transition: height 0.5s ease;
}


    
#overLi {
    display: flex;
    flex-direction: column;
    height: calc(15% - 9px);
    overflow: hidden;
    transition: height 0.5s ease;
    position: relative;
}

#notOverLi{
    height: calc(15% - 9px);
    border-radius: 3px;
    overflow: hidden;
}
    

.buttonDivCarte li{
    width: 100%;
    height: 100px;
}


.contentLi{
    background-color: #ffffff;
}

.menu{
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.menu::-webkit-scrollbar{
    display: none;
}
.carteDivCarte{
    height: 100%;
    width: 70%;
}
.laCarte{
    width: 85%;
}
.nomChoix{
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    font-size: 14px;
}
}