/********** Template CSS **********/
:root {
    --primary: #5B8C51;
    --secondary: #EDDD5E;
    --light: #F7F7F7;
    --dark: #404A3D;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar .navbar-nav .nav-link.active {
    position: relative;
}

.navbar .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary);
}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/


.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 5px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}


/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
.navbar {
  background-color: #FFD624 !important;
}
.bg-secondary {
  background-color: #FFD624 !important;
}
  .navbar .nav-link {
  color: #212529 !important; /* noir */
}
.navbar .navbar-toggler-icon {
  filter: invert(0); /* assure visibilité */
}

.phone-highlight {
  background-color: #FFD624 !important;
  border: 2px dashed red; /* test temporaire */
}
#header-carousel .carousel-item {
  max-height: 900px;
  overflow: hidden;
}

#header-carousel .carousel-item img {
  height: 900px;
  object-fit: cover;
  width: 100%;
}
/* Par défaut (desktop) */
#header-carousel .carousel-item img {
  height: 900px;
  object-fit: cover;
  width: 100%;
}

/* Écrans moyens (tablettes) */
@media (max-width: 991.98px) {
  #header-carousel .carousel-item img {
    height: 450px;
  }
}




/* Tablette */
@media (max-width: 991.98px) {
  
}

/* Mobile */
@media (max-width: 575.98px) {
  
}



/* Tablette */
@media (max-width: 991.98px) {
  
}

/* Mobile */
@media (max-width: 575.98px) {
  
}



@media (max-width: 575.98px) {
  
}

/* Correction de l'affichage du logo SVG dans le carrousel */
.carousel-caption {
  overflow: visible !important;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-wrapper {
  max-width: 100%;
  overflow: visible !important;
}

.carousel-logo {
  width: clamp(320px, 70vw, 770px);
  height: auto;
  display: block;
  margin: 0 auto;
}
/* Style commun */
.navbar-nav .nav-link {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
}
.nav-link.no-wrap {
  white-space: nowrap;
}

/* Mode desktop - à partir de 1420px : 2 lignes horizontales */
@media (min-width: 1420px) {
  .navbar-collapse {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .menu-line-1,
  .menu-line-2 {
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
  }


  .navbar-toggler {
    display: none;
  }
}

/* Intermédiaire : 992px à 1419px → affichage horizontal aussi */
/* Ajuste les paddings latéraux pour un alignement plus serré */
@media (min-width: 992px) {
  .px-lg-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

/* Menu horizontal entre 992px et 1419px avec moins d'espacement */
@media (min-width: 992px) and (max-width: 1419.98px) {
  .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .menu-line-1,
  .menu-line-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5px;
    gap: 0.2rem;
    margin-bottom: 0.25rem;
  }

  .navbar-toggler {
    display: none;
  }
}

/* Menu deux lignes justifiées à partir de 1420px */
@media (min-width: 1420px) {
  .navbar-collapse {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .menu-line-1,
  .menu-line-2 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .navbar-toggler {
    display: none;
  }
}


/* Mobile - burger visible et menu collapsible */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    background-color: #FFD51F;
    padding: 2rem 1.5rem;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;
    z-index: 999;
  }

  .navbar .container-fluid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-toggler {
    display: block;
    margin-top: 0;
    align-self: center;
  }

  .navbar .navbar-brand {
    margin-bottom: 0.5rem;
  }
}

.partenaires {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 1280px;
  margin: auto;
  gap: 2rem 3rem;
  padding: 4rem 2rem;
  background-color: #fff;
}

.partenaire {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partenaire img {
  max-width: 260px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.partenaire img:hover {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.partenaire a {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partenaire a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.footer-banner {
  background-color: #fff;
  padding: 1rem 0;
}
.footer-banner {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0; /* retire l’espace entre les éléments inline */
  background-color: #fff; /* optionnel si tu veux fond jaune aligné avec l'image */
}
.forfait h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.25rem;
}

.yt-responsive {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.yt-responsive iframe {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  border: none;
}
.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 1rem;
}
.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* ou center si tu veux centrer les lignes incomplètes */
  gap: 1.5rem;
  padding: 2rem 1rem;
  max-width: 1300px;
  margin: auto;
}
.category-b {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  min-height: 530px; /* Ajuste au besoin pour uniformiser */
}

.category-b img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.category-b h2 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}

.category-b ul {
  flex-grow: 1;
  margin: 0 0 1rem 0;
  padding-left: 1.2rem;
}

.category-b .details-btn {
  align-self: flex-end;
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: #f4a261;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.category-b .details-btn:hover {
  background-color: #e76f51;
}
.category-b {
  flex: 1 1 calc(25% - 1.5rem); /* 4 par rangée, moins l'espace entre les colonnes */
  max-width: calc(25% - 1.5rem);
}
@media (max-width: 1024px) {
  .category-b {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
  .category-b {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.text-light-2 {
 color: #F7F7F7 !important;
 font-size: 0.8rem!important;
 }
 
 .form-wrapper {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.form-label {
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.form-input {
  flex: 1 1 auto;
  min-width: 200px;
  width: 100%;
  max-width: 100%; /* sera limité si une classe comme .max-300 est ajoutée */
}

textarea.form-input {
  width: 100%;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-label,
  .form-input {
    width: 100%;
    white-space: normal;
  }
}
.form-input {
  flex: 1 1 auto;
  min-width: 200px;
  width: 100%;
  max-width: 100%; /* sera limité si une classe comme .max-300 est ajoutée */
}
.max-100 {
  max-width: 100px;
}
.max-200 {
  max-width: 200px;
}
.max-300 {
  max-width: 300px;
}
.max-400 {
  max-width: 400px;
}
.max-600 {
  max-width: 600px;
}
.max-800 {
  max-width: 800px;
}
.max-900 {
  max-width: 900px;
}
.max-1200 {
  max-width: 1200px;
}

.btn-envoyer {
  background-color: #ffd700; /* Jaune lumineux */
  color: #333;
  font-weight: 600;
  border: none;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.btn-envoyer:hover {
  background-color: #ffc400;
  transform: translateY(-1px);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}

.form-success {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #e6ffe6;
  border: 1px solid #80c080;
  color: #205020;
  font-size: 1.1rem;
  border-radius: 6px;
}


.form-success {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #e6ffe6;
  border: 1px solid #80c080;
  color: #205020;
  font-size: 1.1rem;
  border-radius: 6px;
}

.form-error {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #ffe6e6;
  border: 1px solid #e08080;
  color: #802020;
  font-size: 1.1rem;
  border-radius: 6px;
}
.btn-chiot {
  display: inline-block;
  background-color: #fdd835; /* jaune doux */
  color: #333;
  padding: 0.2em 0.8em;
  border-radius: 15px;
  font-weight: bold;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.btn-chiot:hover {
  background-color: #fbc02d;
}

.bouton-boutique {
  text-align: center;
  margin-top: 0.8em;
}

.contenu {
  min-height: 300px; /* ajuste selon ton besoin */
}

.bas {
  margin-top: auto;
}

.prix {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}
.galerie-ligne {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 600px) {
  .galerie-ligne {
    flex-direction: column;
    align-items: center;
  }

  .miniature {
    max-width: 90vw;
    height: auto;
    object-fit: contain;
  }

  #lightbox img {
    max-width: 95vw;
    max-height: 80vh;
    margin: auto;
    object-fit: contain;
    border-radius: 8px;
  }

  #lightbox {
    padding: 1rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem; /* lignes x colonnes */
    padding: 2rem 1.5rem;
  }

  .navbar-nav {
    flex-direction: column;
    padding: 0;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    display: block;
    text-align: left;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
  }
}

.footer-banner a {
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border 0.2s ease;
}

.footer-banner a img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-banner a:hover {
  border-color: #ffd700;
}

.footer-banner a:hover img {
  transform: scale(1.05);
  opacity: 0.85;
  cursor: pointer;
}

.lien-stretch:hover {
  transform: scaleX(1.08);
}

.lien-stretch {
  display: inline-block;
  vertical-align: middle;  /* ✅ C'est ça qui corrige l'alignement */
  transition: transform 0.3s ease;
}

/* Section CAPTCHA */
#contact-form label[for="captcha"] {
  display: block;
  font-weight: bold;
  color: #444;
  margin-bottom: 0.3rem;
}

#contact-form input[name="captcha"] {
  border: 2px solid #ffc107;
  background-color: #fffdee;
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: border-color 0.3s, box-shadow 0.3s;
}

#contact-form input[name="captcha"]:focus {
  border-color: #ff9800;
  box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.25);
}

/* Icône décorative (optionnel) */
#contact-form input[name="captcha"]::placeholder {
  color: #999;
  font-style: italic;
}
/* Bloc CAPTCHA */
.captcha-box {
  background-color: #fff8dc;
  border: 1px solid #ffc107;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}

/* Texte d'instruction */
.captcha-box label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}

/* Champ input */
.captcha-box input[type="text"] {
  max-width: 200px;
  border: 2px solid #ffc107;
  background-color: #fff;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.captcha-box input[type="text"]:focus {
  border-color: #ff9800;
  box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.25);
}
