.subcategory-link {
    color: hsl(208, 7%, 46%) !important;
}

.subcategory-link:hover {
    color: #F2BE4E !important;
    text-decoration: none !important;
}

.no-underline {
    text-decoration: none !important;
}

.no-underline:focus, 
.no-underline:hover {
    text-decoration: none !important;
}

.btn:focus, 
.btn:active,
.btn:focus:active,
.btn:focus:not(:active) {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.list-group-item.active {
    background-color: #F2BE4E !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

@media screen and (min-width: 993px) {
    body {
		position: relative;
	}
	body::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: white;
        background-image: url(https://notre-accompagnement.noecompta.fr/wp-content/uploads/2023/06/black_bg.jpg);
		clip-path: polygon(-11% 0%, 120% 0%, 90% 66%, 113% 100%, -53% 100%, 9% 20%);
		z-index: -1;
	}
    .sticky {
        position: sticky !important;
        top: 15%;
        overflow-y: auto !important;
    }
}

.site-main {
    font-family: 'Open sans', sans-serif !important;
    margin: 5vw 16.4vw 5vw 16.4vw;
    color: #212529 !important;
}
.site-main a {
    text-decoration: none !important;
    color: #212529 !important;
}
#randomPostsCarousel .entry-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 100%
}
#randomPostsCarousel .entry-thumbnail {
    height: 10vw;
    font-size: 16px;
}

h1.entry-title {
    /*font-size: 2.5rem;*/
    font-size: 40px;
    color : #5215C8; 
    font-weight: 700;  
    text-transform: uppercase; 
}

.entry-meta {
    color: #999999;
}
.entry-date {
    font-size: 14px !important;
}
.entry-content p {
    font-size: 18.67px !important;
    line-height: 25px;
}
.side-menu-posts h3 {
    font-size: 22px !important;
    position: relative;
}
.side-menu-posts h3::before {
    background: #F2BE4E;
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -25%;
}
.text-muted {
    font-size: 12px !important;
}
.text-muted .post-date .entry-date {
    font-size: 12px !important;
}
.text-muted .post-category a{
    color: #6C757D !important;
}
.categories-list li {
    background-color: #f9f9f9;
}

.categories-list li a {
    font-weight: 600;
}

#randomPostsCarousel .carousel-control-prev span,
#randomPostsCarousel .carousel-control-next span {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

#randomPostsCarousel .carousel-control-prev:hover span,
#randomPostsCarousel .carousel-control-next:hover span {
    background-color: #F2BE4E !important;
}

.post-title:hover, .lire_la_suite:hover {
    color: #F2BE4E !important;
}
#randomPostsCarousel h2 {
    text-align: center;
    font-size: 16px !important;
}
.cat-pagination a:hover {
    color: #F2BE4E; /* Change to the desired color on hover */
}

@media (max-width: 767px) {
    #randomPostsCarousel .entry-thumbnail {
        height: 100% !important;
    }
    .site-main {
        margin: 5vw 5vw 5vw 5vw;
    }
}