/*!
Theme Name: Feps-Europe
Theme URI: http://underscores.me/
Author: Amofordesign
Author URI: http://amofordesign.be
Description: This is the custom theme created by Amofordesign for Feps-europe.org
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fepseuropetheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Feps-Europe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
@import 'css/icofont/icofont.css';

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:host {
    --btn-background: #fff !important;
}
body .atcb-button {
    background:white;
}




.ytp-cued-thumbnail-overlay-image {
    background-size:contain !important;
}







.feps-banner-title:has(.parentLink) .parentLink {
    font-size:1.7rem;
    line-height: 1.9rem;
}

.feps-banner-title .parentLink a {
        font-size: 1.7rem;
    color: #c9c8c8 !important;
}
.feps-banner-title .parentLink a:hover {
        font-size: 1.7rem;
    color: #f29898 !important;
}


img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
    min-height: auto !important;
    min-width: auto !important;
    position: relative !important;
}

.wp-embed-responsive .wp-block-embed-spotify.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
     padding-top: 30.5%;
}

.archive-description {
    width:100%;
    max-width: 1100px;
    margin: auto;
}

.page-template-template-all-elections .smallPost .termDescription {
    display:none;
}

.archive .loadMoreCatPost {
    margin-bottom: 1.5rem;
}

.printName {
    display:none ;
}

.archive.tax-dossier .progressiveTermContainer .wbWidth.line {
    display:none;
}

.archive.tax-dossier h1 {
    font-size: 3rem;
}

.newsletter-and-form .newsletterContainer {
    margin-top:0;
    padding-top:0;
}
.newsletter-and-form {
    display: flex;
    align-items: stretch;
    max-width: 1100px;
    flex-wrap: wrap;
    margin:auto;
}

.newsletter-and-form form{
    margin-top:1rem;
}

.newsletter-and-form > div{
   padding:0.5rem;
    width:100%;
}


@media screen and (min-width:1100px) {
    .newsletter-and-form > div{
        width:50%;
    }
}




   .newsletter_sarbacane {
        padding:1.5rem;
        width:100%;
        margin:auto;
        max-width:1200px;
    }

    .newsletter_sarbacane {
        background-color:#BA0909 !important;
        color:white;
    }

    #contactForm .form-group {
        display: flex;
        flex-direction: column;
        margin:0.5rem 0;
        position:relative;
    }

    #contactForm .form-group > label {
        color:white;
        font-weight: 700;
        padding:0.5rem 0;
        font-size: 0.9rem;
        display:none;
    }
    #contactForm .form-group input {
        position:relative;
    }

    .displayLabel  > label {
        display:flex !important;
    }

    #sarbacaneSubmit {
        padding:1rem 2rem;
        margin:1rem 0;
        background:white;
        color:#BA0909;
        transition: all ease 0.5s;
        cursor: pointer;
    }

    #sarbacaneSubmit:hover {
        background:#d9d9d9;
          transition: all ease 0.5s;
    }












    /* Cache les cases à cocher par défaut */
 #contactForm  input[type="checkbox"] {
  display: none;
}

/* Style pour le label qui servira de case à cocher stylisée */
 #contactForm  input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px; /* Espace pour notre case à cocher personnalisée */
  cursor: pointer;
  display: inline-block;
  line-height: 15px; /* Hauteur de la ligne pour centrer verticalement le texte */
}

/* Ajoute un carré avant le label pour représenter la case à cocher */
 #contactForm  input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px; /* Largeur de la case à cocher */
  height: 20px; /* Hauteur de la case à cocher */
  background-color: white;
  border: 2px solid white; /* Bordure blanche */
}

/* Quand la case à cocher est cochée, change le fond et ajoute un "check" */
 #contactForm  input[type="checkbox"]:checked + label:before {
  background-color: red; /* Fond rouge */
  content: "✓";
  color: white; /* Couleur du "check" */
  font-size: 15px; /* Taille du "check" */
  text-align: center;
  line-height: 15px; /* Centrer le "check" verticalement */
}

/* Ajoutez un peu de marge entre les cases à cocher pour l'espacement */
 #contactForm  input[type="checkbox"] + label {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block; /* Met chaque case à cocher sur sa propre ligne */
}











.twitterContainerSize {
    max-height: 600px;
    width:100%;
}



.articleContainer {
    max-width: 1100px;
    margin:auto;
}
.dateSeparator {
        display: block;
    width: 100%;
    padding: 2rem;
    background: #f8f8f8;
    font-weight: 900;
    font-size: 1.5rem;
}

.page-header h1 {
    margin:0;
    padding:2rem;
    background:#f8f8f8;
    text-align: center;
}

.postThumbnail {
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.postThumbnail > img{
    object-fit: cover;
    width: 100%;
    transform:scale(1);
    transition: all ease 0.5s;
}
.articleContainer article:hover .postThumbnail > img{
      transform:scale(1.1);
}

.postThumbnail.themeBg > img{
    object-fit: contain;
}

.downloadCount > * {
    pointer-events: none;
}


#datatableexcel {
    display: block;
    max-width: 99%;
    overflow-x: auto;
}

.single-event #datatableexcel td{
    width: 8%;
    min-width: 100px;
   line-break: anywhere;
}




.single-event #fmng_formContainer > div {
    margin:0.25rem 0;
}


.single-event #fmng_formContainer .fmngInputText label {
    padding:0.25rem;
}

.single-event #fmng_formContainer .fmngInputNumber label {
    padding:0.25rem;
}

.single-event #fmng_formContainer input {
    padding:0.25rem;
    line-height: 1.1em;
}
.single-event #fmng_formContainer .inputRequired {
    bottom: -0.3rem !important;
}


#fmngFormEvent {
    background:#BA0909;
    color:white;
    padding: 1rem 2rem;
    cursor: pointer;
      margin:1rem;
}
#fmngFormEvent:hover {
    background:#ff3e3e;
    color:white;
    padding: 1rem 2rem;
    cursor: pointer;

}


.dissalowEventUser {
    margin:0.25rem;
    background:#BA0909;
    color:white;

}
.allowEventUser {
    margin:0.25rem;
    background:#2e8e5e ;
    color:white;
}

.widthContainer:nth-of-type(odd) {
	background-color:#fff;
}



.flickrIcon i {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 55px;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.flickrIcon i::after {
    content:'';
    width:35px;
    height:25px;
    background:white;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    z-index: -1;
}


.wp-block-embed__wrapper {
    width:100%;
    max-width: 800px;
    margin: auto;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top:56.5%;
}


.termDescription {
    width:100%;
    display:flex;
    flex-wrap: wrap;
}

.termDescription br {
    display:block;
    margin:0.25rem 0;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    max-width: 100vw;
    max-width: 100%;
}

.themesection-network .grid .network img{
    margin-left:0;
    max-height: 130px;
}
.themesection-network .grid.postContent{
    display: flex;
    align-items: center;
    justify-content: center;
}

.postContent.inthemedia {
    align-items: flex-start;
}


.wbWidth.line {
    flex-grow: 0;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a , a:visited {
	background-color: transparent;
    color:#BA0909;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
    text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
    opacity: 0.9;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.nav-links {
    display:none !important;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






















/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////              FEPS START CSS                    ////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/



:root {
    --colorGreyDark : #141824;

}



/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////              NAVIGATION MENU                    ////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/



.feps-top-navigation {
    background:var( --colorGreyDark );
}















































.wbWidth {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding:0 2rem;
}


.wbWidth .wbWidth{
    padding:0 0rem;
}

@media screen and (min-width:1200px) {
    .wbWidth {
        padding: 0 0rem;
    }
}


.fepsPostContainer > section {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.fepsPostContainer > section article{
	flex-basis: 300px;
	max-width: calc(1100px / 3);
	overflow: hidden;
	flex-grow: 1;
	margin:1rem;
    position: relative;
}


.fepsPostContainer > section.news {
    flex-direction: column;
}

.fepsPostContainer > section.news article {
    flex-basis: 100%;
	max-width: calc(1100px / 1);
	overflow: hidden;
	flex-grow: 1;
	margin:1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width:800px) {
    .fepsPostContainer > section.news article {
        flex-basis: 100%;
        max-width: calc(1100px / 1);
        overflow: hidden;
        flex-grow: 1;
        margin:1rem;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
    }
    .fepsPostContainer > section.news article .multipleContent{
        padding:0 2rem;
    }
}

.publishDate {
    pointer-events: none !important;
}
.progressivepost .publishDate , .post .publishDate , .inspiration .publishDate {
        z-index: 9;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #C21A22;
    font-weight: 500;
}

.publication .excerptempty {
   /* display:none;*/
}

.SinglepublishDate {
    position: relative;
    font-weight: 900;
    font-size: 20px;
    color: #C21A22;
    text-align: center;
}


.fepsPostContainer > .publication article{
	flex-basis: 350px;
	max-width: calc(1100px / 4  - 2rem);
	overflow: hidden;
	flex-grow: 1;
	margin:1rem;
    position: relative;
}

.multipleTitle .soloExcerpt {
    position: relative;
}

header.multiple .articleThumbnail  {
	padding-top:56.5%;
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem;
}



header.multiple .articleThumbnail.publication , header.multiple .articleThumbnail.inspiration  {
	padding-top:140%;
    border: 1px solid whitesmoke;
    box-shadow: 0px 3px 6px #ededed;
    background-image:url(img/background-publication.jpeg);
    background-position: center;
    background-size: cover;
}

.wbWidth.audiovisual .multiple.header-audiovisual {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wbWidth.audiovisual > article  {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
}

.wbWidth.audiovisual > article .multipleTitle  {
    padding:1rem;
}


header.multiple .articleThumbnail iframe {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.authorList {
    margin-top:0.5rem;
}

.authorList a:last-child {
    margin-right: 0rem;
}
.authorList a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #C21A22;
    background-color: #fff;
    font-weight: 500;
    margin-right: 0.5rem;
    padding: 0.35rem;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
}

.authorList a:hover {
    background-color: #C21A22;
    color: #fff;
}

.authorListPublication {
    display:flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
header.multiple .articleThumbnail img {
	position: absolute;
	width: auto;
	min-width:100%;
	min-height: 100%;
    top:0;
    object-fit: cover;
     transform:scale(1);
    transition:all ease 0.5s;
}

header.multiple:hover .articleThumbnail img {
     transform:scale(1.1);
     transition:all ease 0.5s;
}

header.multiple .articleThumbnail.publication img {
    object-fit: contain;
}

header.multiple .articleThumbnail.publication:hover img , article.publication:hover .articleThumbnail.publication:hover img {
    transform:scale(1.1);
}


.postContent article:hover  .articleThumbnail img{
    transform:scale(1.1);
    transition:all ease 0.5s;
}



header.multiple .articleThumbnail.event img {
    object-fit: cover;
}

header.multiple .articleThumbnail.event:hover img , article.event:hover .articleThumbnail.event:hover img {
    transform:scale(1.1);
}




















/* //////////////////////////////////////////////////////////////// TWITTER /////////////////////////////////////////////////////////////////////////////////////*/

.ctf-author-name {
    color: #C21A22 !important;
    background-color: #fff;
    font-weight: 500;
    padding: 0.25rem;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}

.ctf-tweet-text a {
    color: #C21A22;
    background-color:transparent;
    font-weight: 500;
    padding: 0.25rem;
}


   #ctf .ctf-item {
        margin:0.5rem;
        background: white !important;
    border-radius: 2rem;
    }



.single-newsletter table table table table td {
	padding:0 !important;
}

.single-newsletter .message-body-container {
	margin-top:0 !important;
}


.single-newsletter table {
    width: auto !important;
}

.single-newsletter .divbody {
    width:100%;
    display: flex;
    justify-content: center;
}

/* //////////////////////////////////////////////////////////////// FEPS SOCIAL ICON  /////////////////////////////////////////////////////////////////////////////////////*/

.socials-icons {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0.5rem 0;
}
.socials-icons a {
    font-size: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    margin:0.5rem;
    padding:1rem;
    color:#BA0909;
    box-shadow:2px 2px 2px  #d0d0d0;
}
.socials-icons a:hover {
    background:#BA0909;
    color:#fff !important;
}
.socials-icons a i {
    font-size: 19px;
}

/* //////////////////////////////////////////////////////////////// FEPS SOCIAL ICON  /////////////////////////////////////////////////////////////////////////////////////*/

.navBar .socials-icons a {
    font-size: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    margin:0.5rem;
    padding:1rem;
    color:#fff;
    box-shadow:2px 2px 2px  transparent;
}
.navBar .socials-icons a:hover {
    background:#fff;
    color:#BA0909 !important;
}

/* //////////////////////////////////////////////////////////////// FEPS SOCIAL ICON  /////////////////////////////////////////////////////////////////////////////////////*/

.soloSocials {
    text-align: center;
}

.shareTitle {
    display: block;
    width:100%;
    text-align: center;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
}

.share-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
@media screen and (min-width:700px) {
.share-button-wrapper {
    flex-direction: column;
}

}
.share-button-wrapper a {
    font-size: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    margin:0.5rem;
    padding:1rem;
    color:#BA0909;
    box-shadow:2px 2px 2px  #d0d0d0;
}
.share-button-wrapper a:hover {
    background:#BA0909;
    color:#fff !important;
}
.share-button-wrapper a i {
    font-size: 19px;
}

/* //////////////////////////////////////////////////////////////// FEPS BANNER /////////////////////////////////////////////////////////////////////////////////////*/
.feps-banner {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
}

.home .feps-banner {
    min-height: auto;
}
.feps-banner .feps-banner-infos img{
  object-fit: cover;
}

.feps-banner-infos {

    display: flex;
    width:100%;
    justify-content:flex-end;
    flex-direction: column;
    z-index: 2;
    /*background-color: rgb(64 64 64);*/
    /*background: radial-gradient(circle, rgba(141,141,141,0.4009978991596639) 0%, rgba(20,24,36,1) 100%);*/
    /*background:radial-gradient(circle, rgba(141,141,141,0.4009978991596639) 0%, rgb(20 122 145) 100%);*/
    /*background: linear-gradient( rgb(225 225 225) 0% , rgba(141,141,141,0.4009978991596639) 100%);*/
}

.feps-banner-title > * {
    font-size:80px;
    line-height: 1.05em;
    color:#fff;
    font-weight: 900;
     font-family: 'Montserrat', sans-serif;
    margin: 0.5rem 0;
}

.feps-banner-subtitle {
    margin:1rem 0;
    font-family: 'Roboto', sans-serif;
    font-size:30px;
    font-weight: 400;
    color:#fff;
    line-height: 1.05em;
}
.inspiration  .feps-banner-subtitle {
    display:none;
}

.feps-banner-buttons > a ,.feps-banner-buttons > a:visited {
    background:#BA0909;
    color:#fff;
    border-radius: 1.5rem;
    padding:1rem 2rem;
    text-transform: uppercase;
    text-decoration: none;
    min-width:150px;
    border:1px solid white;
}


.feps-banner-buttons {
    display:flex;
}

.arrowBtn {
    position: relative;
    display: flex;
    align-items: center;
    margin-right:115px;
    padding-right: 10px;
    color:white;
}

.arrowBtn:after {
    content:'';
    position: absolute;
    top:calc(50% - 2px);
    height:2px;
    background:white;
    right:-70px;
    width:70px;
}


.arrowBtn.small {
    position: relative;
    display: flex;
    align-items: center;
    margin-right:45px;
}

.arrowBtn.small:after {
    content:'';
    position: absolute;
    top:calc(50% - 2px);
    height:2px;
    background:white;
    right:-30px;
    width:30px;
}


.arrowBtn.small i {
    font-size: 1.1rem;
    position: absolute;
    right:-32px;
}

.arrowBtn i {
    font-size: 1.1rem;
    position: absolute;
    right:-72px;
}


    .feps-submenu {
        margin-top:1.5rem;
        height:auto;
        background:#fff;
        display:flex;
        justify-content: stretch;
        align-items: stretch;
        flex-direction: column;
    }

@media screen and (min-width:900px) {

    .feps-submenu {
        margin-top:1.5rem;
        height:90px;
        background:#fff;
        display:flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: row;
    }
}


.feps-submenu-title {
    display:flex;
    align-items: center;
    padding:0.5rem 2rem;
    font-weight: 900;
    font-size: 16px;
    color:#BA0909;
   font-family: 'Montserrat', sans-serif;
}


.page.page-id-55835 .feps-submenu-search {
    display: none;
}

    .feps-submenu-search {
        justify-content: center;
        display:flex;
        align-items: center;
        width:100%;
        background:#BA0909;
        color:#fff;
        font-size: 16px;
        font-weight: 700;
       font-family: 'Montserrat', sans-serif;
        padding-top:1rem;
        padding-bottom: 1rem;
    }

@media screen and (min-width:900px) {
    .feps-submenu-search {
        justify-content: center;
        display:flex;
        align-items: center;
        width:260px;
        background:#BA0909;
        color:#fff;
        font-size: 16px;
        font-weight: 700;
       font-family: 'Montserrat', sans-serif;
    }

}

.feps-submenu-search a , .feps-submenu-search a:visited{
        color:#fff;
        text-align: center;
}


/* //////////////////////////////////////////////////////////////////// FEPS FOOTER //////////////////////////////////////////////////////////////////////////////*/

.feps-footer .wbWidth {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width:800px) {
    .feps-footer .wbWidth {
        flex-direction: row;
         align-items: flex-start;
    }

}

.feps-footer {
    background-color:#141824;
    color:#fff;
}

.feps-footer-title {
    font-weight: 900;
    font-size:50px;
    color:#fff;
}

.feps-footer-contact {
    max-width:340px;
    flex-grow: 1;
    width:100%;
        display:flex;
    justify-content: flex-start;
    flex-direction: column;
}

.feps-footer-logo {
    flex-grow: 2;
    text-align:center;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    color:#fff;
    display:flex;
    flex-direction: column;
    align-items:center;
}

.feps-footer .socials-icons a{
    color:white;
    box-shadow: 2px 2px 2px transparent;
}
.feps-footer .socials-icons a:hover {
    background: #fff;
    color: #BA0909 !important;
}



.feps-footer-logo img {
    max-width: 150px;
}

.feps-footer-menu {
        max-width:340px;
    flex-grow: 1;
    width:100%;
        display:flex;
    justify-content: flex-start;
    flex-direction: column;
}

.site-info , .siteFooterMenu{
    text-align: center;
     background:#BA0909;
    color:#fff;
}

#menu-footer {
    margin:0;
    padding:1rem 0 ;
}

#menu-footer ul , #menu-footer li{
    padding:0;
    margin:0;
    display:inline-flex;
}

#menu-footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    color: #fff;
    background-color: #C21A22;
    font-weight: 500;
    margin-right: 0.5rem;
    padding: 1rem;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
}
#menu-footer a:hover {
     color: #C21A22;
    background-color: #fff;
}


#menu-sitemap {
       margin:0;
    padding:1rem 0 ;
}
#menu-sitemap ul , #menu-sitemap li{
    padding:0;
    margin:0;
    list-style: none;
}

#menu-sitemap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
}



#menu-sitemap a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 500;
    margin-right: 0.5rem;
    padding: 1rem;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    margin-bottom:0.25rem;
}
#menu-sitemap a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}



*:focus {
    outline: none !important;
}
textarea:focus, input:focus{
    outline: none !important;
}

.website-search {
    position: relative;
    display: flex;
    align-items: center;
}

.website-search a {
    display: block;
    border:1px solid white;
    width:120px;
    height:30px;
    line-height: 30px;
    color:white;
    text-align: center;
     border-radius: 1rem;
}
.website-search a:hover {
    display: block;
    border:1px solid white;
    width:120px;
    height:30px;
    line-height: 30px;
    color:white;
    text-align: center;
      background:rgba(255, 255, 255, 0.17);
}

input.search-field {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    position: relative;
    padding-right: 35px;
    height:37px;
}

input.search-submit {
    position: absolute;
    right: 0;
    height: 35px;
    background: transparent;
    width: 35px;
    border: none;
    color: #fff;
}



/*  /////////////////////////////////////// TERM SUBMENU ///////////////////////////////////////////////////////////////// */

.feps-submenu-slider.swiper {
    width:100%;
    margin:0 8px;
}

.feps-submenu-slider.swiper .swiper-button-next{
    transform: translateX(10px) scale(0.6);
}

.feps-submenu-slider.swiper .swiper-button-prev{
    transform: translateX(-10px) scale(0.6);
}

.child-term {
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    flex-basis: 130px;
    padding:0.5rem;
    height:auto;
    border-right:1px solid #E3E3E3;
    transition:all ease 0.5s;
    min-height: 70px;
}

.child-term:hover {
    background:#f8f8f8;
    transition:all ease 0.5s;
}

.child-term:last-of-type {
    border-right:1px solid transparent;
}


.child-term-parent a{
     font-family: 'Montserrat', sans-serif;
    font-size:12px;
    padding:0 0.35rem;
    color:#9B9B9B;
    font-weight: 600;
    display: inline-block;
}
.child-term-parent a:hover{
    color:#BA0909;
        background-color:rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
}
.child-term-name {
    width:100%;
}
.child-term-name a {
    width:100%;
    padding:0.35rem 0;
     font-family: 'Montserrat', sans-serif;
    font-size:14px;
    color:#0f0f0f;
     font-weight: 500;
    display: inline-block;
}
.child-term-name a:hover{
    color:#BA0909;
    background-color:rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
}

.child-term-name input {
    width:170px;
}




/* ////////////////////////////////// Publication Section /////////////////////////////////////////////////////////////// */

.articleThumbnail {
    position:relative;
}
.linkTitle {
    display:flex;
    position:relative;
}

.linkTitle:has(.icon) .icon  {
    font-size: 1.5rem;
    margin: 0.5rem;
}


.multipleContent {
    position:relative;
}

.absoluteLink {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 15;
}

.publication .publishDate {
    z-index: 9;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #C21A22;
    font-weight: 500;
}

.taxLine {
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding:0.5rem 0;
}

.multipleTitle {
    margin: 0.25rem 0;
    font-size: 19px;
    width: 100%;
    line-height: 23px;
    word-break: break-word;
}

.multipleBody {
    padding:0.5rem;
}

.taxLine a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    color: #C21A22;
    background-color:#fff;
    font-weight: 500;
    margin-right: 0.5rem;
    padding:1rem;
    box-shadow:2px 2px 2px  rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
}
.taxLine a:last-child {
    margin-right: 0rem;
}
.taxLine a:hover {
    background-color:#C21A22;
    color: #fff;
}

.more{
  display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-weight: 500;
    margin-right: 0.5rem;
    padding:1rem;
    box-shadow:2px 2px 2px  rgba(0, 0, 0, 0.1);
    color: #C21A22 !important;
    background-color:#fff !important;
}
.more:hover{
    color: #fff !important;
    background-color:#C21A22 !important;
}



.themesection , .theme-section-double {
    padding:2.5vh 0;
    width:100%;
}

.theme-section-double .theme-section , .theme-section-double .themesection {
    display: flex !important;
/*
    justify-content: space-between !important;
*/
}


.themesection-txt {
    font-family:'Roboto', cursive;
    font-size:16px;
    color:#141824;
}

.themesection .wbWidth{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
}


@media screen and (max-width:600px) {
    .postContent article.news {
    flex-direction: column;
}
    .feps-banner-title > * {
        font-size: 50px !important;
    }

    .single .feps-banner-title > * {
        font-size: 30px !important;
    }
    .header-news.multiple {
        width:100% !important;
        max-width: 100% !important;

    }

    .themesection-find {
        margin-bottom:2.5rem;
    }
    .wbWidth.line {
        flex-direction: column;
        padding-bottom: 1rem;
    }
}


@media screen and (min-width:600px) {
    .themesection .wbWidth.line:after {
        content:'';
        background-color:#141824;
        height:1px;
        position: absolute;
        width:100%;
        right:0;
        left:0;
        margin:auto;
        width:calc(100% - 4rem);
    }
}

.grid.inthemedia {
    flex-direction: column;
    align-items: stretch;
}


.grid.postContent {
    display:flex;
    align-items:flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width:600px) {
    .grid.postContent {
        justify-content: flex-start;
    }


   .postContent article.publication ,  .postContent article.type-publication  ,  .postContent article.inspiration ,  .postContent article.type-inspiration  {
        max-width:calc(50% - 2rem);
    }

}


.header-news.multiple  {
    width: 220px;
    max-width: 220px;
    min-width: 220px;
}

.postContent.news {
    flex-direction: column;
    align-items: stretch;
}

.postContent article {
    margin:1rem;
    flex-basis:330px;
    flex-shrink: 1;
    flex-grow: 1;
}

.postContent.solo {
    height:100%;
}

.postContent article.inthemedia {
    flex-basis:auto;
    flex-grow: 1;
    max-width: 100%;
}
.postContent article.publication {
    flex-basis:300px;
}


.postContent.inthemedia article {
    flex-basis: auto;
}

.inthemedia .linkTitle {
    flex-direction: column;
    margin-bottom: 1rem;
}

.inthemedia .postContent article {
    flex-basis: 0 !important;
}

.postContent article.news {
    margin: 1rem 0;
    flex-basis: auto;
    max-width: initial;
}

.themesection .news {
    display:flex;
    align-items: flex-start;
}

.themesection .news .header-news{
}
.themesection .news .multipleContent{
    margin:0 0 0 1rem;
    padding:0 1rem 0 0;
}




@media screen and (min-width:800px) {


    .themesection .news .header-news{
    flex-basis: 230px;
    flex-grow: 1;
}
.themesection .news .multipleContent{
    flex-basis: 400px;
    flex-grow: 1;
    margin:0 0 0 1rem;
    padding:0 1rem 0 0;
}

       .theme-section-double .postContent article {
        max-width:calc(50% - 2rem);
    }

        .theme-section-double .postContent article.news {
        max-width:inherit;
        flex-basis:auto;
        flex-direction: row;
          max-width:calc(100% - 2rem) !important;
    }


   .postContent article.publication ,  .postContent article.type-publication , .postContent article.inspiration ,  .postContent article.type-inspiration  {
        max-width:calc(33% - 2rem);
    }
}

@media screen and (min-width:1200px) {
    .postContent article {
        max-width:calc(33% - 2rem);
    }

    .attachedPublication.postContent article {
        max-width:calc(25% - 2rem);
    }

    .theme-section-double.event  article {
           max-width:calc(50% - 2rem);
    }

    .page-template-template-upcomingevent .theme-section-double.event  article ,
    .page-template-template-pastevent .theme-section-double.event  article{
           max-width:calc(33% - 2rem);
    }



    .theme-section-double .postContent article.news {
        max-width:inherit;
        flex-basis:auto;
        flex-direction: row;
          max-width:calc(100% - 2rem) !important;
    }

    .theme-section-double .postContent.news article{
        max-width:inherit;
        flex-basis:auto;
    }
    .postContent.inthemedia article{
        max-width:calc(100% - 2rem);
    }


   .postContent article.publication ,  .postContent article.type-publication , .postContent article.inspiration ,  .postContent article.type-inspiration  {
        max-width:calc(25% - 2rem);
    }

}

.hide {
    display:none !important;
}

.postContent article.network {
    flex-basis: 250px;
}

.articleThumbnail.network {
    display: flex;
    justify-content: center;
    align-items: center;
}
.articleThumbnail.network img {
    max-height: 80px;
    height: auto;
}

.articleThumbnail.network  {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    border: 1px solid #f3f3f3;
    border-radius: 1rem;
}

.network .partnerTitle {
    text-align: center;
}

.network .soloPicture img {
    height:auto;
   min-width: inherit;
    object-fit: contain;
    transition: all ease 0.5s;
    max-width: 100%;
    max-height: 100%;
}

.network .soloPicture {
    background:white;
}
.network .soloPeople .soloPicture {
    background:white;
    border-radius: 0rem;
}




.themesection-find  {
  /*  background:#fff;*/
    z-index: 2;
}

.theme-section-double .themesection-find {
    padding-bottom:0;
}

.themesection-title  {
font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #C21A22;
    line-height: 50px;
    z-index: 2;
    width: auto;
    flex-basis: auto;
    width: fit-content;
    background: white;
}

.theme-subsection .themesection-title {
font-family: 'Roboto', sans-serif;
    font-size:35px;
    font-weight: 900;
    color:#141824;
    line-height: 50px;
}


.themesection-seeall-hidded {
    display:none !important;
}

.themesection-seeall  , .themesection-seeall-disable {
    z-index: 2;
}

.themesection-seeall  a  , .themesection-seeall-disable a{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background:#141824;
    color:#fff;
    border:2px solid #141824;
    padding:0.5rem 1.5rem;
    border-radius: 1.5rem;
}
.themesection-seeall  a:hover , .themesection-seeall-disable a:hover{
    background:#C21A22;
    color:#fff;
    opacity: 1;
}

.themesection.event {
    padding-bottom:0;
}


/*.theme-section-double.event .themesection-seeall {
    display:none;
}*/

.growth4 {
    flex-grow: 4 !important;
}


figure.wp-block-embed   {
    width:100%;
    display:flex;
    justify-content: center;
}


figure.wp-block-embed.left   {
    width:100%;
    display:flex;
    justify-content: flex-start;
}

article .header-event .publishDate , .publishContainer .publishDate  {
    position: relative;
    font-weight: 900;
    font-size: 20px;
    width: auto;
    color: #C21A22;
    text-align: center;
}


.eventBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.eventBtns > div {
    width:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.registerContainer a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registerBtn  i {
    margin-right: 1rem;
}

#exportToExcel {
    background: #f8f8f8;
    color: #151824;
    border-radius: 0.5rem;
    border: 1px solid #151824;
    padding: 1rem 3rem;
    margin: 2rem 0;
}

    .flexCenter {
        display: flex;
        justify-content: center;
        align-items: center;
        padding:1.5rem 0;
    }

.registerBtn {
    align-items: center;
    border-radius: 6px;
    -webkit-box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 40%);
    box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 40%);
    cursor: pointer;
    display: flex;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 4px 2px 4px;
    max-width: 350px;
    min-width: 150px;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: auto;
    z-index: 1;
     background: #BA0909 !important;
    border: 1px solid #BA0909 !important;
    color: #ffff !important;
}
.registerBtn:focus, .registerBtn:hover {
    background: #db1b1b !important;
    border: 1px solid #BA0909 !important;
    color: #ffff !important;
}


.calendarContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.atcb_button {
    background: #BA0909 !important;
    border: 1px solid #BA0909 !important;
    color: #ffff !important;
}
.atcb_icon svg {
    color: #fff !important;
    fill:#fff !important;
}
.atcb_button:focus, .atcb_button:hover {
    background: #db1b1b !important;
    border: 1px solid #BA0909 !important;
    color: #ffff !important;
}


.past-event .publishDate {
    color :#141824;
}

.eventCountry {
    color: #404040;
    text-align: center;
    font-size: 1.1rem;
    font-style: italic;
    font-weight:700;
    margin-bottom:1rem;
}

.eventSingleInfos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.eventVenue {
    text-align: center;
    padding:0.5rem 1rem;
    border-radius: 0.5rem;
    background:black;
    color:white;
    display:inline-flex;
    align-self: center;
    margin-bottom:1rem;

}
.eventVenue i{
   margin-right: 0.5rem;
    padding:0 0.5rem;
}

/*.postContent article.event {
    max-width: 340px;
}*/

.is-provider-flickr {
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top:56.5%;
    position: relative;
}

.is-provider-flickr .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    width: 100% !important;
    height: calc(100vh / 16 * 9) !important;
    display: flex;
    align-items: center;
    overflow: hidden;

}



.eventTime {
    text-align: center;
    color: #404040;
    margin: 0.5rem auto;
    padding: 0.5rem 0;
    border-top: 1px solid #404040;
    max-width: 300px;
    border-bottom: 1px solid #404040;
}



.theme-section-double.event .themesection{
    padding-top:0;
}

.theme-section-double {
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1;
}

.theme-section-double .loadMoreElementpp ,.theme-section-double .loadMoreElement{
    margin-bottom: 0;
        align-items: flex-end;
    justify-self: flex-end;
    align-self: flex-end;
}



.theme-section-double .themesection{
    flex-basis: 360px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
}
.theme-section-double .themesection:last-of-type{
    margin-right:0rem;
}
.theme-section-double .wbWidth {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}



@media screen and (min-width:720px) {
    .theme-section-double .wbWidth {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }



    .theme-section-double .themesection {
        flex-basis: 360px;
        flex-grow: 1;
        margin-right:1rem;
    }
}







/* ///////////////////////////////////////////////////////////////// themesection NEWS ///////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:600px) {
    .g-recaptcha{
        transform: scale(0.6);
    }
}

.news  .publishDate {
    z-index: 9;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    width: 130px;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #C21A22;
    font-weight: 500;
}

.byOn {
    font-weight: 500;
}

.mediaName {
    color:#C21A22;
}





/* ****************************************************** PERSON LIST *****************************************************/

.personList article.person {
    display:flex;
    flex-wrap: wrap;
    position: relative;
}
.soloPicture img{
    transition: all ease 0.5s ;
}

.type-person:hover .soloPicture img{
transform: scale(1.1);
    transition: all ease 0.5s;
}

.personList header.multiple .articleThumbnail {
    padding-top:150px;
    width:150px;
    border-radius: 150px;
    margin-right: 1.5rem;
}

.personList .multipleContent{
    flex-basis: 400px;
    flex-grow: 1;
}



/*/////////////////////////////////////////////////// SEARCH THEME POPUP  ///////////////////////////////////////////////////////// */


.searchThemePopup-close {
       width:100%;
    padding:1rem;
    max-width: 1500px;
    width:100%;
    background:#fff;
    display:flex;
    justify-content: flex-end;
}

.searchThemePopup {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 11;
}

.searchThemePopup-content {
    width:100%;
    padding:1rem;
    max-width: 1500px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    background:#fff;
}


.searchThemePopup-search {
       width:100%;
    padding:1rem;
    max-width: 1500px;
    width:100%;
    background:#fff;
    display:flex;
    justify-content: flex-end;
}



.newsletterTitle a , .newsletterTitle a:visited{
    color:white;
}

._form-content ._form_element {
    margin-left:20px;
    width:100%;
}

._form-content input[type="text"] {
    width:80% !important;
}

._button-wrapper {
    width:100%;
}
._button-wrapper button{
    padding:0.5rem;
}


#_form_64FF2A6E757D6_  #_form_3_submit._submit {
    padding:1rem 2rem !important;
}
/*/////////////////////////////////////////////////// AUDIOVISUAL  ///////////////////////////////////////////////////////// */

/*
.audiovisualTheme {
    background-color:#141824;
}

.audiovisualTheme .loadMoreElement {
    border-color:white !important;
    color:white !important;
}

.audiovisualTheme .themesection-find  {
    z-index: 2;
    background-color:#141824;
}

.audiovisualTheme .themesection-txt  {
    color:#fff;
}

.audiovisualTheme .themesection-title  {
    color:#fff;
    background-color:transparent;
}

.themesection.audiovisualTheme .wbWidth.line:after {
    background-color:white;
    z-index: 1;
}

.audiovisualTheme .themesection-seeall a {
    background-color:#141824;
    color:#fff;
    border:2px solid #fff;
    z-index: 2;
}

.audiovisualTheme .themesection-seeall {
    background-color:#141824;
    z-index: 2;
}

.audiovisualTheme .themesection-seeall a:hover {
    background-color:white;
    color:#141824;
}
*/



/* THEME TEMPLATE */
.termContainer {
    /* background:#141824; */
}

#twitterBox {
    display:flex;
    justify-content: center;
    align-items: stretch;
    width:100%;
    font-size:12px !important;
}

.twitterSection {
    width:100%;
}

.twitter-timeline {
    position: relative;
    width:100%;
}

#twitterBox iframe {
    width:100%;
    position: static;
    visibility: visible;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px;
    border: none;
    max-width: 100%;
    min-width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 90vh !important;
}
#twitterBox p.timeline-Tweet-text {
    font-size: 15px !important;
    line-height: 16px !important;
    font-weight: 300;
    margin-bottom:0 !important;
}

.termArticle {
    position: relative;
}

.termArticle:hover .articleThumbnail img {
    transition: all ease 0.5s;
    transform: scale(0.8);
}
.termArticle:after {
    content:'';
    background:rgba(255, 255, 255, 0);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition:all ease 0.5s;
}

.termArticle:hover:after {
    content:'';
    background:rgba(255, 255, 255, 0.5);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition:all ease 0.5s;
}

.termArticle .articleThumbnail img {
    transition: all ease 0.5s;
}

.termArticle header.multiple .articleThumbnail  {
    display: flex;
    justify-content: center;
    align-items: center;
}

.termArticle header.multiple .articleThumbnail h2 {
    margin:0;
    font-weight: 400;
    position: absolute;
    left:0;
    right: 0;
    margin:auto;
    text-align: center;
    bottom: 1.5rem;
}

.termArticle header.multiple .articleThumbnail img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    margin:auto;
}
/* THEME TEMPLATE */
.termArticle header.multiple .linkTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-width: 100%;
    max-height: 100%;
    margin:auto;
    opacity: 0;
}


/*/////////////////////////////////////////////////// SINGLE POST ///////////////////////////////////////////////////////// */

.strongText {
    font-weight: 700;
}


.articleThumbnail.youtube{
    background: #222222;
}


.articleThumbnail.youtube iframe {
    width: 100% !important;
    height: 100% !important;
    transform: translate3d(0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}


.articleThumbnail.spotify {
    background: transparent;
    padding-top:150px !important;
}

.articleThumbnail.spotify iframe {
    width: 100% !important;
    height: 105% !important;
    transform: translate3d(0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.articleThumbnail.flickr iframe {
    width: 100% !important;
    max-height: 100% !important;
    transform: translate3d(0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
/*
.themesection.audiovisualTheme .header-audiovisual .multipleTitle  {
    color:white;
     transition: all ease 0.5s;
}*/

.header-audiovisual:hover .multipleTitle  {
    color:#e6201a;
    transition: all ease 0.5s;
}


.single .feps-banner-title > * {
    font-size: 45px;
}

.single .feps-banner-subtitle {
    font-size: 22px;
}

.feps-banner img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}

.singlePostSideBar {
    flex-basis: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    flex-direction: row;
}

.sharing-box  {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (min-width:700px) {
   .singlePostSideBar {
    flex-basis: 150px;
       flex-direction: column;
}
    .sharing-box  {
    flex-wrap: wrap;
}
}

.emoji {
    max-width: 30px;
    max-height: 30px;
}

.pdfTitle {
    padding:0.25rem;
    font-size: 0.7rem;
    text-align: center;
}

.excerptempty {
    display:none !important;
}
.pdfContainer{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding:0.5rem;
}


.newsletter table {
    margin:auto;
}

.newsletterContainer {
    margin:1rem 0;
}

.home-newsletter {
    background:#ba0909 ;
}

.newsletterTitle {
 background:#BA0909;
 color:white;
    font-weight: bold;
    padding:0.5rem;
    }

.newsletter .archive_title.fixed {
   display:none;
}

.newsletter table , .newsletter table td{
    border-color:transparent;
    border:0 !important;
    padding: 0.25rem;
    background-color:white;
}


.newsletter table td:has(a) a {
    padding:0.5rem 0;
    margin:1.5rem 0;
}

.newsletterTitle {
    width:100%;
}

.newsletterContainer {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.newsletterText {
    width:100%;
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/*@media screen and (min-width:600px) {
    .newsletterText {
        width:calc(50% - 0rem);
    }
}
@media screen and (min-width:900px) {
    .newsletterText {
         width:calc(33% - 0rem);
    }
}
@media screen and (min-width:1200px) {
    .newsletterText {
        width:calc(25% - 0rem);
    }
}*/

.newsletterText > a {
    font-size: 1.05rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    padding: 1rem;
    border-radius: 0.5rem;
    border:1px solid #f0f0f0;
    background-color:#fefefe;
    margin:0.5rem;
     transition: all ease 0.5s;
    text-align: left;
}
.newsletterText > a:hover {
    background-color:#f4f4f4;
    transition: all ease 0.5s;
}

.newsletter #ac-footer{
    display:none;
}
.newsletterIcon {
    font-size:30px;
  color:#BA0909;
    padding:0 0.5rem 0 0;
}


.pdfContainer a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pdfContainer i {
    font-size: 55px;
    padding: 1rem;
    border: 1px solid #dbdbdb;
    box-shadow: 2px 2px 2px #f8f8f8;
    color:#BA0909;
}

.sidebarContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sidebarContainer {
    flex-direction: column;
}




@media screen and (min-width:700px) {
    
    .pdfContainer{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        padding:0;
}
    
    .sidebarContainer {
         flex-wrap: nowrap;
    }

    .sidebarContainer {
        flex-direction: row;
    }

}

.sidebarContainer .singlePostContent {
    width:auto;
    flex-grow: 1;
}


.singlePostContent {
    text-align: justify;
}



.single-person .feps-banner {
    background-color :#dbdbdb !important;
    max-height: 150px;
    min-height: auto;
}

.page  .feps-banner {
    background-color :#dbdbdb;
}




::selection {
  background-color: rgba(0, 0, 0, 0.13);
}


/* //////////////////////////////////////////// Load more...MENT //////////////////////////////////////////////////////*/

.loadMoreElementpp a {
    width:100%;
    height:100%;
    display: block;
    padding: 0.5rem 3rem !important;
}
.loadMoreElementpp a:hover {
   color:white;
}

.loadMoreElementpp {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding:0 !important;

}

.loadMoreElement , .loadMoreElementpp {
    margin: 2rem auto;
    border: 1px solid #C21A22 !important;
    color:#C21A22 !important;
    padding: 0.5rem 3rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: all ease 0.5s;
    width:100%;
    height: max-content;
}
}
.loadMoreElement:hover , .loadMoreElementpp:hover {
    transition: all ease 0.5s;
    background-color: #C21A22;
    color: #fff !important;
     border: 1px solid #C21A22;
}

.loadMoreElementpp a:hover {
     background: #c21a22 !important;
}

.loadMoreElement.noMoreElement {
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
    color:#c21a22;
    font-weight: 900;
    pointer-events: none;
}

/* //////////////////////////////////////////// HEADER PICTURE //////////////////////////////////////////////////////*/
.post-type-archive-audiovisual .feps-banner {
    background-image:url(img/audiovisual-web.jpg);
    background-position: center;
    background-size:cover;
}

.tax-media-type.term-podcast  .feps-banner {
     background-image:url(img/podcast.jpg);
    background-position: top;
    background-size:cover;
}


.post-type-archive-inthemedia  .feps-banner {
     background-image:url(img/inthemedia-web.jpg);
    background-position: center;
    background-size:cover;
}

.post-type-archive-news  .feps-banner {
     background-image:url(img/news-web.jpg);
    background-position: center;
    background-size:cover;
}


.tax-media-type .feps-banner {
    background-image:url(img/audiovisual-web.jpg);
    background-position: center;
    background-size:cover;
}


.post-type-archive-publication .feps-banner , .tax-publication-folder .feps-banner {
    background-image:url(img/publication-web.jpg);
    background-position: center;
    background-size:cover;
}

.post-type-archive-event .feps-banner {
       background-image:url(img/event-web.jpg);
    background-position: center;
    background-size:cover;

}





.tax-publication-folder .feps-submenu , .tax-publication-folder .feps-banner-buttons {
    display:none;
}

/* //////////////////////////////////////////// HOME //////////////////////////////////////////////////////*/



.febsBackground{
   /* background-image: url(img/homebanner.jpg);*/
    background-position: center;
    background-size: cover;
    max-width: 100%;
}


    .bgGrey {
        background-color:#f8f8f8;
    }

    .slider-keyword {
        background: #00000061;
        color: #ffffff;
        padding:0.5rem;
        position: absolute;
        top:0;
        text-transform: uppercase;
        right:0;
        font-size: 0.95rem;
    }

    .home .feps-banner-infos{
        position: relative;
    }

    .homeDouble {
        margin-top:0vh;
    }

    .homeDouble .themesection {
        padding-bottom:0;
    }

    .bgWhite {
        padding-right:1.5rem;
        background-color:white;
    }


.center {
    display:flex;
    justify-content: center;
    align-items: center;
}




    .themeGrid.squared {
        display:flex;
        flex-wrap: wrap;
        max-width: 1100px;
        margin:auto;
    }

    .themeGrid.squared .termArticle .multipleTitle{
        display:none;
    }

    .home .swiper-button-next  ,  .home .swiper-button-prev{
        --swiper-navigation-color: #fff;
        color:white;
            background: #BA0909;
            padding: 2rem;
            font-weight: 900;
    }
    .swiper-button-next  ,  .swiper-button-prev{
        --swiper-navigation-color: #BA0909;
            background: white;
            padding: 0.5rem;
            color :#BA0909;
            font-weight: 900;
    }

    .postCard {
    padding-top: 56.5%;
    width: 100%;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        border-radius: 1rem;
        transform: scale(1);
        transition: all ease 0.5s;
    }
    .postCard:hover {
        transform: scale(0.95);
        transition: all ease 0.5s;
    }

    .slider-textbox {
        position: absolute;
        bottom: 0;
        left:0;
        min-width: 100%;
        color:white;
        font-weight: 900;
        background: linear-gradient( 180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.25) 100%);
    }
    .bk-title {
        padding:1rem 1rem 1rem 1rem;
        width: 100%;
      max-width: calc(100% - 2rem);
    }

.bk-title a {
    color:white;
    font-size: 20px;
}


.feps-banner-title {
    padding-bottom: 2rem;
}

.bk-title a , .feps-banner-title h1 ,  .feps-banner-subtitle {
    text-shadow:1px 3px 2px #000;
}

    .lastestTopicsTag {
        min-height: 200px;
        background:red;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .linkTitle ,     .linkTitle:visited ,     .linkTitle:active {
        text-decoration: none;
        transition: all ease 0.5s;
    }

    .linkTitle:hover {
        color: #e6201a;
    }

#ctf.ctf-feed-4  {
    max-height: 520px;
    overflow-y:auto;
}

    .lastestTopicsTag h2{
        width:100%;
        color:white;
    }

    .lastestTopicsTag > div {
        display: flex;
        min-width: 150px;
        min-height: 50px;
        background:white;
        margin:0.5rem;
        justify-content: center;
        align-items:center;
    }

    .themesection-find {
        z-index: 2;
    }
    .home .entry-header {
        position: relative;
        width:100%;
    }

    .singlePublication .bk-list  {
        --bookHeight: calc(384px);
        --bookWidth: calc(300px);
    }

/*    .home .feps-banner {
        min-height: auto !important;
    }*/

.home .themesection-txt {
    display:none;
}

.feps-submenu-slider.swiper {
    background:white;
}

.feps-submenu-search {
    background:#BA0909;
}

   .home .swiper-wrapper {
       display: flex;
       align-items: center;
        margin: auto;
       padding:2rem 0;
    }
    .swiper-container {
        max-width: 1600px;
      width: calc(100% - 6rem);
        margin: auto;
    overflow: hidden;
    }





/*.swiper-wrapper.publication .child-term-parent , .swiper-wrapper.event .child-term-parent{
    display:none;
}*/


    .swiper-slide {
      text-align: center;
      font-size: 16px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-pagination {
        position: absolute;
        bottom:0.5rem;
    }
    .swiper-pagination-bullet {
        margin:0 0.5rem;
      width: 25px;
      height: 25px;
    line-height: 25px;
      text-align: center;
      font-size: 12px;
      color: white;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
        transition: all ease 0.5s;
    }

    .swiper-pagination-bullet-active {
      color: #e6201a;
      background: #fff;
    }




/* //////////////////////////////////////////// HOME //////////////////////////////////////////////////////*/


.bureau .network .soloPicture {
    max-height:150px;
}
.soloPeople {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.peopleSeparator {

    min-height: 25px;
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #eaeaea;
}

.personPosition.center {
    display: flex;
    flex-wrap: wrap;
     width:100%;
    justify-content: center;
    position: relative;
}

.taxLine.center {
    width:100%;
    justify-content: center;
}

img {
 image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}

.soloPeople .soloPicture {
    flex-basis: 250px;
    padding:1rem;
    background-image: url(img/user-default.svg);
    background-position: center;
    background-size: contain;
}


.soloPeople.smallContainer .soloPicture {
     flex-basis: 150px;
}



.soloPeople .soloContent {
    flex-basis: 450px;
    flex-grow: 1;
     padding:1rem;
}

.soloTitle h1 {
    margin:0;
}

.soloPicture {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soloPicture:before {
    display: block;
    content:'';
    padding-top:100%;
}

.header-person.soloPeople {
    justify-content: center;
    text-align: center;
    width: 100%;
}

.soloPeople .excerptempty {
    display:none !important;
}

.soloPeople .multipleTitle {
     text-align: center;
    position: relative;
}

.multipleContent.soloPeople {
    text-align: center;
    position: relative;
}

.multipleContent {
    word-break: break-word;
}

.multipleContent.soloPeople .soloSocials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.soloPicture img{
    height:100%;
    min-width: 100%;
       position: absolute;
    object-fit: cover;
     max-width: inherit;
    transition: all ease 0.5s;
}


















/*//////////////////////////////////////////////// MEMBER ROW ////////////////////////////////////////////////*/

.hidded {
    opacity: 0;
    height:0 !important;
    padding:0 !important;
    overflow: hidden;
    transition: all ease 0.5s;
}

#mapFound {
    padding: 2rem;
    border: 1px solid grey;
    max-width: 550px;
}


@media screen and (max-width:800px) {
    .svgMap {
        flex-wrap: wrap-reverse;
    }
}
.svgMap {
    margin-left:auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.svgMap svg {
       max-height: 90vh;
    max-width: 772px;
   align-self: flex-start;
}
.svgMap svg path {
    transition: all ease 0.5s;
}

.svgMap .colored path {

     fill:#BA0909 !important;
    transition: all ease 0.5s;
}

.svgMap svg .colored path:hover {
    cursor: pointer;
     fill:#141824 !important;
    transition: all ease 0.5s;
}


.memberRow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding:0.25rem;
}
.memberRow > .memberCountry {
     flex-basis: 200px;
}
.memberRow > .memberName {
     flex-basis: 350px;
    display:flex;
    align-items: center;
}

.memberName a {
    display: inline-flex
}

.memberRow > .memberWebsite {
     flex-basis: 350px;
    flex-grow: 1;
}

/*.home-newsletter-block p {
    font-weight: 900;
    font-size: 1.2rem;
}

.home-newsletter-block input {
    color: white !important;
    border: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0 !important;
    margin-bottom: 0.5rem !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    padding:1rem 0.5rem !important;
}
.home-newsletter-block label {
    display:none;
}
.home-newsletter-block input::placeholder {
    color: #ebebeb !important;
}


  .home-newsletter {
        background-color:#BA0909;
        padding:1.5rem;
        color:white;
    }

    .home-newsletter ._form-content p {
        margin:0.5rem ;
    }
    .home-newsletter ._field2 {
        display:none !important;
    }

    .home-newsletter ._field4 {
        display:none !important;
    }

    .home-newsletter  ._form-title {
 font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: 900;
        color: white;
        line-height: 30px;
        display:none !important;
    }

    .home-newsletter input {
        width:100%;
    }

    .home-newsletter-block {
        background-color:#BA0909;
        padding:1.5rem;
        color:white;
        width: 100%;
    }

    .home-newsletter-block ._form-content p {
        margin:0.5rem ;
    }
    .home-newsletter-block ._field2 {
        display:none !important;
    }



    .home-newsletter-block ._field4 {
        display:none !important;
    }

    .home-newsletter-block  ._form-title {
        font-family: 'Roboto', cursive;
        font-size: 30px;
        font-weight: 900;
        color: white;
        line-height: 30px;
        display:none !important;
    }

    .home-newsletter-block input {
        width:100%;
    }

    .home-newsletter-block ._submit {
         display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        color: #C21A22;
        background-color: #fff;
        font-weight: 500;
        margin-right: 0.5rem;
        padding: 1rem 3rem;
        box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
        cursor: pointer;
        border:1px solid transparent;
    }
    .home-newsletter-block ._submit:hover {
        color: #C21A22;
        background-color: #fff;
    }

*/


.flexColumn {
    display:flex;
    flex-direction: row;
    padding:2rem 0;
    flex-wrap: wrap;
    align-items: center;
}


.flexColumn .columnLeft{
    width:100%;
    padding:0.5rem;

}
.flexColumn .columnRight{
    width:100%;
    padding:0.5rem;
}


.flexColumn .columnRight:has(iframe) , .flexColumn .columnLeft:has(iframe){
     text-align: center;
}



@media screen and (min-width:1200px) {
    .flexColumn .columnLeft{
        width:50%;

    }
    .flexColumn .columnRight{
          width:50%;
    }
}







/*   NEWS SINGLE DESIGN */

.single-news .feps-submenu-title , .single-news .feps-submenu-search  {
    display:none;
}


.home-newsletter-block {
    margin-top:2rem;
}

/* RESPONSIVE EVENT  */

.themeGrid.squared .termArticle{
       width:100%;
        max-width: calc(100% / 3 - 1rem);
        flex-grow: 1;
        overflow: hidden;
        margin:0.25rem;
    }

@media screen and  (min-width:450px) and (max-width:600px) {


    .themeGrid.squared .termArticle{
      max-width: calc(100% / 4 - 1rem);
    }
}
@media screen and (min-width:600px) and (max-width:700px) {
    .themeGrid.squared .termArticle{
      max-width: calc(100% / 5 - 1rem);
    }
}

@media screen and (min-width:700px) and (max-width: 900px) {
   .themeGrid.squared .termArticle{
       max-width: calc(100% / 4 - 1rem);
    }


}

@media screen and (min-width:900px) {
   .themeGrid.squared .termArticle{
       max-width: calc(100% / 5 - 1rem);
    }
}
/*@media screen and (min-width: 818px) {
       .themeGrid.squared .termArticle{
      max-width: calc(100% / 4 - 1rem);
    }
}*/

.theme-section-double.event .grid.postContent article.type-event {
    width:100%;
    max-width: calc(1100px /3 - 2.5rem);
}

@media screen and (min-width:600px) {
    .theme-section-double.event .themesection {
        max-width: calc(1100px /3);
    }
}


.theme-section-double.event .themesection.growth4  {
    max-width: 100%;
}




@media screen and (min-width:2000px) {
    .theme-section-double {
        display:block;
    }
}









