/*
    MY CSS
*/

h2,
h3,
h4,
h5,
h6 {
  color: #484646;
}

.nav-link.active {
   font-weight: bold !important;
}

.dropdown-item.active {
   font-weight: bold !important;
}

.navbar-nav .nav-link {
  color: #484646;
}

.dropdown-item {
  padding-top: 0px;
  color: #484646;
}

.dropdown-item:hover {
  color: #ff680b;
}

.dropdown-menu {
  --bs-dropdown-min-width: 16rem !important;
}

.shadow-lg {
  box-shadow: 0 0rem 0rem rgba(0,0,0,.175) !important;
}

.bg-light {
  background-color: #fff !important;
}

.carousel-control-prev-icon {
  background-color: #ff680b;
  width: 60px;
  height: 60px;
}

.carousel-control-next-icon {
  background-color: #ff680b;
  width: 60px;
  height: 60px;
}

.navbar-brand span {
  font-size: 30px;
  color: #146826;
}

#hero-slide .carousel-caption {
  background: none !important;
  color: #fff !important;
}

#hero-slide .carousel-caption p {
  color: #fff !important;
}

.custom-block .dsign {
  border: 15px solid transparent;
  background:#188e32 !important;
  text-align: center;
  font-weight: bold;
}

.custom-btn {
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 0px !important;
}

.btnbtf {
  background-color:#188e32 !important ;
  color: #fff !important;
  border-radius: 7px !important;
}

.btnbtf:hover {
  background-color:#188e32 !important;
  color: #fff !important;
  border-radius: 7px !important;
}

.btnbtf2 {
  background-color:#ff680b !important;
  color: #fff !important;
  border-radius: 7px !important;
}

.btnbtf2:hover {
  background-color:#ff680b !important;
  color: #fff !important;
  border-radius: 7px !important;
}

.btnbtf3 {
  background:#fff !important;
  color: #484646 !important;
  border-radius: 7px !important;
  border: 25px solid transparent;
  font-weight: bold;
}

.btnbtf3:hover {
  background:#fff !important;
  color: #484646 !important;
  border-radius: 7px !important;
  border: 25px solid transparent;
  font-weight: bold;
}

.btnbtf4 {
  background-color:#ff680b !important;
  color: #fff !important;
  border-radius: 7px !important;
  border: 25px solid transparent;
  font-weight: bold;
}

.myright {
  float: right !important;
}

.about-section {
  padding-bottom: 0px;
}


.donate-section {
  background-image: url('../images/img5.jpg');

}

.site-footer-bottom {
  margin-top: 0px;
  background: #188e32 !important;
}

.site-footer-bottom p {
  color: #fff;
}

.social-icon-link {
  background: #188e32 !important;
}

.badge {
  border-radius: 3px !important;
}

.section-bg {
  background-color: #188e32;
  color: #fff !important;
}

.cta-section {
  background: #188e32 url("../images/emprunte.png") no-repeat center right !important;
}

.cta-section::after {
  border: 20px solid #ff680b !important;
}

.cta-section::before {
  background-color: #ff680b !important;
}

.txsty {
  color: #fff !important;
  padding-bottom: 50px !important;
}

.bkg-ar {
    background: #ffffff url("../images/img3.jpg") no-repeat center right !important;
    background-size: contain !important;
}

.custom-text-block {
  padding: 35px 40px !important;
}

.about-image {
  width: auto;
  height: 450px;
}

.text-muted {
  color: #484646 !important;
}

.custom-text-block p {
  color: #484646 !important;
}

.contact-form {
  border-radius: var(--border-radius-none) !important;
  background: linear-gradient(to right, #ff680b, #188e32) !important;
  flex: 1;
  min-width: 300px;
  color: white;
}

.contact-form h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
}

.contact-form .note {
  font-size: 15px;
  margin-bottom: 20px;
  color: white;
}

.contact-form form input::placeholder, .contact-form form textarea::placeholder {
  color: #fff;
}

.contact-form form input, .contact-form form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: var(--border-radius-none);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 16px;
}

.contact-form form button {
  background: white;
  color: #b48c12;
  padding: 12px 20px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form2 {
  border-radius: var(--border-radius-none) !important;
  background: linear-gradient(to right, #188e32, #ff680b) !important;
  flex: 1;
  min-width: 300px;
  color: white;
  padding: 40px;
}

.contact-form2 h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
}

.contact-form2 .note {
  font-size: 15px;
  margin-bottom: 20px;
  color: white;
}

.contact-form2 form input::placeholder, .contact-form2 form textarea::placeholder {
  color: #fff;
}

.contact-form2 form input, .contact-form2 form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: var(--border-radius-none);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 16px;
}

.contact-form2 form button {
  background: white;
  color: #b48c12;
  padding: 12px 20px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.designbkg {
    background: #ffffff url("../images/wild.png") no-repeat center left !important;
    background-size: contain !important;
}


/****************************** Splash screen ***********************************************/

#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* blanc avec transparence */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    backdrop-filter: blur(3px); /* optionnel : floute légèrement le fond */
}

.splash-image {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2); /* petit effet autour de l’image */
}

/********************************************************************************************/

.mytext {
  margin: 15px 70px 35px 0;
  text-align: justify;
  line-height: 27px;
  color: #484646;
}

.mytext2 {
  text-align: justify;
  line-height: 25px;
  color: #484646;
}

.mydes {
  margin: 0 70px 15px 30px;
  color: #484646;
  text-transform: lowercase;
  text-align: justify;
}

.cala {
  color: #ff680b;
}

.mytitre {
  margin-top: 20px;
  text-align: center;
  padding: 0px 15px 0px 15px;
}

.mystitre {
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
}

.mititre {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #188e32;
  font-size: 22px;
}

.news-detail-header-section {
  background: linear-gradient( rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60) ),url(../images/news/joyful-cat-having-fun.jpg)no-repeat !important;
  background-size: auto, auto;
  background-size: cover !important;
  padding-top: 85px;
  padding-bottom: 85px;
}

.news-category-block {
  background: #188e32 !important;
  padding: 17px 20px;
}

.news-category-block .category-block-link {
  font-weight: bold;
}

.news-category-block .category-block-link:hover {
  color: #fff;
  font-weight: bold;
}

.news-block-title-link:hover {
  color: #ff680b;
}

.news-block-body p
 {
  color: #484646;
}

.mytop {
  margin-top: 0px !important;
  color: #ff680b;
  text-transform: uppercase;
}

.txtart {
  text-align: justify;
}

/*--------------- CSS GALLERIE PHOTOS ----------------------

----------------------------------------------------------------*/

 /* Galerie */
div.gallery {
  margin-bottom: 5px !important;
  border: 1px solid #fff;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 0px solid #fff;
}

div.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.close, .nav-btn {
  position: absolute;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.close {
  top: 20px;
  right: 30px;
}

.nav-btn {
  top: 50%;
  transform: translateY(-50%);
}

.prev {
  left: 30px;
}

.next {
  right: 30px;
}

/* Réinitialisation du float */
.clear { clear: both; }

    /*------------------------------------------------------------------------------------------*/

.txtbtf {
  color: #ff680b !important;
  font-weight: bold !important;
}

.soclogo {
  margin: 3px 15px 0px 6px !important;
}

.borderland {
  background: #188e32;
  border: 40px solid #188e32 !important;
}

.txtorange {
  color: rgb(255, 104, 11) !important;
}

.txtvert {
  color: rgb(24, 142, 50) !important;
}

.txtbleu {
  color: rgb(17, 150, 191) !important;
}

.Colrange {
  background: rgb(255, 104, 11) !important;
  border: 1px solid #ff680b !important;
  color: #fff !important;
}

.Colrange:hover {
  background: rgb(255, 104, 11) !important;
  border: 1px solid #ff680b !important;
  color: #fff !important;
}

.active > .Colrange {
  background: #188e32 !important;
  border: 1px solid #188e32 !important;
  color: #fff !important;
}

.Colvert {
  background: #188e32 !important;
  color: #fff !important;
}

.active > .page-link, .page-link.active {
z-index: 3;
color: var(--bs-pagination-active-color);
background-color: var(--bs-pagination-active-bg);
border-color: var(--bs-pagination-active-border-color);
}

.card {
  border: 0px;
  padding: 1rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.card p {
  color: #fff !important;
}

.nav {
  --bs-nav-link-font-weight: bold !important;
  --bs-nav-link-color: #484646 !important;
  --bs-nav-link-hover-color: #188e32 !important;
}

.mybtn {
  font-weight: bold;
  height: 100px !important;
}

.section-padding2 {
  padding-bottom: 0px !important;
}

.section-padding3 {
  padding-top: 100px;
  padding-bottom: 50px !important;
}

.category-block2 {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

.custom-block-wrap:hover {
  box-shadow: none !important;
}

.txtctr {
  text-align: center !important;
} 

..donate-form {
  background-image: url('../images/group_animals.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.dectrl {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 0px solid #ced4da !important;
  color: #fff;
} 

.carousel-image {
    width: 100% !important;
    height: 100vh !important; /* pleine hauteur de l’écran */
    object-fit: cover !important; /* recadrer pour que toute l’image remplisse le bloc */
    object-position: center !important; /* centrer l’image */
}

/*--------------------------------------- CSS BLOC CARD ANNUAIRE --------------------------------------*/

.category-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  height: 100%;
}
    
.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.category-header {
  background: linear-gradient(135deg, #44872b, #188e32);
  color: #fff;
  padding: 20px;
  text-align: center;
}

.category-header img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.category-body {
  padding: 20px;
  text-align: center;
}

.category-body h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.category-body p {
  font-size: 1rem;
  color: #484646;
  margin-bottom: 20px;
}

.category-body a {
  background: #ff680b;
  border: none;
  padding: 7px;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
  font-weight: bold;
}

.category-body a:hover {
  background: #188e32;
}

.btn-sm {
    padding: 4px 10px;
    font-size: 0.85rem;
}

/*------------------------------------------------------------------------------------------*/