.page-template-page-ressources .hero-banner{
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
}

.page-template-page-ressources .hero-banner::after{
	display: none;
}

.content-ressources{
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    justify-content: center;
	margin-bottom: 140px;
}

.tag-list{
	margin:35px auto;
    padding: 0px;
    display: flex;
    gap: 11px;
	justify-content: center;
	flex-wrap: wrap;
}

.tag-list li{
	list-style: none;
	background: var(--wp--preset--color--white);
	border-radius: 0px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	border: solid 1px var(--wp--preset--color--black);
	padding: 0px 12px;
}

.tag-list li.active{
	background-color: var(--wp--preset--color--black);
}

.tag-list li a{
	color: var(--wp--preset--color--black);
	text-decoration: none;
}

.tag-list li.active a{
	color: var(--wp--preset--color--white);
}

.ressource{
	width: 341px;
	text-decoration: none;
}

.ressource .background{
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 30px;
}

.ressource ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 11px;
	margin-bottom: 30px;
	padding-left: 0px;
	flex-wrap: wrap;
}

.ressource ul li{
	list-style: none;
	background: var(--wp--preset--color--red);
	border-radius: 0px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 12px;
}

.ressource h2{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 0px;
	color: var(--wp--preset--color--black);
}

.ressource p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0px;
	padding-left: 0px;
	color: var(--wp--preset--color--black);
	text-align: justify;
}

.page-template-page-ressources .pagination{
    display: flex;
    width: 100%;
	justify-content: flex-end;
    gap: 12px;
	margin-top: 20px;
}

.page-template-page-ressources .pagination .page-numbers{
	font-family: var(--wp--preset--font-family--gt-haptik);
	color: var(--wp--preset--color--black);
	font-weight: 550;
	font-size: 17px;
	color: var(--wp--preset--color--black);
	opacity: 0.4;
	display: flex;
	background: #F0F0F0;
	width: 38px;
	height: 38px;
	text-decoration: none;
	align-items: center;
    justify-content: center;
}

.page-template-page-ressources .pagination .page-numbers.current{
	background-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	opacity: 1;
}

.page-template-page-ressources .pagination .page-numbers.next, .page-template-page-ressources .pagination .page-numbers.prev{
	display: none;
}

.no-resource{
	margin-bottom: 0px;
	margin-top: 70px;
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: var(--wp--preset--color--red);
    display: block;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
	.ressource{
		width: 100%;
	}
	.ressource .background{
		height: 50vw;
	}
	.ressource ul, .ressource .background{
		margin-bottom: 15px;
	}
	.ressource ul, .ressource h2, .ressource p{
		padding-left: 0px;
	}
}
