.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 55px;
	line-height: 60px;
	color: #262626;
	font-weight: 300;
	margin: 0 0 15px 0;
}

h1.big {
	font-size: 69px;
	line-height: 75px;
}

@media (max-width: 767px) {
	h1.big {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 35px;
		line-height: 38px;
	}
}

h1.white {
	color: #ffffff;
}

h1 strong {
	font-weight: 600;
}

h2 {
	font-weight: 300;
	font-size: 38px;
	line-height: 35px;
	color: #262626;
}

h2.big {
	font-size: 55px;
	line-height: 60px;
}

@media (max-width: 767px) {
	h2.big {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

h2.white {
	color: #ffffff;
}

h2 strong {
	font-weight: 600;
	display: block;
}

h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: #262626;
}

h3.big {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 19px;
}

@media (max-width: 767px) {
	h3.big {
		font-size: 20px;
		line-height: 23px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 18px;
		line-height: 25px;
	}
}

h3.white {
	color: #ffffff;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #262626;
}

@media (max-width: 767px) {
	h4 {
		font-size: 12px;
		line-height: 16px;
	}
}

h4.white {
	color: #ffffff;
}

h4.red {
	color: #E42224;
}

h4 a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active, a:visited {
	color: #262626;
}

a:hover {
	color: #E42224;
}

a:focus, input:focus {
	outline: none;
}

.subhead {
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	color: #E42224;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.subhead {
		font-size: 12px;
		line-height: 30px;
	}
}

p.big {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #262626;
	margin-bottom: 30px;
}

p.big a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	p.big {
		font-size: 18px;
		line-height: 25px;
	}
}

p.big.white {
	color: #ffffff;
}

strong {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

p, ul li, ol li {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #3D3D3D;
}

p a, ul li a, ol li a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	p, ul li, ol li {
		font-size: 15px;
		line-height: 25px;
	}
}

p.white, ul li.white, ol li.white {
	color: #ffffff;
}

ul {
	margin: 0;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 55px;
	line-height: 60px;
	color: #262626;
	font-weight: 300;
	margin: 0 0 15px 0;
}

h1.big {
	font-size: 69px;
	line-height: 75px;
}

@media (max-width: 767px) {
	h1.big {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 35px;
		line-height: 38px;
	}
}

h1.white {
	color: #ffffff;
}

h1 strong {
	font-weight: 600;
}

h2 {
	font-weight: 300;
	font-size: 38px;
	line-height: 35px;
	color: #262626;
}

h2.big {
	font-size: 55px;
	line-height: 60px;
}

@media (max-width: 767px) {
	h2.big {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

h2.white {
	color: #ffffff;
}

h2 strong {
	font-weight: 600;
	display: block;
}

h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: #262626;
}

h3.big {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 19px;
}

@media (max-width: 767px) {
	h3.big {
		font-size: 20px;
		line-height: 23px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 18px;
		line-height: 25px;
	}
}

h3.white {
	color: #ffffff;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #262626;
}

@media (max-width: 767px) {
	h4 {
		font-size: 12px;
		line-height: 16px;
	}
}

h4.white {
	color: #ffffff;
}

h4.red {
	color: #E42224;
}

h4 a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active, a:visited {
	color: #262626;
}

a:hover {
	color: #E42224;
}

a:focus, input:focus {
	outline: none;
}

.subhead {
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	color: #E42224;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.subhead {
		font-size: 12px;
		line-height: 30px;
	}
}

p.big {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #262626;
	margin-bottom: 30px;
}

p.big a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	p.big {
		font-size: 18px;
		line-height: 25px;
	}
}

p.big.white {
	color: #ffffff;
}

strong {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

p, ul li, ol li {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #3D3D3D;
}

p a, ul li a, ol li a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	p, ul li, ol li {
		font-size: 15px;
		line-height: 25px;
	}
}

p.white, ul li.white, ol li.white {
	color: #ffffff;
}

ul {
	margin: 0;
}

.site-header {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}

.site-header .header_wrapper {
	padding-block: 12.5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(206, 206, 206, 0.4);
}

.site-header .header_wrapper .cell .logo a {
	display: block;
}

.site-header .header_wrapper .cell .logo .rcy-light_logo {
	display: none;
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul li {
	position: relative;
	transition: all 0.5s ease-in-out;
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul li::after {
	position: absolute;
	right: 0;
	bottom: -16px;
	left: 0;
	content: "";
	width: 0px;
	height: 5px;
	background-color: #E42224;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul li a {
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
}

@media (max-width: 767px) {
	.site-header .header_wrapper .cell .rcy-main-menu_items ul li a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul li.mbtn::after {
	display: none;
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul li.mbtn a {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 1023px) {
	.site-header .header_wrapper .cell .rcy-main-menu_items ul li.mbtn a {
		font-size: 14px;
		padding: 11px 62px 11px 26px;
	}
	.site-header .header_wrapper .cell .rcy-main-menu_items ul li.mbtn a::after {
		right: 20px;
	}
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul li:hover::after {
	width: 33px;
}

.site-header .header_wrapper .cell .rcy-main-menu_items ul li.current_page_item::after {
	width: 33px;
}

@media (max-width: 1023px) {
	.site-header .header_wrapper .cell .rcy-main-menu_items ul li {
		display: none;
	}
	.site-header .header_wrapper .cell .rcy-main-menu_items ul li.mbtn {
		display: block;
	}
}

@media (max-width: 767px) {
	.site-header .header_wrapper .cell .rcy-main-menu_items ul {
		display: none;
	}
}

@media (max-width: 1023px) {
	.site-header .header_wrapper .cell .rcy-main-menu_items {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
		gap: 13px;
	}
	.site-header .header_wrapper .cell .rcy-main-menu_items .rcy-humberger_icon {
		width: 57px;
		height: 57px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 0px;
		background-color: #E42224;
		border-radius: 100px;
	}
}

@media (max-width: 767px) {
	.site-header .header_wrapper .cell .rcy-main-menu_items .rcy-humberger_icon {
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 767px) {
	.site-header .header_wrapper {
		padding-block: 11px;
	}
}

.site-header.fixed {
	transform: perspective(300px) rotateX(0deg);
	transform-origin: top;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #ffffff;
}

.site-header.transparent-header {
	background-color: transparent;
}

.site-header.transparent-header .header_wrapper {
	border-bottom: 1px solid rgba(206, 206, 206, 0.4);
}

.site-header.transparent-header .header_wrapper .cell .logo .rcy-light_logo {
	display: block;
}

.site-header.transparent-header .header_wrapper .cell .logo .rcy-red_logo {
	display: none;
}

.site-header.transparent-header .header_wrapper .cell .rcy-main-menu_items ul li a {
	color: #ffffff;
}

.site-header .rcy-responsive_menu {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background-color: #262626;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	display: block !important;
}

.site-header .rcy-responsive_menu .grid-container {
	height: 100%;
}

.site-header .rcy-responsive_menu .grid-container .grid-x {
	height: 100%;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu {
	padding: 12.5px 0 29px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: unset;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-logo-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding-bottom: 11px;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-logo-area #mobile_menu_close img {
	width: 57px;
	height: 57px;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu {
	padding-top: 57px;
	flex-grow: 1;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul {
	list-style-type: none;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li {
	position: relative;
	padding: 13px 0 18px 0;
	border-top: 1px solid rgba(206, 206, 206, 0.4);
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li a {
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	color: #ffffff;
}

@media (max-width: 767px) {
	.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li.current_page_item a {
	color: #E42224;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li.current_page_item::after {
	opacity: 1;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li.mbtn a {
	color: #ffffff;
	background-color: transparent;
}

@media (max-width: 1023px) {
	.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li.mbtn a {
		padding: 0;
	}
	.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li.mbtn a::after {
		display: none;
	}
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-mobile_menu ul li.mbtn.current_page_item a {
	color: #E42224;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-contact_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-contact_wrap .rcy-contact_phone a {
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	color: #ffffff;
	background-image: url("../../recyliege/assets/images/w_ph.svg");
	background-size: 16px;
	background-position: left 16px center;
	background-repeat: no-repeat;
	background-color: #E42224;
	border-radius: 70px;
	padding: 12px 16px 12px 44px;
}

.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-contact_wrap .rcy-contact_phone a:hover {
	background-color: #262626;
}

@media (max-width: 767px) {
	.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu {
		padding-top: 8px;
	}
	.site-header .rcy-responsive_menu .grid-container .grid-x .rcy-menu .rcy-logo-area #mobile_menu_close img {
		width: 46px;
		height: 46px;
	}
}

.responsive-menu_open {
	overflow-y: hidden;
}

.responsive-menu_open .site-header .rcy-responsive_menu {
	opacity: 1;
	right: 0px;
	transition: all 0.5s ease-in-out;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 55px;
	line-height: 60px;
	color: #262626;
	font-weight: 300;
	margin: 0 0 15px 0;
}

h1.big {
	font-size: 69px;
	line-height: 75px;
}

@media (max-width: 767px) {
	h1.big {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 35px;
		line-height: 38px;
	}
}

h1.white {
	color: #ffffff;
}

h1 strong {
	font-weight: 600;
}

h2 {
	font-weight: 300;
	font-size: 38px;
	line-height: 35px;
	color: #262626;
}

h2.big {
	font-size: 55px;
	line-height: 60px;
}

@media (max-width: 767px) {
	h2.big {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

h2.white {
	color: #ffffff;
}

h2 strong {
	font-weight: 600;
	display: block;
}

h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: #262626;
}

h3.big {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 19px;
}

@media (max-width: 767px) {
	h3.big {
		font-size: 20px;
		line-height: 23px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 18px;
		line-height: 25px;
	}
}

h3.white {
	color: #ffffff;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #262626;
}

@media (max-width: 767px) {
	h4 {
		font-size: 12px;
		line-height: 16px;
	}
}

h4.white {
	color: #ffffff;
}

h4.red {
	color: #E42224;
}

h4 a {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active, a:visited {
	color: #262626;
}

a:hover {
	color: #E42224;
}

a:focus, input:focus {
	outline: none;
}

.subhead {
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	color: #E42224;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.subhead {
		font-size: 12px;
		line-height: 30px;
	}
}

p.big {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #262626;
	margin-bottom: 30px;
}

p.big a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	p.big {
		font-size: 18px;
		line-height: 25px;
	}
}

p.big.white {
	color: #ffffff;
}

strong {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

p, ul li, ol li {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #3D3D3D;
}

p a, ul li a, ol li a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	p, ul li, ol li {
		font-size: 15px;
		line-height: 25px;
	}
}

p.white, ul li.white, ol li.white {
	color: #ffffff;
}

ul {
	margin: 0;
}

.site-footer .grid-container .grid-x {
	padding: 63px 0;
	border-block: 1px solid rgba(206, 206, 206, 0.4);
	margin: 0;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.site-footer .grid-container .grid-x {
		padding: 23px 0 68px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .grid-x {
		padding: 18px 0 28px;
	}
}

.site-footer .grid-container .grid-x .cell {
	margin: 0;
}

.site-footer .grid-container .grid-x .cell .rcy-logo_area {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 36px;
}

.site-footer .grid-container .grid-x .cell .rcy-logo_area .rcy-rouge_tagtitle {
	max-width: 200px;
}

@media (max-width: 767px) {
	.site-footer .grid-container .grid-x .cell .rcy-logo_area {
		display: none;
	}
}

.site-footer .grid-container .grid-x .cell:last-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.site-footer .grid-container .grid-x .cell:last-child .rcy-contact_area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}

.site-footer .grid-container .grid-x .cell:last-child .rcy-contact_area h4 {
	margin-bottom: 0;
}

.site-footer .grid-container .grid-x .cell:last-child .rcy-contact_area h4.subhead {
	line-height: 20px;
	margin-bottom: 5px;
}

.site-footer .grid-container .grid-x .cell:last-child .rcy_social_list .rcy_social_item a:hover {
	filter: drop-shadow(1px 3px 1px #a4a4a4);
}

@media (max-width: 1023px) {
	.site-footer .grid-container .grid-x .cell:last-child {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.site-footer .grid-container .grid-x .cell:last-child .rcy_social_list {
		order: -1;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .grid-x .cell:last-child {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}
	.site-footer .grid-container .grid-x .cell:last-child .rcy_social_list {
		order: unset;
		margin-bottom: 0px;
	}
}

.site-footer .grid-container .grid-x.rcy-footer_bottom {
	border: 0;
	padding: 21px 0 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.site-footer .grid-container .grid-x.rcy-footer_bottom .rcy-footer_menu ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 26px;
	list-style-type: none;
}

.site-footer .grid-container .grid-x.rcy-footer_bottom .rcy-footer_menu ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #262626;
}

@media (max-width: 767px) {
	.site-footer .grid-container .grid-x.rcy-footer_bottom .rcy-footer_menu ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 10px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.site-footer .grid-container .grid-x.rcy-footer_bottom .rcy-footer_menu ul li a {
		font-size: 12px;
		line-height: 16px;
	}
}

.site-footer .grid-container .grid-x.rcy-footer_bottom a {
	margin-left: auto;
}

.site-footer .grid-container .grid-x.rcy-footer_bottom a img {
	max-width: 80px;
}

@media (max-width: 1023px) {
	.site-footer .grid-container .grid-x.rcy-footer_bottom {
		padding: 13px 0 13px;
	}
}

@media (max-width: 767px) {
	.site-footer .grid-container .grid-x.rcy-footer_bottom {
		padding: 11px 0 19px;
	}
	.site-footer .grid-container .grid-x.rcy-footer_bottom .rcy-footer_menu {
		padding-bottom: 11px;
		border-bottom: 1px solid rgba(206, 206, 206, 0.4);
		margin-bottom: 17px;
	}
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.grid-container {
	max-width: 1356px;
	margin: 0 auto;
	padding-inline: 40px;
	width: 100%;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.btn, .mbtn a {
	background-color: #E42224;
	color: #ffffff;
	padding: 13px 71px 13px 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 39px;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-flex;
}

.btn::after, .mbtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	content: "";
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.btn::before, .mbtn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0px;
	background: #262626;
	transition: all 0.5s ease-in-out;
	border-radius: 39px;
	z-index: -1;
}

.btn:hover, .mbtn a:hover {
	color: #ffffff;
	background-color: #262626;
}

.btn:hover::before, .mbtn a:hover::before {
	height: 100%;
}

.btn:visited, .mbtn a:visited {
	color: #ffffff;
}

.btn.border-btn, .mbtn a.border-btn {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.btn.border-btn:hover, .mbtn a.border-btn:hover {
	border-color: transparent;
}

@media (max-width: 767px) {
	.btn, .mbtn a {
		padding: 7px 44px 7px 13px;
		font-size: 12px;
		line-height: 22px;
	}
	.btn::after, .mbtn a::after {
		width: 22px;
		height: 10px;
		right: 12px;
		background-size: contain;
	}
}

.btn.w-btn, .mbtn a.w-btn {
	background-color: #ffffff;
	color: #E42224;
}

.btn.w-btn::after, .mbtn a.w-btn::after {
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
}

.btn.w-btn:hover, .mbtn a.w-btn:hover {
	background-color: #262626;
}

.text-btn {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	position: relative;
	padding-right: 46px;
	display: inline-flex;
}

.text-btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.text-btn {
		font-size: 12px;
	}
}

.slick-arrow {
	background-color: #E42224;
	font-size: 0;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1px solid transparent;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.slick-arrow:hover {
	background-color: #262626;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template main, .error404 main, .page-template-default main {
	padding-top: 77px;
}

@media (max-width: 1023px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 83px;
	}
}

@media (max-width: 767px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 69px;
	}
}

.page-template.home main, .error404.home main, .page-template-default.home main {
	padding-top: 0;
}

.rcy-membres_list {
	padding-top: 35px;
}

.rcy-membres_list .rcy-membres_item {
	border-top-right-radius: 25px;
	margin-bottom: 80px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
	min-height: 654px;
	position: relative;
	z-index: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
	border-top-right-radius: 25px;
	width: 100%;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content {
	padding: 24px 22px 22px 22px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_func p {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom div {
	line-height: unset;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
	display: block;
	line-height: 40px !important;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	text-transform: none;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a img {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:last-child {
	padding-bottom: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:hover {
	color: red;
}

.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
	position: absolute;
	top: -32px;
	right: -120px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 581px;
		margin-bottom: 20px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 22px;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 597px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
		height: 343px;
		object-fit: cover;
		border-top-right-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom a {
		font-size: 14px !important;
	}
}

@media (max-width: 360px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 15px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom .rcy-membres_email a img {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list {
		padding-top: 45px;
		margin-inline: 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.rcy-membres_list .rcy-membres_item {
		margin-inline: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list {
		padding-top: 20px;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.grid-container {
	max-width: 1356px;
	margin: 0 auto;
	padding-inline: 40px;
	width: 100%;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.btn, .mbtn a {
	background-color: #E42224;
	color: #ffffff;
	padding: 13px 71px 13px 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 39px;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-flex;
}

.btn::after, .mbtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	content: "";
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.btn::before, .mbtn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0px;
	background: #262626;
	transition: all 0.5s ease-in-out;
	border-radius: 39px;
	z-index: -1;
}

.btn:hover, .mbtn a:hover {
	color: #ffffff;
	background-color: #262626;
}

.btn:hover::before, .mbtn a:hover::before {
	height: 100%;
}

.btn:visited, .mbtn a:visited {
	color: #ffffff;
}

.btn.border-btn, .mbtn a.border-btn {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.btn.border-btn:hover, .mbtn a.border-btn:hover {
	border-color: transparent;
}

@media (max-width: 767px) {
	.btn, .mbtn a {
		padding: 7px 44px 7px 13px;
		font-size: 12px;
		line-height: 22px;
	}
	.btn::after, .mbtn a::after {
		width: 22px;
		height: 10px;
		right: 12px;
		background-size: contain;
	}
}

.btn.w-btn, .mbtn a.w-btn {
	background-color: #ffffff;
	color: #E42224;
}

.btn.w-btn::after, .mbtn a.w-btn::after {
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
}

.btn.w-btn:hover, .mbtn a.w-btn:hover {
	background-color: #262626;
}

.text-btn {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	position: relative;
	padding-right: 46px;
	display: inline-flex;
}

.text-btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.text-btn {
		font-size: 12px;
	}
}

.slick-arrow {
	background-color: #E42224;
	font-size: 0;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1px solid transparent;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.slick-arrow:hover {
	background-color: #262626;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template main, .error404 main, .page-template-default main {
	padding-top: 77px;
}

@media (max-width: 1023px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 83px;
	}
}

@media (max-width: 767px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 69px;
	}
}

.page-template.home main, .error404.home main, .page-template-default.home main {
	padding-top: 0;
}

.rcy-membres_list {
	padding-top: 35px;
}

.rcy-membres_list .rcy-membres_item {
	border-top-right-radius: 25px;
	margin-bottom: 80px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
	min-height: 654px;
	position: relative;
	z-index: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
	border-top-right-radius: 25px;
	width: 100%;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content {
	padding: 24px 22px 22px 22px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_func p {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom div {
	line-height: unset;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
	display: block;
	line-height: 40px !important;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	text-transform: none;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a img {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:last-child {
	padding-bottom: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:hover {
	color: red;
}

.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
	position: absolute;
	top: -32px;
	right: -120px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 581px;
		margin-bottom: 20px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 22px;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 597px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
		height: 343px;
		object-fit: cover;
		border-top-right-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom a {
		font-size: 14px !important;
	}
}

@media (max-width: 360px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 15px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom .rcy-membres_email a img {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list {
		padding-top: 45px;
		margin-inline: 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.rcy-membres_list .rcy-membres_item {
		margin-inline: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list {
		padding-top: 20px;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}

.rcy-banner-sec {
	position: relative;
	height: 723px;
}

.rcy-banner-sec::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(-270deg, #3D3D3D 0%, #3D3D3D00 100%);
	opacity: 0.48;
}

@media (max-width: 767px) {
	.rcy-banner-sec::after {
		background: linear-gradient(180deg, #3D3D3D 0%, #3D3D3D00 100%);
		height: 201px;
		opacity: 15;
	}
}

.rcy-banner-sec .rcy-video-wrap {
	height: 100%;
}

.rcy-banner-sec .rcy-video-wrap video {
	height: 723px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {
	.rcy-banner-sec .rcy-video-wrap {
		height: 864px;
	}
	.rcy-banner-sec .rcy-video-wrap .rcy-video-wrap video {
		height: 864px;
	}
}

@media (max-width: 767px) {
	.rcy-banner-sec .rcy-video-wrap {
		height: 651px;
	}
	.rcy-banner-sec .rcy-video-wrap .rcy-video-wrap video {
		height: 651px;
	}
}

.rcy-banner-sec .grid-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.rcy-banner-sec .grid-container .rcy-banner_content {
	max-width: 670px;
	margin-top: 50px;
}

.rcy-banner-sec .grid-container .rcy-scroll_down {
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
	margin: 0 auto;
	width: 58px;
	height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #E42224;
	border-radius: 100px;
	z-index: 1;
}

.rcy-banner-sec .grid-container .rcy-scroll_down a {
	display: block;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	transform: rotate(90deg);
	width: 100%;
	height: 100%;
	background-size: 28px;
	background-position: center right 12px;
	background-repeat: no-repeat;
}

@media (max-width: 1023px) {
	.rcy-banner-sec .grid-container {
		top: unset;
		transform: unset;
		bottom: 0;
		align-items: end;
	}
	.rcy-banner-sec .grid-container .rcy-banner_content {
		margin-top: 0;
		padding-bottom: 90px;
	}
}

@media (max-width: 767px) {
	.rcy-banner-sec .grid-container .rcy-banner_content {
		padding-bottom: 57px;
		max-width: 345px;
	}
	.rcy-banner-sec .grid-container .rcy-banner_content .rcy-banner_tagline p {
		margin-bottom: 20px;
	}
	.rcy-banner-sec .grid-container .rcy-scroll_down {
		display: none;
	}
}

@media (max-width: 767px) {
	.rcy-banner-sec::before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 303px;
		background: linear-gradient(0deg, #3D3D3D 0%, #3D3D3D00 100%);
		opacity: 0.65;
	}
}

.rcy-propos-sec {
	min-height: 959px;
	padding-block: 150px;
	background: linear-gradient(90deg, white 50%, #fafafa 50%);
	position: relative;
	z-index: 0;
}

.rcy-propos-sec .grid-container .cell .rcy-propos_title {
	max-width: 512px;
}

.rcy-propos-sec .grid-container .cell:last-child {
	padding-left: 106px;
}

.rcy-propos-sec .grid-container .cell:last-child .rcy-propos_text {
	max-width: 513px;
	padding-top: 45px;
}

.rcy-propos-sec::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background-image: url("../../recyliege/assets/images/bg-img.svg");
	background-size: cover;
	width: 473px;
	height: 775px;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-propos-sec {
		min-height: 809px;
		padding-block: 80px;
		background: #ffffff;
	}
	.rcy-propos-sec .grid-container .cell:last-child {
		padding-left: 0px;
	}
	.rcy-propos-sec .grid-container .cell:last-child .rcy-propos_text {
		max-width: 570px;
		padding-top: 20px;
	}
	.rcy-propos-sec::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: unset;
		left: unset;
		width: 384px;
		height: 500px;
	}
}

@media (max-width: 767px) {
	.rcy-propos-sec {
		padding-top: 50px;
		min-height: 100%;
		padding-bottom: 130px;
	}
	.rcy-propos-sec::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: unset;
		left: unset;
		width: 200px;
		height: 299px;
	}
}

.rcy-agenda-sec {
	background-color: #262626;
	padding-bottom: 42px;
	margin-bottom: 180px;
}

.rcy-agenda-sec .grid-container .rcy-agenda_gallery {
	margin-top: -300px;
	position: relative;
}

.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-list {
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.rcy-agenda-sec .grid-container .rcy-agenda_gallery .rcy_gallery_slide img {
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-arrow.slick-prev {
	left: -30px;
	transform: translateY(-50%) rotate(180deg);
}

.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-arrow.slick-next {
	right: -30px;
}

.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-arrow:hover {
	background-color: #262626;
	border-color: #262626;
}

.rcy-agenda-sec .grid-container .rcy-cta-area {
	background-color: #E42224;
	padding: 44px 44px 59px 44px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin-bottom: -78px;
	position: relative;
	z-index: 1;
}

.rcy-agenda-sec .grid-container .rcy-cta-area .grid-x {
	justify-content: space-between;
}

.rcy-agenda-sec .grid-container .rcy-cta-area .grid-x .cell .rcy-cta_title h3 {
	font-size: 44px;
	line-height: 47px;
	font-weight: 300;
}

.rcy-agenda-sec .grid-container .rcy-cta-area .grid-x .cell .rcy-cta_title h3 strong {
	font-weight: 600;
}

@media (max-width: 767px) {
	.rcy-agenda-sec .grid-container .rcy-cta-area .grid-x .cell .rcy-cta_title h3 {
		font-size: 27px;
		line-height: 34px;
	}
}

.rcy-agenda-sec .grid-container .rcy-cta-area .grid-x .cell .rcy-cta_lien {
	display: flex;
	justify-content: end;
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .grid-container .rcy-cta-area .grid-x .cell .rcy-cta_lien {
		justify-content: flex-start;
		margin-top: 32px;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .grid-container .rcy-cta-area .grid-x .cell .rcy-cta_lien {
		margin-top: 15px;
	}
}

.rcy-agenda-sec .grid-container .rcy-cta-area::after {
	position: absolute;
	top: unset;
	right: 23%;
	bottom: -12px;
	left: unset;
	content: "";
	background-image: url("../../recyliege/assets/images/bg-img.svg");
	background-size: cover;
	width: 400px;
	height: 197px;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.1;
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .grid-container .rcy-cta-area::after {
		right: 15px;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .grid-container .rcy-cta-area::after {
		right: 0px;
		bottom: -62px;
		width: 202px;
	}
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .grid-container .rcy-cta-area {
		margin-bottom: -120px;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .grid-container .rcy-cta-area {
		padding: 23px 25px 23px 25px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
		margin-bottom: -140px;
	}
}

.rcy-agenda-sec .rcy-agenda_area {
	padding: 152px 0 104px 0;
	position: relative;
	z-index: 0;
}

.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left {
	width: 462px;
	margin-left: auto;
	position: relative;
}

.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left::before {
	position: absolute;
	bottom: -225px;
	left: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/plus.svg");
	width: 362px;
	height: 237px;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1400px) {
	.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left {
		width: 36%;
	}
}

@media (max-width: 1199px) {
	.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left {
		width: 35%;
	}
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left {
		width: 100%;
		padding-right: 40px;
	}
	.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left::before {
		bottom: -600px;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left {
		padding-right: 20px;
	}
	.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_left::before {
		display: none;
	}
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_title h2 {
	margin-bottom: 25px;
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-slider_nav .slick-arrow {
	background-color: transparent;
	border: 2px solid rgba(206, 206, 206, 0.4);
	opacity: 0.5;
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-slider_nav .slick-arrow:hover {
	opacity: 1;
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-slider_nav .slick-arrow.slick-prev {
	margin-right: 14px;
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-slider_nav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-top: -90px;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-slider_nav {
		display: none;
	}
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider {
	padding-top: 23px;
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider {
		padding-top: 35px;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider {
		padding-top: 10px;
	}
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list {
	padding: 0 20% 0 0;
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track {
	display: flex;
	justify-content: flex-start;
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track .slick-slide {
	width: 404px !important;
	margin-left: 32px;
	box-sizing: border-box;
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track .slick-slide {
		margin-left: 0;
		margin-right: 32px;
	}
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track .slick-slide .rcy_agenda_slide {
	border-top: 2px solid #E42224;
	padding-top: 10px;
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track .slick-slide .rcy_agenda_slide .rcy-slide_text {
	max-width: 340px;
}

.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track .slick-slide .rcy_agenda_slide .rcy-slide_text p {
	color: #ffffff;
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track {
		padding-left: 0;
	}
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list {
		padding: 0 40% 0 0;
	}
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list .slick-track .slick-slide {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider .slick-list {
		padding: 0 10% 0 0;
	}
}

@media (max-width: 1023px) {
	.rcy-agenda-sec .rcy-agenda_area {
		padding: 85px 0px 32px 40px;
		margin: 0;
	}
	.rcy-agenda-sec .rcy-agenda_area .cell {
		width: 100%;
	}
	.rcy-agenda-sec .rcy-agenda_area .cell .rcy-agenda_sider {
		overflow: visible;
	}
	.rcy-agenda-sec .rcy-agenda_area .cell.rcy-agenda_right {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .rcy-agenda_area {
		padding: 75px 0px 50px 20px;
	}
}

@media (max-width: 1023px) {
	.rcy-agenda-sec {
		margin-bottom: 138px;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery {
		margin-top: -150px;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-arrow.slick-prev {
		margin-top: -12px;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-arrow.slick-next {
		margin-top: -12px;
	}
}

@media (max-width: 767px) {
	.rcy-agenda-sec .grid-container {
		padding: 0 0px 0 0px;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery {
		margin-top: -75px;
		margin-right: 0px;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-list {
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-slide {
		margin-inline: 3.5px;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-slide .rcy_gallery_slide img {
		border-top-right-radius: 15px;
		border-bottom-left-radius: 15px;
		height: 160px;
		object-fit: cover;
	}
	.rcy-agenda-sec .grid-container .rcy-agenda_gallery .slick-arrow {
		display: none !important;
	}
}

.rcy-agenda-sec.rcy-no_agenda {
	background-color: transparent;
}

.rcy-agenda-sec.rcy-no_agenda .grid-container .rcy-cta-area {
	margin-top: 50px;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.grid-container {
	max-width: 1356px;
	margin: 0 auto;
	padding-inline: 40px;
	width: 100%;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.btn, .mbtn a {
	background-color: #E42224;
	color: #ffffff;
	padding: 13px 71px 13px 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 39px;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-flex;
}

.btn::after, .mbtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	content: "";
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.btn::before, .mbtn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0px;
	background: #262626;
	transition: all 0.5s ease-in-out;
	border-radius: 39px;
	z-index: -1;
}

.btn:hover, .mbtn a:hover {
	color: #ffffff;
	background-color: #262626;
}

.btn:hover::before, .mbtn a:hover::before {
	height: 100%;
}

.btn:visited, .mbtn a:visited {
	color: #ffffff;
}

.btn.border-btn, .mbtn a.border-btn {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.btn.border-btn:hover, .mbtn a.border-btn:hover {
	border-color: transparent;
}

@media (max-width: 767px) {
	.btn, .mbtn a {
		padding: 7px 44px 7px 13px;
		font-size: 12px;
		line-height: 22px;
	}
	.btn::after, .mbtn a::after {
		width: 22px;
		height: 10px;
		right: 12px;
		background-size: contain;
	}
}

.btn.w-btn, .mbtn a.w-btn {
	background-color: #ffffff;
	color: #E42224;
}

.btn.w-btn::after, .mbtn a.w-btn::after {
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
}

.btn.w-btn:hover, .mbtn a.w-btn:hover {
	background-color: #262626;
}

.text-btn {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	position: relative;
	padding-right: 46px;
	display: inline-flex;
}

.text-btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.text-btn {
		font-size: 12px;
	}
}

.slick-arrow {
	background-color: #E42224;
	font-size: 0;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1px solid transparent;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.slick-arrow:hover {
	background-color: #262626;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template main, .error404 main, .page-template-default main {
	padding-top: 77px;
}

@media (max-width: 1023px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 83px;
	}
}

@media (max-width: 767px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 69px;
	}
}

.page-template.home main, .error404.home main, .page-template-default.home main {
	padding-top: 0;
}

.rcy-membres_list {
	padding-top: 35px;
}

.rcy-membres_list .rcy-membres_item {
	border-top-right-radius: 25px;
	margin-bottom: 80px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
	min-height: 654px;
	position: relative;
	z-index: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
	border-top-right-radius: 25px;
	width: 100%;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content {
	padding: 24px 22px 22px 22px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_func p {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom div {
	line-height: unset;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
	display: block;
	line-height: 40px !important;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	text-transform: none;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a img {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:last-child {
	padding-bottom: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:hover {
	color: red;
}

.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
	position: absolute;
	top: -32px;
	right: -120px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 581px;
		margin-bottom: 20px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 22px;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 597px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
		height: 343px;
		object-fit: cover;
		border-top-right-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom a {
		font-size: 14px !important;
	}
}

@media (max-width: 360px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 15px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom .rcy-membres_email a img {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list {
		padding-top: 45px;
		margin-inline: 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.rcy-membres_list .rcy-membres_item {
		margin-inline: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list {
		padding-top: 20px;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}

.rcy-topbanner-sec {
	padding-top: 50px;
}

.rcy-topbanner-sec .rcy-topbanner_img img {
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	height: 403px;
	object-fit: cover;
}

@media (max-width: 1023px) {
	.rcy-topbanner-sec {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.rcy-topbanner-sec {
		padding-top: 0px;
	}
	.rcy-topbanner-sec .grid-container {
		padding-inline: 0;
	}
	.rcy-topbanner-sec .grid-container .rcy-topbanner_img img {
		height: 229px;
		border-bottom-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

.rcy-member_sec {
	padding: 36px 0 0px;
}

.rcy-member_sec .grid-container {
	position: relative;
}

.rcy-member_sec .grid-container::before {
	position: absolute;
	top: 50px;
	right: -42px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.rcy-member_sec .grid-container::before {
		display: none;
	}
}

@media (max-width: 1023px) {
	.rcy-member_sec {
		padding: 44px 0 60px;
	}
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.grid-container {
	max-width: 1356px;
	margin: 0 auto;
	padding-inline: 40px;
	width: 100%;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.btn, .mbtn a {
	background-color: #E42224;
	color: #ffffff;
	padding: 13px 71px 13px 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 39px;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-flex;
}

.btn::after, .mbtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	content: "";
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.btn::before, .mbtn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0px;
	background: #262626;
	transition: all 0.5s ease-in-out;
	border-radius: 39px;
	z-index: -1;
}

.btn:hover, .mbtn a:hover {
	color: #ffffff;
	background-color: #262626;
}

.btn:hover::before, .mbtn a:hover::before {
	height: 100%;
}

.btn:visited, .mbtn a:visited {
	color: #ffffff;
}

.btn.border-btn, .mbtn a.border-btn {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.btn.border-btn:hover, .mbtn a.border-btn:hover {
	border-color: transparent;
}

@media (max-width: 767px) {
	.btn, .mbtn a {
		padding: 7px 44px 7px 13px;
		font-size: 12px;
		line-height: 22px;
	}
	.btn::after, .mbtn a::after {
		width: 22px;
		height: 10px;
		right: 12px;
		background-size: contain;
	}
}

.btn.w-btn, .mbtn a.w-btn {
	background-color: #ffffff;
	color: #E42224;
}

.btn.w-btn::after, .mbtn a.w-btn::after {
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
}

.btn.w-btn:hover, .mbtn a.w-btn:hover {
	background-color: #262626;
}

.text-btn {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	position: relative;
	padding-right: 46px;
	display: inline-flex;
}

.text-btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.text-btn {
		font-size: 12px;
	}
}

.slick-arrow {
	background-color: #E42224;
	font-size: 0;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1px solid transparent;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.slick-arrow:hover {
	background-color: #262626;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template main, .error404 main, .page-template-default main {
	padding-top: 77px;
}

@media (max-width: 1023px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 83px;
	}
}

@media (max-width: 767px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 69px;
	}
}

.page-template.home main, .error404.home main, .page-template-default.home main {
	padding-top: 0;
}

.rcy-membres_list {
	padding-top: 35px;
}

.rcy-membres_list .rcy-membres_item {
	border-top-right-radius: 25px;
	margin-bottom: 80px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
	min-height: 654px;
	position: relative;
	z-index: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
	border-top-right-radius: 25px;
	width: 100%;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content {
	padding: 24px 22px 22px 22px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_func p {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom div {
	line-height: unset;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
	display: block;
	line-height: 40px !important;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	text-transform: none;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a img {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:last-child {
	padding-bottom: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:hover {
	color: red;
}

.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
	position: absolute;
	top: -32px;
	right: -120px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 581px;
		margin-bottom: 20px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 22px;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 597px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
		height: 343px;
		object-fit: cover;
		border-top-right-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom a {
		font-size: 14px !important;
	}
}

@media (max-width: 360px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 15px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom .rcy-membres_email a img {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list {
		padding-top: 45px;
		margin-inline: 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.rcy-membres_list .rcy-membres_item {
		margin-inline: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list {
		padding-top: 20px;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}

.rcy-produits_sec {
	padding: 50px 0 100px;
	background-color: #ffffff;
	position: relative;
}

.rcy-produits_sec::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 649px;
	background-color: #FAFAFA;
}

.rcy-produits_sec .rcy-produits_title h1 {
	font-weight: 600;
}

@media (max-width: 1023px) {
	.rcy-produits_sec .rcy-produits_title h1 {
		max-width: 400px;
	}
}

.rcy-produits_sec .rcy-produits_text p {
	font-size: 15px;
	line-height: 25px;
}

.rcy-produits_sec .rcy-produits_area {
	padding-top: 50px;
	position: relative;
	z-index: 0;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_nav ul {
	list-style-type: none;
	padding-bottom: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_nav ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	background-color: #E9E9E9;
	color: #262626;
	border-radius: 18px;
	padding: 5px 14px;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_nav ul li a.active {
	background-color: #E42224;
	color: #ffffff;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 32px;
	align-items: stretch;
	justify-items: center;
	margin: 0;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item {
	margin: 0;
	width: 100%;
	margin-bottom: 4px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_img img {
	height: 318px;
	object-fit: cover;
	width: 100%;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item:first-child, .rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item:nth-child(4), .rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item:nth-child(7) {
	border-top-right-radius: 25px;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item:first-child .rcy-produits_img img, .rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item:nth-child(4) .rcy-produits_img img, .rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item:nth-child(7) .rcy-produits_img img {
	border-top-right-radius: 25px;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content {
	padding: 31px 28px 39px;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_terms {
	margin-bottom: 25px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_terms span {
	text-decoration: none;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	background-color: #F9E7E7;
	color: #E42224;
	border-radius: 18px;
	padding: 5px 14px;
	display: inline-block;
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_info {
	padding-top: 14px;
	border-top: 1px solid rgba(206, 206, 206, 0.4);
}

.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_info p {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		gap: 20px;
		align-items: stretch;
		justify-items: center;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item {
		margin-bottom: 15px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_img img {
		height: 263px;
	}
}

@media (max-width: 767px) {
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
		gap: 21px;
		align-items: stretch;
		justify-items: center;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item {
		margin-bottom: 0px;
		border-bottom-left-radius: 12px;
		border-top-right-radius: 12px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_img img {
		height: 276px;
		border-top-right-radius: 12px !important;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content {
		padding: 18px 19px 25px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_terms {
		margin-bottom: 16px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_terms span {
		text-decoration: none;
		font-size: 14px;
		line-height: 21px;
		font-weight: 400;
		background-color: #F9E7E7;
		color: #E42224;
		border-radius: 18px;
		padding: 5px 14px;
		display: inline-block;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_info {
		padding-top: 14px;
		border-top: 1px solid rgba(206, 206, 206, 0.4);
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_list .rcy-produits_item .rcy-produits_content .rcy-produits_info p {
		margin-bottom: 0;
	}
}

.rcy-produits_sec .rcy-produits_area::after {
	position: absolute;
	top: -55px;
	right: -109px;
	bottom: unset;
	left: unset;
	content: "";
	background-image: url("../../recyliege/assets/images/grey_simbol.svg");
	background-size: cover;
	width: 413px;
	height: 456px;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-produits_sec .rcy-produits_area::after {
		width: 494px;
		top: -194px;
		right: -105px;
	}
}

@media (max-width: 767px) {
	.rcy-produits_sec .rcy-produits_area::after {
		width: 335px;
		top: -200px;
		right: -61px;
		height: 348px;
	}
}

.rcy-produits_sec .grid-x {
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.rcy-produits_sec {
		padding: 100px 0 77px;
	}
	.rcy-produits_sec::before {
		height: 470px;
	}
	.rcy-produits_sec .rcy-produits_title h1 {
		max-width: 300px;
	}
	.rcy-produits_sec .rcy-produits_area {
		padding-top: 15px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav {
		margin-bottom: 39px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav .rcy_select .rcy-select_label {
		font-size: 12px;
		font-weight: 700;
		color: #262626;
		background-color: #FAFAFA;
		padding: 7px 14px;
		position: relative;
		z-index: 0;
		border: 1px solid #C3C3C3;
		border-radius: 18px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav .rcy_select .rcy-select_label::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		width: 8px;
		height: 8px;
		border: 2px solid #E42224;
		border-top: 0;
		border-left: 0;
		right: 13px;
		margin-top: -5px;
		transition: all 0.5s ease-in-out;
		transform: rotate(45deg);
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav .rcy_select .rcy-select_label.active::after {
		transform: rotate(225deg);
		margin-top: 0;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav ul {
		gap: 0;
		flex-direction: column;
		padding: 0 15px 0 15px;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav ul li {
		width: 100%;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav ul li a {
		display: flex;
		border-radius: 0;
		padding-inline: 0;
		line-height: 30px;
		border-bottom: 1px solid rgba(206, 206, 206, 0.4);
		font-size: 12px;
		background-color: transparent;
	}
	.rcy-produits_sec .rcy-produits_area .rcy-produits_nav ul li:last-child a {
		border-bottom: 0;
	}
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.grid-container {
	max-width: 1356px;
	margin: 0 auto;
	padding-inline: 40px;
	width: 100%;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.btn, .mbtn a {
	background-color: #E42224;
	color: #ffffff;
	padding: 13px 71px 13px 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 39px;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-flex;
}

.btn::after, .mbtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	content: "";
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.btn::before, .mbtn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0px;
	background: #262626;
	transition: all 0.5s ease-in-out;
	border-radius: 39px;
	z-index: -1;
}

.btn:hover, .mbtn a:hover {
	color: #ffffff;
	background-color: #262626;
}

.btn:hover::before, .mbtn a:hover::before {
	height: 100%;
}

.btn:visited, .mbtn a:visited {
	color: #ffffff;
}

.btn.border-btn, .mbtn a.border-btn {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.btn.border-btn:hover, .mbtn a.border-btn:hover {
	border-color: transparent;
}

@media (max-width: 767px) {
	.btn, .mbtn a {
		padding: 7px 44px 7px 13px;
		font-size: 12px;
		line-height: 22px;
	}
	.btn::after, .mbtn a::after {
		width: 22px;
		height: 10px;
		right: 12px;
		background-size: contain;
	}
}

.btn.w-btn, .mbtn a.w-btn {
	background-color: #ffffff;
	color: #E42224;
}

.btn.w-btn::after, .mbtn a.w-btn::after {
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
}

.btn.w-btn:hover, .mbtn a.w-btn:hover {
	background-color: #262626;
}

.text-btn {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	position: relative;
	padding-right: 46px;
	display: inline-flex;
}

.text-btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.text-btn {
		font-size: 12px;
	}
}

.slick-arrow {
	background-color: #E42224;
	font-size: 0;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1px solid transparent;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.slick-arrow:hover {
	background-color: #262626;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template main, .error404 main, .page-template-default main {
	padding-top: 77px;
}

@media (max-width: 1023px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 83px;
	}
}

@media (max-width: 767px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 69px;
	}
}

.page-template.home main, .error404.home main, .page-template-default.home main {
	padding-top: 0;
}

.rcy-membres_list {
	padding-top: 35px;
}

.rcy-membres_list .rcy-membres_item {
	border-top-right-radius: 25px;
	margin-bottom: 80px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
	min-height: 654px;
	position: relative;
	z-index: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
	border-top-right-radius: 25px;
	width: 100%;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content {
	padding: 24px 22px 22px 22px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_func p {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom div {
	line-height: unset;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
	display: block;
	line-height: 40px !important;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	text-transform: none;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a img {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:last-child {
	padding-bottom: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:hover {
	color: red;
}

.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
	position: absolute;
	top: -32px;
	right: -120px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 581px;
		margin-bottom: 20px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 22px;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 597px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
		height: 343px;
		object-fit: cover;
		border-top-right-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom a {
		font-size: 14px !important;
	}
}

@media (max-width: 360px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 15px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom .rcy-membres_email a img {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list {
		padding-top: 45px;
		margin-inline: 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.rcy-membres_list .rcy-membres_item {
		margin-inline: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list {
		padding-top: 20px;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}

.acf-map {
	width: 100%;
	height: 613px;
	margin: 0px 0;
}

@media (max-width: 767px) {
	.acf-map {
		height: 577px;
	}
}

.acf-map * {
	outline: none !important;
	border: none !important;
}

.acf-map img {
	max-width: inherit !important;
}

.gm-style .gmnoscreen,
.gmnoscreen,
.gmnoprint,
.gm-style-cc,
.gm-style > div > div > a > div > img {
	display: none;
}

.gm-style-iw {
	top: 16px;
}

.gm-style-iw-d p {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
}

.gm-style-iw-d p a {
	text-decoration: none;
}

.gm-style-iw-d p a:hover {
	color: #E42224;
}

.rcy-contact-banner {
	position: relative;
	z-index: 0;
}

.rcy-contact-banner .rcy-address_area {
	background-color: #ffffff;
	padding: 25px 59px 34px 44px;
	width: 513px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	position: absolute;
	top: 76px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_add p {
	margin-bottom: 12px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom a {
	font-size: 14px;
	line-height: 35px;
	color: #262626;
	font-weight: 700;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom a img {
	margin-right: 15px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom a:hover {
	color: #E42224;
}

@media (max-width: 767px) {
	.rcy-contact-banner .rcy-address_area .rcy-address_bottom a {
		font-size: 12px;
		line-height: 30px;
	}
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-contact_area .rcy-contact_tva .subhead {
	font-size: 14px;
	line-height: 35px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-contact_area .rcy-contact_tva .subhead span {
	color: #262626;
}

@media (max-width: 767px) {
	.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-contact_area .rcy-contact_tva .subhead {
		font-size: 12px;
		line-height: 30px;
	}
	.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-contact_area .rcy-contact_tva .subhead span {
		padding-left: 10px;
	}
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-pour_area {
	padding-top: 21px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-pour_area .rcy-pour_wrap {
	background-color: #FAFAFA;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-pour_area .rcy-pour_wrap .rcy-pour_img {
	flex-shrink: 0;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-pour_area .rcy-pour_wrap .rcy-pour_img img {
	width: 67px;
	height: 67px;
	object-fit: cover;
	border-bottom-left-radius: 10px;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-pour_area .rcy-pour_wrap .rcy_pour_text {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-pour_area .rcy-pour_wrap .rcy_pour_text .rcy-pour_nom p {
	font-size: 14px;
	line-height: 35px;
	color: #262626;
	font-weight: 700;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.rcy-contact-banner .rcy-address_area .rcy-address_bottom .rcy-pour_area .rcy-pour_wrap .rcy_pour_text .rcy-pour_nom p {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-contact-banner .rcy-address_area {
		position: unset;
		margin-top: -188px;
		width: 100%;
		padding-inline: 44px;
	}
}

@media (max-width: 767px) {
	.rcy-contact-banner .rcy-address_area {
		padding: 25px 30px 14px 30px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
}

@media (max-width: 360px) {
	.rcy-contact-banner .rcy-address_area {
		padding-inline: 15px;
	}
}

.rcy-nos_sec {
	padding: 70px 0 74px;
}

.rcy-nos_sec .rcy-nos_shortitle {
	text-align: center;
}

.rcy-nos_sec .rcy-nos_title {
	text-align: center;
	max-width: 400px;
	margin: 0 auto 39px;
}

@media (max-width: 1023px) {
	.rcy-nos_sec .rcy-nos_title {
		margin-bottom: 26px;
	}
}

.rcy-nos_sec .rcy-site_list {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 32px;
	align-items: stretch;
	justify-items: center;
}

.rcy-nos_sec .rcy-site_list .rcy-site_item {
	margin: 0;
	width: 100%;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	overflow: hidden;
	margin-bottom: 26px;
}

.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content {
	padding: 19px 32px 25px;
}

.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_top .rcy-site_title h3 {
	margin-bottom: 3px;
}

.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_top .rcy-site_address {
	max-width: 300px;
}

.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom {
	padding-top: 15px;
	border-top: 1px solid rgba(206, 206, 206, 0.4);
}

.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom a, .rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom .rcy-content_clock {
	font-size: 14px;
	line-height: 38px;
	color: #262626;
	font-weight: 700;
}

.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom a img, .rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom .rcy-content_clock img {
	margin-right: 15px;
}

.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom a:hover:not(.rcy-content_clock), .rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom .rcy-content_clock:hover:not(.rcy-content_clock) {
	color: #E42224;
}

@media (max-width: 1023px) {
	.rcy-nos_sec .rcy-site_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		gap: 20px;
		align-items: stretch;
		justify-items: center;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item {
		margin-bottom: 20px;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_map .acf-maps {
		height: 249px !important;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content {
		padding: 13px 27px 16px;
	}
}

@media (max-width: 767px) {
	.rcy-nos_sec .rcy-site_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
		gap: 0px;
		align-items: stretch;
		justify-items: center;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item {
		margin-bottom: 20px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_map .acf-maps {
		height: 261px !important;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content {
		padding: 16px 27px 16px;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom {
		padding-top: 10px;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom a, .rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom .rcy-content_clock {
		font-size: 12px;
		line-height: 32px;
	}
	.rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom a img, .rcy-nos_sec .rcy-site_list .rcy-site_item .rcy-site_content .rcy-content_bottom .rcy-content_clock img {
		margin-right: 12px;
		width: 12px;
	}
}

@media (max-width: 1023px) {
	.rcy-nos_sec {
		padding-bottom: 68px;
	}
}

@media (max-width: 767px) {
	.rcy-nos_sec {
		padding-bottom: 58px;
	}
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.grid-container {
	max-width: 1356px;
	margin: 0 auto;
	padding-inline: 40px;
	width: 100%;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.btn, .mbtn a {
	background-color: #E42224;
	color: #ffffff;
	padding: 13px 71px 13px 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 39px;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-flex;
}

.btn::after, .mbtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	content: "";
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.btn::before, .mbtn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0px;
	background: #262626;
	transition: all 0.5s ease-in-out;
	border-radius: 39px;
	z-index: -1;
}

.btn:hover, .mbtn a:hover {
	color: #ffffff;
	background-color: #262626;
}

.btn:hover::before, .mbtn a:hover::before {
	height: 100%;
}

.btn:visited, .mbtn a:visited {
	color: #ffffff;
}

.btn.border-btn, .mbtn a.border-btn {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.btn.border-btn:hover, .mbtn a.border-btn:hover {
	border-color: transparent;
}

@media (max-width: 767px) {
	.btn, .mbtn a {
		padding: 7px 44px 7px 13px;
		font-size: 12px;
		line-height: 22px;
	}
	.btn::after, .mbtn a::after {
		width: 22px;
		height: 10px;
		right: 12px;
		background-size: contain;
	}
}

.btn.w-btn, .mbtn a.w-btn {
	background-color: #ffffff;
	color: #E42224;
}

.btn.w-btn::after, .mbtn a.w-btn::after {
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
}

.btn.w-btn:hover, .mbtn a.w-btn:hover {
	background-color: #262626;
}

.text-btn {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	position: relative;
	padding-right: 46px;
	display: inline-flex;
}

.text-btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.text-btn {
		font-size: 12px;
	}
}

.slick-arrow {
	background-color: #E42224;
	font-size: 0;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1px solid transparent;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.slick-arrow:hover {
	background-color: #262626;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template main, .error404 main, .page-template-default main {
	padding-top: 77px;
}

@media (max-width: 1023px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 83px;
	}
}

@media (max-width: 767px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 69px;
	}
}

.page-template.home main, .error404.home main, .page-template-default.home main {
	padding-top: 0;
}

.rcy-membres_list {
	padding-top: 35px;
}

.rcy-membres_list .rcy-membres_item {
	border-top-right-radius: 25px;
	margin-bottom: 80px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
	min-height: 654px;
	position: relative;
	z-index: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
	border-top-right-radius: 25px;
	width: 100%;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content {
	padding: 24px 22px 22px 22px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_func p {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom div {
	line-height: unset;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
	display: block;
	line-height: 40px !important;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	text-transform: none;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a img {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:last-child {
	padding-bottom: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:hover {
	color: red;
}

.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
	position: absolute;
	top: -32px;
	right: -120px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 581px;
		margin-bottom: 20px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 22px;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 597px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
		height: 343px;
		object-fit: cover;
		border-top-right-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom a {
		font-size: 14px !important;
	}
}

@media (max-width: 360px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 15px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom .rcy-membres_email a img {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list {
		padding-top: 45px;
		margin-inline: 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.rcy-membres_list .rcy-membres_item {
		margin-inline: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list {
		padding-top: 20px;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}

.error404 #barba-wrapper {
	height: 100vh;
}

.error404 #barba-wrapper .barba-container {
	height: 100%;
}

.error404 #barba-wrapper .barba-container .site {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.error404 #barba-wrapper .barba-container .site .not-found {
	padding: 80px 0;
	flex-grow: 1;
}

.error404 #barba-wrapper .barba-container .site .not-found h1 {
	margin-bottom: 30px;
}

.error404 #barba-wrapper .barba-container .site .not-found .label {
	background-color: transparent;
	font-size: inherit;
	line-height: inherit;
}

.error404 #barba-wrapper .barba-container .site-footer {
	width: 100%;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	align-items: center;
	justify-items: center;
}

.grid-container {
	max-width: 1356px;
	margin: 0 auto;
	padding-inline: 40px;
	width: 100%;
}

@media (max-width: 767px) {
	.grid-container {
		padding-inline: 20px;
	}
}

.btn, .mbtn a {
	background-color: #E42224;
	color: #ffffff;
	padding: 13px 71px 13px 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 39px;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-flex;
}

.btn::after, .mbtn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	content: "";
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.btn::before, .mbtn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0px;
	background: #262626;
	transition: all 0.5s ease-in-out;
	border-radius: 39px;
	z-index: -1;
}

.btn:hover, .mbtn a:hover {
	color: #ffffff;
	background-color: #262626;
}

.btn:hover::before, .mbtn a:hover::before {
	height: 100%;
}

.btn:visited, .mbtn a:visited {
	color: #ffffff;
}

.btn.border-btn, .mbtn a.border-btn {
	border: 1px solid #ffffff;
	background-color: transparent;
}

.btn.border-btn:hover, .mbtn a.border-btn:hover {
	border-color: transparent;
}

@media (max-width: 767px) {
	.btn, .mbtn a {
		padding: 7px 44px 7px 13px;
		font-size: 12px;
		line-height: 22px;
	}
	.btn::after, .mbtn a::after {
		width: 22px;
		height: 10px;
		right: 12px;
		background-size: contain;
	}
}

.btn.w-btn, .mbtn a.w-btn {
	background-color: #ffffff;
	color: #E42224;
}

.btn.w-btn::after, .mbtn a.w-btn::after {
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
}

.btn.w-btn:hover, .mbtn a.w-btn:hover {
	background-color: #262626;
}

.text-btn {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #262626;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	position: relative;
	padding-right: 46px;
	display: inline-flex;
}

.text-btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	content: "";
	background-image: url("../../recyliege/assets/images/red_arrw.svg");
	width: 28px;
	height: 12px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.text-btn {
		font-size: 12px;
	}
}

.slick-arrow {
	background-color: #E42224;
	font-size: 0;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	border: 1px solid transparent;
	background-image: url("../../recyliege/assets/images/w_arrw.svg");
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.slick-arrow:hover {
	background-color: #262626;
}

.slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.page-template main, .error404 main, .page-template-default main {
	padding-top: 77px;
}

@media (max-width: 1023px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 83px;
	}
}

@media (max-width: 767px) {
	.page-template main, .error404 main, .page-template-default main {
		padding-top: 69px;
	}
}

.page-template.home main, .error404.home main, .page-template-default.home main {
	padding-top: 0;
}

.rcy-membres_list {
	padding-top: 35px;
}

.rcy-membres_list .rcy-membres_item {
	border-top-right-radius: 25px;
	margin-bottom: 80px;
	border: 1px solid rgba(206, 206, 206, 0.4);
	border-bottom-left-radius: 25px;
	min-height: 654px;
	position: relative;
	z-index: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
	border-top-right-radius: 25px;
	width: 100%;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content {
	padding: 24px 22px 22px 22px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_title h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_top .rcy-membres_func p {
	margin-bottom: 0;
	padding-bottom: 18px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom {
	border-top: 1px solid rgba(206, 206, 206, 0.4);
	padding-top: 15px;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom div {
	line-height: unset;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
	display: block;
	line-height: 40px !important;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 700;
	color: #262626;
	text-decoration: none;
	text-transform: none;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a img {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a {
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;
	}
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:last-child {
	padding-bottom: 0;
}

.rcy-membres_list .rcy-membres_item .rcy-membres_content .rcy-membres_bottom a:hover {
	color: red;
}

.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
	position: absolute;
	top: -32px;
	right: -120px;
	content: "";
	width: 362px;
	height: 237px;
	background-image: url("../../recyliege/assets/images/grey_plus.svg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item:nth-child(9)::before {
		display: none;
	}
}

@media (max-width: 1199px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 18px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 581px;
		margin-bottom: 20px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 22px;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list .rcy-membres_item {
		min-height: 597px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_image img {
		height: 343px;
		object-fit: cover;
		border-top-right-radius: 12px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom a {
		font-size: 14px !important;
	}
}

@media (max-width: 360px) {
	.rcy-membres_list .rcy-membres_item .rcy-membres_content {
		padding-inline: 15px;
	}
	.rcy-membres_list .rcy-membres_item .rcy-membres_bottom .rcy-membres_email a img {
		margin-right: 10px;
	}
}

@media (max-width: 1023px) {
	.rcy-membres_list {
		padding-top: 45px;
		margin-inline: 0px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.rcy-membres_list .rcy-membres_item {
		margin-inline: 0px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rcy-membres_list {
		padding-top: 20px;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}
}

.page-template-default .site-main {
	margin-inline: auto;
	max-width: 1356px;
	padding-inline: 40px;
}

.page-template-default .site-main .entry-header {
	max-width: 950px;
	margin: 0 auto;
}

.page-template-default .site-main .entry-content {
	padding-top: 70px;
	max-width: 980px;
	padding-bottom: 244px;
	margin-left: auto;
}

.page-template-default .site-main .entry-content h2 {
	margin-top: 40px;
}

.page-template-default .site-main .entry-content h2:first-child {
	margin-top: 0;
}

.page-template-default .site-main .entry-content p {
	margin-bottom: 0;
}

.page-template-default .site-main .entry-content ul {
	list-style-position: inside;
	margin-top: 15px;
}

.page-template-default .site-main .entry-content ul li::marker {
	color: #E42224;
}

.page-template-default .site-main .entry-content ol {
	margin: 15px 0 0 20px;
}

.page-template-default .site-main .entry-content ol li::marker {
	color: #E42224;
}

@media (max-width: 767px) {
	.page-template-default .site-main {
		padding-inline: 20px;
	}
	.page-template-default .site-main .entry-content {
		padding: 0 0 50px 0;
	}
}

html, body {
	overflow-x: hidden;
}

body {
	min-height: 100vh;
	transition: all 0.5s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	margin: 0 !important;
	font-family: "Poppins", sans-serif;
}

.rcy-loadbar {
	position: fixed;
	width: 0%;
	height: 3px;
	background-color: #262626;
	top: 0;
	left: 0;
	z-index: 999;
}

#trans {
	background-color: #262626 !important;
}

/*# sourceMappingURL=custom.css.map */