@font-face 
{
    font-family: "Grand Hotel";
    src: url("https://restaurantletandem.com/assets/fonts/grandHotel/GrandHotel.woff") format("woff");
}

div
{
    font-family: 'Grand Hotel', Arial, sans-serif;
}

strong
{
    font-weight: normal;
}

body
{
    width: 100%;
    height: 100%;
    margin: 0;
}

main
{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

main section:first-child
{
    background-color: #23284F;
}

section
{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presentation
{
    align-items: center;
}

.presentation h1
{
    font-size: 0.01rem;
    margin: 0;
    color: #23284F;
}

.presentation div
{
    display: flex;
    justify-content: center;
}

.presentation div:nth-child(1)
{
    flex-direction: column;
    align-items: center;
}

.presentation div:nth-child(1) p
{
    margin: 0;
    color: white;
    font-size: 5rem;
}

.presentation div:nth-child(2)
{
    width: 100%;
    height: auto;
    background-image: url("https://restaurantletandem.com/assets/images/fond_sable.png");
    background-size: cover;
}

.presentation div:nth-child(2) img
{
    width: 23rem;
    height: 23rem;
    margin: 0;
}

.presentation div:nth-child(3)
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.presentation div:nth-child(3) p
{
    width: 60%;
    height: auto;
    font-size: 2rem;
    text-align: center;
    color: #FCECB2;
    margin: 0.5rem 0 0.5rem 0;
}

.presentation div:nth-child(3) .evenement
{
    font-size: 2.3rem;
    color: rgb(255, 251, 0);

}

.fin div:first-child
{
    background-color: #FCECB2;
}

nav ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0.5rem 0 0.5rem 0;
    flex-wrap: wrap;
}

ul li
{
    list-style-type: none;
    margin: 0 1.5rem;
}

ul li a
{
    color: #23284F;
    font-size: 3rem;
    text-decoration: none;
}

.fin div:last-child
{
    width: 100%;
    height: auto;
    background-color: #23284F;
}

.fin div:last-child img
{
    width: 100%;
    height: auto;
}



@media all and (max-width: 850px)
{
    .presentation div:nth-child(3) p
    {
        width: 80%;
    }

    .presentation div:nth-child(2) img
    {
        width: 18rem;
        height: 18rem;
    }
}

@media all and (max-width: 800px)
{
    ul li a
    {
        font-size: 2.5rem;
    }
}

@media all and (max-width: 680px)
{
    nav ul li
    {
        margin: 0 2.5rem;
    }

    ul li a 
    {
        font-size: 3rem;
    }
}

@media all and (max-width: 650px)
{
    .presentation div:nth-child(3) p
    {
        font-size: 1.5rem;
    }

    .presentation div:nth-child(2) img
    {
        width: 13rem;
        height: 13rem;
    }

    .presentation div:nth-child(3) .evenement
    {
        font-size: 2rem;
    }
}

@media all and (max-width: 500px)
{
    .presentation div:nth-child(1) p
    {
        font-size: 3.5rem
    }

    .presentation div:nth-child(3)
    {
        width: 100%;
    }

    .presentation div:nth-child(3) p
    {
        font-size: 1.2rem;
    }

    .presentation div:nth-child(3) .evenement
    {
        font-size: 1.5rem;
    }

    nav ul
    {
        flex-direction: column;
    }

    ul li a 
    {
        font-size: 2rem;
    }
}

@media all and (max-width: 400px)
{
    .presentation div:nth-child(3) p
    {
        font-size: 1.1rem;
        font-weight: normal;
    }

    .presentation div:nth-child(2) img
    {
        width: 11rem;
        height: 11rem;
    }
}

