        .btn-ticcketNid {
            background: linear-gradient(45deg, #ee7514, #644294);
            color: white;
            font-weight: bold;
            text-transform: uppercase;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .btn-ticcketNid:hover {
            background: linear-gradient(45deg, #644294, #ee7514);
            color: white;
        }

        /* Nouveau bouton avec des couleurs proches du premier */
        .btn-ticcketNid-2 {
            background: linear-gradient(45deg, #f5a623, #3e1f74);
            /* Dégradé plus doux avec des couleurs proches */
            color: white;
            font-weight: bold;
            text-transform: uppercase;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .btn-ticcketNid-2:hover {
            background: linear-gradient(45deg, #3e1f74, #f5a623);
            /* Inverse du dégradé */
            color: white;
        }
    /* Style pour le bouton WhatsApp flottant */
.cs_whatsapp_btn {
    position: fixed;
    bottom: 40px; /* Distance du bas de la page */
    left: 20px; /* Distance du côté gauche de la page */
    background-color: #25D366; /* Couleur de fond de WhatsApp */
    color: white; /* Couleur de l'icône */
    width: 50px; /* Largeur du bouton */
    height: 50px; /* Hauteur du bouton */
    border-radius: 50%; /* Pour rendre le bouton circulaire */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre pour effet flottant */
    font-size: 24px; /* Taille de l'icône */
    z-index: 9999; /* Assurer que le bouton reste au-dessus du contenu */
    transition: background-color 0.3s ease;
}

.cs_whatsapp_btn:hover {
    background-color: #128C7E; /* Changer de couleur au survol */
}

.cs_whatsapp_btn i {
    font-size: 30px; /* Taille de l'icône */
}

.cs_sidebar.cs_style_1 .cs_recent_post_thumb img {
    border-radius: inherit;
    transition: all 0.4s 
ease;
    height: 100%;
}

.cs_post.cs_style_1 .cs_post_thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.6s 
ease;
}

/* @media (max-width: 1399px) {
    .cs_fs_64 {
        font-size: 40px !important;
    }
} */

@media (max-width: 1800px) {
    .cs_fs_64 {
        font-size: 50px !important;
    }
}
