/* GENERAL */
body
{
    font-family: 'Playfair Display';
}
.divider
{
    width:150px;
    height:1px;
}
a
{
    text-decoration: none;
}

/* NAVBAR */
.navbar
{
    background-color: #d9d9d9;
}
#branding-container
{
    margin:0 auto;
}
#branding-container a
{
    font-size: 30px;
}
.navbar-nav a
{
    font-size: 18px;
    margin-right:10px;
    letter-spacing: 2px;
    display: block;
    width:100px;
    height:auto;
    text-align: center;
}
/* nav a
{
    color:#fff !important;
} */
.navbar-brand
{
    text-align: center !important;
}
.navbar-brand img
{
    width:120px;
    margin: 0 auto !important;
    text-align: center;
}
.navbar-nav a
{
    color:#fff !important;
    text-align: center;
    margin:0 auto;
}
/* MAIN IMAGE */

#main-image
{
    background:url('images/carousel/carousel-img.jpg')no-repeat center;
    background-size: cover;
    text-align:center;
    color:#fff;
    /* border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px; */
    border-radius: 0 0 200px 200px / 0 0 50px 50px;
    position:relative;
}
/* #main-image h1
{
    padding-top:50px;
    margin-bottom:50px;
    font-size: 70px;
}
#main-image-text h1
{
    text-shadow: 0 0 6px #000;
} */

#typewriter-text {
    overflow: hidden;
    /* border-right: 1px solid orange;
    white-space: nowrap; */
    font-size: 65px; /* Ajustez la taille de la police */
    animation: typing 1s steps(40, end), blink-caret .75s step-end;
    text-align: center;
  }
  
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; } /* Changez la couleur comme vous le souhaitez */
  }
  

#main-image-text p
{
    text-shadow: 1px 0 30px #000;
}
#main-image-text .row .col-md-12 h1
{
    padding-top:200px;
    font-family: Loretta;
    font-weight: bold;
    
}
#main-image-text .row .col-md-12 p
{
    /* padding-bottom:200px; */
    padding-bottom:20px;
    margin-bottom:30px;
    font-size: 20px;
    font-family: 'Kings Caslon';
}
#booking
{
    display: block;
    width:80%;
    height:50px;
    background-color: red;
    margin:0px auto 15px;
    border-radius: 5px;
    letter-spacing: 5px;
    filter: grayscale(10%);
    -webkit-filter: grayscale(10%);
    transition: all 1s;
    
}
#booking:hover
{
    filter:none;
    -webkit-filter: none;
}
#booking a
{
    text-decoration: none;
    display: block;
    color:#fff;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
}
#contact
{
    display: inline-block;
    width:80%;
    height:50px;
    margin:0 auto 210px;
    border-radius: 5px;
    border:1px solid #fff;
    letter-spacing: 5px;
    filter: grayscale(10%);
    -webkit-filter: grayscale(10%);
    transition: all 0.5s ease-in-out 0s;
}
#contact .col-12
{
    margin-top:10px;
}
#contact:hover
{
    filter:none;
    -webkit-filter: none;
    background-color: #fff;
}
#contact a
{
    display: block;
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
    transition: all 0.5s ease-in-out 0s;
}
#contact a:hover
{
    color:#000;
}
#middle-pizza
{
    margin:0 auto;
    position: absolute;
    bottom:-200px;
    left:50%;
    transform: translate(-50%,-50%);
}
#middle-pizza img
{
    width:230px;
    text-align: center;
}


/* CHARACTERISTIC */

#characteristic
{
    background-color: beige;
    padding-top:150px;
}
#characteristic h3
{
    color:#ff3131;
}


#fresh-ingredients
{
    text-align: center;
    /* margin-bottom: 30px; */
}
#fresh-ingredients img
{
    padding:30px 0;
}
#fresh-ingredients h3
{
    padding: 10px 0;
}


#homemade-mozarella
{
    text-align: center;
    /* margin-bottom: 30px; */
}
#homemade-mozarella img
{
    padding:30px 0;
}
#homemade-mozarella h3
{
    padding: 10px 0;
}



#secret-recipe-sauce
{
    text-align: center;
    margin-bottom: 70px;
}
#secret-recipe-sauce img
{
    padding: 30px 0;
}
#secret-recipe-sauce h3
{
    padding: 10px 0;
}

/* HOT SALES */

#hot-sales
{
    /* background:linear-gradient(); */
    background-color: #444;
    color:#fff;
    text-align: center;
    padding-bottom:80px;
}
#hot-sales h1
{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 80px 0 20px 0;
}
#hot-sales .divider
{
    background-color: #fff;
    margin:0 auto;
    margin-bottom:30px;
}
#red1
{
    /* width:80%; */
    background-color: cadetblue;
}
#red2
{
    /* width:80%; */
    background-color:darkcyan;
}
#red3
{
    /* width:80%; */
    background-color: darkblue;
}
#red4
{
    /* width:80%; */
    background-color: darkslateblue;
}

#hot-sales img
{
    width:80%;
    padding: 20px 5px;
}
#hot-sales a
{
    text-decoration: none;
    color:#fff;
}
#hot-sales h4
{
    padding: 10px 0;
}
#hot-sales p
{
    padding:0 3px;
    color:rgba(255,255,255,0.9);
}

/* MENU */

#menu
{
    background-color: beige;
    text-align:center;
    padding-bottom: 10px;
    border-radius: 0 0 200px 200px / 0 0 50px 50px;
    margin-bottom: 10px;
}
#menu-p-1
{
    color:red;
    padding:70px 0 10px 0;
    font-size: 20px;
    letter-spacing: 1px;
}
#menu h1
{
    font-weight: bold;
    font-size: 50px;
    padding-bottom: 20px;
}
#menu-p-2
{
    padding-bottom:30px;
}
#show-menu
{
    width:330px;
    height:50px;
    margin:0 auto 80px;
    border:1px solid red;
    border-radius: 5px;
    transition: all .3s ease-in-out 0s;
}
#show-menu:hover
{
    background-color: red;
}
#show-menu h4
{
    line-height:50px;
    color:red;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#show-menu h4:hover
{
    color:#fff;
}
#menu img
{
    width:80%;
    padding-bottom:20px;
    position: relative;
}
#pizzeria
{
    margin-top: 70px;
    margin-bottom:70px;
}
#menu a
{
    color:red;
}

/* BEST DEALS */

/* #best-deals
{
    background-color: beige;
} */
/* #best-deals h1
{
    font-weight: bold;
    background-color: beige;
    width:500px;
    margin:0 auto;
    text-align: center;
}
#best-deals h4
{
      width:200px;
      background-color: #d9d9d9;
      margin:0 auto;
      text-align: center;
      position: relative;
      top:10px;
} */

#order
{
    background:url('images/order/background/bg.jpg') no-repeat top center;
    background-size: cover;
    color:#fff;
    padding:80px 10px;
}
#order h1
{
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin-bottom:40px;
}
#order p
{
    /* font-weight: bold; */
    text-shadow: 0 0 1px #000;
    padding-bottom:50px;
    text-align: center;
}
.img-order
{
    width:40%;
    padding:30px;
    background-color: red;
    border-radius: 50%;
    margin:0 auto;
}
#order h3
{
    text-align: center;
    padding-top:30px;
    font-weight: bold;
    padding-bottom: 10px;
}
#order a
{
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
#order .col-lg-4
{
    margin:0 auto;
    margin-bottom:50px;
}

/* SOCIAL NETWORK */

#social-media
{
    text-align: center;
    background: linear-gradient(#000,#737373);
    color:#fff;
    padding-bottom: 20px;
    margin-bottom:5px;
}
#social-media h1
{
    text-transform: uppercase;
    padding:50px 0 0 0;
}
#social-media .divider
{
    background-color: #fff;
    margin:40px auto 40px;
}
#social-media a
{
    margin:0 auto;
}
#social-media img
{
    background-color: #fff;
    width:90%;
    transition: all .2s;
}
#social-media img:hover
{
    filter:grayscale(80%);
    -webkit-filter: grayscale(80%);
    transform:scaleX(2,1.05,2);
    transform:scaleY(1.05);
    transform:scaleZ(2);
    -ms-transform: scale3d(1.01);
    -webkit-transform:scale3d(1.01);
}
#social-media p
{
    padding-top: 10px;
}


/* CAROUSEL */

/* .carousel {
    overflow: hidden;
    width: 100%; */
    /* height: 100px; /* Ajustez la hauteur selon vos besoins  */
  /* } */
  
  /* .carousel-items {
    display:flex;
    width: 100%; Ajustez la largeur en fonction du nombre d'éléments du carrousel
    animation: carousel-animation 10s infinite;
  }
   */
  /* .carousel-items img {
    width: 70.33%; Répartit équitablement l'espace pour chaque élément
  }
   */
  

  /* @keyframes carousel-animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-66.66%); Défilement horizontal
    }
  }   */

  .carousel {
    align-items: center;
    background: #E3E3E3;
    display: flex;
    /* height: 100vh; */
    height:auto;
    justify-content: center;
    padding: 10px 0;
    margin-bottom:10px;
  }
  .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /* width: 960px; */
    width:100%;
  }
  
  .slider::before,
  .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 170px;
    position: absolute;
    width: 50px;
    z-index: 2;
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
  .slider .slide-track {
    animation: scroll 40s linear infinite 0s;
    display: flex;
    width: calc(250px * 14);
  }
  
  .slider .slide {
    height: auto;
    width: 250px;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  

/* MAPS */

#maps
{
    margin-bottom: 5px;
}



/* FOOTER */

footer
{
    background-color: #d9d9d9;
    text-align: center;
}
#part1 img
{
    padding-top:20px;
    width:50%;
}
#part1 p
{
    padding-top:40px;
    color:#444;
}
footer span
{
    font-size: 30px;
    margin-right: 30px;
}
.bi-instagram
{
    color:#ff3131;
    filter:grayscale(30%);
}
.bi-instagram:hover
{
    filter:none;
}
.bi-whatsapp
{
    color:#00bf63;
    filter:grayscale(30%);
}
.bi-whatsapp:hover
{
    filter:none;
}

#part2 h3
{
    text-transform: capitalize;
    padding-top:20px;
    margin-bottom:40px;
}
#part2 a p
{
    color:#444;
    line-height:15px;
}

#part3 h3
{
    padding-top:20px;
    margin-bottom: 40px;
}
#part3 a
{
    color:#444;
    line-height:15px;
}
#part4 h3
{
    padding-top:20px;
    margin-bottom: 40px;
}
#part4 a:visited
{
    color:darkcyan;
}

#part4 a:link
{
    color:#444;
}

#part4 a:hover
{
    color:cadetblue;
}



#end
{
    padding-top: 70px;
    text-align: center;
}
.bi-c-circle
{
    font-size: 20px;
}






























