/****************CUSTOM CSS***************/


/*****Custom Class*******/

.icon-tiktok {
    width: 1em;
    height: 1em;
    fill: #EAA636 !important;
    vertical-align: middle; /* Pour bien l'aligner avec du texte si besoin */
}

.icon-tiktok-footer {
    width: 1em;
    height: 1em;
    vertical-align: middle; /* Pour bien l'aligner avec du texte si besoin */
}

.link-tiktok-footer .icon-tiktok-footer{
    fill: white;
}

.link-tiktok-footer:hover .icon-tiktok-footer{
    fill: black !important;
}

.fade-link {
  opacity: 0.85;           /* départ légèrement transparent */
  transition: opacity 0.3s ease; /* animation douce */
}

.fade-link:hover {
  opacity: 1;             /* devient opaque au survol */
}

.saturate-link {
  filter: grayscale(100%);        /* désaturé au départ */
  transition: filter 0.3s ease;   /* transition douce */
}

.saturate-link:hover {
  filter: grayscale(0%);          /* couleurs normales au hover */
}

.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
  box-shadow: 0 1rem 1.5rem rgba(0,0,0,0.15);
}

.story-image {
    max-width: 100%; /* Ajuste ici la taille voulue */
    height: auto;
    object-fit: cover;
}

.timeline {
    border-top: 2px solid #dee2e6;
    padding-top: 40px;
    position: relative;
}

.timeline-item {
    flex: 1 1 20%;
}

.timeline-circle {
    width: 20px;
    height: 20px;
    position: relative;
    top: -12px;
}

.bg-header-page {
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chat-maine-coon-l-arche-d-isidor.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-about {
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chat-maine-coon-l-arche-d-isidor.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-mainecoon {
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chat-maine-coon.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-kittens {
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chaton-maine-coon-a-adopter.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-story {
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chaton-maine-coon-belle-histoire.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-page-female{
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chat-maine-coon-femelle.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-page-actu{
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chat-maine-coon-actualite.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-page-male{
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chat-maine-coon-male.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-page-contact{
    background-color: #1e1916;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        radial-gradient(circle, rgba(234,166,54,0.04) 0.4px, transparent 1px),
        url('../img/images/banner/banner-chaton-maine-coon-contact.jpg');
    background-size: cover, 30px 30px, cover;
    background-position: center, 0 0, center;
    background-repeat: no-repeat, repeat, no-repeat;
}

.bg-header-page-noimg{
    background-color: #1e1916;
    background-image:  radial-gradient(#544c47 0.5px, transparent 0.5px), radial-gradient(#544c47 0.5px, #1e1916 0.5px);
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
}

.mc-timeline-h-section {
    position: relative;
}

.mc-timeline-h {
    display: flex;
    gap: 40px;
    justify-content: center;
    position: relative;
    padding-bottom: 40px;
}

.mc-timeline-h::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: rgba(234, 166, 54, 0.3);
}

.mc-timeline-h-item {
    text-align: center;
    position: relative;
    width: 130px;
}

.mc-timeline-h-dot {
    width: 16px;
    height: 16px;
    background: #eaa636;
    border: 2px solid #1e1a17;
    border-radius: 50%;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(234,166,54,0.6);
}

.mc-timeline-h-content {
    margin-top: 60px;
}

.mc-timeline-h-content h4 {
    font-size: 1rem;
    color: #eaa636;
    margin-bottom: 5px;
    font-weight: 600;
}

.mc-timeline-h-content p {
    font-size: 0.9rem;
    color: #ddd;
    opacity: 0.85;
}

/* Responsive : passe en vertical propre */
@media (max-width: 768px) {
    .mc-timeline-h {
        flex-direction: column;
        gap: 50px;
    }

    .mc-timeline-h::before {
        width: 2px;
        height: 100%;
        left: 25px;
        top: 0;
    }

    .mc-timeline-h-item {
        width: auto;
        padding-left: 50px;
        text-align: left;
    }

    .mc-timeline-h-dot {
        left: 25px;
        top: 0;
        transform: translateX(-50%);
    }

    .mc-timeline-h-content {
        margin-top: 0;
    }
}

/***PAGE LES CHATS***/
/* Permet au badge de passer au-dessus de l'image */
.status-badge {
    z-index: 20 !important;
}

/* Permet à l'image de rester dans son cadre sans cacher le badge */
.img-wrapper {
    position: relative;
    overflow: hidden;
}

/* Le conteneur global ne doit PAS cacher le badge */
.kitten-card {
    overflow: visible !important;
    position: relative;
}

/*****************PAGINATION************/
.pagination a{
    background: #fdf5eb;
}


