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

html {
  scroll-behavior: smooth;
}
body{
  color:white;
  overflow-x: hidden;
  font-family: "Karla", "sans-serif";
  padding: 0;
  margin: 0;
}
#page{
  opacity: 0;
  transition: opacity 1s ease;
}
#overlay {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: rgb(215, 215, 215);
  z-index: 50;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line_titre{
  width: 15%;
  margin-left: 42.5%;
  background-color: rgba(0, 0, 0, 0.306);
  height:1px;
}
.top_line{
  padding-bottom: 0.5%;
}
.top_line{
  padding-bottom: 1%;
}
.in_square_marg2{
  margin-top: 1%;
}
#rcette{
  width: 17%;
  margin-left: 41.5%;
}
#qui_line{
  width: 20%;
  margin-left: 40%;
}

#section_mast_1{
  width: 100%;
  height:100svh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.img_mast{
  width: 100%;
  height: auto;
}

#container_mast_scroll{
  width: 100%;
  height:100%;
  overflow: hidden;
}
#scroll_mast{
  width: 500%;
  height:100svh;
  transition: transform 0.5s ease;
  display: flex;
  transform: translateX(-40%);
}


.item_scroll_mast{
  position: relative;
  width: 20%;
  height:100%;
}


.mast_left_square{
  width: 25%;
  height:28%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.238);
  cursor: pointer;
  background-color: #d4c5c5;
  box-shadow: 0 8px 100px rgba(255, 255, 255, 0.649);
}







.is_right{
  right:0;
}
.el_nav{
  position: relative;
}
.over_nav{
  width:0;
  transition: width 0.5s ease,
  transform 0.5s ease;
  position: absolute;
  height:1px;
  background-color: black;
}
.over_nav1{
  left:0;
  transform-origin: left;
}
.over_nav2{
  right:0;
  transform-origin: right;
}
.circles_nav{
  width: 100%;
  display: flex;
  transition: opacity 0.5s ease;
  opacity: 0;
  justify-content: center;
  gap:3%;
}
.circle_nav1{
  width: 1px;
  height:1px;
  background-color: black;
  border-radius: 50%;
}
.circle_nav2{
  width: 2px;
  height:2px;
  background-color: black;
  border-radius: 50%;
}
.circle_nav3{
  width: 3px;
  height:3px;
  background-color: black;
  border-radius: 50%;
}



#in_hover_square_patti{
  width: 20%;
  height:33%;
  position: absolute;
  bottom: 0;
  left:33%;
  display: flex;
  gap:15%;
}
.container_square_pati{
  width: 50%;
  height:100%;
}
.pati{
  width: 100%;
  height:20%;
  margin-top: 13%;
  overflow: hidden;
}
.in_square_hover{
  width: 100%;
  height:auto;
  opacity: 0;
  transition: opacity 2s ease,
  transform 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.619);
}




.container_titre_arrow{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap:1%;
}
.in_square_marg{
  margin-top: 1%;
}


.mast_left_square:hover .icone_arrow{
  transform: translateX(5px);
}


#section_choice_other_product{
  width: 90%;
  margin-left: 5%;
  height:90svh;
  overflow: hidden;
  margin-top: 5%;
  position: relative;
}
#scroll_section_choice_other{
  position: relative;
  width: 500%;
  height:100%;
  display: flex;
  cursor: grab;
  user-select: none;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: absolute;
  cursor: grab;
  user-select: none;
  transition: all 0.1s ease;
  margin-top: 5%;
}
.item_drag{
  position: relative;
  width: 25%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1.5%;
}
.img_drag{
  width: 99.5%;
  height:100%;
  z-index: -1;
  pointer-events: none;
}
#first_drag{
  width: 97%;
  height:100%;
  z-index: 0;
  margin-left: 0.4%;
}
.two{
  position: relative;
  width: 33.33%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 8px 100px rgba(255, 255, 255, 0.141);

}

.presentation_prod{
  width: 100%;
  position: absolute;
  bottom: 32%;
  z-index: 2;
  padding-left: 3%;
  padding-right: 2%;
}
.is_width{
  width: 40%!important;
  position: absolute;
  left:0.5%;
}




#container_circle{
  width: 10%;
  height:3svh;
  position: absolute;
  right:1%;
  bottom:1%;
  display: flex;
  gap:3%;
}
.euro{
  margin-top: 1%;
}

#container_cirle{
  width: 100%;
  height:5svh;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1%;
  z-index: 2;
}
.circle1{
  width: 9px;
  height:9px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}
.circle2{
  width: 12px;
  height:12px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}

.circle3{
  width: 16px;
  height:16px;
}

.circles{
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.683);
}

.titre_beetween_section{
  margin-top: 5%;
}
#specialitee{
  margin-top: 5%;
  position: relative;
  width: 100%;
  height:100svh;
  overflow: hidden;
  transition: transform 2s ease;
  transform: scale(1);


}
#mast_quare_2{
  background-color: antiquewhite;
  border: 1px solid rgba(0, 0, 0, 0.192);
  box-shadow: 0 8px 100px rgba(6, 6, 6, 0.649);

}

#compo{
  height:100%;
  width: 90%;
  margin-left: 5%;
  margin-top: 6%;
}
.img_compo{
  cursor: pointer;
}
.line_compo{
  width: 100%;
  height:70svh;
  display: flex;
}
.line_compo:not(:first-child) {
  margin-top: 5%;
}
.square_compo{
  width: 40%;
  height:100%;
}
.img_compo{
  position:relative;
  background-position: center;
  background-size: 120%;
  transition: background-size 0.5s ease;

}
.right_compo{
  margin-left: 10%;
}
.div_in_top{
  transform: translateY(-100%);
  transition: transform 1s ease;
  padding-bottom: 6%;
}
.div_in_bot{
  transform: translateY(100%);
  transition: transform 0.5s ease;
  margin-top: 4%;
}
.line{
  transition: width 0.5s ease;
  height:1px;
  width: 0;
  background-color: rgb(188, 184, 178);
}

.container_text{
  width: 60%;
  height:100%;
  margin-left: 20%;
}
#container_text_left{
  margin-left: 35%;
}

.div_ext{
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container_titre{
  width: fit-content;
  height:20%;
}
.line{
  width: 0;
  height:1px;
  background-color: rgba(0, 0, 0, 0.502);
  transition: width 0.5s ease;
}
.text_res{
  width: 100%;
}
.see_prod{
  float: right;
  margin-top: 10%;
}
.price{
  margin-top: 2%;
}

#text_sommenous{
  width: 60%;
  margin-left: 20%;
  margin-top: 2%;
  text-align: justify;
}

#qui{
  width: 80%;
  margin-left: 10%;
  display: flex;
  margin-top: 5%;
}
#qui_left{
  width: 40%;
  margin-left: 10%;
  height:80vh;
  background-position: top;
  background-size: 120%;
  transition: background-size 0.5s ease;

}
#qui_right{
  width: 40%;
  padding-left: 3%;
  text-align: justify;
}











#footer{
  width: 100%;
  height:fit-content;
  margin-top: 10%;
  background-color: #8a828220;
  border-top: 1px solid rgba(212, 194, 172, 0.645);
  padding-top: 2%;
}

#nav_footer{
  width: 100%;
  padding: 2%;
  display: flex;
  gap:3%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.line_footer{
  width: 90%;
  display: flex;
  margin-left: 10%;
  margin-top: 7%;
}
#line_sep{
  width: 40%;
  height:1px;
  background-color: rgba(212, 194, 172, 0.42);
  margin-left: 30%;
}
.square_footer{
  width: 33.33%;
  height:fit-content;
  display: flex;
  flex-direction: column;
  gap:5px;
}
.section_info:not(:first-child){
  margin-top: 3%;
}
#menu_footer{
  margin-top: 5%;
}
#adresse{
  margin-top: 5%;
}
#logo_footer{
  margin-top: 5%;
  width: 15%;
  height:auto;
}
#cree{
  margin-top: 4%;
}















#cursor-follow {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: rgb(41, 41, 41);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}
.anim_cursor{
  opacity: 1;
  cursor: pointer;
  transform: scale(1.3);
}
.desanim_cursor{
  width: 2%;
  height:4%;
  opacity: 0;
}
.mouse{
  animation: mouse 1s ease forwards;
}
@keyframes mouse{
  0%{
    transform: scale(1);
    opacity: 0.6;
  }
  10%{
    opacity: 1;
    transform: scale(1.1);
  }
  100%{
    transform: scale(1.5);
    opacity: 1;
  }
}
.remomouse{
  animation: remomouse 0.5s ease forwards;
}
@keyframes remomouse{
  0%{
    transform: scale(1.5);
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
#line{
  width: 10%;
  height:0.5px;
  background-color: rgba(219, 152, 108, 0.196);
  margin-left: 6%;
}

#text_pati{
  width: 100%;
  position: absolute;
  top:2%;
  left: 110%;
}


.to_zero{
  transform: translateY(0svh)
}
.to_less_15{
  transform: translateY(-15svh)
}
.to_less_34{
  transform: translateY(-33svh)
}
.to_less_50{
  transform: translateY(-50svh)
}
.to_less_65{
  transform: translateY(-69svh)
}
.to_less_80{
  transform: translateY(-85svh)
}
.to_less_105{
  transform: translateY(-100svh)
}
.to_less_115{
  transform: translateY(-118svh)
}
.to_less_120{
  transform: translateY(-137svh)
}














button{
  border: 1px solid gray;
  background-color: transparent;
  width: fit-content;
  padding: 3% 2% 3% 2%;
  cursor: pointer;
}


.is_upper{
  text-transform: uppercase;
}
.is_spacing{
  letter-spacing: 1px;
}
.is_titre{
  font-size: 3vw;
}
.is_titre1{
  font-size: 2.5vw;
}
.is_titre2{
  font-size: 2.3vw;
}
.is_titre3{
  font-size: 1.4vw;
}

.is_text1{
  font-size: 1.2vw;
}
.is_text{
  font-size: 1vw;
}
.is_little_text{
  font-size: 0.5vw;
}
.is_little_text1{
  font-size: 0.8vw;
}


.is_shadow{
  text-shadow: 3px 3px 4px rgba(0, 0, 0);
  font-weight: bold;
}

.is_white{
  color:white;
}
.is_black1{
  color:rgb(55, 55, 55);
}
.is_black{
  color:rgb(38, 38, 38);
}
.is_gray{
  color: #737373;
}
.is_gray_bold{
  color: #bfbfbf;
}
.is_gray_bold2{
  color: #8a8282;
}

.style_text{
  font-family: "Julius Sans One", "sans-serif";
}






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

@media (max-width: 600px) {
  .is_titre{
    font-size: 5vw;
  }
  .is_titre1{
    font-size: 6vw;
  }
  .is_titre2{
    font-size: 4.3vw;
  }
  .is_titre3{
    font-size: 4.5vw;
  }
  .is_text1{
    font-size: 4vw;
  }
  .is_text{
    font-size: 3.5vw;
  }
  .is_little_text{
    font-size: 2.5vw;
  }
  .is_little_text1{
    font-size: 2.8vw;
  }
  .img_mast{
    height:100svh;
    width: 100%;
    object-fit: cover;
  }
  #mast2{
    height:80svh;
    width: 100%;
    object-fit: cover;
  }
  #nav{
    height:8svh!important;
  }
  #logo_nav{
    width: 50%!important;
  }
  #nav_bottom_all{
    display: none;
  }
  #scroll_mast, #section_mast_1{
    height: auto;
  }
  #specialitee{
    height: fit-content;
    width: 90%;
    margin-left: 5%;
  }
  #container_mast_scroll{
    height: fit-content;
  }
  .mast_left_square{
    width: fit-content;
    height:20%;
  }
  #section_choice_other_product{
    height: 50svh;
  }
  .titre_beetween_section{
    margin-top: 10%;
  }
  .item_drag{
    width: 100%!important;
  }
  .two{
    width: 50%;
  }
  .resp{
    display: none;
  }
  .right_compo{
    margin-left: 0;
  }
  .left_compo{
    margin-left: 0;
  }
  .line_compo{
    flex-direction: column;
  }
  #compo2{
    flex-direction: column-reverse;
  }
  #text_sommenous{
    margin-top: 5%;
  }
  #qui_right{
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #container_text_left{
    margin-left: 0%;
    width: 100%;
  }
  .square_compo{
    width: 100%;
    margin-top: 8%;
    text-align: center;
  }
  .container_text{
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .container_titre{
    margin: auto;
  }
  #qui_container{
    margin-top: 15%;
  }
  #text_sommenous{
    width: 90%;
    margin-left: 5%;
  }
  .line_compo{
    height: 100svh;
  }
  #qui{
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
  }
  #qui_left{
    width: 100%;
    margin-left:0;
    background-repeat: no-repeat;
    background-size: cover!important;
  }
  .line_footer{
    flex-direction: column-reverse;
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .square_footer{
    width: 100%;
    text-align: center;
    margin-top: 8%;
  }
  #nav_footer{
    display: none;
  }
  #logo_footer{
    position: absolute;
    top:0;
    width: 50%;
    left:50%;
    transform: translateX(-50%);
  }
  #footer{
    padding-bottom: 5%;
    position: relative;
  }
  #resp_first{
    margin-top: 30%;
  }
  #img_overlay{
    width: 100%;
    height:auto;
  }
}