*,*::after,*::before{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding:0;
}

html {
    --s: 50px;
    --c: #21263b;
    --_s: calc(2*var(--s)) calc(2*var(--s));
    --_g: 35.36% 35.36% at;
    --_c: #0000 66%,#6d758d 68% 70%,#0000 72%;
    background: 
      radial-gradient(var(--_g) 100% 25%,var(--_c)) var(--s) var(--s)/var(--_s), 
      radial-gradient(var(--_g) 0 75%,var(--_c)) var(--s) var(--s)/var(--_s), 
      radial-gradient(var(--_g) 100% 25%,var(--_c)) 0 0/var(--_s), 
      radial-gradient(var(--_g) 0 75%,var(--_c)) 0 0/var(--_s), 
      repeating-conic-gradient(var(--c) 0 25%,#ffffff00 0 50%) 0 0/var(--_s), 
      radial-gradient(var(--_c)) 0 calc(var(--s)/2)/var(--s) var(--s) var(--c);
    background-attachment: fixed;
    margin: 0;
    padding:0;
  }

footer{
    display: flex;
    justify-content: center;
}

/*Informations*/

h3{
    color: white;
    font-size:1.6rem;
    margin-left:50px;
    background-color: #21263b;
    padding:10px;
    width:150px;
}

.lisible{
    background-color: #21263b;
}

/*confirmation*/

.accueil{
    color:white;
    font-size:2.5rem;
    margin-left:50px;
}

/* reservation*/

.headerReservation{
    margin:0;
    padding:0;
    height:50px;
}

form{
    background-color: rgb(33, 49, 71);
    margin: 50px;
    margin-left: 20vw;
    margin-right: 20vw;
    color: #ffffff;
    width:600px;
    max-width: 700px;
    font-family: Prociono;
    
}

.wrapper{
    position: relative;
    margin: auto;
    display:grid;
    justify-content:center;
}

.reservation{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.3rem;

}

.boutonReserver{
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(33, 49, 71);
    font-family: Prociono;
    font-size: 2rem;
    transition: 1s;
    border-radius: 0px;
    border: none;
}

.boutonReserver:hover{
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(1.3 , 1.3);
    border-top: 3px white solid;
    border-bottom: 3px white solid;
}

input{
    margin: 20px;
    width: 300px;
}

select{
    margin: 20px;
    width: 300px;
}

/* video de fond*/

.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
  
  .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }



/*accueil*/

h1{
    font-size: 5rem;
    text-align: center;
    color: #ffffff;

}

.logo{
    font-family: Lavishly Yours;
    margin-top: 30vh;
    font-size: 7rem;
    text-align: center;
    color: #ffffff;
    animation: float 3s ease-in-out infinite ;
}

@keyframes float{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0);
    }
}

h2{
    font-family: Prociono;
    font-size: 2,8rem;
    color: white;
    background-color:rgba(255, 255, 255, 0.1) ;
    padding-right: 20%;
    padding-left: 20%;
    text-align: center;
   
}

p{
    font-family: Prociono;
    font-weight: bold;
    padding: 30px;
    color: white;
    text-align: left;
    max-width: 600px;
    margin: 50px;
    border-left: white 3px solid;
    font-size: 1.3rem;
}

.boutonsNav{
    color: #ffffff;
    text-decoration: none;
    font-size: 2rem;
    transition: 1.5s;
}

.boutonsNav:hover{
    transform: scale(1.3, 1.3);
}

nav{
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 200px;
    padding-bottom: 10px;
    border-bottom: #ffffff 2px solid;
    padding-top: 10px;
    max-width: 800px;
    margin: auto;
}

header{
    height: 100vh;
}

main{
    background-color: rgb(33, 49, 71);
    padding-top: 30px;
    box-shadow: 0px 0px 24px 25px rgb(33, 49, 71) ;
  

}

.bouton{
    color: #ffffff;
    font-size: 2rem;
    align-self: center;
    margin: 30px;
    text-decoration: none;
    transition: 1s;
    background-color:rgba(255, 255, 255, 0.3) ;
    padding: 10px;
   
}

.bouton:hover{
    font-size: 2.5rem;
    padding: 20px;
    border-top: white 3px solid;
    border-bottom: white 3px solid;
  
}

.centrer{
    display: flex;
    justify-content: center;
}

footer{
    background-color: rgb(33, 49, 71);
    height: 200px;
    
}

/* slider*/

.fleches{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    bottom: 250px;
}

.bouton-gauche{
    border-bottom: #ffffff solid 7px;
    border-left: #ffffff solid 7px;
    transform: rotate(40deg);
    width: 60px;
    height: 60px;

}

.bouton-droite{
    border-bottom: #ffffff solid 7px;
    border-right: #ffffff solid 7px;
    transform: rotate(-40deg);
    width: 60px;
    height: 60px;
}

.js-slider{
    position: relative;
    width: 500px;
    height: 500px;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 0px 20px 20px rgba(215, 221, 241,0.4);

}

.js-photos{
    position: relative;
    display: flex;
    width: max-content;
    left: -500px;;
    transition: left 0.3s ease;
}

.js-photo{
    flex-shrink: 0;
    background-color:  rgba(215, 221, 241,0.4);
    width: 500px;
    height: 500px;
    
}

.slider{
    background-color: rgba(255, 255, 255, 0);
    padding-top: 30px;
    
}

img{
    width: 500px;
    height: 500px;
    object-fit: cover;
    padding: 20px;
    border: groove 10px  rgba(255, 255, 255, 0.4);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
