*{
    margin: 0;
    padding: 0;
}

body{
    min-height: 100vh;
}

.headerCarte{
    width: 100%;
}

.logoMain{
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding-block: 20px;
}

.logoEn{
    position: fixed;
    right: 5%;
    top:1%;
}

.Menu{
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    margin-bottom: 3em;
}

h1{
    font-size: 18px;
    font-weight: 400;
    margin-block: 2em;
    text-align: center;
}

.categorie{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
}

.categorie > div:not(:first-of-type) {
    margin-top: 5em;
}


.bandeauT{
    align-self: start;
    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: 5% 0.4em;
    margin-bottom: 2em;
}

.divSansType, .divType {
    display: flex;
    width: 95%;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    max-width: 1000px;
    
}

.type{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

h3{
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    font-weight: 400;
    margin-bottom:2em;
}

.produitDiv{
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.supplementDiv{
    font-size: 12px;
    font-style: italic;
    color: #535353;
}

.sauces, .supplement{
    align-self: baseline;
}

.divFormCreateProduit{
    margin-block: 2em;
    width: 90%;
    max-width: 300px;
    min-width: 200px;
}

.createProduitForm{
    display: flex;
    flex-direction: column;
}

.deleteButton{
    background-color: white;
    border: 1px solid red;
    color: rgb(240, 16, 16);
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Noto Sans Bengali', sans-serif;
    cursor: pointer;
    width: 75px;
    text-align: center;
}

.deleteButton:hover{
    background-color: red;
    color: rgb(255, 255, 255);
}

.editButton{
    background-color: white;
    border: 1px solid rgb(7, 131, 24);
    color: rgb(7, 131, 24);
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Noto Sans Bengali', sans-serif;
    cursor: pointer;
    text-decoration: none;
    width: 69px;
    text-align: center;
}

.editButton:hover{
    background-color: rgb(7, 131, 24);
    color: rgb(255, 255, 255);
    
}

.buttonDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:1px;
}

.produit_nom{
    max-width: 100%;
}

.produitInfo{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 60%;
}

.produit_description{
    font-size: 12px;
}

.produitDiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.saucesLi{
    display: flex;
}

.saucesLi form{
    display: flex;
    gap: 10px
}

.supplementsLi form{
    display: flex;
    gap: 10px
}

.supplementsLi{
    list-style: none;
}

.deleteSupplementInput{
    background: none;
    border: none;
    color: rgb(240, 16, 16);
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Noto Sans Bengali', sans-serif;
    cursor: pointer;
    width: 75px;
}

.deleteSupplementInput:hover{
    background-color: red;
    color: rgb(255, 255, 255);
}

.deleteSauceInput{
    background: none;
    border: none;
    color: rgb(240, 16, 16);
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Noto Sans Bengali', sans-serif;
    cursor: pointer;
    width: 75px;
}

.deleteSauceInput:hover{
    background-color: red;
    color: rgb(255, 255, 255);
}

.addSupplementsForm, .addSaucesForm{
    margin-block: 0.5em;
}

.gererMes{
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #00669F;
    padding-block: 3px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}

.gererMes.formule{
    position: absolute;
    right: 2%;
    top: 2%;
}

.gererMes .type{
    position: absolute;
    right: 0px;
}

.divH4{
    display: flex;
    gap: 10px;
}

.descriptionTypeDiv{
    width: 100%;
}

.descriptionTypeDiv form{
    width: 100%;
}

.descriptionTypeDivInput{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.descriptionTypeDivInput div{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 50%;
    
}

.descriptionTypeDivInput textarea{
    width: 100%;
}

h2{
    align-self: start;
    font-weight: 400;
    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: 5% 0.4em;
    margin-bottom: 1.5em;
}

.descriptionTypeDivP{
    text-align: center;
    margin-top: 2em;
    font-size: 12px;
    font-style: italic;
}

.formuleSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.divFormule{
    margin-block: 2em;
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.13);
    width: 85%;
    max-width: 650px;
    padding: 1em;
    border: 1px solid #5e5e5e3b;
    position: relative;
}
.formuleH3{
    font-family: 'Italianno', cursive !important;
    font-size: 45px;
    padding-bottom: 0.3em;
    margin-bottom:0.5em;
    border-bottom: 1px solid #53504E;
}
.proposition{
    font-size: 16px;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #53504E;
    text-align: center;
}
.descriptionFormuleP{
    font-size: 14px;
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #535353;
    font-style: italic;
}
.bandeauBleu1{
    position: absolute;
    top: -3px;
    left: -3px;
}

.bandeauBleu2{
    position: absolute;
    bottom: -3px;
    right: -3px;
}

.link{
    width: 70%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    list-style-type: none ;
    text-align: center;
}


.mentionsLegales, .mentionsConfidence{
    color: #024c77;
    font-size: 14px;
}


.mainLegale{
    margin: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}


footer{
    display: flex;
    justify-content: center;
    height: 4vh;
    min-height: 80px;
    max-height: 100px;
    margin-top: 10%;
}

.copyright{
    border-top: 1px solid #535353;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiret{
    margin-inline: 4px;
}

@media screen and (min-width: 800px) {
    .link{
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 600px) {
    footer{
        margin-top: 40px;
    }
}

@media screen and (min-width:1024px){

    .mentionsLegales, .mentionsConfidence{
        text-decoration: none;
    }
    .mentionsLegales:hover, .mentionsConfidence:hover{
        text-decoration: underline 1px solid #024c77;
    }
}
