.h2_center{
	text-align: center;
	width: 100%;
	margin-bottom: 2rem;
}



.container_full{
	max-width: 95rem;
	width: 100%;
	margin: auto;
	padding: 0px 15px;
	display: flex;
}


section#hero_section,
section#news,
section#resources,
section#coordinators{
	padding-bottom: 8rem;
	padding-top: 0 !important;
}

@media screen and (max-width: 1024px){
	section#hero_section,
	section#news,
	section#resources,
	section#coordinators{
		padding-bottom: 4rem;
	}
}


.page-template-sustainable-products section{
	margin: 2rem auto;
}

.page-template-sustainable-products header{
	background-color: transparent !important;
}

.page-template-sustainable-products{
	position: relative;
}

.page-template-sustainable-products:before,
.page-template-sustainable-products:after{
	content: "";
	border-radius: 50%;
	background-color: rgba(229, 228, 224, 0.35);
	position: absolute;
	z-index: -1;
}

.page-template-sustainable-products:before{
	width: 60vw;
	height: 60vw;
	top: -300px;
	right: -300px;

}

.page-template-sustainable-products:after{
	width: 40vw;
	height: 40vw;
	top: 625px;
	left: -200px;
}

.page-template-sustainable-products .real_nav{
	margin-left: auto;
}

.page-template-sustainable-products .real_nav li > a{
	color: #12406E;
	font-family: Arial;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
}

.page-template-sustainable-products .real_nav li > a:hover{
	color: #EE7541;
}

.page-template-sustainable-products .real_back{
	border-radius: 50px;
	background-color: #EE7541;
	color: #fff;
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 0.75rem;
	line-height: 100%;
	text-transform: uppercase;
	padding: 20px 35px;
	margin-left: 1.5rem;

}

.page-template-sustainable-products .real_back:hover{
	background-color: #12406E;
	color: #fff;
}

.pj_title_h1{
	font-family: "Arial", sans-serif;
	font-weight: 700;
	font-size: 4rem;
	max-width: 700px;
	color: #12406E;
	line-height: 1.1;
	margin-bottom: 0;
}

.pj_sub_title{
	font-family: "Arial", sans-serif;
	font-weight: 700;
	font-size: 0.875rem;
	color: #4BB596;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.circle_image{
	border-radius: 50%;
	position: relative;
	display: inline-block;
	padding: 10px;
}

.circle_image:after{
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('../images/circle-mutli.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.circle_img{
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1;
	max-width: 100%;
}

#hero_section{
	float: none;
}

.project_hero{
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	width: 100%;
}

.pj_col_1{
	display: flex;
}

.pj_col_2{
	display: flex;
	flex-direction: column;
}

.pj_row_22{
	padding: 2rem;
}

.pj_row_23{
	display: flex;
	justify-content: flex-end;
	margin-top: -50px;
}

.pj_row_3{
	display: flex;
	justify-content: flex-end;
}

.pj_row_11 .circle_img{
	width: 610px;
}

.pj_row_21 .circle_img{
	width: 235px;
}

.pj_row_23 .circle_img{
	width: 385px;
}

.project_content{
	max-width: 920px;
	margin-top: -100px;
}


@media screen and (max-width: 1440px){

	.pj_title_h1{
		font-size: 2.75rem;
	}

	.h2_left,
	.h2_center{
		font-size: 2rem;
	}

	.pj_row_23{
		margin-top: 0px;
	}

	.project_content{
		margin-top: -50px;
	}

	.page-template-sustainable-products section {
		margin: 0rem auto;
	}
}


@media screen and (max-width: 1024px){
	.project_hero{
		flex-direction: column;
		width: 100%;
	}
	.pj_col_1{
		display: none;
	}
	.pj_col_2{
		width: 100%;
	}
	.pj_row_21 .circle_img{
		width: 235px;
	}

	.pj_row_23 .circle_img{
		width: 235px;
	}

	.pj_row_23{
		margin-top: -50px;
	}

	.project_content{
		max-width: 100%;
		margin-top: 0px;
	}
}

@media screen and (max-width: 640px){
	.pj_row_23{
		margin-top: 0px;
	}

	.pj_title_h1{
		font-family: "Arial", sans-serif;
		font-weight: 700;
		font-size: 2rem;
		max-width: 700px;
		color: #12406E;
		line-height: 1.1;
		margin-bottom: 0;
	}
	.project_content{
		margin-top: 2rem;
	}
}

.real_post{
		box-shadow: none !important;
	background: transparent !important;
	width: auto !important;
}

.real_post_head{
	display: flex;
	justify-self: center;
	margin-bottom: -10rem;
	position: relative;

	
}

.news_event_cat{
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: red;
	font-family: Arial;
	font-weight: 700;
	font-size: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	color: #12406E;
	width: 80px;
	height: 80px;
	line-height: 80px;

}

.real_post_thumb{
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1 !important;
	width: 100%;
	max-width: 320px;
}


.real_post_body{
	border-radius: 30px;
  background-color: rgba(229, 228, 224, 0.35);
  box-shadow: 0px 0px 20px -2px rgba(60, 62, 84, 0.17);
  padding: 12rem 4rem 4rem 4rem !important;
  height: 100%;
/*  width: 38rem;
  max-width: 90vw;
  height: 100%;
  overflow: hidden;*/
}

.real_post_meta{
font-family: Arial;
font-weight: 700;
font-size: 0.75rem;
text-align: center;
text-transform: uppercase;
color: #4BB596 !important;
}

.real_post_title{
font-family: Arial;
font-weight: 700;
font-size: 1.5rem;
text-align: center;
color: #12406E !important;

}

.real_post_excerpt{
font-family: Arial;
font-weight: 400;
font-size: 1.125rem;
text-align: center;
color: #1F3F68 !important;

}

.splide__arrows_prev{
	left: 0 !important;
	right: auto !important;
	transform: translate(-150%, -50%) !important;
}

.splide__arrows_next{
	right: 0 !important;
	left: auto !important;
	transform: translate(150%, -50%) !important;
}


.splide__arrow{
	background-color: rgba(229, 228, 224, 0.35) !important;
	border: none !important;
	color: #12406E !important;
}

.splide__arrow:hover{
	background-color: #4BB596 !important;
}


.real_more_container > a{
	border-radius: 50px;
	background-color: #4BB596 !important;
	color: #fff !important;
	font-family: Arial;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 100%;
	text-transform: uppercase;
	padding: 20px 35px;
	transition: all 0.3s ease;
	margin-top: 2rem;

}

.real_more_container > a:hover{
	background-color: #12406E !important;
	color: #fff !important;
}


@media screen and (max-width: 1440px){
	.real_post_body{
		padding: 12rem 2rem 2rem 2rem !important;
	}
}


#resources .container:first-child{
	border: none !important;
}


.real_resource_container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.real_resource{
	background-color: #12406E;
	border-radius: 50%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	width: calc(25% - 15px);
	max-width: 365px;
	padding: 2rem;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.real_resource:hover{
	background-color: #C8D440;
}

.real_resource:hover .real_resource_meta,
.real_resource:hover .real_resource_title{
	color: #12406E !important;
}

.real_resource_meta{
	margin-top: 25%;
	color: #C8D440;
	font-family: Arial;
	font-weight: 700;
	font-size: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.3s ease;
	margin-bottom: 10px;

}

.real_resource_title{
	font-family: Arial;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.1;
	color: #fff !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}


@media screen and (max-width: 1440px){
	.real_resource_container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.real_resource{
		width: auto;
	}
}

@media screen and (max-width: 874px){
.real_resource{
	align-items: center;
}
.real_resource_meta{
	margin-top: 0;
}

.real_resource_title{
	font-size: 1.125rem;
}
}

.coordinators_container{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.coordinator_item {
	width: calc(50% - 10px);
	background-color: rgba(229, 228, 224, 0.35);
	border-radius: 60px;
	padding: 2rem 4rem 4rem 4rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.coordinator_item:before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
background: linear-gradient(
	135deg,
	#1E4987 0%,
	#4BB596 35%,
	#C8D440 65%,
	#EE7541 100%
);
	pointer-events: none;

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;

	mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask-composite: exclude;
}



.coordinator_title{
	font-family: Arial;
	font-weight: 700;
	font-size: 4rem;
	text-align: center;
	color: #12406E !important;
	width: 100%;
	padding-top: 6rem;
}

.coordinator_body{
	margin-bottom: 2rem !important;
}
.coordinator_body,
.coordinator_body p,
.coordinator_body li,
.coordinator_body a{
	font-family: Arial;
	font-weight: 400;
	font-size: 1.125rem;
	text-align: center;
	color: #12406E;

}

.coordinator_thumb{
	position: absolute;
	top: 2rem;
	left: 2rem;

	height: 140px;
	width: 140px;
	min-width: 140px;
	line-height: 140px;

	background: #fff;
	border-radius: 50%;

}

.coordinator_thumb img{
	object-fit: contain;
	object-position: center;
	aspect-ratio: 1;
	max-width: 108px;
	max-height: 108px;
}


.real_learn_more{
	margin-top: auto !important;
	border-radius: 50px !important;
	background-color: #4BB596 !important;
	color: #fff !important;
	font-family: Arial;
	font-weight: 700 !important;
	font-size: 0.75rem !important;
	line-height: 100% !important;
	text-transform: uppercase;
	padding: 20px 35px !important;
	transition: all 0.3s ease;
}

.real_learn_more.orange{
	background-color: #EE7541 !important;
	color: #fff !important;
}

.real_learn_more.vert{
	background-color: #4BB596 !important;
	color: #fff !important;
}

.real_learn_more.jaune{
	background-color: #C8D440 !important;
	color: #12406E !important;
}

.real_learn_more.bleu{
	background-color: #12406E !important;
	color: #fff !important;
}


.real_learn_more.orange:hover{
	background-color: #fff !important;
	color: #EE7541 !important;
}

.real_learn_more.vert:hover{
	background-color: #fff !important;
	color: #4BB596 !important;
}

.real_learn_more.jaune:hover{
	background-color: #fff !important;
	color: #C8D440 !important;
}

.real_learn_more.bleu:hover{
	background-color: #fff !important;
	color: #12406E !important;
}


@media screen and (max-width: 1440px){
	.coordinator_thumb{
		position: static;
	}
	.coordinator_head{
		align-items: center;
	}
	.coordinator_title{
		padding-top: 0;
		font-size: 1.825rem;
	}
}
@media screen and (max-width: 1200px){
	.coordinator_title{
		font-size: 1.825rem;
		padding-top: 2rem;
	}
}

@media screen and (max-width: 1024px){
.coordinator_item{
	padding: 2rem;
}


}

@media screen and (max-width: 768px){
.coordinator_item{
	width: 100%;
}


}

.susprod_footer{
	background-color: #1E4987 !important;
	color: #fff !important;
	padding-top: 4rem;
	padding-bottom: 2rem;
}

.susprod_footer p{
	display: block;
	width: 100%;
}

.susprod_footer a{
	color: #fff !important;
}

.susprod_footer a:hover{
	color: #C8D440 !important;
}

.eu_credits{
	text-align: center;
	max-width: 980px !important;
	margin: auto !important;
}

.eu_credits img{
	margin: auto;
}

.susprod_credits{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem;
}

.susprod_credits p{
	width: auto;
	margin-bottom: 0 !important;
}

.susprod_credits a{
font-family: Arial;
font-weight: 700;
font-size: 1rem;
text-transform: uppercase;

}

.footer_menu{
	display: flex;
	gap: 60px;
	justify-content: space-between;
	align-items: center;
	margin: 0 30px;
}

.rb_footer{
	margin: 0 !important;
}

.credit_site{
	text-align: center;
}

@media (max-width: 1440px) {

	.susprod_credits{
		flex-direction: column !important;
		align-items: center;
		gap: 2rem;
	}

	.footer_menu{
		display: flex;
		gap: 60px;
		justify-content: space-between;
		align-items: center;
		margin: 0 30px;
	}
}

@media (max-width: 900px) {
	.footer_menu{
		gap: 1rem;
		flex-direction: column;
	}
}

#resources:after{
	content: none !important;
}


@media (min-width: 540px) {
    .container {
        max-width: 95rem !important;
        width: calc(100vw - 4rem) !important;
    }
}

.slider_width{
	width: calc(100vw - 8rem) !important;
	margin: auto;
}