.leRestaurant{
    margin: 3em auto;
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1400px;
}

h1{
    color: #00669F;
    font-family: 'Leckerli One', cursive;
    text-decoration: underline 3px solid;
    margin-bottom: 1.5em;
}

.mainRestau{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
}

.main1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.main2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;;
    gap: 20px;
}

.main3{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.div1Main2{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 20px;
    max-height: 500px;
    height: 100%;
}
.div2Main2{
    width: calc(40% - 10px);
    flex:1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.choixDiv2Main2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.introRestoP1{
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #ffffff;
    font-weight: 300;
    max-width: 400px;
}
.introRestoP2{
    font-family: 'Noto Sans Bengali', sans-serif;
    color: #ffffff;
    font-weight: 300;
    max-width: 400px;
}

.carreBleu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background: linear-gradient(to left, #00669F 20%, #00659fc7 100%);
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.photoResto1{
    aspect-ratio: 2.5;
    max-height: 300px;
    object-fit: cover;
    min-height: 200px;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.carreBleu.un{
    padding: 1em;
    gap:10px;
    min-height: 200px;
    font-size: 14px;
}


.photoCrepe{
    display: flex;
    aspect-ratio: 0.5;
    width: calc(50% - 10px);
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.carreBleu.deux , .carreBleu.trois{
    aspect-ratio: 1;
    font-family: 'Italianno', cursive;
    font-size: clamp(30px, 8vw, 45px);
    text-decoration: none;
    color: #ffffff;
    max-height: calc(50% - 10px);
}

.photoResto2{
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    aspect-ratio: 2.5;
    min-height: 200px;
    object-fit: cover;
}

@media screen and (min-width:550px) {
    .div2Main2{
        width: calc(50% - 10px);
        
    }
    .choixDiv2Main2{
        width: 100%;
    }
    .photoCrepe{
        width: calc(50% - 10px);
    }
    .carreBleu.deux{
        height: calc(50% - 10px);
    }
    .carreBleu.trois{
        height: calc(50% - 10px);
    }
}

@media screen and (min-width:700px) {
    .photoCrepe{
        width: calc(40% - 10px);
    }
    .div2Main2{
        width: calc(60% - 10px);
    }
    .div1Main2{
        max-height: 600px;
    }
    .choixDiv2Main2{
        height: calc(40% - 10px);
        
    }
    .carreBleu.un{
        height: calc(60% - 10px);
    }
}

@media screen and (min-width:1024px){
    .mainRestau{
        width: calc(100% - 10px);
        height: 100%;
    }
    
    .main1{
        flex-direction: row-reverse;
        height: calc(50% - 10px);
        
    }
    .div1Main2{
        width: calc(30% - 10px);
        height: 100%;
    }
    .choixDiv2Main2{
        flex-direction: column;
        width: 100%;
        height: calc(225px + 2vw);
    }
    .photoResto1{
        height: 100%;
        width: 70%;
        aspect-ratio: unset;
    }
    .carreBleu.deux, .carreBleu.trois{
        aspect-ratio: unset;
        height: calc(50% - 10px);
    }
    .photoResto2{
        height: 100%;
        aspect-ratio: unset;
    }
    .main2{
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        width: 100%;
        height: calc(50% - 10px);
    }
    .main3{
        height: 100%;
        width: 70%;
    }
    .carreBleu.un{
        width: 30%;
        height: 100%;
        aspect-ratio: unset; 
        min-width: 300px;   
    }
    
    .photoCrepe{
        width: 25%;
        flex: auto;
        height: 100%;
        aspect-ratio: unset; 
    }
    .main{
        width: 100%;
        max-height: 550px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        height: calc(475px + 2vh);
        }
    }