*{
    margin: 0;
    padding: 0;
    border: 0;
}

h1{
    font-size: 48px;
    line-height: 58px;
}

h2{
    font-size: 32px;
    line-height: 38px;
}

h3{
    font-size: 24px;
    line-height: 29px;
}

h4{
    font-size: 20px;
    line-height: 25px;
}

p{
    font-size: 20px;
}

span{
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}

nav{
    position: fixed;
    background-color: white;
    font-size: 20px;
    width: 100%;
    height: auto;
    padding: 50px 0 25px;
    box-shadow: 1px 1px 1px rgba(0, 0 , 0 , 0.3);
    z-index: 5;
}

nav ul{
    list-style-type: none;
    margin-right: 50px;
}

nav ul li{
    padding-right: 100px;
    float: right;
}

nav ul li a{
    text-decoration: none;
    color: black;
}

nav ul li a:hover{
    text-decoration: underline;
}

header{
    position: relative;
    text-align: center;
    color: black;
}

.background{
    background-image: url("../img/decors-fond.jpg");
    background: cover;
    width: 100%;
    height: 90vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    align-items: center;
    padding-top: 1vh;
}

.logo{
    width: 250px;
    height: auto;
    border-radius: 50%;
    padding: 5vh 0;
}

.background h1{
    padding: 97px 0 0 0;
}

.bouton-banner {
    position: relative;
    z-index: 1;
    background-color: #c6a989;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 24px;
    cursor: pointer;
    padding: 3vh 5vh 2vh;
    transition: 0.3s;
}

button:hover {
    background-color: #a68c7a;
}

main{
    margin-top: 100px;
}

section{
    display: flex;
    margin-top: 100px;
}

.la-creperie{
    display: flex;
    align-items: center;
    position: relative;
}

.image-creperie{
    flex: 1;
}

.image-creperie img{
    width: 100%;
    height: auto;
}

.text-creperie{
    flex: 1;
    padding: 20px;
}

.la-creperie::after{
    content: "";
    background-image: url("../img/brush-bleu-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -120px;
    right: 0;
    width: 300px;
    height: 300px;
    transform: scaleY(-1);
}

.text-equipe{
    display: flex;
    flex-direction: column;
}

.equipe h3{
    padding-left: 100px;
    margin-bottom: 10px;
}

.equipe p{
    padding-left: 100px;
    max-width: 60%;
}

.alexandre{
    float: right;
    margin-right: 50px;
    width: 31%;
    height: fit-content;
    z-index: 3;
}

.fond-texture-bleu{
    position: relative;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-top: -500px;
}

.photo1{
    position: relative;
    width: 50%;
    height: auto;
}

.text-creperie{
    margin: 50px 65px;

}

.stack-images{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.images img{
    width: 33.33%;
    height: auto;
    margin: 0;
    padding: 0;
}

.carte p{
    font-style: italic;
}

h2{
    margin-top: 80px;
    margin-left: 83px;
    margin-bottom: 32px;
}

.carte h3{
    margin-bottom: 10px;
}

.carte h4{
    margin-bottom: 25px;
}

.crepes .galettes{
    position: relative;
    margin-left: 53px;
    flex: 1;
}

.crepes{
    margin-left: 53px;
    line-height: 25px;
    width: 90vh;
}

.galettes{
    margin-left: 53px;
    margin-right: 35px;
    line-height: 25px;
    width: 90vh;
}

.notre-carte{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.horaire-adress{
    margin-left: 136px;
}

.horaire{
    line-height: 30px;
    padding-bottom: 50px;
}

.horaire p{
    font-size: 16px;
}

.horaire span{
    font-size: 16px;
}

.adress{
    line-height: 50px;
}
.adress h3{
    margin-bottom: 10px;
}

.adress p{
    font-size: 16px;
}

.reservation{
    margin-top: -50px;
    margin-right: 100px;
    margin-left: 200px;
    border: solid 2px #B5B5B5;
    border-radius: 15px;
    width: 600px;
    height: 600px;
}

.reservation h2{
    margin-top: 19px;
    margin-bottom: 33px;
    text-align: center;
    margin-left: 0;
}

.reservation p{
    margin-left: 48px;
}

.whowhen p{
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
    width: 228px;
}

.whowhen-champ-text{
    display: flex;
}

.champ-text{
    padding: 10px 48px 10px 18px;
}

.champ-text input{
    width: 236px;
    padding: 10px;
    border: solid 2px #c6a989;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

hr{
    width: 504px;
    height: 1px;
    border: 1px solid #c6a989;
    margin: 10px 0 10px 48px;
}

.bouton{
    position: relative;
    z-index: 1;
    background-color: #c6a989;
    color: white;
    border: none;
    border-radius: 9px;
    font-size: 20px;
    cursor: pointer;
    padding: 1vh 2vh 1vh;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divbouton{
    margin-left: 48px;
}

.reserver{
    z-index: 1;
    background-color: #c6a989;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    padding: 1vh 2vh 1vh;
    transition: 0.3s;
    width: 224px;
}

.adress-email{
    display: flex;
}

.adress-email p{
    margin-top: 10px;
    width: 230px;
}
.contact{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 200px;
}

.contact::after{
    content: "";
    background-image: url("../img/brush-bleu-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 300px;
    height: 300px;
    transform: scaleY(-1);
}

footer{
    background-color: #c6a989;
    margin: 0;
    padding: 0;
    height: 94px;
    width: 100%;
}

footer p{
    color: white;
    font-size: 20px;
    padding: 60px 0 0 20px;
}

@media (max-width: 500px){
    
}


