/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Thème enfant de Hello Elementor
Author: Ton Nom
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0
*/

a:hover {
    text-decoration: none!important;
}

/* MENU */

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1400px!important;
    }
}

header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: transparent; 
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled {
  background-color: #CC3E25; 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.navbar {
    padding: 0px 15px!important;
    background-color: transparent!important;
}

.navbar .navbar-brand {
  font-size: 30px!important;
}
.navbar .menu-item {
  padding: 0px 0px 0px 30px!important;

}

.navbar .menu-item a {
  color: #fff!important;
  font-size: 15px!important;
  font-weight: 500!important;
  font-family: "Poppins"!important;
  text-transform: uppercase!important;
  letter-spacing: 2px!important;
  transition: all 0.4s ease-out;
}

.navbar .menu-item a:hover {
    color: #F2BE3F!important;
    transition: all 0.4s ease-out;
}

.fa-bars {
  color: #FFF!important;
  font-size: 30px!important;
}


@media (min-width: 992px) { 
    .commander-btn a{
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 25px;
      padding: 10px 20px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s ease;
      box-shadow: none!important;
  }

  .commander-btn a:hover {
      border: 1px solid #F2BE3F !important;
      transition: background 0.3s ease;
  }
}


@media (max-width: 991px) { 
    .navbar .menu-item {
        padding: 0px 0px 10px 10px !important;
        text-align: center!important;
        font-size: 18px!important;
        letter-spacing: 2px!important;
    }

    .navbar-toggler {
        border: none!important;
    }

    [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
        background-color: transparent!important;
    }


    .full-screen-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(204 62 37 / 90%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transform: translateY(-100%);
      transition: transform 0.4s ease, opacity 0.4s ease;
      z-index: 9998; 
  }

  .full-screen-menu.active {
      transform: translateY(0);
  }
}

.custom-toggler {
  position: relative!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: space-between!important;
  width: 30px!important;
  height: 22px!important;
  background: none!important;
  border: none!important;
  cursor: pointer!important;
  z-index: 9999!important; 
}

@media (min-width: 992px) {
  .custom-toggler {
    display: none!important;
  }
}

  .navbar-toggler {
    padding: 0px!important;
}

.custom-toggler .burger-line {
  display: block!important;
  width: 100%!important;
  height: 3px!important; 
  background-color: #FFF!important; 
  transition: all 0.3s ease!important;
}


.custom-toggler.active .burger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.custom-toggler.active .burger-line:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active .burger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}


.full-screen-menu .navbar-nav {
  flex-direction: column;
  text-align: center;
}

.full-screen-menu .navbar-nav li {
  margin: 15px 0;
}




/* PIZZAS */

.pizza-item {
  background: RED;
  border-radius: 12px;;
  padding: 20px;
  text-align: center!important;
  transition: transform 0.3s ease;
  border-radius: 200px;
  background: #EFEEEE;
  background: linear-gradient(180deg, rgb(245 245 245) 0%, rgba(255, 255, 255, 1) 100%);
}

.pizza-item:hover {
  transform: translateY(5px);
}

.pizza-item .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 30px auto;
}

@media (max-width: 991px) { 
    .pizza-item .img-fluid {
        max-width: 50%;
        margin: 0 auto;
    }

}
@media (max-width: 768px) { 
    .pizza-item {
        background: #fff;
        position: relative;
        left: 10px;
    }
    button.owl-next {
        position: relative;
        left: 32px;
    }

    h2:not(.custom-h2 h2)
}

.pizza-item h3 {
  font-size: 35px;
  margin: 10px 0;
  color: #333;
  font-family: 'Bilbo' !important;
  color: #CC3E25;
}

.pizza-item {
    font-family: "Poppins";
}

.pizza-item p {
  font-size: 15px;
  color: #555;
  margin: 10px 0;
}

.pizza-item .rounded-circle {
    width: 50px!important; 
    height: 50px; 
    object-fit: cover;
    margin: 0 auto;
}


.pizza-item .pizza-price {
  font-size: 18px;
  font-weight: bold;
  color: #F2BE3F; 
}

.option-name {
    margin-top: 5px;
    color: #B0B7AF;
    font-size: 13px;
}

.ingredients-container {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}


.option-price {
    color: #B0B7AF;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-top: 4px;
}

.pizza-item .toggle-ingredients {
  margin-top: 15px;
  background: transparent;
  border: 1px solid #CC3E25;
  color: #CC3E25;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
  letter-spacing: 2px;
  font-size: 13px;
  box-shadow: none!important;
  position: relative;
}


.pizza-item .toggle-ingredients:hover,
.pizza-item .toggle-ingredients:active {
  background: #d62839!important;
  color: #fff!important;
  box-shadow: none!important;
}

.ingredients-options.open {
  max-height: 500px; 
  opacity: 1;
}

.ingredients-options h4 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #333;
}

.ingredients-options ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.ingredients-options li {
  margin-bottom: 8px;
}

.ingredients-options label {
  cursor: pointer;
  font-size: 15px;
  color: #333;
}

.ingredients-options input[type="checkbox"] {
  margin-right: 8px;
}

.option-checkbox {
  accent-color: #CC3E25!important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 50px!important;
    color: #4D4D4D!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent!important;
    color: #4D4D4D!important;
}
.btn-primary:focus{
    background: #CC3E25!important;
}

.btn-primary:hover,
.btn-primary:focus {
    border: none!important;
}

:focus-visible {
    outline: none!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #CC3E25!important;
}


.owl-carousel {
  position: relative!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #CC3E25!important;
    border-color: #CC3E25!important;
}

.owl-dots {
    display: none!important;
}



@media (min-width: 992px) {
    .owl-nav {
      z-index: 1000;
  }

}

@media (max-width: 991px) {

  .owl-stage-outer {
    position: relative;
    z-index: 2; 
}

.owl-nav {
    pointer-events: none;
    z-index: 1; 
}

.owl-nav button {
    pointer-events: auto; 
}

}

/* FOOTER */

footer {
    background: url('https://test-as2.olwedev.ovh/wp-content/uploads/2025/06/footer.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px 30px 0px;
}

footer a.text-lighs, .mentions a svg path {
    transition: all 0.4s ease-out;
}

footer a.text-light:hover, .mentions a:hover svg  {
    color: #F2BE3F!important;
    transition: all 0.4s ease-out;
}

footer h5 {
    font-family: "Kolker Brush", Sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 50px;
    line-height: 30px;
}

footer .mentions {
    padding-top: 60px;
    font-size: 14px!important;
}

footer p {
    font-family: "Poppins";
    /*font-size: 16px;*/
}

footer .btn-custom {
  margin-top: 15px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
  letter-spacing: 1px;
  font-size: 13px;
  box-shadow: none!important;
}

footer .btn-custom:hover,
footer .btn-custom:active,
footer .btn-custom:focus {
  background: #fff!important;
  color: #d62839!important;
  box-shadow: none!important;
  border: 1px solid #fff!important;
}

footer .social a {
  margin: 5px; s
}

footer .social a i {
    font-size: 20px;
}

.footerLigne svg fil {
    color: #fff!important;
}

.wpr-testimonial-title {
 font-family: "Bilbo", Sans-serif!important;
 font-weight: 500!important;
 font-size: 25px!important;
}

.wpr-testimonial-content p, .wpr-testimonial-name {
    font-family: "Poppins"!important;
}

.wp-caption {
    background:#E8E8E8!important;
}

.wp-caption figcaption {
    font-style: normal!important;
    font-weight: 600!important;
    font-family: 'Poppins'!important;
    font-size: 15px!important;
    line-height: 20px!important;
    padding: 10px 20px!important;
}

#subtitle-header {
    position: relative;
    top: 15px;
}


#hero {
    margin-top: -95px!important;
}

/*.owl-stage-outer {
    overflow: visible!important;
}*/

.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #F2BE3F; 
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: background 0.3s ease;
  z-index: 9999;
}


.back-to-top:hover {
  background: #dfad33;
  transition: background 0.3s ease;
  color: #fff!important;
}