/*!
Theme Name: ogbl
Author: ogbl
Author URI: https://www.ogbl.lu/
Text Domain: ogbl
Version: 1.1

*/

:root {
	--color-red: #e40f2e;
	--color-blue: #253272;
	--color-light-blue: #89b3e0;
}

strong,
b {
	font-weight: 500;
}

mark {
	background: #ffb;
	color: inherit !important;
}

.nj_hidefield {
	display: none !important;
}

/*===========================================================*/
/*  Daniel    ===============================================*/
/*===========================================================*/
.swiper-wrapper {
	height: auto;
}
.text-element .uk-container img.alignleft {
	float: left;
	padding-right: 20px;
}

.flexible-content-wrapper ul li {
	padding-bottom: 10px;
}

.searchresult_subtitle {
	font-size: 12px;
	font-weight: 500;
}

/*===========================================================*/
/*===========================================================*/
/*===========================================================*/

/* fix menu animation without pre-loader */
.home .logo,
.home .pr__header .inner .navbar .menu > ul > li,
.home .lang,
.home .pr__features .section-heading,
.home .item.feature-box,
.home .site-header .header-img,
.home .header-title {
	opacity: 0;
}

mark.has-inline-color {
	background-color: transparent !important;
	color: #e40f2e !important;
}

body {
	overflow-x: hidden;
	letter-spacing: 0;
}
body #site-wrapper {
	top: 0;
}

.bg-cover-center {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.uk-container-large {
	max-width: 1350px;
	max-width: 1250px;
	max-width: 1245px;
}
.uk-container-medium {
	max-width: 1035px;
}

.light_blue_bg {
	background-color: var(--color-light-blue);
	background-color: #e9f1f9;
}

/* Links */
p a,
p a:hover,
label a,
label a:hover,
/* .flexible-element li a, */
/* .flexible-element li a:hover */
li a,
li a:hover,
.uk-accordion-content a {
	text-decoration: underline;
	color: inherit;
}
/* FONTS */
strong {
	font-family: inherit;
}
body,
.pr-font-main,
.pr-font-second,
.pr__heading__secondary,
blockquote > p,
.pr__mobile__nav,
.post .pr__entry__sidebar .title,
.post .pr__entry__meta.pr__vr strong,
.widget > .widget-title,
.widget.widget_nav_menu ul li a:before,
.pr__footer .pr__footer__center ul > li > a,
.pr__footer .pr__footer__center ul > li > a > span {
	font-family: 'Montserrat', sans-serif;
}
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
}
.uk-button,
.uk-button.uk-button-large {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px !important;
	height: inherit;
	padding: 17px 40px;
}
.uk-button.uk-button-large {
	padding: 31px 40px;
}

p:has(.uk-button) {
	margin-top: 0;
}

/* DECORATION ELEMENTS */
.deco-element {
	position: absolute;
	z-index: 98;
	top: 50%;
	width: 33px;
	height: 400px;
	background-color: var(--color-red);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	pointer-events: none;
}
.left-elem {
	left: 0;
	top: 35%;
}
.right-elem {
	right: 0;
	top: 65%;
	background-color: var(--color-light-blue);
}
/* @media (max-width: 992px) { */
/* Élection sociales - update */
@media (max-width: 1100px) {
	.deco-element {
		display: none;
	}
}

/* TITLES */
/* h1, h2, h3, h4, h5, h6 {
  color: var(--color-blue) !important;
} */
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	color: inherit;
}
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
	margin-top: 20px;
}

h4.wp-block-heading {
	font-size: 20px;
	font-weight: 500;
	color: var(--color-red);
}
/* h1, .uk-h1 {
  font-size: 40px;
} */
.feature-box .title {
	color: #101010 !important;
}
.item.feature-box:hover > .inner .icon,
.item.feature-box:hover > .inner .title,
.item.feature-box:hover > .inner .description,
.item.feature-box.uk-active > .inner .icon,
.item.feature-box.uk-active > .inner .title,
.item.feature-box.uk-active > .inner .description {
	color: #ffffff !important;
}

/* Image hover */
figure a {
	overflow: hidden;
	display: inline-block;
}
figure a,
figure img {
	transition: background-color 0.15s ease, opacity 0.3s ease,
		transform 0.3s ease;
	transition: 0.3s ease;
}
figure a:focus,
figure a:hover {
	background-color: var(--color-red);
	background-color: var(--color-blue);
}
figure a:focus > img,
figure a:hover > img {
	opacity: 0.8;
	transform: scale(1.07);
}

/* Swiperjs */
.swiper.no-overflow {
	overflow: visible;
}
.swiper .swiper-button {
	opacity: 0;
	transition: opacity 0.3s;
	background: #000;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	color: #ffffff;
	font-size: 25px;
}
.swiper:hover .swiper-button,
.swiper-button:focus {
	opacity: 1;
}
.swiper:hover .slider-nav-buttons {
	opacity: 1;
}
.swiper-button-disabled {
	opacity: 0 !important;
}
/* .swiper:not(.no-overflow) .swiper-button { */
.swiper .swiper-button {
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
}
.news-slider.swiper .swiper-button {
	top: 40%;
}

@media screen and (min-width: 1400px) {
	.services-slider .swiper-button-prev,
	.services-slider .swiper-rtl .services-slider .swiper-button-next {
		left: -60px;
	}
	.services-slider .swiper-button-next,
	.services-slider .swiper-rtl .services-slider .swiper-button-prev {
		right: -60px;
	}
}
.services-slider .swiper-slide {
	height: auto;
}
.services-slider .swiper-slide .inner {
	height: 100%;
}

/* BUTTONS */
.uk-button {
	border-width: 0;
	/* padding: 4px 40px; */
	text-transform: inherit;
}
.uk-button.uk-button-default {
	background-color: #e40f2e;
	background-color: var(--color-red) !important;
	color: #ffffff !important;
	text-decoration: none !important;
}
.uk-button.uk-button-default:after {
	background-color: var(--color-blue) !important;
}
.btn-default:hover,
.btn-default:focus {
	background-color: var(--color-blue) !important;
}
.back-button .icon {
	margin-right: 5px;
}

/* Site info */
.site-info {
	background-color: var(--color-blue);
	color: #ffffff;
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
	z-index: 99;
	position: relative;
}
.site-info .uk-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-info .uk-container::after,
.site-info .uk-container::before {
	content: none;
}
.site-info a {
	color: #ffffff;
}
.site-info-item:first-of-type:before {
	content: none !important;
}
.site-info-item::before,
.site-info-item + .site-info-item::before,
.left span.site-info-item + span.site-info-item::before {
	content: '|';
	padding: 0 10px;
	color: #ffffff;
}
/* .hide-language-switcher .site-info-item:last-of-type::before {
  content: none;
} */
.site-info svg {
	height: 12px;
	width: auto;
}
.site-info a:hover svg path,
.site-info a:focus svg path,
.site-info button:hover svg path,
.site-info button:focus svg path {
	fill: var(--color-red);
}
.site-info .socials-flex {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
}
.site-info .socials-flex a + a {
	margin-left: 10px;
}
.site-info .socials-flex a i {
	position: relative;
}
.site-info .socials-flex a i.fa-facebook-f {
	font-size: 11px;
	line-height: 13px;
	position: relative;
	top: -1px;
}
.site-info .search-btn {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	padding: 0;
}
.site-info .search-btn:hover,
.site-info .search-btn:focus {
	color: var(--color-red);
}
.site-info .search-btn .icon {
	margin-right: 3px;
	top: -1px;
	position: relative;
}
.hide-language-switcher .lang {
	display: none !important;
}
.site-info .lang {
	text-transform: uppercase;
	margin-left: 10px;
	display: inline-block;
	opacity: 1;
}
.site-info .lang select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	color: #ffffff;
	text-transform: uppercase;
	border: 0;
	background: url(assets/images/arrow-down-white.svg) no-repeat right
		transparent;
	background-size: 10px;
	background-position-y: 2px;
	padding-right: 11px;
	cursor: pointer;
}
.site-info .lang select:hover,
.site-info .lang select:focus {
	color: var(--color-red);
	background: url(assets/images/arrow-down-red.svg) no-repeat right transparent;
	background-size: 10px;
	background-position-y: 2px;
	padding-right: 11px;
}

/* Member button */
.member-button-wrapper {
	position: absolute;
	width: 240px;
	height: 240px;
	right: 0;
	top: 0;
	overflow: hidden;
	right: -20px;
	top: -45px;
	user-select: none;
	pointer-events: none;

	top: -75px;
}
body.admin-bar .member-button-wrapper {
	top: -45px;
}
.member-button {
	position: absolute;
	width: 350px;
	height: 350px;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.member-button a {
	user-select: all;
	pointer-events: all;
	display: inline-block;
	/* border-radius: 50%; */
	overflow: hidden;
	background-color: var(--color-red);
	width: 100%;
	height: 100%;
	color: #ffffff !important;
	font-size: 30px;
	line-height: 37px;
	font-weight: bold;
	position: relative;
	transform: scale(0.7);
	transition: all 0.3s ease;
	will-change: transform, background-color;
}
.member-button a:hover,
.member-button a:focus {
	transform: scale(0.9);
	background-color: var(--color-blue);
	background-color: var(--color-light-blue);
	box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 50%);
	box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 50%);
}
.member-button a:after {
	content: '';
	/* background: url('assets/images/dots.svg'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	border: 2px dotted #fff;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	pointer-events: none;
}
.member-button a span {
	position: absolute;
	left: 80px;
	bottom: 80px;
	max-width: 175px;

	left: 60px;
	bottom: 50px;
}

a.become-member {
	position: fixed;
	top: -75px;
	right: 7px;
	width: 200px;
	width: 170px;
	height: 200px;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
	padding-top: 75px;
	background: var(--color-red);
	color: #ffff;
	color: #ffffff !important;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	transition: all 0.3s ease;
	text-align: center;
	will-change: transform, background-color;
}
a.become-member:hover,
a.become-member:focus {
	background: var(--color-light-blue);
	color: #ffffff !important;
	transform: scale(1.05);
}
a.become-member:after {
	content: '';
	/* background: url(assets/images/dots.svg); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	border: 2px dotted #fff;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	pointer-events: none;
}
a.become-member span {
	position: absolute;
	max-width: 175px;
	max-width: 145px;
	left: 60px;
	bottom: 35px;
	left: 13px;
}

body.admin-bar a.become-member {
	top: -50px;
}

/* MENU */
.pr__header .inner {
	position: relative;
}
.pr__header .inner .navbar,
.pr__header .inner .navbar .menu,
.pr__header .inner .navbar .menu > ul,
.pr__header .inner .navbar .menu > ul > li {
	position: static !important;
}
.navbar .menu > ul > li a,
ul.sidebar-menu li a {
	text-decoration: none !important;
	color: #101010;
}

current-menu-ancestor #main-menu > li > a:hover,
#main-menu > li > a:focus,
li.current_page_item > a,
li.menu-item-object-syndicat.current-menu-item > a,
li.current_page_ancestor > a {
	color: var(--color-blue) !important;
}
#main-menu > li > a.menu-link-item::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: -41px;
	top: -41px; /* Fix - Menu too big */
	width: 100%;
	height: 6px;
	background-color: var(--color-red);
	opacity: 0;
	user-select: none;
	pointer-events: none;
}
#main-menu > li > a.menu-link-item:hover::before,
#main-menu > li > a.menu-link-item:focus::before,
#main-menu > li.current_page_item > a.menu-link-item::before,
#main-menu > li.current-menu-ancestor > a.menu-link-item::before,
#main-menu
	> li.menu-item-object-syndicat.current-menu-item
	> a.menu-link-item::before,
#main-menu > li.current_page_ancestor > a.menu-link-item::before {
	opacity: 1;
}

/* @media (min-width: 992px) { */
/* Élection sociales - update */
@media (min-width: 1100px) {
	/* MEGA MENU */
	.mega-menu {
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s ease;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: transparent;
		display: block;
		width: 100%;
		z-index: 150;
	}
	.mega-menu-top-wrapper {
		background-color: #ffffff;
	}
	.mega-menu-top-wrapper,
	.mega-menu-search-wrapper {
		position: relative;
		z-index: 100;
	}
	.pr__header .inner .navbar .menu > ul > li a:after {
		content: none;
	}
	#main-navigation .menu li:hover > .mega-menu:before {
		content: '';
		position: absolute;
		top: -42px;
		left: 0;
		display: block;
		width: 100%;
		height: 42px;
	}
	#main-navigation .menu li:hover > .mega-menu:after {
		content: '';
		position: absolute;
		top: 0;
		left: -50vw;
		right: -50vw;
		z-index: 10;
		background-color: rgb(235, 242, 250, 0.88);
		height: 200vh;
		user-select: none;
		pointer-events: none;
	}
	#main-navigation .menu li:hover > .mega-menu,
	#main-navigation .menu li:focus > .mega-menu,
	#main-navigation .menu li:active > .mega-menu,
	#main-navigation .menu li:focus-within > .mega-menu {
		visibility: visible;
		opacity: 1;
	}
	#main-navigation .menu > li > a {
		position: relative;
		text-transform: uppercase;
	}
	#main-navigation .menu > li.has-children > a.menu-link-item:after {
		content: '';
		position: absolute;
		bottom: -40px;
		bottom: -42px;
		left: 50%;
		transform: translateX(-50%);
		content: '';
		position: absolute;
		border-color: transparent;
		border-style: solid;
		border-bottom-color: #ffffff;
		border-width: 0 20px 20px;
		height: 15px;
		transition: all 0.2s ease;
		visibility: hidden;
		opacity: 0;
	}
	#main-navigation .menu > li:hover > a.menu-link-item:after,
	#main-navigation .menu > li:active > a.menu-link-item:after,
	#main-navigation .menu > li:focus > a.menu-link-item:after {
		visibility: visible;
		opacity: 1;
	}
	.mega-menu .mega-menu-col {
		padding: 50px;
		padding: 40px;
	}
	.mega-menu ul {
		list-style: none;
		padding: 0;
	}
	.mega-menu ul li:not(:last-child) {
		margin-bottom: 11px;
	}
	.mega-menu ul li a {
		font-weight: 500;
		color: var(--color-blue) !important;
	}
	.mega-menu .quick-access-wrapper {
		background-color: var(--color-blue);
	}
	.mega-menu .quick-access-wrapper h4,
	.mega-menu .quick-access-wrapper a {
		color: #ffffff !important;
	}
	/* .mega-menu .quick-access-wrapper li a {
    font-size: 14px !important;
  } */
	.quick-access-wrapper .social-links {
		margin-top: 30px;
	}
	.quick-access-wrapper .social-links a {
		font-size: 22px;
	}
	.quick-access-wrapper .social-links a i.fa-facebook-f {
		font-size: 14px;
		position: relative;
		top: -1px;
	}
	.quick-access-wrapper .social-links a:not(:last-child) {
		margin-right: 10px;
	}
	.mega-menu li.current-menu-item > a,
	.mega-menu a:hover,
	.mega-menu a:focus,
	.mega-menu a:active,
	.mega-menu li.current-page-ancestor > a {
		color: var(--color-red) !important;
	}
	/* Search form */
	.mega-menu .search-form {
		display: flex;
		align-items: center;
		padding: 15px 40px;
		background-color: var(--color-red);
		color: #ffffff;
	}
	.mega-menu .search-form input {
		color: #ffffff;
		background-color: transparent;
		border: 0;
		line-height: 48px;
		flex-grow: 1;
		text-align: right;
	}
	.mega-menu .search-form input::-webkit-input-placeholder {
		color: #ffffff;
	}
	.mega-menu .search-form input:-moz-placeholder {
		color: #ffffff;
	}
	.mega-menu .search-form input::-moz-placeholder {
		color: #ffffff;
	}
	.mega-menu .search-form input:-ms-input-placeholder {
		color: #ffffff;
	}
	.mega-menu .search-form button {
		background-color: #ffffff;
		border-radius: 50%;
		border: 0;
		width: 48px;
		height: 48px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-left: 20px;
	}
	.mega-menu .search-form button svg {
		height: 21px;
		width: 21px;
	}
	.mega-menu .search-form button:hover,
	.mega-menu .search-form button:focus {
		background-color: var(--color-blue);
	}
	.mega-menu .search-form button:hover svg path,
	.mega-menu .search-form button:focus svg path {
		fill: #ffffff;
	}
}

/* HEADER */
.pr__header {
	height: auto;
}
@media (min-width: 960px) {
	.pr__header.uk-active {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	.pr__header.uk-active #main-navigation .menu > li.has-children > a:after {
		border-bottom-color: var(--color-red);
		border-bottom-color: var(--color-blue);
	}
}
@media (min-width: 960px) {
	.pr__header .inner {
		height: auto;
		min-height: 100px;
	}
}
header.site-header {
	background: #ecf2fa;
}
/* body:not(.single) header.site-header {
  padding-bottom: 100px;
} */
body:not(.single-news) .site-header-wrapper {
	padding-bottom: 100px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}
body.search-results .site-header-wrapper,
body.search-no-results .site-header-wrapper,
body.page-template-template-mediatheque .site-header-wrapper,
body.page-template-template-agenda .site-header-wrapper,
body.page-template-template-agenda-archive .site-header-wrapper,
body.page-template-template-communiques .site-header-wrapper,
body.page-template-template-multi-form .site-header-wrapper,
body.page-template-template-publications .site-header-wrapper,
body.page-template-template-documents .site-header-wrapper {
	padding-bottom: 100px;
}
body.home .site-header-wrapper {
	padding-bottom: 100px;
}
body:not(.single):not(.home) .site-header-wrapper.has-image,
body:not(.single):not(.home) .site-header-wrapper.has-image.has-breadcrumbs {
	padding-bottom: 120px !important;
	padding-bottom: 70px !important;
}
/* body.page-template-template-sidebar .site-header-wrapper.has-breadcrumbs { */
body.page-template-template-sidebar .site-header-wrapper {
	padding-bottom: 175px !important;
	padding-bottom: 115px !important;
}
/* Header image */
/* .site-header {
  overflow: hidden;
} */
.site-header .uk-container {
	position: relative;
}
.site-header .header-img {
	padding-top: 51.95%;
	opacity: 0;
	transform: translateX(150px);
}
.site-header .header-slider .header-img {
	padding-top: 51.95% !important;
}
@media (max-width: 1401px) {
	.site-header .header-img {
		transform: translateX(0) !important;
	}
}
.site-header .header-img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.site-header .header-img.has-video:hover .video-trigger__icon {
	color: var(--color-red);
}
body:not(.home):not(.syndicat-template-front-page):not(.is-syndicat-page):not(
		.page-id-6208
	):not(.page-template-front-page)
	.site-header
	.header-img {
	padding-top: 23.58%;
}
/* Slide video */
.video-bg-wrapper {
	position: relative;
}
.video-bg-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;

	/* object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip; */
}
/* Header title */
.header-title .uk-button-large {
	padding-left: 35px;
	padding-right: 35px;
}
header.site-header:not(.has-image) .header-title {
	padding-top: 60px;
	padding-top: 40px;
	pointer-events: none;
}
header.site-header:not(.has-image) .header-title * {
	pointer-events: auto;
}

.site-header.has-image .header-title {
	position: absolute;
	left: 15px;
	bottom: -30px;
	bottom: -43px;
	/* opacity: 0; */
}
@media screen and (min-width: 640px) {
	.site-header.has-image .header-title {
		left: 30px;
	}
}
@media screen and (min-width: 960px) {
	.site-header.has-image .header-title {
		left: 40px;
	}
}
.header-title h1 {
	background-color: #ffffff;
	max-width: 700px;
	/* width: 100%; */
	margin: 0;
	padding: 20px 35px;

	font-size: 40px;
}
.header-title h1.title-long {
	max-width: 750px;
	max-width: 800px;
}
@media screen and (min-width: 1300px) {
	.header-title h1.title-long {
		max-width: 1200px;
	}
}
.header-title .header-subtitle {
	background-color: #ffffff;
	padding: 15px 35px;
	color: var(--color-red) !important;
	font-size: 24px;
	font-weight: 500 !important;
	display: block;
}
.header-title .header-subtitle .mobile-subtitle {
	display: none;
}
@media screen and (max-width: 768px) {
	.header-title .header-subtitle.has-mobile-title .desktop-subtitle {
		display: none;
	}
	.header-title .header-subtitle .mobile-subtitle {
		display: block;
	}
}

.header-title.has-subtitle {
	display: inline-flex;
	flex-direction: column;
}
.site-header.has-image .header-title.has-subtitle {
	bottom: -66px;
}
.header-title.has-subtitle h1 {
	display: inline-block;
	align-self: flex-start;
}
.header-title.has-subtitle .header-subtitle {
	margin-top: -20px;
	align-self: flex-start;
	margin-bottom: 0;
}
.header-title a {
	color: #ffffff !important;
}
.header-title a .icon {
	margin-left: 5px;
	position: relative;
	top: -2px;
}

/* Header Slider */
.header-slider {
	overflow: visible;
	/* margin-right: -150px; */
}
.header-slider .slider-actions {
	opacity: 0;
	position: absolute;
	z-index: 5;
	/* bottom: 0; */
	right: 0;
	top: 100%;
	background-color: #ffffff;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 6px 3px;
}
.header-slider .slider-actions button {
	position: static !important;
	transform: none !important;
	color: #ffffff;
	border: 0;
	background: var(--color-red);
	font-size: 15px !important;
	top: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 50%;
}
.header-slider .slider-actions .swiper-button-next:after,
.header-slider .slider-actions .swiper-button-prev:after {
	font-size: 15px !important;
	color: #ffffff;
	content: none;
}
.header-slider .slider-actions button:hover,
.header-slider .slider-actions button:focus {
	background-color: var(--color-blue);
}
.header-slider .header-title {
	left: 0 !important;
}
.header-slider .swiper-slide:not(.swiper-slide-active) .header-img,
.header-slider .swiper-slide:not(.swiper-slide-active) .header-title,
.header-slider .swiper-slide:not(.swiper-slide-active) .header-subtitle {
	opacity: 0;
}
.header-slider .swiper-slide:not(.swiper-slide-active) .header-img {
	transform: translateX(0);
}
.header-slider .swiper-slide:not(.swiper-slide-active) .header-title {
	transform: translateX(-100px);
}

/* BREADCRUMBS */
.breadcrumbs-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	/* bottom: 0; */

	top: 0;
	transform: translateY(-100%);
}
.breadcrumbs {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: var(--color-blue);
	background-color: transparent;
	padding: 15px 35px;
	margin: 0;
	display: flex;
	/* align-items: center;
  justify-content: end; */
}

.breadcrumbs.searchpage {
	font-size: 11px !important;
	line-height: 13px;
	letter-spacing: -0.3px;
	padding: 0px;
	text-align: left;
	justify-content: left;
	display: block;
	padding-top: 10px;
}
.breadcrumbs.searchpage .separator {
	margin-left: 2px;
	margin-right: 2px;
}

.page-template-template-sidebar .breadcrumbs {
	justify-content: start;
}
.breadcrumbs .breadcrumbs-item {
	color: var(--color-blue) !important;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: var(--color-red) !important;
}
.breadcrumbs .separator {
	margin: 0 10px;
}

/* HOMEPAGE */
.search-button-wrapper > .uk-container {
	position: relative;
}
.search-button-wrapper button {
	position: fixed;
	bottom: 50px;
	right: 50px;
	/* background: var(--color-red); */
	border-radius: 50%;
	border: 0;
	width: 62px;
	height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	padding: 0;
}
.search-button-wrapper button:after {
	content: '';
	background: url(assets/images/dots.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	/* border: 2px dotted #fff; */
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
/* .search-button-wrapper button svg {
  height: 28px;
  width: 28px;
} */
.search-button-wrapper button path {
	fill: #fff;
}
.search-button-wrapper button:focus .ellipse,
.search-button-wrapper button:hover .ellipse {
	fill: var(--color-blue);
}
@media screen and (max-width: 767px) {
	.search-button-wrapper button {
		bottom: 25px;
		right: 25px;
		width: 35px;
		height: 35px;
	}
}
/* Last news */
.last-news {
	margin-bottom: 50px;
	/* margin-bottom: 80px; */
}
.news-item {
	margin-bottom: 30px;
}
.news-item .image {
	margin-bottom: 20px;
}
.news_category {
	margin-bottom: 15px;
	line-height: 15px;
	color: var(--color-light-blue);
}
/* .is-syndicat-page .publication-item .news_category,
.is-syndicat-page .news-item .news_category {
  display: none !important;
} */
.is-syndicat-page .publication-item .taxonomy.news_category,
.is-syndicat-page .news-item .taxonomy.news_category {
	display: none !important;
}
.news_category a {
	/* color: #A5A5A5;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px; */

	color: var(--color-light-blue);
	margin-bottom: 5px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
/* .news-excerpt {
  font-size: 18px;
} */
.item .news-excerpt:last-child {
	margin-bottom: 0;
	margin: 0;
}
.news-item .title {
	color: #000 !important;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 23px;
	font-weight: 800;
}
.news-item .title a {
	color: #000;
	max-width: 100%;
	display: inline-block;
	overflow-wrap: break-word;
}
.news-item .title a:hover,
.news-item .title a:focus {
	color: var(--color-blue);
	color: var(--color-red);
}
.news-item a.news-link {
	color: var(--color-red);
	position: relative;
}
.news-item a.news-link::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #a5a5a5;
	transition: 0.15s ease-in-out;
}
.news-item a.news-link:focus,
.news-item a.news-link:hover {
	color: var(--color-blue);
}
.news-item a.news-link:focus::after,
.news-item a.news-link:hover::after {
	height: 3px;
	background-color: var(--color-red);
}
/* last videos */
.pr__news + .pr__news {
	padding-top: 0;
}
/* Social links block */
.social-image {
	margin-top: 75px;
}
.social-text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.social-text h2 {
	text-align: right;
	background-color: #ffffff;
	display: inline-block;
	padding: 30px 40px;
	margin-bottom: 60px;
	width: 650px;
}
.social-list a {
	font-size: 20px;
	line-height: 24px;
	font-size: 16px;
	line-height: 18px;
	display: inline-flex;
	align-items: flex-end;
	color: #333333;
	font-weight: 500;
	margin-bottom: 15px;
}
.social-list a:hover,
.social-list a:focus {
	color: var(--color-red);
}
.social-list img {
	width: 25px;
	height: auto;
	height: 21px;
	width: auto;
	margin-right: 7px;
}
.social-list.row {
	width: 100%;
}

/* BLOG PAGE */
.blog-filter .uk-select {
	width: auto;
}
/* .blog-list {
  padding-bottom: 0px;
} */
.pr__news.pr__section .section-heading,
.blog-list.pr__section .section-heading {
	margin-bottom: 30px;
}
.blog-list .news-item {
	margin-bottom: 80px;
	margin-bottom: 70px;
}
.blog-list .news-item .inner {
	position: relative;
}
/* .blog-list .news-item.inner::before {
  transition: .15s ease-in-out;
}
.blog-list .news-item:hover .inner::before {
  content: "";
  z-index: 0;
  position: absolute;
  right: -10px;
  left: -10px;
  top: -10px;
  bottom: -10px;
  border: 3px solid var(--color-red);
}
.pagination-nav {
  margin-bottom: 70px;
} */
.pagination-nav .page-numbers {
	color: var(--color-red);
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-decoration: none !important;
	background-color: transparent;
	width: 37px;
	height: 37px;
	border: 1px solid var(--color-red);
	font-weight: 500;
	line-height: 35px;
	text-align: center;

	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
}
.pagination-nav .page-numbers.dots {
	margin: 0;
	color: var(--color-red) !important;
	border: 0 !important;
	background: none !important;
}

.pagination-nav .page-numbers.current,
.pagination-nav .page-numbers:hover {
	opacity: 1;
	color: #ffffff;
	border-color: var(--color-red);
	background: var(--color-red);
}
.pagination-nav .page-numbers i {
	font-size: 12px;
	line-height: 35px !important;
}

/* restyle select */
select.custom {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url('assets/images/arrow-down.svg') no-repeat right #ffffff;
	background-size: 12px;
	background-position-y: 5px;
	border: 0;
	border-bottom: 2px solid var(--color-red);
	border-radius: 0;
	font-size: 16px;
	color: #a5a5a5;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--color-red);
	padding-bottom: 5px;
	padding-right: 15px;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
}
/* select:focus, select:hover {
  color: var(--color-blue);
  border-color: var(--color-blue);
} */

/* FLEXIBLE ELEMENTS */
.flexible-content-wrapper {
	/* overflow-x: hidden; */
	overflow: hidden;
}
/* body.single-event .flexible-content-wrapper, */
body.single-infopress .flexible-content-wrapper,
body.single-syndicat .flexible-content-wrapper,
body.page .flexible-content-wrapper {
	padding: 70px 0;
}
.flexible-content-wrapper + .uk-section {
	padding-top: 70px;
}
/* @media (min-width: 960px) {
  body.page .flexible-content-wrapper {
    padding: 140px 0;
  }
} */
.flexible-element:not(:last-child) {
	margin-bottom: 50px;
}
/* Separator element */
.separator-element {
	margin: 0 !important;

	padding-top: 50px;
	padding-bottom: 50px;
}
/* Contact element */
.person-item {
	margin-bottom: 30px;
}
.contact-element .description i {
	color: var(--color-red);
}
.person-item a {
	text-decoration: none !important;
}
/* <i class="custom-map-pin"></i>  */
i.custom-map-pin::before {
	content: '';
	background-image: url('assets/images/red-pin.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 9px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: 3px;

	width: 17px;
	height: 17px;
	display: inline-block;
	position: relative;
	top: 3px;
	background-position: center;
}

.person-item .inner div:not(.person-name) {
	font-size: 80%;
}
.person-image-wrapper {
	aspect-ratio: 3 / 4;
}
.person-image-wrapper img {
	width: 100%;
	height: 100%;
}
.person-image {
	margin-bottom: 10px;
	/* max-height: 250px; */
}
.person-name {
	color: #000;
	font-weight: 700;
}
.person-role + div {
	margin-top: 5px;
}
.person-email i,
.person-phone i {
	color: var(--color-red);
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.person-email a {
	/* text-decoration: underline; */
	margin-bottom: 5px;
	display: inline-block;
}
/* Text Image element */
.text-image-element + .flexible-element {
	margin-top: 70px;
}
.text-image-element .inner .description {
	font-size: inherit !important;
}
.text-image-element .inner .description:before {
	content: none !important;
}
.text-image-element .section-heading {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
	.text-image-element + .flexible-element {
		margin-top: 140px;
	}
}
figcaption {
	margin-top: 5px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #999 !important;
}
.text-image-element.pr__section {
	position: static;
}
/* .text-image-element {
  overflow-x: hidden;
  overflow-y: hidden;
} */
.text-image-element .text-col {
	position: relative;
	z-index: 1;
}
.text-image-element .image-col {
	position: relative;
}
.text-image-element .image-col img {
	position: relative;
	z-index: 1;
}
.text-image-element .image-decoration {
	opacity: 0.2;
	position: absolute;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	z-index: 0;
	top: 100px;
	width: 833px;
	height: 100%;
	background-color: var(--color-light-blue);
}
.text-image-element .image-left .image-decoration {
	right: 77px;
}
.text-image-element .image-right .image-decoration {
	left: 77px;
}
/* @media screen and (min-width: 992px) { */
/* Élection sociales - update */
@media screen and (min-width: 1100px) {
	.text-image-element .image-left .image-col:not(.video-col) {
		text-align: right;
	}
	.text-image-element .image-right .image-col:not(.video-col) {
		text-align: left;
	}
	.text-image-element .image-left .text-col {
		margin-left: 24px;
	}
	.text-image-element .image-right .text-col {
		margin-right: 24px;
	}
}

/* Image element */
.image-element {
	margin-top: 30px;
	margin-bottom: 50px;
}
.image-element figure {
	margin-bottom: 0;
}

/* Services element */
.flexible-element.services-element + .flexible-element:not(.separator-element) {
	margin-top: 70px;
}
.item.feature-box:last-child:before {
	content: none;
}
.item.feature-box > .inner .icon {
	color: #101010;
}
.feature-box i.arrow-icon {
	margin-top: 20px;
}

/* CTA Box - update start */
.page-template-template-sidebar .item.feature-box > .inner {
	box-shadow: none !important;
}
.item.cta-box a {
	aspect-ratio: 1/1;
	position: relative;
	transition: transform 300ms ease-out;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
}
.item.cta-box a::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #2e326d;
	opacity: 0;
	transition: opacity 300ms ease-out;
	display: block;
	z-index: 1;
}
.item.cta-box a:hover::before,
.item.cta-box a:focus::before {
	opacity: 0.85;
	transition: opacity 300ms ease-out;
}
.item.cta-box img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	transition: all 0.15s ease-in-out;
}
.item.cta-box h3 {
	opacity: 0;
	transition: opacity 300ms ease-out;
	position: absolute;
	display: inline-block;
	padding: 10px 25px;
	font-weight: 500;
	color: #fff !important;
	background-color: #d10f2e;
	border-radius: 20px;
	font-size: 18px;
	z-index: 1;
}
.item.cta-box a:hover h3,
.item.cta-box a:focus h3 {
	opacity: 1;
	transition: opacity 300ms ease-out;
}
/* CTA Box - update end */

/* Citation element */
.citation-element {
	margin: 50px 0;
}
blockquote {
	color: var(--color-blue);
	font-weight: bold;
}
/* blockquote::before,
blockquote::after {
  content: '"';
} */

/* Text element */
.text-element .text-column {
	display: block !important;
}

/* Title text element */
.title-text-element h2 {
	margin-bottom: 0;
}

/* Boxed-text element */
.boxed-content {
	padding: 25px;
	background-color: #f1f1f1;
}
.boxed-content h3 {
	color: var(--color-blue);
	text-transform: uppercase;
	font-size: inherit;
	margin-bottom: 30px;
}
.boxed-content > :last-child {
	margin-bottom: 0;
}

/* Accordion element */
.uk-accordion {
	margin-top: 0;
}
.uk-accordion > li .uk-accordion-content {
	background-color: transparent;
}
.uk-accordion-content > :last-child {
	margin-bottom: 0;
}

.uk-accordion > li.uk-open .uk-accordion-title {
	color: inherit;
}
.uk-accordion-title:hover,
.uk-accordion-title:focus,
.uk-accordion > li.uk-open > .uk-accordion-title {
	color: var(--color-red) !important;
}
/* .uk-accordion:has(.uk-open) {
  background-color: #fbfbfb;
} */
.uk-accordion .uk-accordion {
	background-color: #f4f4f4;
	background-color: #fbfbfb;
	padding: 15px;
	/* padding-right: 0; */
	/* margin-left: -15px; */
}
.uk-accordion .uk-accordion .uk-accordion {
	background-color: #e4e4e4;
	background-color: #f4f4f4;
}
.uk-accordion .uk-accordion .uk-accordion > li .uk-accordion-title {
	border-color: #e4e4e4;
}
.uk-accordion > li > a {
	text-decoration: none !important;
}
/* Gallery element */
.uk-dotnav > * > * {
	border: 1px solid rgba(102, 102, 102, 0.4) !important;
}
.uk-dotnav > * > :hover,
.uk-dotnav > .uk-active > * {
	background-color: var(--color-red) !important;
	border-color: transparent !important;
}

/* Documents element */
.documents-element {
	overflow: hidden;
}
.documents-element-wrapper {
	position: relative;
	padding: 35px;
	background-color: #ebf2fa;
}
.documents-element .element-heading {
	position: relative;
}
.documents-element .element-heading h2 {
	margin-bottom: 10px;
}
.documents-element-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -100vw;
	height: 100%;
	background-color: #ebf2fa;
	z-index: 0;
}
.download-card-wrapper {
	margin-top: 30px;
}
.download-card {
	padding: 20px;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: all 0.15s ease-in-out;
	height: 100%;
}
.download-card *:not(.icon) {
	font-size: 14px;
	line-height: 24px;
}
.download-card h4 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
	margin-bottom: 5px;
}
.download-card .filesize {
	color: #8191bd;
}
.download-card .icon {
	float: right;
	font-size: 30px;
	color: var(--color-red);
}
.download-card.dearpdf *:not(.icon) {
	line-height: 20px;
}
.download-card.dearpdf .filesize > span {
	font-size: 12px;
}
.download-card.dearpdf .icon {
	float: right;
	font-size: 20px;
	color: var(--color-red);
	margin-top: auto;
	margin-left: auto;
}
.download-card:not(.publication-card):focus,
.download-card:not(.publication-card):hover {
	background-color: var(--color-blue);
}
.download-card:not(.publication-card):focus *:not(.icon),
.download-card:not(.publication-card):hover *:not(.icon) {
	color: #ffffff !important;
}

/* Video element */
.video-element {
	position: relative;
}
.video-element:not(:last-child) {
	margin-bottom: 130px !important;
}
.video-element::before {
	content: '';
	position: absolute;
	height: 390px;
	height: 70.9090909090909%;
	left: 0;
	right: 0;
	bottom: -80px;
	/* bottom: -14.545454545454545%; */
	background-color: #ebf2fa;
	z-index: 0;
}
.video-wrapper,
.video-element .content {
	max-width: 1072px;
	margin: 0 auto;
	overflow: hidden;
}
.video-trigger {
	position: relative;
	display: block;
}
.video-trigger::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-blue);
	z-index: 1;
	opacity: 0.76;
	transition: all 0.25s ease-in-out;
}
.video-preview {
	background-color: var(--color-blue);
	padding-top: 51.31%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}
.item .video-preview {
	padding-top: 65.09%;
}
.video-trigger__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #ffffff;
	z-index: 2;
	transition: all 0.25s ease-in-out;
}
.video-trigger:hover::after,
.video-trigger:focus::after {
	opacity: 0.6;
}
.item .video-trigger::after {
	opacity: 0.3;
}
.item .video-trigger:hover::after,
.item .video-trigger:focus::after {
	opacity: 0.2;
}
.video-trigger:hover .video-preview,
.video-trigger:focus .video-preview {
	transform: scale(1.1);
}
.video-trigger:hover .video-trigger__icon,
.video-trigger:focus .video-trigger__icon {
	color: var(--color-red);
}

/* Map element */
.map-wrapper > .map {
	height: 500px;
}
.map-wrapper {
	position: relative;
}
#show-all {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.map .infowindow {
	/* width: 180px; */
	max-width: 245px;
	line-height: 20px;
	padding: 7px;
}
.map .infowindow .infowindow-image img {
	width: auto;
	max-width: 100%;
	/* max-height: 100px; */
	width: 100%;
}
.map .infowindow p {
	margin-bottom: 10px;
}
.map .infowindow * + p {
	margin-top: 10px;
}
.map .infowindow h6 {
	margin-bottom: 10px;
}
.map .infowindow h6 + p {
	margin-top: 0;
}
.map .infowindow p:last-child {
	margin-bottom: 0;
}

.map div[title='map-marker'] {
	box-shadow: 0 0 0 rgba(228, 15, 46, 0.4);
	animation: pulse 2s infinite;
	border-radius: 50%;
}
.map div[title='map-marker-hover'] {
	box-shadow: 0 0 0 rgba(37, 50, 114, 0.4);
	animation: pulse-hover 2s infinite;
	border-radius: 50%;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(228, 15, 46, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(228, 15, 46, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(228, 15, 46, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(228, 15, 46, 0.4);
		box-shadow: 0 0 0 0 rgba(228, 15, 46, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(228, 15, 46, 0);
		box-shadow: 0 0 0 10px rgba(228, 15, 46, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(228, 15, 46, 0);
		box-shadow: 0 0 0 0 rgba(228, 15, 46, 0);
	}
}
@-webkit-keyframes pulse-hover {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 50, 114, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(37, 50, 114, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 50, 114, 0);
	}
}
@keyframes pulse-hover {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 50, 114, 0.4);
		box-shadow: 0 0 0 0 rgba(37, 50, 114, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(37, 50, 114, 0);
		box-shadow: 0 0 0 10px rgba(37, 50, 114, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 50, 114, 0);
		box-shadow: 0 0 0 0 rgba(37, 50, 114, 0);
	}
}

/* SINGLE NEWS + EVENT */
.buttons-wrapper {
	display: flex;
	justify-content: space-between;
}
.buttons-wrapper > .back-button {
	margin-right: 10px;
}
body.single-news main.pr__wrapper,
body.single-communiques main.pr__wrapper,
body.single-mediatheque main.pr__wrapper,
body.single-event main.pr__wrapper {
	background-color: #ecf2fa;
}
.single-header {
	margin-bottom: -90px;
}
.single-header img {
	width: 100%;
}
.single-content-wrapper {
	padding-bottom: 100px;
	padding-bottom: 70px;
}
.single-content {
	padding: 40px;
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}
.single-title {
	text-align: center;
	margin-bottom: 80px;

	margin-bottom: 50px;
}
.single-title h1 {
	max-width: 480px;
	max-width: 530px;
	margin-right: auto;
	margin-left: auto;
	font-size: 40px;

	max-width: 100%;
	font-size: 32px;
}
.single-title h2 {
	margin-top: 0;
	color: var(--color-red) !important;
	font-size: 24px;
	font-weight: 500 !important;
}
.single-title h2.subtitle {
	font-weight: 400 !important;
}
.single-title h2 a {
	color: inherit;
}
.related-news {
	overflow-x: hidden;
	background-color: #ffffff;
}
/* News Slider */
.news-slider {
	margin-top: 50px;
	/* clip-path: inset( -100vw -100vw -100vw 0 ); */
}
.pr__news .news-slider {
	margin-top: 0;
}
.news-slider .swiper-slide {
	width: 362px;
	margin-bottom: 0;
	padding-bottom: 2px;
}
/* .news-slider .news-item .image,
.news-slider .news-item figure {
  margin-bottom: 0;
} */
.news-slider .news-item figure {
	display: flex;
}
/* .news-slider .news-item .content {
  padding: 25px;
} */
/* .news-slider .news-item h3 {
  color: var(--color-blue);
} */

/* SINGLE EVENT */
body.single-event .single-title {
	margin-bottom: 0;
}
.single-title + .event-infos {
	margin-top: 50px;
}
ul.event-infos {
	padding: 0;
	margin: 0;
	/* margin-bottom: 50px; */
	list-style: none;
	text-align: center;
	font-size: 16px;
}
ul.event-infos li {
	display: block;
}
ul.event-infos li:not(:last-child) {
	margin-bottom: 20px;
}
/* ul.event-infos li.event-date {
  display: inline-block;
} */
ul.event-infos span {
	font-weight: 600;
	display: block;
}
.event-infos + .flexible-content-wrapper {
	margin-top: 80px;
	margin-top: 50px;
}

/* PAGE SIDEBAR */
/* .page-template-template-sidebar .flexible-content-wrapper {
  overflow: inherit;
} */
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	top: 75px;
	transform: translateY(-75px);
	background-color: #ffffff;
	padding: 30px 25px;
	padding-right: 45px;
	padding-right: 35px;
	transition: 0.2s ease-in-out;
}
body.admin-bar .sidebar {
	top: calc(120px + 32px);
}
body.header-sticky .sidebar {
	top: calc(120px + 50px);
}
.sidebar h3 {
	text-transform: uppercase;
	position: relative;
	font-size: 20px;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 40px;
}
.sidebar h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	bottom: -13px;
	width: 30px;
	height: 2px;
	background-color: var(--color-red);
}
ul.sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 576px) {
	ul.sidebar-menu {
		display: block !important;
	}
}
ul.sidebar-menu li:not(:last-child) {
	border-bottom: 1px solid #f4f4f4;
}
ul.sidebar-menu li a {
	display: block;
	padding: 10px 0;
	text-decoration: none !important;
}
ul.sidebar-menu li.current a {
	color: var(--color-red);
	padding-left: 19px;
	position: relative;
}
/* chevronet-right */
ul.sidebar-menu li.current a::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 13px;
	/* top: 50%;
  transform: translateY(-50%); */
}

/* PAGE PUBLICATIONS */
.publications-row {
	margin-left: -5px;
	margin-right: -5px;
}
.publications-row .publication-item:not(.infopress-item) {
	padding-left: 5px;
	padding-right: 5px;
}
form.filter-form {
	margin-top: -57px;
	background-color: #ffffff;
	padding: 30px;
	margin-bottom: 70px;
}
form.filter-form .toggle-filter {
	display: none;
	margin-bottom: 30px;
}
form.mc4wp-form .filter-item,
form.filter-form .filter-item {
	min-width: 200px;
	/* min-width: 50%; */
	padding: 0 15px;
	position: relative;
	margin-bottom: 20px;
	align-self: flex-start;
}
form.mc4wp-form .filter-item:not(.flex-grow),
form.filter-form .filter-item:not(.flex-grow) {
	max-width: 300px;
}
form.filter-form .filter-item.has-icon > .uk-input {
	padding-left: 40px;
}
form.filter-form .filter-item.has-icon .icon {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}
form.mc4wp-form .filter-item .uk-input,
form.filter-form .filter-item .uk-input,
form.mc4wp-form .filter-item .uk-select:not([multiple]):not([size]),
form.filter-form .filter-item .uk-select:not([multiple]):not([size]) {
	height: 50px;
}
form.mc4wp-form button[type='submit'],
form.filter-form button[type='submit'] {
	padding: 13px 40px;
	font-size: 18px;
}

p + form.mc4wp-form {
	margin-top: 40px;
}
form.mc4wp-form br {
	display: none;
}
.mc4wp-response {
	margin-top: 20px;
}
.mc4wp-alert {
	padding: 15px;
	border: 2px solid #f7f7f7;
}
.mc4wp-alert.mc4wp-success {
	border-color: #d4edda;
	background-color: #d4edda;
	color: #155724;
}
.mc4wp-alert.mc4wp-error {
	border-color: #f8d7da;
	background-color: #f8d7da;
	color: #721c24;
}
.mc4wp-alert p:last-child {
	margin-bottom: 0;
}

/* select2 */
.custom-select:not(.select2-hidden-accessible) {
	height: 50px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	margin-right: 2px;
	margin-top: 10px;
	/* line-height: 1.6; */
	/* font-size: 14px; */
	border-radius: 3px;
	margin-left: 0;
	display: inline-block;
	vertical-align: unset;
	padding: 0 5px;
	background-color: #f7f7f7;
	border-color: #cccccc;
	max-width: 100%;
	overflow: hidden;
	word-wrap: normal !important;
	white-space: normal;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice
	+ li {
	margin-top: 0;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	float: right;
	margin-left: 3px;
	margin-right: 0;
	line-height: 23px;
	font-size: 15px;
	vertical-align: text-top;
	position: static;
	padding: 0;
	border: 0;
	margin-top: 0;
}
form.filter-form .filter-item .select2-selection {
	min-height: 50px;
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px 5px;
	padding: 0 10px 3px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
	padding-right: 20px;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
	background-repeat: no-repeat;
	background-position: 100% 17px;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 15px;
	font-family: inherit;
}

.select2-container
	.select2-selection--multiple
	.select2-selection__rendered:has(li)
	+ span
	> textarea {
	/* margin-bottom: 12px; */
	transform: translateY(-12px);
}
body.admin-bar .select2-dropdown {
	margin-top: 32px;
}
@media (max-width: 782px) {
	body.admin-bar .select2-dropdown {
		margin-top: 46px;
	}
}
/* select2 end */

/* Bootstrap multiselect */
.multiselect.dropdown-toggle {
	text-align: left !important;
}
.multiselect-container {
	max-width: 500px;
	min-width: 250px;
	z-index: 95 !important;
}
.multiselect-container .form-check-input {
	margin-top: 0.1rem;
}
.multiselect-container button.dropdown-item {
	white-space: normal;
}

.reset-filter {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	opacity: 0.5;
	margin-right: 10px;
}
.reset-filter span {
	margin-right: 5px;
}
.reset-filter:hover,
.reset-filter:focus {
	opacity: 1;
}
.flex-grow {
	flex-grow: 1;
}
.submit-form-wrapper {
	margin-top: 10px;
	text-align: right;
}
.publication-item {
	margin-bottom: 50px;
}
.publication-item figure {
	border: 1px solid #e5e5e5;
}
.publication-item .content {
	padding: 0 20px;
}
.publication-item .news_category {
	color: var(--color-light-blue);
	margin-bottom: 5px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
.news_category.subtitle {
	color: inherit;
	font-size: 12px;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	font-weight: 500;
}
.news_category.subtitle + .title {
	margin-top: 0;
}
.publication-item .title {
	color: #000 !important;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 23px;
	font-weight: 800;
}
.news-item .description,
.publication-item .description {
	font-size: 12px;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 10px;
}

.publication-downloads-list-wrapper {
	/* visibility: hidden; */
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: all 0.2s ease-in-out;
	padding: 20px;
	padding: 35px;
}
.publication-downloads-list-wrapper + figure {
	margin-top: 0;
}
ul.publication-downloads-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.image:focus-within .publication-downloads-list-wrapper,
.image:hover .publication-downloads-list-wrapper {
	visibility: visible;
	opacity: 1;
	backdrop-filter: blur(15px);
	background-color: rgba(255, 255, 255, 0.5);
}
ul.publication-downloads-list li + li {
	margin-top: 15px;
}
ul.publication-downloads-list li a {
	padding: 10px;
	font-weight: 500;
	display: block;
	color: #ffffff;
	background-color: var(--color-red);
}
ul.publication-downloads-list li a:hover,
ul.publication-downloads-list li a:focus {
	color: #ffffff;
	background-color: var(--color-blue);

	/* color: #ffffff;
  background-color: var(--color-red); */
}
ul.publication-downloads {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.publication-downloads li {
	margin-right: 5px;
	display: inline-block;
}
ul.publication-downloads li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
ul.publication-downloads li a:hover,
ul.publication-downloads li a:focus {
	transform: scale(1.1);
}

/* PAGE AGENDA */
.datepicker.dropdown-menu {
	padding: 10px !important;
}
.datepicker th {
	padding-bottom: 5px !important;
}
.datepicker td,
.datepicker th {
	/*
  width: 30px !important;
  height: 30px !important;
  */
	margin: 2px !important;
}
.datepicker table tr td.today {
	background: var(--color-light-blue) !important;
	color: #ffffff !important;
}
.datepicker table tr td.active.active {
	background: var(--color-red) !important;
	color: #ffffff !important;
}
body.admin-bar .datepicker-orient-bottom,
body.admin-bar .datepicker-orient-top {
	transform: translateY(32px);
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 13px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 14px;
}

input.datepicker {
	width: 100%;
	border-radius: 0 !important;
	padding-left: 15px;
}

.datepicker {
	width: auto;
	border-radius: 0 !important;
}
.event-item {
	margin-bottom: 50px;
}
.event-item .content {
	padding: 0 20px;
}
.event-item .icon {
	color: #000;
}
.event-item .date {
	color: var(--color-light-blue);
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
.event-item .title {
	color: #000 !important;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 23px;
	font-weight: 800;
}
.event-item .event-info + .event-info {
	margin-top: 5px;
}
.event-item .content {
	font-size: 15px;
	line-height: 18px;
}
/* .event-item .date {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-light-blue);
} */
.event-item .title + p {
	margin-top: 0;
}

/* PAGE SYNDICATS */
.syndicat-image {
	width: 100%;
	padding-top: 69.68%;
	/* background-color: var(--color-red);
  background: linear-gradient(-45deg, var(--color-light-blue), var(--color-blue), var(--color-red), var(--color-red));
  background-size: 400% 400%;
  animation: gradient 15s ease infinite; */

	background-image: url('assets/images/syndicat.jpg');
}
@keyframes gradient {
	0% {
		background-position: 0% 100%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 100%;
	}
}
.syndicat-item .content {
	padding: 0 50px;
	padding: 0 25px;
}

/* PAGE RECHERCHE */
body.search .site-info-item:has(.search-btn) {
	display: none;
}
.search-results .news-item {
	margin-bottom: 50px;
	/* margin-bottom: 65px; */
}
.news-item .item-type {
	color: var(--color-red);
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.news-item .image {
	position: relative;
}
.news-item figure {
	display: flex;
}
.news-item .image > .item-type {
	background-color: #ffffff;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}
.search-item .title {
	font-size: 19px;
	line-height: 23px;
	font-weight: 800;
}
.search-item .description,
.search-item .news-excerpt {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.search-item a.news-link {
	font-size: 12px;
	line-height: 15px;
}
/* SIDEBAR */
ul.search-sidebar-menu {
	padding: 0;
	list-style: none;
}
ul.search-sidebar-menu.search-menu li {
	position: relative;
	padding-left: 10px;
}
ul.search-sidebar-menu.search-menu li::before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-blue);
}
ul.search-sidebar-menu li a {
	text-decoration: underline;
}

/* PAGE INFO PRESS */
.infopress-video + .infopress-text,
.infopress-text + .infopress-gallery {
	margin-top: 50px;
}
.swiper-slide.news-item .image a,
.infopress-item .infopress-image a {
	padding-top: 51.31%;
	padding-top: 65.09%;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #e2e2e2;
}
.news-item .image .placeholder-img,
.swiper-slide.news-item .image img,
.infopress-item .infopress-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.infopress-item .video-wrapper {
	margin-bottom: 20px;
}

/* SEARCH POPUP */
body.search-popup-open {
	overflow: hidden;
}
body.search-popup-open .pr__header {
	background-color: #ecf2fa !important;
}
/* The overlay effect with black background */
.search-popup {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	background-color: rgb(235, 242, 250, 0.88);
}
/* The content */
.overlay-content {
	position: relative;
	top: 46%;
	max-width: 80%;
	width: 870px;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.search-popup form {
	display: flex;
	align-items: center;
	padding: 14px 30px 15px 20px;
	padding: 14px 20px;
	background-color: #ffffff;
}
/* Close button */
.search-popup .closebtn {
	background-color: var(--color-blue);
	position: absolute;
	color: #ffffff;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	margin: 0 !important;
	line-height: 30px !important;
}
.search-popup .closebtn:hover,
.search-popup .closebtn:focus {
	background-color: var(--color-red);
}
/* Style the search field */
.search-popup input[type='text'] {
	line-height: 48px;
	flex-grow: 1;
	border: none;
	background: white;
	padding: 0 10px;
	font-size: 24px;
	font-weight: bold;

	float: left;
}
/* .search-popup input[type=text]:focus,
.search-popup input[type=text]:hover {
  background: #f4f4f4;
} */
.search-popup input::-webkit-input-placeholder {
	color: var(--color-blue);
	opacity: 0.85;
}
.search-popup input:-moz-placeholder {
	color: var(--color-blue);
	opacity: 0.85;
}
.search-popup input::-moz-placeholder {
	color: var(--color-blue);
	opacity: 0.85;
}
.search-popup input:-ms-input-placeholder {
	color: var(--color-blue);
	opacity: 0.85;
}
/* Style the submit button */
.search-popup button {
	background: var(--color-red);
	border-radius: 50%;
	border: 0;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;

	padding: 0;
	/* display: inline-block; */
}

.search-popup button.search-submit {
	/* display: inline-block;
  line-height: 18px; */
}
.search-popup button img,
.search-popup button svg {
	height: 23px;
	width: 23px;
}
.search-popup button path {
	fill: #fff;
}
.search-popup button:focus,
.search-popup button:hover {
	background: var(--color-blue);
}

/* FOOTER */
.pr__footer,
.pr__footer__bottom {
	background-color: #243a7a !important;
}
.pr__footer .pr__footer__top .pr__cta .title {
	top: 0;
	color: #ffffff !important;
	margin-bottom: 20px;
}
.pr__footer .pr__footer__top .pr__cta a {
	opacity: 0.75;
	font-weight: 500;
}
.pr__footer .pr__footer__top .pr__cta a:hover,
.pr__footer .pr__footer__top .pr__cta a:focus {
	opacity: 1;
}
.footer-contact-infos .icon {
	color: #ffffff;
	margin-right: 7px;
}
.pr__footer__bottom .section-inner {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-social {
	padding-left: 10px;
	margin-bottom: 20px;
}
.footer-social a {
	font-size: 24px;
	margin-right: 13px;
	font-size: 20px;
	margin-right: 10px;
}
.footer-social a i.fa-facebook-f {
	font-size: 21px;
	line-height: 24px;
	top: -1px;
	position: relative;
}
ul.footer-menu {
	list-style: none;
	padding: 0;
}
ul.footer-menu li {
	font-size: 16px;
}
ul.footer-menu li + li {
	margin-top: 10px;
}
ul.footer-menu li a {
	text-decoration: none !important;
}
.footer-menu li.current_page_item > a {
	color: var(--color-red) !important;
	opacity: 1 !important;
}
.footer-contact-info + .footer-contact-info {
	margin-top: 10px;
	font-size: 16px;
}

/* .pr__footer .pr__footer__bottom .section-inner .pr__copyrights p,
.pr__footer .pr__footer__bottom .section-inner .pr__links a {
  font-size: 12px;
} */
.copyrights .pr__copyrights,
.copyrights a {
	opacity: 0.6;
}
.copyrights a:hover,
.copyrights a:focus {
	opacity: 1;
}
.pr__footer .pr__footer__bottom .section-inner .pr__copyrights p {
	color: #ffffff;
}
.legal-menu a {
	position: relative;
}
.legal-menu a + a {
	margin-left: 21px !important;
}
.legal-menu a + a::before {
	content: '|';
	color: #ffffff;
	position: absolute;
	left: -11px;
}

/* 404 PAGE */
.text-404 {
	font-size: clamp(3rem, 25vmin, 8rem);
	background: linear-gradient(
			90deg,
			var(--color-blue),
			var(--color-red),
			var(--color-blue)
		)
		0 0 / 400% 100%;
	color: transparent !important;
	background-clip: text;
	-webkit-background-clip: text;
	animation: move-bg 10s infinite linear;
}

@media (prefers-reduced-motion: no-preference) {
	.text-404 {
		animation: move-bg 10s linear infinite;
	}
	@keyframes move-bg {
		to {
			background-position: var(--bg-size) 0;
		}
	}
}

/* Homepage popup */
.home-popup {
	z-index: 999999;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	/* background-color: rgb(235, 242, 250, .88); */
}
.home-popup .popup-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.home-popup .popup-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
.home-popup .popup-content {
	position: relative;
	text-align: left;
	margin: auto;
	max-width: 580px;
	width: 100%;
	background-color: #fff;
}

.home-popup .close-popup {
	background-color: var(--color-blue);
	position: absolute;
	color: #ffffff;
	width: 30px;
	height: 30px;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	border: 0;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.home-popup .close-popup:hover,
.home-popup .close-popup:focus {
	background-color: var(--color-red);
	box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 50%);
}

.accordion {
	/* width: 380px; */
	margin: 20px auto;
}
.accordion h1,
.accordion h2,
.accordion h3,
.accordion h4 {
	margin: 0;
	cursor: pointer;
}
.accordion p {
	margin: 0;
}
/* .accordion h1 {
  padding: 15px 20px;
  background-color: #333;
  font-family: Lobster;
  font-size: 1.5rem;
  font-weight: normal;
  color: #1abc9c;
}
.accordion h1:hover {
  color: #4afcdc;
}
.accordion h1:first-child {
  border-radius: 10px 10px 0 0;
}
.accordion h1:last-of-type {
  border-radius: 0 0 10px 10px;
}
.accordion h1:not(:last-of-type) {
  border-bottom: 1px dotted #1abc9c;
} */
.accordion div,
.accordion p {
	display: none;
}
.accordion h2 {
	padding: 5px 25px;
	background-color: #1abc9c;
	font-size: 1.1rem;
	color: #333;
}
.accordion h2:hover {
	background-color: #09ab8b;
}
.accordion h3 {
	padding: 5px 30px;
	background-color: #b94152;
	font-size: 0.9rem;
	color: #ddd;
}
.accordion h3:hover {
	background-color: #a93142;
}
.accordion h4 {
	padding: 5px 35px;
	background-color: #ffc25a;
	font-size: 0.9rem;
	color: #af720a;
}
.accordion h4:hover {
	background-color: #e0b040;
}
.accordion p {
	padding: 15px 35px;
	background-color: #ddd;
	font-family: 'Georgia';
	font-size: 0.8rem;
	color: #333;
	line-height: 1.3rem;
}
.accordion .opened-for-codepen {
	display: block;
}
.accordions-element .uk-accordion-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #f3f3f3;
	padding-bottom: 10px;
}

.accordions-element .uk-accordion-title:nth-child(n + 2) {
	margin-top: 20px;
}
.accordion-element .accordion-persons {
	clear: both;
	padding-top: 30px;
}

/* @media (min-width: 992px) { */
/* Élection sociales - update */
@media (min-width: 1100px) {
	.hide-desktop,
	.toggle-dropdown {
		display: none !important;
	}
}

/* @media (max-width: 1600px) and (min-width: 1100px) { */
/* Élection sociales - update */
@media (max-width: 1600px) and (min-width: 1400px) {
	.site-info .right {
		margin-right: 150px;
		margin-right: 150px;
	}
	.pr__header .navbar {
		margin-right: 150px;
	}
}

@media (max-width: 1400px) {
	a.become-member {
		width: 175px;
		font-size: 20px;
		line-height: 24px;
	}
	a.become-member span {
		max-width: 150px;
	}
}

/* @media (max-width: 1100px) { */
/* Élection sociales - update */
@media (max-width: 1400px) {
	.member-button-wrapper,
	a.become-member {
		display: none !important;
	}
}
@media (max-width: 1200px) {
	.pr__header .inner .navbar .menu > ul > * + li {
		margin-left: 1.5rem;
	}
}

/* @media (min-width: 992px) and (max-width: 1200px) { */
@media (min-width: 1100px) and (max-width: 1200px) {
	.pr__header .inner .navbar a {
		font-size: 14px !important;

		/* Élection sociales - update */
		/* font-size: 13px !important; */
	}
	#main-menu > li > a.menu-link-item::before {
		top: -42px;

		/* Élection sociales - update */
		top: -43px;
		top: -41px; /* Fix - Menu too big */
	}
	.pr__header .inner .navbar .menu > ul > * + li {
		margin-left: 1.2rem !important;

		/* Élection sociales - update */
		margin-left: 1rem !important;
	}
}

/* Élections sociales - update */
@media (max-width: 1100px) {
	#main-navigation .inner .logo img {
		/* height: 50px; */

		max-height: 50px;
		/* width: auto; */
	}
}
/* @media (max-width: 991px) { */
/* Élection sociales - update */
@media (max-width: 1099px) {
	.site-info .search-label,
	.site-info .agenda-link,
	.site-info-item .span-label {
		display: none;
	}
	/* Search popup */
	.search-popup {
		z-index: 100;
	}
	.search-popup .overlay-content {
		width: 85%;
		width: 90%;
	}
	.overlay-content {
		max-width: 90%;
	}
	.search-popup input[type='text'] {
		font-size: 16px;
		line-height: 30px;
		line-height: 35px;
	}
	.search-popup button {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.search-popup button.search-submit {
		float: right;
		flex: 0 0 35px;
	}
	.search-popup button img,
	.search-popup button svg {
		width: 18px;
		height: 18px;
	}

	.site-info .socials-flex {
		display: none;
	}
	ul.sub-menu li.menu-item-has-children a.toggle-dropdown {
		padding: 0;
	}

	#main-navigation .inner {
		height: auto !important;
		min-height: auto !important;
		flex-wrap: wrap;
		padding: 15px 0;
		position: static;
	}
	#main-navigation .inner .logo a {
		display: inline-block;
		display: block;
	}
	#main-navigation .inner .logo img {
		/* height: 50px; */

		max-height: 50px;
		/* width: auto; */
	}

	/* Mobile menu */
	#main-menu a.menu-link-item::before,
	#main-navigation a.menu-link-item:after {
		content: none !important;
	}
	#main-navigation .inner .navbar {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-align: center;
		align-items: center;
	}
	#main-navigation .navbar {
		width: 100%;
		background: rgb(255, 255, 255);
		top: 80px;
		left: 0px;
		position: absolute !important;
		font-weight: bold;
		text-transform: uppercase;

		position: static !important;
		margin: 20px 0;
	}
	#main-navigation .navbar > .menu {
		padding: 20px;
		padding: 15px;
	}
	#main-menu {
		padding: 0 40px;
		list-style: none;
		margin: 0;

		padding: 20px;
		padding: 0;
		padding-bottom: 20px;

		display: flex;
		flex-direction: column;
	}
	.pr__header .inner .navbar .menu > ul > * + li {
		margin-left: 0;
	}
	#main-menu li {
		position: relative !important;
	}
	#main-menu li {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#main-menu li:last-of-type {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.col-lg-4 li:last-of-type {
		border-bottom: 0 !important;
	}
	.pr__header .inner .navbar a {
		display: block;
		padding: 5px 10px;
		padding: 7px 10px 5px;
	}

	/* toggle sub menu */
	.toggle-dropdown {
		display: inline-block !important;
		font-weight: 900;
		position: absolute;
		right: 0;
		top: 0;
		height: 36px;
		width: 36px;
		line-height: 36px;
		text-align: center;
		background-color: var(--color-blue);
		z-index: 111 !important;
		font-weight: 900 !important;
		color: #ffffff !important;
		border: 0;
	}
	.toggle-dropdown {
		/* pointer-events: none; */
		padding: 0 !important;
		text-align: center !important;
	}
	.site-navigation li.current-menu-item .toggle-dropdown {
		color: #ffffff !important;
	}

	/* Mega Menu */
	.mega-menu {
		display: none;
	}
	.mega-menu h4,
	.mega-menu .line,
	.mega-menu .quick-access-wrapper,
	.mega-menu .mega-menu-search-wrapper {
		display: none !important;
	}

	.mega-menu .row > div {
		padding: 0;
	}

	.mega-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#access-rapide-menu {
		order: 1;
	}
	.mega-menu ul li,
	#access-rapide-menu li {
		text-transform: none;
	}
	.mega-menu ul li a,
	#access-rapide-menu li a {
		padding-left: 20px !important;
		font-weight: 400;
	}

	#access-rapide-menu {
		border: 0 !important;
		background-color: var(--color-blue);
	}
	#access-rapide-menu .toggle-dropdown {
		background-color: var(--color-red);
	}
	#main-menu #access-rapide-menu > a {
		color: #ffffff !important;
	}
	#access-rapide-menu a {
		color: #ffffff !important;
	}
	.access-rapide-sub-menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.access-rapide-sub-menu li {
		border-color: rgba(255, 255, 255, 0.2) !important;
	}

	#social-links-menu {
		text-align: center;
	}
	#social-links-menu a {
		display: inline-block;
		margin: 3px 5px;
		padding: 5px;
	}

	/* Header */
	.site-header.has-image .header-title {
		right: 15px;
		right: 0;
	}
	.header-title h1 {
		padding: 20px;
		font-size: 35px;
		max-width: 100%;
	}
	.header-title .header-subtitle {
		padding: 15px 20px;
		font-size: 20px;
	}
	.header-title .uk-button-large {
		padding: 20px;
	}
	.breadcrumbs {
		padding: 15px 20px;
	}
	body:not(.single-news):not(.home) .site-header-wrapper {
		padding-bottom: 50px;
		padding-bottom: 30px;
	}

	header.site-header:not(.has-image) .header-title {
		padding-top: 50px;
	}
	body.page-template-template-sidebar .site-header-wrapper {
		padding-bottom: 110px !important;
	}

	.pr__section .section-heading {
		margin-top: 40px;
	}
	form.filter-form {
		margin-top: 0;
		padding: 0;
	}

	.sidebar {
		/* padding: 15px; */
		padding: 20px;
		margin-bottom: -60px;
	}
	ul.sidebar-menu li.current a {
		padding-left: 13px;
	}
	body.page-template-template-sidebar .flexible-content-wrapper {
		padding-top: 20px;
	}
	body.single-syndicat .flexible-content-wrapper,
	body.page .flexible-content-wrapper {
		padding-bottom: 50px;
	}

	/* Flex elements */
	body.single-syndicat .flexible-content-wrapper,
	body.page .flexible-content-wrapper,
	.flexible-content-wrapper + .uk-section {
		padding-top: 50px;
	}
	body.page-template-template-sidebar .flexible-content-wrapper {
		padding-top: 0;
	}
	.home .flexible-content-wrapper + .uk-section.pr__news {
		padding-top: 0;
	}
	.description :last-of-type {
		margin-bottom: 0;
	}
	.description + .button {
		margin-top: 20px;
	}
	.text-image-element .text-col {
		margin-top: 20px;
	}
	.text-image-element + .flexible-element {
		margin-top: 40px;
	}
	.flexible-element:not(:last-child) {
		margin-bottom: 40px;
	}
	.flexible-element:last-of-type {
		margin-bottom: 0;
	}
	.documents-element-wrapper {
		padding: 20px;
		padding-top: 25px;
		padding: 30px;
	}

	.pr__news .news-slider {
		margin-top: 0;
	}
	.last-news {
		margin-bottom: 50px;
	}

	.swiper .swiper-button {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 15px;
	}

	.social-image {
		margin-top: 0;
	}
	.social-text h2 {
		/* width: 100%; */
		width: 500px;
		padding: 30px;
		margin-bottom: 30px;
	}

	/* Single new */
	.single-header {
		margin-bottom: 0;
	}
	.single-title {
		margin-bottom: 40px;
	}
	.single-content {
		padding: 25px;
	}

	/* FONT-SIZE */
	.single-title h1,
	h1,
	.uk-h1 {
		font-size: 35px;
	}
	h2,
	.uk-h2 {
		font-size: 30px;
	}
	h3,
	.uk-h3 {
		font-size: 25px;
	}
	h4,
	.uk-h4 {
		font-size: 20px;
	}
	.footer-contact-info {
		font-size: 16px;
	}

	.syndicat-item .content {
		padding: 0 10px;
	}
}

.embed-video {
	padding-top: 56.25%;
	position: relative;
}
.embed-video video,
.embed-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* height: 100vh; */
}
@media (max-width: 768px) {
	.news-slider.swiper .swiper-button {
		top: 40%;
		top: 100px;
	}

	.site-info-item + .site-info-item::before {
		padding: 0 5px;
	}

	body.home .site-header-wrapper {
		padding-bottom: 40px;
		padding-bottom: 70px;
	}
	/* .header-slider .slider-actions {
    top: 0;
    bottom: auto;
  } */
	.header-slider .slider-actions button {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px !important;
		margin: 0 2px;
	}
	.home .header-title .uk-button-large {
		max-width: calc(100% - 80px);
	}

	header.site-header:not(.has-image) .header-title {
		padding-top: 10px;
	}
	body:not(.single-news):not(.home):not(.page-template-template-publications)
		.site-header-wrapper {
		padding-bottom: 50px;
		padding-bottom: 30px;
	}
	body.page-template-template-sidebar .site-header-wrapper {
		padding-bottom: 90px !important;
	}
	.site-header .header-img {
		padding-top: 60%;
	}
	.site-header .header-img {
		transform: none !important;
	}
	.site-header.has-image .header-title {
		/* position: static; */
		margin: 0;
		padding: 0 !important;
		right: 30px;
	}

	.header-title h1 {
		font-size: 30px;
	}

	.breadcrumbs {
		padding: 15px 0;
	}

	.social-text h2 {
		width: 100%;
		padding: 20px;
		text-align: left;
	}

	body.single-syndicat .flexible-content-wrapper,
	body.page .flexible-content-wrapper {
		padding-bottom: 40px;
	}

	.single-content {
		padding: 15px;
	}

	.documents-element-wrapper {
		padding: 20px 15px;
	}

	.search-results .news-item {
		margin-bottom: 40px;
	}

	/* FONT-SIZE */
	.single-title h1,
	h1,
	.uk-h1 {
		font-size: 32px;
	}
	h2,
	.uk-h2 {
		font-size: 27px;
	}
	h3,
	.uk-h3 {
		font-size: 22px;
	}
	h4,
	.uk-h4 {
		font-size: 19px;
	}

	/* Multiselect */
	.multiselect-container {
		overflow-y: scroll;
		right: 0;
	}
	.multiselect-container button.dropdown-item {
		pointer-events: none;
		white-space: normal;
	}
	.multiselect-container span.form-check input {
		pointer-events: all;
	}
	.multiselect-container span.form-check label {
		pointer-events: none;
	}
}

@media (max-width: 640px) {
	.site-header.has-image .header-title {
		right: 15px;
	}
}
/* @media (min-width: 576px) { */
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
/* } */
@media (max-width: 576px) {
	.uk-button,
	.uk-button.uk-button-large {
		font-size: 16px;
		line-height: 20px !important;
		padding: 10px 20px;
	}

	.site-info {
		font-size: 12px;
	}

	.header-title h1 {
		font-size: 23px;
		font-size: 18px;
	}

	.single-title h1,
	h1,
	.uk-h1 {
		font-size: 18px;
		word-wrap: break-word;
	}

	.home .site-header .header-img {
		padding-top: 66%;
	}
	.home .header-title h1,
	.home .header-title .uk-button-large {
		padding: 10px;
	}
	.home .header-title .uk-button-large {
		font-size: 17px;
	}

	.image-decoration {
		display: none;
	}

	.flexible-element:not(:last-child) {
		margin-bottom: 30px;
	}

	.home .flexible-element:first-of-type .section-heading {
		margin-top: 0;
	}

	.home .pr__news .section-heading {
		margin-top: 0;
	}

	.datepicker,
	form.filter-form .filter-item {
		width: 100%;
		max-width: inherit !important;
	}
	.filter-item:has(.uk-button) {
		text-align: right;
	}

	.pr__section .section-heading {
		margin-bottom: 20px;
	}

	.uk-accordion > li .uk-accordion-content {
		padding: 15px;
	}

	.syndicat-item .content {
		padding: 0;
	}

	.search-item .title {
		margin-bottom: 10px;
	}

	form.filter-form .toggle-filter {
		display: block;
		font-size: 1rem;
		font-weight: 700;
		text-transform: uppercase;
		border-bottom: 2px solid #f3f3f3;
		padding-bottom: 10px;
	}
	form.filter-form .filter-form-wrapper {
		display: none;
	}

	/* .sidebar h3 {
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 10px;
  } */
	.sidebar h3::before {
		content: '';
		width: 1.4em;
		height: 1.4em;
		margin-left: 10px;
		float: right;
		background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.uk-open.sidebar h3::before {
		background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
	}
	.sidebar-menu {
		display: none;
	}

	footer .uk-section-large {
		padding: 40px 0;
	}
	.copyrights .pr__links {
		padding: 0;
	}
	.legal-menu {
		text-align: center;
	}
	.legal-menu a {
		display: block !important;
		margin: 5px 0 !important;
	}
	.legal-menu a::before,
	.legal-menu a::after {
		content: none !important;
	}

	.social-text h2 {
		font-size: 21px;
	}
	.social-text br {
		display: none;
	}
}

@media (max-width: 400px) {
	.search-popup form {
		padding: 10px;
	}
	.search-popup button.search-submit {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
		padding: 0;
		line-height: 30px;
		margin-left: 10px;
	}
	.search-popup button img,
	.search-popup button svg {
		width: 14px;
		height: 14px;
	}

	.buttons-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.buttons-wrapper > .back-button {
		margin-right: 10px;
		margin-left: 10px;
	}

	/* .search-popup form {
    display: block;
  }
  .search-popup input[type=text],
  .search-popup button.search-submit {
    float: none;
  }
  .search-popup input[type=text] {
    max-width: 100%;
  }
  .search-popup button.search-submit {
    margin: 0;
    margin-top: 20px;
  } */
}

@media (max-width: 300px) {
	.site-info-item::before,
	.site-info-item + .site-info-item::before,
	.left span.site-info-item + span.site-info-item::before {
		padding: 0 3px;
	}
	.breadcrumbs {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.header-title h1 {
		font-size: 14px;
	}
	.home .header-title .uk-button-large {
		font-size: 13px;
	}

	.site-header .header-slider .header-img {
		padding-top: 100%;
	}
	.search-popup form {
		flex-direction: column;
		padding-top: 20px;
	}
	.search-popup button.search-submit {
		margin-left: 0;
		margin-top: 10px;
	}
	.search-popup .closebtn {
		/* top: -35px; */
		right: 0px;
	}
	.search-popup input[type='text'] {
		max-width: 100%;
	}

	.flexible-element table,
	.flexible-element thead,
	.flexible-element tbody,
	.flexible-element th,
	.flexible-element td,
	.flexible-element tr {
		display: block;
		max-width: 100%;
		width: 100% !important;
	}
	.flexible-element td {
		padding-left: 0;
		padding-right: 0;
	}
	.flexible-element td br {
		display: none;
	}
	.flexible-element tr + tr {
		margin-top: 20px;
	}
	/* .flexible-element tr td:has(+ td) {
    padding-bottom: 0;
  }
  .flexible-element tr td + td {
    padding-top: 0;
  } */

	/* .table-wrapper {
    overflow-x: auto;
  } */
}
table.alignleft {
	margin: 0;
}

.qtranxs-available-languages-message {
	display: none;
}

/* Multistep form */
.tabs button.uk-button {
	padding: 13px;
	font-size: 0.75rem;
}
.tabs {
	margin-top: -57px;
	background-color: #ffffff;
	padding: 30px;
}
.tabs .filter-item {
	padding: 0 15px;
}

.tabs .semi {
	display: none;
}

@media only screen and (max-width: 1283px) {
	.tabs .filter-item {
		padding: 0 10px;
	}
	.tabs .semi {
		display: block;
	}
	.tabs .full {
		display: none;
	}
}
@media only screen and (max-width: 820px) {
	.tabs .filter-item {
		padding: 0 5px;
	}
	.tabs .semi {
		display: none;
	}
}

em {
	color: inherit;
}

.header-slider.swiper-fade .swiper-slide {
	visibility: hidden;
}
.header-slider.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	visibility: visible;
}

/* GDPR BANNER */
@media screen and (min-width: 768px) {
	#moove_gdpr_cookie_info_bar
		.moove-gdpr-info-bar-container
		.moove-gdpr-info-bar-content {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #011629 !important;
	background-color: #ffffff !important;
	background-color: transparent !important;
	border: 0 !important;
	bottom: 10px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	max-width: 1000px;
	background: var(--color-blue);
	background: #ffffff;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	border-radius: 15px;
	padding: 15px 25px !important;
	margin: 10px 15px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	box-shadow: rgb(60 64 67 / 80%) 0px 0px 2px 0px,
		rgb(60 64 67 / 30%) 0px 2px 6px 2px;
}

#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content {
	padding: 0 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	h1,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	h2,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	h3,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	h4,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	h5,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	h6,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	p,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	p
	a,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
	color: #000000 !important;
}

#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	a.mgbutton,
#moove_gdpr_cookie_info_bar
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton {
	background-color: var(--color-red) !important;
	color: #ffffff !important;
	font-weight: 700 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	span.change-settings-button:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	span.change-settings-button:focus {
	color: var(--color-blue) !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
	.moove-gdpr-info-bar-container
	.moove-gdpr-info-bar-content
	button.mgbutton:focus {
	background-color: var(--color-blue) !important;
}

#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	a.mgbutton,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	button.mgbutton {
	background-color: var(--color-red) !important;
	border: 0 !important;
	padding: 8px 30px !important;
	font-weight: 700 !important;
}
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	a.mgbutton:hover,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	button.mgbutton:hover,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	a.mgbutton:focus,
#moove_gdpr_cookie_modal
	.moove-gdpr-modal-content
	.moove-gdpr-modal-footer-content
	.moove-gdpr-button-holder
	button.mgbutton:focus,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:focus {
	background-color: var(--color-blue) !important;
	color: #ffffff !important;
}

/* SITEMAP */
ul.plan-site-menu li.current-menu-item {
	display: none;
}

/*  ===================================================== */
/*  Print   ============================================= */
/*  ===================================================== */

.print-only {
	display: none;
}
.page-header,
.page-header-space {
	height: 150px;
}

.page-footer,
.page-footer-space {
	height: 140px;
}

.page-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.page-header {
	position: fixed;
	top: 0mm;
	width: 100%;
}

.page {
	page-break-after: always;
}
@media print {
	@page {
		margin-top: 0px;
		margin-bottom: 0px;
		/*size: auto; */
		margin: 0mm 25mm 10mm 25mm;
	}

	thead {
		display: table-header-group;
	}
	tfoot {
		display: table-footer-group;
	}

	/* #site-wrapper{
    padding-top:150px;
    padding-bottom:250px;
  } */

	.print-only {
		display: block;
	}
	.no-print {
		display: none;
	}

	.site-info,
	.search-btn,
	header .become-member,
	header .member-button-wrapper,
	header .pr__header,
	header .uk-sticky-placeholder,
	header .site-header,
	footer div,
	.sidebar {
		display: none !important;
	}

	.sidebar {
		transform: translate(0, 0) !important;
		margin: 0 !important;
		position: static !important;
	}

	.single-header {
		margin: 0;
	}

	.single-header {
		margin-bottom: 0;
	}
	.single-content-wrapper,
	.single-content {
		padding-bottom: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.single-content {
		max-width: 1035px;
	}
	.no-print,
	.buttons-wrapper,
	.publication-downloads {
		display: none !important;
	}
	.uk-container {
		padding: 0 !important;
	}
	.single-title {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.single-title h1 {
		font-size: 28px;
		font-weight: bold;
	}

	.single-title h2.subtitle {
		font-size: 20px;
		margin-top: 10px;
	}
}

/*  ===================================================== */
/*  ===================================================== */
/*  ===================================================== */

p span {
	display: inline-block;
}

.search-call {
	font-size: 11px;
	text-align: center;
}

/* Share buttons */
.share-buttons {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 120px;
	left: 100%;
	width: 90px;
	align-items: center;
	gap: 10px;
}
.share-buttons a,
.share-buttons button {
	width: 45px;
	height: 45px;
}
/* Generate PDF */
.generate-pdf {
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	border-radius: 50%;
	background-color: var(--color-red);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.generate-pdf img.loader {
	display: none;
	position: absolute;
}
.generate-pdf.loading img.icon {
	opacity: 0;
	visibility: hidden;
}
.generate-pdf.loading img.loader {
	display: block;
}
@media (max-width: 1200px) {
	.share-buttons {
		margin-top: 40px;
		width: 100%;
		position: static;
		flex-direction: row;
		justify-content: center;
	}
}
@media (max-width: 600px) {
	.share-buttons a,
	.share-buttons button {
		width: 30px;
		height: 30px;
	}
}

/* .custom-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  color: #e4032e !important;
  font-weight: 500 !important;
  font-style: normal !important;
} */

.input-flex {
	gap: 10px;
}
.input-flex select.uk-select {
	width: inherit;
	max-width: inherit;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
	border-color: var(--color-blue);
}

/* Fix - Menu too big */
@media (min-width: 1100px) {
	.pr__header .inner .navbar {
		margin-bottom: auto;
		margin-top: 40px;
		margin-top: 38px;
		margin-left: 15px;
	}
}

.hide-line + .flexible-element hr.line {
	display: none;
}

.calendar_wrapper {
	position: relative;
	z-index: 999 !important;
	display: inline-block;
}
.calendar_wrapper button {
	margin-right: 0;
}
.calendar_wrapper button i {
	margin-right: 5px;
}
.calendar_wrapper ul {
	list-style: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	background: var(--color-red);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding: 10px 30px;
}
.calendar_wrapper ul.active {
	opacity: 1;
	visibility: visible;
}
.calendar_wrapper ul li a {
	display: block;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 600;
	padding: 0px 10px;
	font-size: 15px;
}
.calendar_wrapper ul li a:hover,
.calendar_wrapper ul li a:focus {
	color: #ffffff !important;
	background: var(--color-blue);
}
.calendar_wrapper ul li a i {
	margin-right: 3px;
	font-size: 0.8em;
}

/*	======================================================================== */
input[type='submit'].ninja-forms-field,
nf-field .nf-add-fieldset {
	font-family: 'Avant Grade', 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1 !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.9rem;
	height: 50px;
	padding-top: 4px;
	border-width: 2px;
	background-color: var(--color-red);
	border-color: var(--color-red);
	color: #ffffff !important;
	background-color: #e40f2e !important;
	padding: 13px 40px;
}

nf-field fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 30px;
}

nf-field .nf-add-fieldset {
	margin-left: 30px;
	padding: 7px 20px;
	font-size: 0.7rem;
	height: 40px;
}

nf-field legend {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.checkbox-container.label-right .field-wrap {
	display: inline !important;
}
.nf-field-container.hr-container {
	margin-top: 20px;
	margin-bottom: 30px !important;
}

.nf-form-content {
	padding: 0 !important;
}
.nf-form-content label {
	display: inline-block;
	font-weight: 400 !important;
	font-size: 17px !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type='button']),
.nf-form-content textarea,
.nf-field-element .ninja-forms-field {
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
	background: #fff !important;
	color: #666 !important;
	border: 1px solid #e5e5e5 !important;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
}

.nf-form-content button,
.nf-form-content input[type='button'],
.nf-form-content input[type='submit'] {
	padding: 13px 40px;
	font-size: 18px;
	background-color: #e40f2e;
	background-color: var(--color-red) !important;
	color: #ffffff !important;
	text-decoration: none !important;
	border-color: var(--color-red) !important;
	color: #101010;
	position: relative;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	height: inherit;
}

.nf-form-content button:hover,
.nf-form-content input[type='button']:hover,
.nf-form-content input[type='submit']:hover {
	background-color: #e40f2e;
	background-color: var(--color-blue) !important;
	border-color: var(--color-blue) !important;
}

.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after,
.listcheckbox-wrap .nf-field-element label:after,
.listcheckbox-wrap .nf-field-label label:after,
.listradio-wrap .nf-field-element label:after {
	background-color: #ffffff !important;
}
.listradio-wrap .nf-field-element label.nf-checked-label:before {
	top: 50% !important;
	transform: translateY(-50%) !important;
}

/* DASHBOARD */
.page-template-espace-membre > header .inner {
	position: relative !important;
	background-color: #fff;
	padding: 55px 45px !important;
	padding-left: 0;
	margin-bottom: 55px;
	margin-right: 55px;
	height: calc(100% - 55px) !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-template-espace-membre > header .inner::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	top: 0;
	right: 100%;
	width: 50vw;
	height: 100%;
}
.page-template-espace-membre > header .logo img {
	width: 170px;
}
.page-template-espace-membre > header h1 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 28px;
	color: #243a7a;
}
.page-template-espace-membre > header .page-featured-image {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}
.page-template-espace-membre > header .page-featured-image img {
	margin-top: 55px;
}

.page-template-espace-membre > header .user-info {
	color: var(--color-blue);
	font-size: 28px;
	font-weight: 900;
	min-height: calc(100% - 55px) !important;
	margin-bottom: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dashboard-wrapper {
	padding-bottom: 100px;
	background-color: #ecf2fa;
}
.login-card {
	padding: 55px 45px;
	color: #fff;
}
.login-card * {
	color: #fff;
}
.login-card strong {
	font-size: 1.2rem;
	font-weight: 700;
}
.login-card a {
	display: inline-block;
	border: 3px solid #fff;
	padding: 10px 15px;
	font-weight: 700;
	font-size: 20px;
	margin-top: 10px;
	transition: all 0.3s;
}
.login-card.blue-card a:hover {
	background-color: #fff;
	color: var(--color-blue);
}
.login-card.red-card a:hover {
	background-color: #fff;
	color: var(--color-red);
}
.blue-card {
	background-color: var(--color-blue);
}
.red-card {
	background-color: var(--color-red);
}
.login-form {
	text-align: center;
	background-color: #fff;
	padding: 55px 45px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.login-form .form-content {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}
.login-form h2 {
	color: var(--color-blue);
	margin-top: 0;
	margin-bottom: 50px;
}
.login-form h3 {
	color: var(--color-red);
	font-weight: 500;
	font-size: 23px;
	margin-bottom: 30px;
}
.login-form label {
	text-align: left;
	display: block;
}
.login-form .alert {
	margin-bottom: 25px;
}
.login-form input {
	border-radius: 0;
	height: 50px;
}
.password-rules-wrapper {
	font-size: 80%;
	padding: 20px 0;
	text-align: left;
}
.password-rules {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.password-rules li {
	margin: 5px 0;
}
.password-rules .valid {
	color: green;
}
.password-rules .invalid {
	color: red;
}
.page-template-espace-membre .sidebar {
	margin-bottom: 0;
	transform: none;
	margin-right: 55px;
	padding: 55px;
}
.page-template-espace-membre .single-content {
	padding: 55px;
	padding: 30px;
}
.page-template-espace-membre .single-image {
	text-align: center;
}
.page-template-espace-membre .single-content.flexible-content {
	padding: 30px;
}
.page-template-espace-membre .single-content > h1 {
	font-size: 34px;
	margin-top: 15px;
}
.page-template-espace-membre .single-content h2 {
	font-size: 28px;
}
/* .page-template-espace-membre .single-content > h1,
.page-template-espace-membre .single-content > h3 {
    text-align: center;
} */
.page-template-espace-membre .single-content > h3 {
	color: var(--color-red);
	font-size: 20px;
	font-weight: normal;
}
.page-template-espace-membre .single-content > *:last-child {
	margin-bottom: 0;
}

.page-template-espace-membre .flexible-content-wrapper {
	padding: 20px 0 !important;
}

div + .documents-wrapper {
	margin-top: 55px;
}
.dashboard-documents {
	gap: 30px 0;
}
.element-heading + .dashboard-documents {
	margin-top: 30px;
}
.dashboard-documents .document-item {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 25px 125px 25px 25px;
	position: relative;
	overflow: hidden;
	min-height: 125px;
	transition: all 0.3s;
}
.dashboard-documents .document-item h3 {
	font-size: 18px;
	margin: 0;
	padding-top: 15px;
	position: relative;
	transition: all 0.3s;
}
.dashboard-documents .document-item h3::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 3px;
	background: var(--color-red);
	position: absolute;
	top: 0;
	left: 0;
}
.dashboard-documents .document-item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.dashboard-documents .document-item:hover h3 {
	color: var(--color-blue);
}
.dashboard-documents .document-item img {
	position: absolute;
	right: -20px;
	bottom: -55px;
}
.flexible-element .dashboard-documents .document-item {
	padding-right: 95px;
}
.flexible-element .dashboard-documents .document-item img {
	width: 100px;
}

.login-form .verification-code-group {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
	flex-wrap: wrap;
}
.login-form .verification-code-group label {
	margin: 10px;
}

.login-form .verification-code-inputs {
	display: flex;
	gap: 10px;
}

.login-form .verification-code-input {
	width: 40px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.login-form .verification-code-input:focus {
	border-color: var(--color-blue);
	outline: none;
}

.login-form .alert a {
	text-decoration: underline;
}

/* MON PROFIL */
.page-template-template-mon-profil .single-content {
	padding: 30px;
}
.page-template-template-mon-profil form.filter-form,
.page-template-template-mon-profil form.filter-form .section-inner {
	padding: 0;
	margin: 0;
}
.page-template-template-mon-profil form.filter-form {
	padding-top: 30px;
}

@media (max-width: 992px) {
	.page-template-espace-membre > header .inner {
		padding: 30px !important;
		margin-bottom: 30px;
	}
	.page-template-espace-membre > header .inner .logo img {
		width: auto;
		height: 50px;
	}
	.page-template-espace-membre > header .page-featured-image img,
	.dashboard-content .single-image img {
		margin: 0 auto;
		display: block;
	}
	.page-template-espace-membre > header .user-info {
		margin-bottom: 30px;
		height: auto;
	}

	.page-template-espace-membre .sidebar,
	.page-template-espace-membre .single-content {
		padding: 30px;
	}

	.dashboard-wrapper .content-area > .row {
		gap: 30px;
	}
	div + .documents-wrapper {
		margin-top: 30px;
	}
	.page-template-template-login .dashboard-wrapper .content-area > .row {
		flex-direction: column-reverse;
	}

	.page-template-espace-membre .sidebar {
		margin-right: 0;
	}

	.login-form {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.page-template-espace-membre .single-content > h1 {
		font-size: 30px;
	}
}

@media (max-width: 400px) {
	.login-form .verification-code-input {
		width: 30px;
		height: 40px;
		font-size: 20px;
	}
}

iframe {
	max-width: 100%;
}
.table-wrapper {
	width: 100%;
	overflow-x: auto;
}
