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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  color:white;
  font-size: 1.2vw;
  background-color: #155897;
}
#page_template{
  width: 100%;
  height:100%;
}
#logo{
  width: 13%;
  height:auto;
  margin-left: 2%;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.little_logo{
  transform: scale(0.8);
}
#nav{
  width: 100%;
  height:10vh;
  background-color: #ad2547;
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%239C92AC' fill-opacity='0.31' fill-rule='evenodd'/%3E%3C/svg%3E");
  position: fixed;
  z-index: 4;
  transition: height 0.5s ease;
}


#container_pict_remaast{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100svh;
  overflow-x: hidden;
}
#mast_scroll{
  width: 300%;
  height:100%;
  display: flex;
  transition: transform 1s ease;
}
.mas_img{
  width: 100vw;
  height:100%;
}
#mast1{
  background-image: url("/static/images/casa/accueil.jpg");
  background-repeat: no-repeat;
  background-size: cover
}
#mast2{
  background-image: url("/static/images/casa/accueil.jpg");
  background-repeat: no-repeat;
  background-size: cover
}
#mast3{
  background-image: url("/static/images/casa/accueil.jpg");
  background-repeat: no-repeat;
  background-size: cover
}
#mast{
  width: 100%;
  height:100svh;;
}

#titre_anim{
  position: absolute;
  top:25%;
  left:5%;
}
#container_avis{
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 2%;
}

.are_not_appear{
  transform: translateX(-120%);
  opacity: 0;
  transition: transform 1s ease,
  opacity 0.5s ease;
}
#anim1{

}
#anim2{

}

.appear_class{
  transform: translateX(0%)!important;
  opacity: 1!important;
}



#fb{
  width: 12%;
  height: auto;
}
#trip{
  width: 12%;
  height: auto;
}
#google{
  width: 12%;
  height: auto;
}
.are_bottom{
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease,
  opacity 0.5s ease;
}
.to_go_bot{
  transform: translateY(0%)!important;
  opacity: 1!important;
}


#fb_note{

}
#trip_note{

}
#google_note{

}
.red{
  color:rgb(255, 0, 0);
  text-shadow: 1px 1px 2px black;
}
.note{
  color:rgb(227, 114, 114);
  text-shadow: 2px 2px 3px black;
  font-weight: bold;
}



#banniere{
  position: relative;
  width: 100%;
  height:48vh;
  background-color: #ad2547;
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%239C92AC' fill-opacity='0.31' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.ban_section{
  width: 33.33%;
  height:100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#circle_pizza{
  width: 15%;
  height:8svh;
  display: flex;
  gap:5%;
  position: absolute;
  right: 0%;
  bottom:-5%;
}
#page1{
  width: 100%;
  height:100%;
  overflow: hidden;
  margin-top: 2%;
}
#scroll_pizz{
  width: 300%;
  height: 100%;
  display: flex;
  overflow: hidden;
  transition: transform 0.5s ease;
}
#left_nav{
  width: 60%;
  height:100%;
}
#right_nav{
  width: 40%;
  height:100%;
  display: flex;
  align-items: center;
  gap:3%;
  justify-content: flex-end;
  padding-right: 3%;
}
.item{
  cursor: pointer;
}
#horraire_image{
  position: absolute;
  width:92%;
  z-index: 1;
  transition: transform 1s ease;
  top:5%;
}
#first{
  margin-top: 5%;
}
#shedul{
  text-align: center;
  overflow: hidden;
}
#shedul_ban{
  padding-top: 5%;
}
.element_shecd{
  margin-top: 2%;
  opacity: 1;
}
.to_appear_element_sche{
  transform: translateX(0);
  opacity: 1;
}
#adresse{
  position: absolute;
  top:20%;
  left:35%;
  width: 50%;
  display: flex;
  gap:10%;
  padding-left: 5%;
}
#container1{
  overflow: hidden;
}
.to_right_go{
  transform: translateY(0%);
}


#reso{
  display: flex;
  gap:3%;
  position: absolute;
  bottom: 5%;
  right:7%;
  width: 100%;
  justify-content: end;
}
.icone{
  width: 4%;
  height: auto;
  cursor: pointer;
  border : 1px solid rgba(0, 0, 0, 0.471);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.7);
}

#circle_container{
  height:15svh;
  width: 5%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom:5%;
  right: 1%;
  gap:8%;
}
.circle{
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid black;
}
.is_red_circle{
  background-color: #ad2547;
}


.pages{
  position: relative;
  width: 100%;
  transition: transform 0.25s ease;
  overflow:hidden;
  background-color: #155897;
}
.page_container_pizza_carte{
  display: flex;
  height:35svw;
  width: 100%;
}
#next_section{
  margin-top: 3%;
  padding-left: 7%;
  padding-bottom: 2%;
}
.container_page1{
  width: 100%;
  position: relative;
}
#logo_carte{
  position: absolute;
  z-index: 0;
  width: 40%;
  right: 70%;
}
.pizza_carte{
  position: relative;
  padding-left: 10%;
  width: 100%;
  padding-top: 20%;
}
.page{
  width: 50%;
  height:100%;
}
#see_carte1{
  margin-top: 40%;
  opacity: 0;
  transition: opacity 2s ease,
  box-shadow 0.5s ease;
}
.see_carte{
  border: 1px solid white;
  background-color: transparent;
  cursor: pointer;
  padding: 1%;
  padding-left: 2%;
  padding-right: 2%;
  z-index: 1;
  position: relative;
  /* transition: box-shadow 1s ease; */
}
.see_carte_pizz{
  margin-top: 40%;
  box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, 0.7);
}
#see_carte_img{
  position: absolute;
  width: 60%;
  left:55%;
  top:15%;
  transform: rotate(90deg);
  z-index: 0;
  transition: transform 0.5s ease;
}
#pizz, #cuite, #resum_carte{
  transform: scale(0.8);
}
.to_go_right_carte{
  transform: scale(0.8) translateX(0%)!important;
}

#logo_under_btn{
  position: relative;
  z-index: 0;
  margin-top: 5%;
  color:rgba(255, 255, 255, 0.062);
  opacity: 1;
  transition: opacity 3s ease;
  opacity: 0;
}
#see_carte_amore{
  width: 70;
  position: absolute;
  left:-20%;
  top:-15%;
  z-index: -1;
}

#amore{
  width: 60%;
  height: auto;
}
#container_amore{
  display: flex;
  align-items: center;
  justify-content: center;
}

#last_page{
  padding-top: 20%;
}
#qui_somme{
  width: 55%;
  height: auto;
  margin-top: 15%;
}
#page2{
  height:100%;
  position: relative;
}
.img_pizza_presentation{
  width: 30%;

}

#section_salle{
  margin-top: 3%;
}

#noz_pizzas{
  position: relative;
  width: 90%;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap; /* Permet aux éléments de passer à la ligne */
  gap: 30px; /* Espace entre les éléments */
  justify-content: center; /* Centre les éléments */
  margin-top: 3%;
}
.item_pizza {
  position: relative;
  width: calc(33.33% - 30px); /* 3 colonnes */
  padding: 5%;
  text-align: center;
  border-radius: 5px;
  height:25svh;
  cursor: pointer;
  padding-bottom: 18%;
  z-index: 2;
  background-color: #3875ae2a;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%239C92AC' fill-opacity='0.21' fill-rule='evenodd'/%3E%3C/svg%3E");

}
.titre_pizz_carte{
  transform-origin: center;
}
.item_pizza:hover .carte{
  transform: scale(1.1) rotate(360deg);
}
.item_pizza:hover .carte_pizza{
  transform: scale(1.1);
}
.item_pizza:hover .titre_pizz_carte{
  animation: clignote 1s ease;
}


@keyframes clignote {
  0% {
    transform: scale(1);
    color:white;
  }
  25% {
    transform: scale(1.05);
    color:rgb(193, 57, 57);
  }
  50%{
    transform: scale(1);
    color:white;
  }
  75%{
    transform: scale(1.1);
    color:rgb(223, 174, 174);
  }
  100% {
    transform: scale(1);
    color:white;
  }
}



#see_all_pizz_container{
  width: 90%;
  text-align: right;
  margin-left: 5%;
  padding: 1%;
  margin-top: 2%;
}

.carte{
  position: absolute;
  width: 70%;
  height: auto;
  left:0;
  top:0;
  transform: scale(0);
  transition: transform 0.5s ease;
  pointer-events: none;
}
.carte_pizza{
  width: 60%;
  height: auto;
  position: absolute;
  top:0;
  right:0;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.text_pizza_carte{
  position: relative;
  z-index: 2;
  text-align: left;
  margin-top: -15%;
  margin-left: -10%;
}
#page3{
  padding-bottom: 10%;
  display: flex;
  margin-top: 10%;
}
#qui_somme_nous{
  width: 60%;
  height: auto;
  margin-left: 10%;
}
.container_p3{
  width: 50%;
}
#casa_salle{
  width: 90%;
  height:auto;
}
#salle{
  background-image: url("/static/images/casa/salle.jpg");
  background-size: cover;
  width: 90%;
  height: 55svh;
  margin-left: 5%;
  background-repeat: no-repeat;
  background-position: center;
}
#container_reso{
  display: flex;
  width: 90%;
  margin-left: 5%;
  height:55svh;
  margin-top: 1%;
}
#left_resto{
  width: 69%;
  height:100%;
  background-color: #8e1534;
  padding: 6%;
  padding-left: 8%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%239C92AC' fill-opacity='0.31' fill-rule='evenodd'/%3E%3C/svg%3E");
  overflow: hidden;
  position: relative;
}
#right_resto{
  width: 30%;
  height:100%;
  margin-left: 1%;
}
#out{
  width: 100%;
  height:100%;
  object-fit: cover;
}
#in_resto{
  transform: rotate(190deg);
  position: absolute;
  left: 15%;
  bottom:-20%;
  z-index: 0;
  width: 70%;
}
#text_resto{
  position: relative;
  z-index: 1;
}
#see_carte3{
  float: right;
  margin-top: 2%;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.7);
}
#see_carte2{
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.7);

}

#avis{
  position: relative;
  width: 100%;
  height:200svh;
  padding-top: 10%;
}
.container_avis{
  width: 35%;
  height:fit-content;
  position: absolute;
}
.avis{
  width: 50%;
  height:auto;
  position: absolute;
}

#scroll{
  width: 100%;
}


#avis_carou{
  margin-top: 2%;
  width: 60%;
  overflow: hidden;
  height:5svh;
  position: relative;
  transition: opacity 1s ease;
}
.item_scroll{
  width: 100%;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  position: absolute;
  top:0;
}

.anim_avis {
  animation: anim_avis 3s ease forwards;
}

@keyframes anim_avis {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }

  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}





#avis1{
  top:10%;
  left:30%;
}
#avis2{
  top:25%;
  left:60%;
}
#avis3{
  top:35%;
  left:10%;
}
#avis4{
  top:55%;
  left:45%;
}
#avis5{
  top:65%;
  left:15%;
}
.comm{
  float: right;
}





#footer{
  width: 100%;
  height:fit-content;
  background-color: #ad2547;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%239C92AC' fill-opacity='0.31' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: flex;
  position: relative;
  margin-top: 5%;
  padding-bottom: 5%;
}
#left_footer{
  width: 50%;
  height:100%;
  border: 1;
  display: flex;
  padding-left: 5%;
  position: relative;
}
#shedul_footer{
  margin-top: 11%;
  margin-left: 0%;
}
#loca_footer{
  margin-top: 20%;
  margin-left: 14%;
}
#contact{
  margin-top: 20%;
  margin-left: 10%;
  border-left:1px solid white;
  height:30%;
  padding-left: 10%;
}
.el_footer{
  cursor: pointer;
  transition: color 0.5s ease;
}
.el_footer:hover{
  color:#04396b;
}
#ban_footer{
  width: 45%;
  z-index: 0;
  position: absolute;
  top:5%;
  right: 28%;
  
}
#right_footer{
  width: 50%;
  height:100%;
  position: relative;
}
#titre_footer{
  position: absolute;
  top:8%;
  left: 22%;
}
.icone_reso{
  width: 6%;
  border: 1px solid rgba(0, 0, 0, 0.362);
  cursor: pointer;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.7);

}
#reso_footer{
  display: flex;
  gap:3%;
  margin-top: 3%;
}













h1 , h2{
  padding: 0;
  margin: 0;
}
.is_black{
  color:rgb(20, 20, 20);
}
.is_red{
  color: #8e1534;
}
.is_blue{
  color: #04396b;
}
.is_white{
  color:white;
}
.is_titre{
  font-size: 4vw;
}
.is_titre2{
  font-size: 2.5vw;
}
.is_titre3{
  font-size: 1.5vw;
}
.is_titre4{
  font-size: 1.3vw;
}











































.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;
}


@media (max-width: 1280px) and (max-height: 1024px){
  #container_reso{
    height:40svh;
  }
}
@media (max-width: 1280px) and (max-height: 800px){
  #container_reso{
    height:45svh;
  }
}
@media (max-width: 1280px) and (max-height: 720px){
  #container_reso{
    height:55svh;
  }
}
@media (max-width: 1024px) {

  #container_reso{
    height:40svh;
  }
}
@media (max-width: 1176px) {
  .circle{
    width: 13px;
    height:13px;
  }
}

@media (max-width: 800px) {
  .circle{
    width: 10px;
    height:10px;
  }
}


@media (max-width: 600px) {
  body{
    font-size: 4vw;
  }
  .is_titre{
    font-size: 6vw;
  }
  .is_titre2{
    font-size: 5vw;
  }
  .is_titre3{
    font-size: 4.5vw;
  }
  .is_titre4{
    font-size: 3.9vw;
  }
  .circle{
    width: 15px;
    height:15px;
  }
  #logo{
    width: 40%;
  }
  .nav_el{
    display: none;
  }
  #little_logo{
    width: 55%;
  }
  #banniere{
    flex-wrap: wrap;
    height:auto;
    padding-bottom: 5%;
  }
  #horraire_image{
    z-index: 0;
  }
  #shedul{
    z-index: 1;
  }
  .ban_section{
    width: 100%;
  }
  #last_ban_section{
    text-align: center;
    margin-top: 2%;
    padding-bottom: 10%;
  }
  #el_top{
    display: none;
  }
  #container1{
    text-align: center;
    color:black;
    margin-top: 2%;
  }
  #reso{
    justify-content: center;
    right: auto;
  }
  .icone{
    width: 5%;
  }
  .page_container_pizza_carte{
    height:fit-content;
    flex-direction: column;
    overflow: hidden;
  }
  .page{
    width: 100%;
  }
  .pizza_carte{
    padding: 0;
  }
  #logo_carte{
    display: none;
  }
  #page1{
    padding-top: 10%;
  }
  .container_page1{
    height: fit-content;
  }
  #circle_pizza{
    gap:10%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  #see_carte1, .see_carte_pizz{
    margin-top: 5%;
    opacity: 1;
  }
  #page2{
    margin-top: 5%;
  }
  #next_section{
    padding-left: 10%;
  }
  .item_pizza{
    width: 100%;
    height:fit-content;
    margin-top: 5%;
  }
  .carte{
    width: 50%;
  }
  #noz_pizzas{
    margin-top: 10%;
    gap:50px;
  }
  .text_pizza_carte{
    margin-left: 1%;
    width: 60%;
  }
  .carte_pizza{
    top:10%;
  }
  .carte_pizza{
    width: 50%;
  }
  #see_all_pizz_container{
    margin-top: 8%;
  }
  #salle{
    height:30svh;
    margin-top: 10%;
  }
  #container_reso{
    margin-top: 5%;
    width: 90%;
    height:fit-content;
  }
  #right_resto{
    display: none;
  }
  #left_resto{
    width: 100%;
    height:fit-content;
  }
  #text_resto{
    text-align: center;
  }
  #see_carte3{
    float: none;
    margin-top: 5%;
  }
  #footer{
    flex-direction: column-reverse;
  }
  #left_footer{
    flex-direction: column;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 5%;
  }
  #right_footer{
    width: 100%;
  }
  #titre_footer{
    display: none;
  }
  #contact{
    border-left: 0;
    padding-left: 0;
  }
  #loca_footer{
    display: none;
  }
  #contact{
    margin-top: 0;
    margin-left: 0;
  }
  #reso_footer{
    justify-content: center;
    align-items: center;
  }

}

