*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
}
.img-suggestion{
    margin-left: 40px; 
    margin-right: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.rounded-img {
    border-radius: 6px;
    object-fit: cover;
}

body{
    width: 786px;
    margin: 0 auto;
}
.container{
    height: 100vh;
    display: flex;
    justify-content: space-between;

}

.sidebar{
    width: 70px;
    flex: 1.80;
   
}
.mainPage{
    width: 100%;
    flex: 5;
    overflow-y: scroll;
}

h2{
    padding: 20px;
    font-size: 44px;
}
.section-p{
    font-size: 50px;
    font-family: 'Mukta', sans-serif;
    margin-top: 25px;
    margin-left: 38px;
    line-height: 50px;
}
.suggestion-p{
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    margin-top: 15px;
    margin-left: 42px;
    margin-bottom: 10px;
}
.suggestion-p2{
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    margin-top: 24px;
    margin-left: 42px;
    margin-bottom: 6px;
}
.flex{
    flex: 1;
}
.flxx{
    flex: 3;
}
.card .cover {
    width: 110%;
    height: 70%; /* Ajoutez une hauteur fixe */
    object-fit: cover;
    float: right;
  }
.cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 32px;

}
.p-card{
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
}

.card {
    margin-bottom: 12px;
    margin-left: 8px;
    height: 120px;
    width: 42%;
    border: rgb(196, 194, 194) 1px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
}


.card div {
    width: 100%;

}

.card div p {
    font-size: 16px;
    font-weight: bold;
}
.parent-cards2{
    margin-left: 38px; 
    margin-bottom: 520px;
}
.cards2{
    display: flex;
    gap: 10px;
    padding: 5px;

}
.card2{
    border: 1px solid rgb(211, 211, 211);
    border-radius: 5px;
    height: 180px;
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.span-left{
    text-align: left !important;
}
.centered-content {
    text-align: center;
   margin-left: 10px;
}
.centered-content h4{
    margin-top: 0px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
}

.spn {
    width: 100%;
    padding-left: 1rem;
    font-family: 'Noto Sans JP', sans-serif;

}


.new{
    background-color: rgb(248, 212, 49);
    width: 65px;
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'Roboto', sans-serif;
}
.new p {
    font-size: 14px;
    font-weight: bold;
    color: rgba(160, 56, 24, 0.952);
    
}

.position-relative{
    position:relative;
}

.men{
    position: fixed;
    top: 0;
}
.menu {
    border-right: 1px solid rgb(188, 187, 187);
}
.logo{
    
    border-right: 1px solid rgb(188, 187, 187);
    text-align: center; /* Ajoutez cette ligne pour centrer le contenu horizontalement */
    padding: 10px;
}
.logo img {
    max-width: 100%; 
}

.menu-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgb(202, 202, 202);
    height: 70px;
    padding: 5px;
    font-size: 15px;  
    transition: all 0.15s;
    font-family: 'Lato', sans-serif;
}

.menu-item:active span {
    height: 5px; /* Change the height to your desired value */
    width: 35px; 
    background-color: gold;
    border-radius: 5px;
    position: absolute;
    top: 80%; /* Change the top position to your desired value */
    left: 27%;
}

.menu-item:active {
    border-bottom:  6px solid rgb(238, 238, 238)!important;
    font-weight: bold!important;
    font-family: 'Ubuntu', sans-serif;
   
}
.item{
    position: relative !important;
}
.class1{
   
    text-transform: uppercase;
    padding-left: 1px; 
    padding-right: 0px;
    font-weight: bold!important;
}


.white{
    background-color: blue;
    width: 50px;
}
.checkout{
    height: 20vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    display: flex;
    width: 786px;
    margin: 0 auto;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #ececec08;
}
.qr{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 3;
    margin-left: 10px ;
}



.button{
    margin: 10px;
    height: 28px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid grey;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;

}
.button1{
    margin: 10px;
    height: 40px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 4px;
    color: rgb(179, 169, 155);
    font-family: 'Open Sans', sans-serif;

}
.font-span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.btn{
    background-color: rgba(240, 211, 149, 0.719);
}
.fa-solid{
    color: rgb(44, 159, 212);
}
.dr-span{
    margin-top:-30px;
    margin-left: 100px;
    width: 200px;
    font-family: 'Noto Sans JP', sans-serif;

}
.prb{
    width: -60px;
}
.dr-img{
    margin-top:48px;
    margin-left: 60px;
    width: 2px;
}
.parentt{
    display: flex;
    align-items: center;
}
.left{
    flex: 1;
    margin-bottom: 10px;
}
.right{
    flex: 1;
}