@import url(https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Questrial&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);
#myVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  object-fit: cover;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}

#myVideo2 {

  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;

  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
.img2 {
  cursor: pointer;
}
h1,
h2 {
  font-family: "Lobster", cursive;
}
img {
  border: none;
}
.mt-5,
.my-5 {
  margin-top: 6rem !important;
}
.modal-content {
  background-color: rgba(252, 252, 252, 0.993);
}
.resto {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.logo {
  position: absolute;
  z-index: 20;
}
i.fa-street-view {
  color: #d31306;
}
h1 {
  margin-top: 10%;
}
img.guip {
  z-index: 10;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#img,
#img3 #img4,
#img5,
#img6,
#img7,
#img8,
#img9,
#img10 {
  cursor: pointer;
}
img.guip:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#coq {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
p {
  color: #000;
}
.modal2-body {
  background: url(../../assets/images/veh.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 5px #000;
}
.parallax {
  background-image: url(../../assets/images/pizz1.webp);


  position:-webkit-sticky ;
  min-height: 500px;
  position: sticky;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: -1;
      -webkit-transform: translateZ(0);
      pointer-events: none;

}
.carousel-inner img {
  width: 100%;
  height: 90%;
}
.parallax1 {
  background-image: url(../../assets/images/pizza9.webp);
 
  position:-webkit-sticky;
  min-height: 500px;


  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: -1;
      -webkit-transform: translateZ(0);
      pointer-events: none;

}
.jumbotron {
  background-color: rgba(255, 255, 255, 0.315);
}
.span-badge {
  font-size: 2rem;
}
.modal-body {
  background: url(https://images.pexels.com/photos/1391490/pexels-photo-1391490.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 5px #000;
}
#coq2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#img1:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#menu {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#menu1 {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu1:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.small {
  font-size: 2.4rem;
}
.modalDialog {
  position: fixed;
  font-family: "Lobster", cursive;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  margin: 0 auto;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 500px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
  border: none;
  font-family: "Questrial", cursive;
}
.clos {
  color: rgb(226, 225, 225);
  border: none;
  background-color: rgb(179, 1, 1);
  font-size: large;
}
.clos:hover {
  background: #fa1302;
  color: #fff;
  border: none;
}
h2,
h4,
h5 {
  font-family: "Questrial", cursive;
}
.rest {
  color: rgba(255, 255, 255, 0.747);
}

.mb-5, .my-5 {
    margin-bottom: 0rem;
}

.mt-4, .my-4 {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .modalDialog {
    position: fixed;
    font-family: "Lobster", cursive;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    margin: 0 auto;
  }

  .mb-5, .my-5 {
    margin-bottom: 0rem;
}

.parallax1, .parallax {
    background-image: url(../../assets/images/pizza9.webp);
   
    position:-webkit-sticky;
    min-height: 300px;
  
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: -1;
        -webkit-transform: translateZ(0);
        pointer-events: none;
  
  }




#cart2

{

display: none;
visibility: hidden;
}

.mt-4, .my-4 {
    margin-top: 0;
}

  img.guip {
    z-index: 10;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 80%;
    padding: 0;
    margin: 0;
  }
  #coq,
  #coq2 {
    width: 70px;
    height: 70px;
  }
  .modalDialog:target {
    opacity: 1;
    pointer-events: auto;
  }
  .modalDialog > div {
    width: 300px;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    font-family: "Questrial", cursive;
  }
  h3 {
    font-size: 3rem;
  }
  i.fa {
    font-size: 15px;
  }
  .clos {
    color: rgb(226, 225, 225);
    border: none;
    background-color: rgb(179, 1, 1);
    font-size: large;
  }
  .clos:hover {
    background: #fa1302;
    color: #fff;
    border: none;
  }
  #h1 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .img2 {
    margin-bottom: 0;
    margin-top: 0;
  }
  #carte {
    margin: 0;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 0rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 0rem !important;
  }
  .text-white {
    color: #fff !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 0rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 0rem !important;
  }
  .small {
    font-size: 1.5rem;
  }
  i.fa-times-circle {
    font-size: 2rem;
    margin: 2px;
  }
  i.fa-street-view {
    font-size: 4rem;
    color: #d31306;
  }
  .header-content {
    margin-top: 60px;
  }
}
