/*....................................
4. About area start here
....................................*/
.about-area {
  /*background: url(images/banner/bg-1.jpg);*/
  background-color: #111;

}
.about-area .about-contents p {
  margin: 0;
}
.about-contents{
  color: #fff;
}
.about-area .about-contents blockquote {
  margin: 0;
  border-left: 2px solid #878244;
  font-size: 16px;
  font-style: italic;
  margin: 35px 0;
  color: #878244;
  font-weight: 500;
  padding: 10px 20px;
}
.about-area .about-contents .buttons {
  display: block;
  margin: 50px 0 0;
}
.about-area .about-contents .buttons .btn1 {
  -webkit-clip-path: polygon(12% 0%, 100% 0, 89% 100%, 0% 100%);
  clip-path: polygon(12% 0%, 100% 0, 89% 100%, 0% 100%);
}
@media only screen and (max-width: 320px) {
  .about-area .about-contents .buttons .btn1 {
    clip-path: none;
  }
}
.about-area .about-cata {
  display: block;
  position: relative;
  margin-left: 40px;
}
@media only screen and (max-width: 992px) {
  .about-area .about-cata {
    margin: 50px 0 0;
  }
}
.about-area .about-cata .cata-list {
  height: 160px;
  padding: 45px 65px;
  background: #111;
  margin-top: -2px;
  display: block;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media only screen and (max-width: 320px) {
  .about-area .about-cata .cata-list {
    padding: 40px 30px;
  }
}
.about-area .about-cata .cata-list:hover {
  background: #424242;
}
.about-area .about-cata .cata-list.list-t1 {
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
  border: 2px solid #424242;
}
@media only screen and (max-width: 992px) {
  .about-area .about-cata .cata-list.list-t1 {
    clip-path: none;
  }
  .about-area .about-cata .cata-list{
    padding: 45px 35px;
  }
}
.about-area .about-cata .cata-list.list-t1:after {
  content: '';
  position: absolute;
  left: 24px;
  top: -8px;
  bottom: -8px;
  width: 2px;
  background: #424242;
  transform: rotate(-17deg);
}
@media only screen and (max-width: 992px) {
  .about-area .about-cata .cata-list.list-t1:after {
    display: none;
  }
}
.about-area .about-cata .cata-list.list-t1:before {
  content: '';
  position: absolute;
  right: 24px;
  top: -8px;
  bottom: -8px;
  width: 2px;
  background: #424242;
  transform: rotate(-17deg);
}
@media only screen and (max-width: 992px) {
  .about-area .about-cata .cata-list.list-t1:before {
    display: none;
  }
}
.about-area .about-cata .cata-list.list-t2 {
  -webkit-clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  border: 2px solid #424242;
}
@media only screen and (max-width: 992px) {
  .about-area .about-cata .cata-list.list-t2 {
    clip-path: none;
  }
}
.about-area .about-cata .cata-list.list-t2:after {
  content: '';
  position: absolute;
  left: 24px;
  top: -8px;
  bottom: -8px;
  width: 2px;
  background: #424242;
  transform: rotate(17deg);
}
@media only screen and (max-width: 992px) {
  .about-area .about-cata .cata-list.list-t2:after {
    display: none;
  }
}
.about-area .about-cata .cata-list.list-t2:before {
  content: '';
  position: absolute;
  right: 24px;
  top: -8px;
  bottom: -8px;
  width: 2px;
  background: #424242;
  transform: rotate(17deg);
}
@media only screen and (max-width: 992px) {
  .about-area .about-cata .cata-list.list-t2:before {
    display: none;
  }
}
.about-area .about-cata .cata-list .dbox .dleft {
  width: 65%;
  padding-left: 0;
}
.about-area .about-cata .cata-list .dbox .dleft .content h4 {
  font-family: "Audiowide", cursive;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
}
.about-area .about-cata .cata-list .dbox .dright {
  width: 34%;
  text-align: right;
  padding-right: 0;
}
.about-area .about-cata .cata-list .dbox .dright .cate-ico img {
  display: inline-block;
}

/*....................................
5. Breadcumb area start here
....................................*/
/* Espacement pour éviter que le navbar fixe ne recouvre le contenu */
body:not(.home-page) .main-content {
  margin-top: 120px !important;
}

body:not(.home-page) .breadcumb-area {
  margin-top: 120px !important;
}

.breadcumb-area {
  position: relative;
  background: url(images/breadcumb/bg-1.jpg);
  padding: 250px 0 100px;
}
@media only screen and (max-width: 768px) {
  .breadcumb-area {
    padding: 200px 0 150px;
  }
}
.breadcumb-area:after {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.breadcumb-area .breadcumb {
  position: relative;
}
.breadcumb-area .breadcumb:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
  z-index: 99;
}
.breadcumb-area .breadcumb .content {
  line-height: 70px;
  height: 70px;
  position: relative;
  z-index: 999;
}
.breadcumb-area .breadcumb .content h2 {
  font-family: "Audiowide", cursive;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  line-height: 70px;
}
@media only screen and (max-width: 480px) {
  .breadcumb-area .breadcumb .content h2 {
    font-size: 28px;
  }
}
.breadcumb-area .breadcumb .content ul {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 70px;
  bottom: 0;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .breadcumb-area .breadcumb .content ul {
    position: relative;
  }
}
.breadcumb-area .breadcumb .content ul li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
.breadcumb-area .breadcumb .content ul li:after {
  content: '>';
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  line-height: 70px;
  color: #838383;
}
.breadcumb-area .breadcumb .content ul li a {
  color: #fff;
  text-transform: capitalize;
}
.breadcumb-area .breadcumb .content ul li:last-child a {
  color: #878244;
}
.breadcumb-area .breadcumb .content ul li:last-child:after {
  display: none;
}

/*....................................
4.1. Slider height fix and menu spacing
....................................*/
.hero-slider-section {
  margin-top: 0;
  padding-top: 80px;
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Pour les pages avec breadcrumb, ajuster l'espacement */
body:not(.home-page) .breadcrumb-cougar {
  margin-top: 100px;
}

/* Pour les sections hero des autres pages */
body:not(.home-page) .cougar-section {
  margin-top: 100px;
}

.carousel {
  height: 600px;
  width: 100%;
}

.carousel-inner {
  height: 600px;
  width: 100%;
}

.carousel-item {
  height: 600px !important;
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.carousel-item img {
  height: 600px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  min-height: 600px;
  min-width: 100%;
  max-height: 600px;
  max-width: 100%;
}

/* Masquer le contenu texte du slider */
.hero-content,
.hero-text,
.hero-title,
.hero-description,
.hero-buttons,
.hero-image {
  display: none;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  background: rgba(135, 130, 68, 0.8);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

.carousel-indicators {
  bottom: 30px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 5px;
}

.carousel-indicators button.active {
  background: #878244;
}

/* Forcer les dimensions du carousel Bootstrap */
.carousel.slide {
  height: 600px !important;
}

.carousel.slide .carousel-inner {
  height: 600px !important;
}

.carousel.slide .carousel-item {
  height: 600px !important;
  width: 100% !important;
}

.carousel.slide .carousel-item img {
  height: 600px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/*....................................
7. News Section
....................................*/
.news-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.news-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9ecef;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.news-image {
  position: relative;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.1);
}

.news-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #878244;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  text-align: center;
  min-width: 60px;
  font-weight: bold;
}

.news-date .day {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.news-date .month {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
}

.news-content {
  padding: 20px;
  background: #fff;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.news-category {
  background: #878244;
  color: #fff;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
}

.news-time {
  color: #495057;
  font-weight: 500;
}

.news-time i {
  margin-right: 5px;
  color: #878244;
}

.news-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.news-title a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 700;
}

.news-title a:hover {
  color: #878244;
}

.news-excerpt {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 0.95rem;
  font-weight: 400;
}

.news-link {
  color: #878244;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.news-link:hover {
  color: #212529;
}

.news-link:hover i {
  transform: translateX(5px);
}

/* Amélioration du titre de section */
.section-heading h2 {
  color: #212529;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-heading p {
  color: #6c757d;
  font-weight: 500;
  font-size: 1.1rem;
}

/*....................................
8. Shop Section
....................................*/
.shop-section {
  background: #fff;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(135, 130, 68, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
  opacity: 1;
}

.btn-quick-view,
.btn-add-cart {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #878244;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-quick-view:hover,
.btn-add-cart:hover {
  background: #878244;
  color: #fff;
  transform: scale(1.1);
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
}

.badge-new,
.badge-sale,
.badge-hot {
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.badge-new {
  background: #28a745;
  color: #fff;
}

.badge-sale {
  background: #dc3545;
  color: #fff;
}

.badge-hot {
  background: #ffc107;
  color: #333;
}

.product-content {
  padding: 20px;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.product-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-title a:hover {
  color: #878244;
}

.product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.product-rating i {
  color: #ffc107;
  font-size: 0.9rem;
}

.rating-count {
  color: #666;
  font-size: 0.8rem;
  margin-left: 5px;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-new {
  font-size: 1.2rem;
  font-weight: 700;
  color: #878244;
}

.price-old {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
}

/*....................................
10. Call to Action Section
....................................*/
.cta-section {
  background: linear-gradient(135deg, #878244 0%, #6b5b2e 100%);
  color: #fff;
  padding: 60px 0;
  margin-bottom: 0;
}

.cta-content h2 {
  font-family: "Audiowide", cursive;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: #fff;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons .btn1,
.cta-buttons .btn2 {
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.cta-buttons .btn1 {
  background: #fff;
  color: #878244;
  border: 2px solid #fff;
}

.cta-buttons .btn1:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.cta-buttons .btn2 {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-buttons .btn2:hover {
  background: #fff;
  color: #878244;
}

/*....................................
10. Responsive Design
....................................*/
@media (max-width: 768px) {
  .hero-slider-section {
    height: 480px;
    width: 100%;
  }
  
  .carousel {
    height: 480px;
  }
  
  .carousel-inner {
    height: 480px;
  }
  
  .carousel-item {
    height: 480px !important;
    width: 100% !important;
  }
  
  .carousel-item img {
    height: 480px !important;
    width: 100% !important;
    min-height: 480px;
    max-height: 480px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-buttons .btn1,
  .hero-buttons .btn2 {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }
  
  .carousel-control-prev {
    left: 15px;
  }
  
  .carousel-control-next {
    right: 15px;
  }
  
  .cta-content h2 {
    font-size: 2rem;
  }
  
  .cta-content p {
    font-size: 1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn1,
  .cta-buttons .btn2 {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .hero-slider-section {
    height: 360px;
    width: 100%;
  }
  
  .carousel {
    height: 360px;
  }
  
  .carousel-inner {
    height: 360px;
  }
  
  .carousel-item {
    height: 360px !important;
    width: 100% !important;
  }
  
  .carousel-item img {
    height: 360px !important;
    width: 100% !important;
    min-height: 360px;
    max-height: 360px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 0.9rem;
  }
  
  .news-title {
    font-size: 1.1rem;
  }
  
  .product-title {
    font-size: 1rem;
  }
  
  .cta-content h2 {
    font-size: 1.8rem;
  }
}

/*....................................
11. Footer Styles
....................................*/
.footer-main {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 60px 0 40px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-logo img {
  max-height: 60px;
}

.footer-description {
  color: #bdc3c7;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

.footer-contact {
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #bdc3c7;
}

.contact-item i {
  color: #878244;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.contact-item span {
  font-size: 0.9rem;
}

.footer-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #878244;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #bdc3c7;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  display: block;
  padding: 5px 0;
}

.footer-links a:hover {
  color: #878244;
  padding-left: 5px;
}

.newsletter-text {
  color: #bdc3c7;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.newsletter-form .input-group {
  margin-bottom: 20px;
}

.newsletter-form .form-control {
  background: #34495e;
  border: 1px solid #34495e;
  color: #fff;
  padding: 12px 15px;
}

.newsletter-form .form-control:focus {
  background: #34495e;
  border-color: #878244;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(135, 130, 68, 0.25);
}

.newsletter-form .form-control::placeholder {
  color: #95a5a6;
}

.newsletter-form .btn {
  background: #878244;
  border: 1px solid #878244;
  color: #fff;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
  background: #6b5b2e;
  border-color: #6b5b2e;
}

.social-title {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #34495e;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #878244;
  color: #fff;
  transform: translateY(-2px);
}

.footer-bottom {
  background: #1a252f;
  padding: 20px 0;
  border-top: 1px solid #34495e;
}

.copyright-text {
  color: #bdc3c7;
  margin: 0;
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.footer-bottom-links a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #878244;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-main {
    padding: 40px 0 20px;
  }
  
  .footer-bottom-links {
    justify-content: center;
    margin-top: 15px;
  }
  
  .copyright-text {
    text-align: center;
  }
  
  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-bottom-links {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* Supprimer l'espace entre navbar et hero sur toutes les pages internes */
.main-header {
    margin-bottom: 0 !important;
}

/* On retire toute règle margin-top sur .cougar-section ici */

.breadcrumb-cougar {
    padding: 0 !important;
    margin: 0 !important;
}

/* Breadcrumb intégré dans le hero avec compensation pour le navbar fixe */
.breadcrumb-cougar {
    display: block !important;
    margin-top: 20px !important;
    padding: 20px 0 !important;
    background: transparent !important;
}

/* Cibler spécifiquement le breadcrumb dans les pages qui n'utilisent pas le layout default */
.container nav[aria-label="breadcrumb"] {
    margin-top: 20px !important;
    padding: 20px 0 !important;
    background: transparent !important;
}

/* Compensation pour le navbar fixe */
body:not(.home-page) {
    padding-top: 50px !important;
}

/* S'assurer que le navbar ne recouvre pas le contenu */
.main-header {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}

.container nav[aria-label="breadcrumb"] .breadcrumb-cougar {
    display: block !important;
    margin-top: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Intégrer le breadcrumb dans le hero */
.cougar-section .container nav[aria-label="breadcrumb"] {
    margin-top: 0 !important;
    padding: 0 0 20px 0 !important;
}

.cougar-section .container nav[aria-label="breadcrumb"] .breadcrumb-cougar {
    color: white !important;
}

.cougar-section .container nav[aria-label="breadcrumb"] .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.cougar-section .container nav[aria-label="breadcrumb"] .breadcrumb-item.active {
    color: white !important;
}

.container nav[aria-label="breadcrumb"] .breadcrumb-cougar {
    display: block !important;
    margin-top: 0 !important;
}

/*....................................
12. Styles COUGAR - Design unifié inspiré de https://cougar.ci/qui-sommes-nous
....................................*/

/* Section Hero avec dégradé vert COUGAR - Style principal du site */
.cougar-section {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc40 100%);
    color: white;
    padding: 32px 0 24px 0;
    min-height: unset;
}

/* Cartes COUGAR - Style principal pour toutes les pages */
.cougar-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 10px 30px rgba(39, 174, 96, 0.1);
    border: none;
}

/* Titres des cartes COUGAR */
.cougar-title {
    color: #27ae60;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Texte des cartes COUGAR */
.cougar-text {
    color: #333;
    line-height: 1.8;
}

/* Zone de mise en évidence COUGAR */
.cougar-highlight {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc40 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

/* Boutons COUGAR - Style principal */
.cougar-btn {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc40 100%);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.cougar-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
    color: white;
}

/* Breadcrumb intégré dans le hero */
.breadcrumb-cougar {
    background: transparent;
    padding: 20px 0;
    color: white !important;
}

.breadcrumb-cougar .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.breadcrumb-cougar .breadcrumb-item.active {
    color: white !important;
}

/* Styles spécifiques aux cartes d'articles/activités */
.card-title {
    font-weight: 600;
}

.card-img-top {
    height: 180px;
    object-fit: cover;
}

.card-text {
    color: #111;
}

/* Boutons des cartes d'articles */
.btn-outline-success {
    border-color: #27ae60;
    color: #27ae60;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-success:hover {
    background-color: #27ae60;
    border-color: #27ae60;
    color: white;
}

/* Pagination */
.pagination .page-link {
    color: #27ae60;
    border-color: #e9ecef;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    color: white;
    background-color: #27ae60;
    border-color: #27ae60;
}

.pagination .page-item.active .page-link {
    background-color: #27ae60;
    border-color: #27ae60;
    color: white;
}

/* Liens dans les listes */
.list-unstyled a {
    color: #27ae60;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.list-unstyled a:hover {
    color: #2ecc40;
    padding-left: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .col-lg-3 { 
        margin-top: 40px; 
    }
}