:root {
    --beige : #c6a989;
    --bleu : #12769b;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
}


nav {
    background-color: white;
    color: black;
    padding: 30px 40px;
    text-align: center;
    max-height: 60px;
    filter: drop-shadow(0px 4px 4px #2f2f2f);
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav ul li {
    text-decoration: none;
    margin: 20px;
    font-size: 20;
}

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

#hero {
    background-image: url('../img/decors-fond.jpg');
    display: block;
    text-align: center;
    align-items: center;
    padding: 5%;
}

h1, h2 {
    margin: 3px;
}

h1 {
    font-size: 48px;
}

.logocreme {
    margin: 5%;
}

.reservationbtn {
    color: white;
    font-size: 20px;
    border-style: none;
    background-color: var(--beige);
    height: 70px;
    width:  300px;
    border-radius: 50px;
}

#presentation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 100px;
    background-image: url('../img/fond-bleu-resize.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 75%;
}

.textpres {
    max-width: 40vw;
}

.textpres p {
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.alexandre {
    width: 30vw;
    min-width: 400px;
    z-index: 3;
}

.banner {
    width: 100vw;
    margin: 3%;
    display: none;
}

#notrecreperie {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-image: url('../img/brush-bleu.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#notrecreperie img {
    width: 40%;
    min-width: 300px;
}

.textresto {
    width: 40vw;
}

.degueuli img {
    width: 30px;
}

#photos {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
}

#photos img {
    width: 33.33vw;
}

#carte {
    padding: 2%;
}

#carte h2 {
    text-align: center;
    margin-bottom: 50px;
}

.menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#carte ul {
    list-style: none;
    padding: 0;
}

#carte h4 {
    margin: 0;
}

#carte li {
    margin-bottom: 10px;
}

.crepes, .galettes{
    width: 30vw;
}

#contact {
    padding: 0% 5% 5% 5%;
    background-image: url('../img/brush-bleu-gauche.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

#contact img {
    transform: rotate(180deg);
}

#contact h2 {
    text-align: center;
    margin-bottom: 50px;
}

.contactsections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contactinfos p {
    margin: 3% 0;
}

.contactinfos h3 {
    margin: 10% 0;
}

form {
    border: solid 2px;
    padding: 10px 40px;
    border-color: #b5b5b5;
    border-radius: 15px;
    text-align: center;
    background-color: white;
}

.resform h5 {
    margin: 0;
}

.infoclient {
    display: flex;
    justify-content: space-between;
}

.services {
    margin: 5% 0;
    padding: 5% 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: var(--beige);
}

.mail, .plates, .time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
}

.mail label, .plates label, .time label {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mail input, .plates input, .time input {
    border-radius: 5px;
    padding: 5px;
    border-style: solid;
    border-color: var(--beige);
    
}

.resnoon, .resafter {
    margin: 20px 0px;
}

.resnoon input, .resafter input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

.resnoon label, .resafter label {
    color: white;
    display: inline-block;
    background-color: var(--beige);
    padding: 10px 15px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border-radius: 4px;
    margin: 1px8;
 
}

.resnoon label:hover, .resafter label:hover {
    background-color: #3b93b3;
}

input[type="radio"]:checked + label {
    background-color: var(--bleu);
}

#contact button {
    color: white;
    border: none;
    border-radius: 5px;
    background-color: var(--beige);
    width: 40%;
    padding: 2%;
    font-size: large;
}

footer {
    padding: 1%;
    margin: 0;
    background-color: var(--beige);
}