

#alinea{
    color: rgb(149, 149, 149);
    font-size: 0.8em;

    
}


::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
  }
  
label{
    letter-spacing: 3px;
    margin-top: 10px;
    font-size: 1em;
}
form input{
    border-radius: 30px;
    border: none;
    padding: 7px;
    margin-bottom: 7px;
    margin-top: 5px;
}
#rese{
    cursor: pointer;
}
li{
    transition: 1s;

}

.new-item {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease, transform 0.5s ease;
    margin-left: 15px;
    
}

.new-item.visible {
    opacity: 1;
    transform: translateY(0);
    max-height: 100px; /* Ajuste cette valeur selon le contenu */
    margin-left: 15px;

}


.fade-out {
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    margin-left: 15px;

}

form{
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 15px;
    border-radius: 30px;
    background-color: rgba(250, 235, 215, 0.734);
    margin-top:20px;
}
#welcome{
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(133, 133, 133, 0.397);
    border: 4px solid white;
    letter-spacing: 100%;
    color: white;
    font-weight: 800;
    font-size: 1em;
    cursor: pointer;
    transition: 1s;
    box-shadow: 2px 2px 4px rgb(0, 0, 0);}

    
#welcome:hover{
    padding: 20px;
    background-color: black;
    border: 4px solid black;
    letter-spacing: 20px;
    color: white;
    font-weight: 800;
    font-size: 1em;
    transition: 1s;
}

body header .button a{
    text-decoration: none;
    color: aliceblue;
    
    
}
body header .button{
    padding: 20px 40px;

    margin: 20px;
    border: 2px solid transparent;
    transition: 1s;
    
}
body header .button:hover{
    border: 2px white solid;
    transition: 1s;
    background-color: rgb(10, 10, 10,0.);
    
}
#reservation{
    background-color: aqua;
}

body header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

body #titre{
    width: 30%;
    color: aliceblue;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vitrine{
    background-image: url('img/DJI_0448.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
	right: 0;
	width: 100%;
	transition: 0.7s;
    height: 100vh;}

.vitrine.choice{
    right: 350px;
    
}
section{
    height: 100vh;
	flex-direction: column;
	display: flex;
	padding: 20px;
    justify-content: center;

}
.lien {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index : -2 ;
    width: 350px;
    height: 100vh;
    background-color: rgb(238, 239, 221);
    justify-content: center;
    align-items: center;
}
.lien ul{
    list-style-type: none;
    transition: 5s;
}
.lien ul li{
    letter-spacing: 3px;
    margin: 20px 0px;
    
}
.lien a{
    text-decoration: none;
    color: black;
}

body #titre h1{
    font-size: 4em;
    font-weight: 800;
    margin: 0;
}
body #titre h2{
    font-size: 2em;
    margin: 20px 0 0 0;
}

body #titre h3 {
    transform: rotate(25deg);
    position: relative;
    top: 80px; /* Décale vers le bas pour éviter le chevauchement */
    left: 10px; /* Décale vers la droite si besoin */
    font-size: 2em;

}
.poscloclo{
    position:absolute;
    width: 30px;
    height: 30px;
    top:30px;
    left:30px;
    cursor:pointer;
}
h1,h2{
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

@media screen and (max-width: 768px) {
    body #titre {
      width: unset; /* ou width: auto; */
    }
  }



  
body{
    height: 0;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;

    
}