
* {
  box-sizing: border-box; /* Applique à tous les éléments */
}

html {
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  color: white;
  font-size: 1.1vw;
  background-color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#mast_carou{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 0;
  overflow: hidden;
}
#scroll_mast{
  width: 300%;
  height:100%;
  display: flex;
}
.img_carou{
  width: 100%;
  height:auto;
  object-fit: cover;
}


#masthead{
  width: 100%;
  height:100svh;
  position: relative;
  background-color: black;
  /* background-image: url("/static/images/quai/b1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%; */
  transition: opacity 0.5s ease;
  overflow: hidden;
}
#masthead.fade-out {
  opacity: 0;
}
#logo{
  position: relative;
  /* position: fixed; */
  margin-left: 2%;
  margin-top: 2%;
  width: 12%;
  z-index: 4;
}
#menu::before{
  filter: blur(8px);
  content: "";
}
#menu{
  position: absolute;
  /* position: fixed; */
  width: 25%;
  left:0;
  height:100svh;
  content: "";
  padding-top: 11%;
  padding-left: 12%;
  top:0;
  background-color: rgb(0, 0, 0);
  transition: transform 0.5s ease, 
  background-color 2s ease;
  z-index: 2;
}
.el_menu{
  margin-top: 1.5%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease,
  transform 0.5s ease;
  transform-origin: left;
}
#clicker{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3%;
  top: 75%;
  text-align: center;
  color:white;
  cursor: pointer;
  z-index: 3;
  font-weight: bold;
  width: 3%;
  height:auto;
  transform: rotate(90deg);
  transition: transform 1s ease;
}
#clicker:hover{
  animation: hover_arrow 1s ease infinite;

}

@keyframes hover_arrow {
  0% {
    transform: scale(1.1) rotate(90deg);
  }
  50% {
    transform: scale(1) rotate(90deg);
  }
  100% {
    transform: scale(1.1) rotate(90deg);
  }
}

.icone_img{
  width: 7%;
  height:auto;
  z-index: 4;
  cursor: pointer;
}
#icone{
  display: flex;
  gap: 5%;
  width: 100%;
  z-index: 4;
  position: absolute;
  bottom: 8%;
  left:0;
  justify-content: center;
}

#bottom{
  position: absolute;
  top: 85%;
  width: 100%;
  left:0%;
  height:1000svh;
  background: linear-gradient(to bottom,
   rgba(0, 0, 0, 0.826) 0%,
    rgba(13, 13, 13, 0.807) 6%, black 9%);
  transition: transform 0.3s ease;

}
#info_begin{
  display: flex;
  width: 100%;
  height: 15svh;
}
.bottom_div{
  width: 25%;
  height:100%;
  padding-top: 1%;
  padding-left: 5%;
  text-align: center;
}
.are_left{
  text-align: left;
  transition: opacity 0.5s ease;
}
.el_menu2{
  cursor: pointer;
}


#first{
  padding-top: 5%;
  width: 60%;
  height:50svh;
  margin-left: 20%;
}

#assiette{
  margin-left: 35%;
}
#titre_assiette{
  margin-left: 30%;
}
#titre_who{
  float:right;
  margin-top: 2%;
}
.citation{
  opacity: 0;
  transition: opacity 0.5s ease;
}

#mast_video{
  width: 100%;
  height:80svh;
  margin-top: 10%;
  overflow: hidden;
  position: relative;
}
#video{
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: 20% 60%;
}

#presentation{
  width: 35%;
  position: absolute;
  z-index: 2;
  top:40%;
  right: 0;
}

#scroll_video{
  width: 100%;
  overflow: hidden;
  height:25svh;
}
#scroll_vid{
  width: 300%;
  height:100%;
  transition: transform 1s ease;
  display: flex;
}
.container_vid{
  width: 100%;
  height:100%;
}


.left{
  width: 50%;
}
.right{
  width: 50%;
}

.under_titre{
  margin-top: 2%;
}




#second{
  position: relative;
  width: 60%;
  margin-left: 25%;
  margin-top: 10%;
}
#loca_div{
  width: fit-content;
  position: relative;
  margin-left: 10%;
}

#loca{
  width: 8%;
  height: auto;
  animation: loca_effect 1s ease infinite;
}

@keyframes loca_effect {
  0% {
    transform: translateY(15%);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(15%);
  }
}
#contact{
  padding-left: 4%;
}
#distinction{
  width: 100%;
  display: flex;
  margin-top: 5%;
}



#left_distin{
  width: 50%;
  text-align: center;
  padding-top: 5%;
}
#right_distin{
  width: 50%;
}
#quali{
  width: 50%;
  height: auto;
  position: relative;
}
#logo_quali{
  position: relative;
  width: 25%;
  margin-left: 35%;
}
#container_brn{
  text-align: right;
  margin-top: 5%;
}
.memo_img{
  width: 25%;
  height:auto;
  position: absolute;
}
.padd_btn{
  margin-left: 8%;
}
.padd_btn_left{
  margin-left: 92%;
}




.container_carte{
  width: 100%;
  height:100%;
  display: flex;
  margin-top: 5%;
}
.carte_menu{
  width: 100%;
  height:fit-content;
}
.width60{
  width: 65%;
  height: fit-content;
  padding: 2%;
  border: 1px solid rgb(128, 128, 128);
  padding-bottom: 5%;
}
.width40{
  width: 25%;
  height: 100%;
  position: relative;
}
.reservate{
  position: absolute;
  bottom: 20%;
}
#titre_top_menu{
  margin-left: 27%;
}
#menu_carte{
  position: relative;
  padding-top: 5%;

}
.titre_menu{
  padding-bottom: 3%;
}
.line_menu{
  margin-top: 1%;
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
}
.plat{
  width: 50%;
}
.price{
  width: 50%;
  text-align: right;
}
.btn_plat{
  position: absolute;
  right: -10%;
  z-index: 3;
  top:2%;
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: rotate(30deg);


}

.line_menu:hover .btn_plat{
  opacity: 1;
}



#carte_container_scroll{
  width: 100%;
  height:100%;
  overflow: hidden;
  border: 1px solid white;
}
#carte_scroll{
  width: 300%;
  height:auto;
  display: flex;
  flex-direction: column;
}



#container_scroll_carte{
  width: 60%;
  margin-left: 27%;
  overflow: hidden;
}
#container_scroll{
  width: 400%;
  transition: transform 0.5s ease;
  display: flex;
}
.section_carte{
  width: 100%;
  height: fit-content;
}
#section_menuu_carte{
  width: 60%;
  margin-left: 27%;
  display: flex;
  gap:3%;
  margin-top: 3%;
}
.carte_menu_el{
  cursor: pointer;
  transition: color 0.5s ease;
}
.carte_menu_el:hover{
  color:#facf0d;
}

#avis{
  width: 60%;
  margin-left: 27%;
  position: relative;
  margin-top: 10%;
}

#memo{
  width: 20%;
  height:auto;
}
#container_avis{
  width: 30%;
  height:50svh;
  overflow: hidden;
}
#container_scroll_avis{
  width: 300%;
  height:100%;
  display: flex;
  transition: transform 0.5s ease;
}





#scroll_memo{
  width: 40%;
  overflow: hidden;
  height:100%;
  margin-left: 30%;
}
#scroll_mem{
  width: 300%;
  height:100%;
  transition: transform 1s ease;
  display: flex;
}
.container_mem{
  width: 100%;
  height:100%;
}



.are_opa{
  opacity: 0;
  transition: opacity 2s ease;
}

.menu_resp{
  width: 6%;
  height:auto;
  position: fixed;
  top:5%;
  right:5%;
  z-index: 10;
}














.button_white{
  border: 1px solid white;
  border-radius: 2%;
  background-color: transparent;
  color:white;
  cursor: pointer;
  padding: 1% 2% 1% 2%;
}

.button_yellow{
  border: 1px solid yellow;
  border-radius: 2%;
  background-color: transparent;
  color:#facf0d;
  cursor: pointer;
  padding: 1% 2% 1% 2%;
}
.quote {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-style: italic;
}


.is_titre{
  font-size: 3.5vw;
}
.is_titre1{
  font-size: 2.5vw;
}
.is_titre2{
  font-size: 2vw;
}
.is_titre4{
  font-size: 1.5vw;
}
.is_text{
  font-size: 1.2vw;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.is_listtle_text{
  font-size: 1vw;
}









h1, h2{
  margin: 0;
  padding: 0;
}

.is_shadow{
  text-shadow: 2px 2px 5px black;
}


.is_yellow{
  color: #facf0d
}
.is_white{
  color : #e7e1e1;
}
.is_black{
  color : black;
}


.text_important{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.styled_text {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}









.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


#resp{
  display: none;
  color:white;
  font-size: 5vw;
}


.resp{
  display: none;
}

@media (max-width: 800px) {
  body{
    font-size: 1.5vw;
  }
  .is_titre{
    font-size: 3.9vw;
  }
  .is_titre1{
    font-size: 2.9vw;
  }
  .is_titre2{
    font-size: 2.4vw;
  }
  .is_titre4{
    font-size: 1.9vw;
  }
  .is_text{
    font-size: 1.6vw;
  }
  .is_listtle_text{
    font-size: 1.4vw;
  }
}
@media (max-width: 500px) {

  body{
    font-size: 4vw;
  }
  .is_titre{
    font-size: 7vw;
  }
  .is_titre1{
    font-size: 6.4vw;
  }
  .is_titre2{
    font-size: 5.5vw;
  }
  .is_titre4{
    font-size: 3.8vw;
  }
  .is_text{
    font-size: 4vw;
  }
  .is_listtle_text{
    font-size: 3.9vw;
  }
  #menu{
    display: none;
  }
  .resp{
    display: block;
  }
  #logo{
    width: 25%;
  }
  .bottom_div{
    display: none;
  }
  #resp_bottom_dvi{
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 2%;
  }
  #first{
    width: 80%;
    margin-left: 10%;
    text-align: center;
    height:fit-content;
    padding-bottom: 20%;
  }
  #titre_assiette{
    width: 100%;
    margin-left: 0;
  }
  #titre_who{
    margin-top: 4%;
  }
  #clicker{
    display: none;
  }
  #presentation{
    width: 65%;
    left:5%;
    top:5%;
  }
  .resp_div{
    width: 90%!important;
    margin-left: 5%!important;
  }
  .width60{
    width: 100%!important;
    margin-left: 0%!important;
  }
  #left_distin{
    width: 45%;
  }
  #quali{
    width: 65%;
  }
  #logo_quali{
    width: 55%;
  }
  #right_distin{
    width: 55%;
  }
  #scroll_memo{
    width: 70%;
  }
  .resp_none{
    display: none;
  }
  .img_carou{
    width: 100vw; /* au lieu de 100% */
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  #scroll_mast{
    width: 300vw;
  }

}
