body{
    margin: 0;
    padding: 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

nav ul li {
    margin: 0 10px;
    
}

nav ul li a{
    color: #000000;
    text-decoration: none;
    
}

#deco {
    display: block;
    background-image: url(img/decors-fond.jpg) ;
    background-repeat: no-repeat;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100vw;
    height: 125vh;
    line-height: 0;
}
#deco .non {
    width: 350px;
    height: 350px;
    margin-top: 5vw;
}
#deco .btn-reserver{
    width: 300px;
    height: 75px;
    align-items: center;
    background-color: #c6a989;
    border-radius: 35px;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 20;
    margin: 10vw;
    line-height: 0px;
    color: azure;
    border-style: none;
}

#deco h1{
    padding-top: 5vw;
}
#deco h2{
    line-height: 20px;
}

#equipe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    margin-top: 5%;
    background-size: 100%  15vh;
    background-repeat: no-repeat;
    background-image: url(img/fond-texture-bleu-creme.jpg);
    background-position: bottom;
    min-width: 300px;
   
}

#equipe .texte{
    padding: 0.5vh 15;
    width: 40vw;
    max-height: 30%;
    min-width: 350px;
    height: fit-content;
    
   background-color: white;
}
#equipe .couillon{
    min-width: 150px;
    width: 30vw;
}

#creperie {
    display: grid;
   max-width: 100vw;
}
#creperie .crepe-galete {
   max-width: 100vw;
}