@charset "UTF-8";
/* CSS Document */

/* body >footer*/
body > footer {
	background-color:#a82626;	
	color: #fff;
	overflow: hidden;

}
body > footer a {
	color: #fff;
}
footer p[role="heading"],
.newsflash-title {
	text-transform: uppercase;
}

.continuousScroll {
	overflow:hidden;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	font-size: 0;
}
#continuousScroll-inner {
	height: 150px;
	display: table-row;
}
#continuousScroll-inner a {
	width: 250px;
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
body > footer blockquote {
	font-size: 3rem;
	font-style: italic;
}
body > footer blockquote + p {
	text-align: right;
}


footer small {
	text-align: center;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	white-space: nowrap;
	padding: 24px;

}
footer small span {
	display: block;
}
.continuousScroll a img {
	max-width: 280px;
	max-height: 130px;
	margin: auto;
}
.cb_template {
	width: 43.75%;
	margin: 0 auto;
}
@media screen and (max-width: 1399px) {
	body > footer > div {
		display: none;
	}
}

 @media screen and (min-width: 768px) {
	small span {
		display: inline-block;
	}
	
	
	.continuousScroll {
		height: 150px;
	}
}

body > footer > div:nth-child(2) > div {
	height: 98px;
	overflow-y: hidden;
	overflow-x: scroll;
	background-color: #fff;
	position: relative;
	margin: 24px 48px;
}

#partenaires {
	position: absolute;
	top: 24px;
	left: 0;
	height: 50px;
	width: auto;
	white-space: nowrap;
}
#partenaires li {
	display: inline-block;
	margin: 0 24px;
}
body > footer p[role="heading"]:before,
.newsflash-title {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	display: block;
}
body > footer > div:nth-child(1) > div:nth-child(2) {
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	display: flex;
	text-align: center;
	margin: 48px;
}
body > footer > div:nth-child(1) > div:nth-child(2) p {
	margin: auto;
}
body > footer > div:nth-child(1) > div:nth-child(2) p span {
	font-size: 16px;
}

body:lang(fr) > footer > div:nth-child(2) p[role="heading"]:before {
	content:"Ils soutiennent l'OEP et l'OEP les soutient";
}
body:lang(fr) > footer > div:nth-child(1) > div:nth-child(1) p[role="heading"]:before {
	content:"La charte";
}
body:lang(fr) > footer > div:nth-child(1) > div:nth-child(3) p[role="heading"]:before {
	content:"La dernière lettre de l'OEP";
}
body:lang(de) > footer > div:nth-child(2) p[role="heading"]:before {
	content:"Sie unterstützen das OEP und das OEP unterstützt sie";
}
body:lang(de) > footer > div:nth-child(3) > div:nth-child(2) p[role="heading"]:before {
	content:"Der neueste EMF-Newsletter";
}
body:lang(en) > footer > div:nth-child(2) p[role="heading"]:before {
	content:"They support the OEP and the OEP supports them";
}
body:lang(en) > footer > div:nth-child(1) > div:nth-child(3) p[role="heading"]:before {
	content:"The latest EOP Newsletter";
}
body:lang(es) > footer > div:nth-child(2) p[role="heading"]:before {
	content:"Apoyan al OEP y el OEP les apoya a ellos";
}
body:lang(es) > footer > div:nth-child(1) > div:nth-child(3) p[role="heading"]:before {
	content:"El último boletín del OEP";
}
body:lang(it) > footer > div:nth-child(2) p[role="heading"]:before {
	content:"Essi sostengono l'OEP e l'OEP sostiene loro";
}
body:lang(it) > footer > div:nth-child(1) > div:nth-child(3) p[role="heading"]:before {
	content:"L'ultima lettera d'informazione dell'OEP";
}
body:lang(ro) > footer > div:nth-child(2) p[role="heading"]:before {
	content:"Ei sprijină OEPul, iar OEPul îi sprijină pe ei";
}
body:lang(ro) > footer > div:nth-child(1) > div:nth-child(3) p[role="heading"]:before {
	content:"Cel mai recent buletin informativ al OEP";
}
#partenaires a {
	color: #000;
}
#partenaires li a img {
	height: 50px;
	width: auto;
	display: block;
	margin:0;
}
#partenaires .image-title {
	display: none;
}
body > footer h3 {
	text-align: center;
	width: 100%;
}
body > footer .image-title {
	white-space: wrap;
}
footer h2 {
	font-size: 20px;
}
footer span p {
	display: none;
}
body > footer small ul.mod-menu {
	display: flex;
	gap : 12px;
}
body > footer > div:nth-child(1) {
	margin: 0 var(--padding);
}

 @media screen and (min-width: 1400px) {
 	
 	body > footer > div:nth-child(1) {
 		display: flex;
 		gap: var(--padding);
 	}
 	
 	body > footer > div:nth-child(1) > div {
 	 	flex-basis: 33.33%;
 	 }
 }


