.fc-h-event {
	background-color: #f2f2f2;
}
.event_label.autres,
.calendar_category .autres {
	display: none;
}
.fc-daygrid-event {
	border-radius: 10px;
	padding: 10px;
	white-space: normal !important;
	background-color: #dcedee !important;
}
.fc-daygrid-event .calendar_heure,
.fc-daygrid-event .calendar_duree,
.fc-daygrid-event .calendar_title {
	font-size: 16px !important;
	font-weight: bold;
}
.fc-daygrid-event .calendar_category > span {
	color: #2508ff !important;
	font-size: 14px !important;
}
.fc-daygrid-event span.cercles-thematiques {
	display: none;
}
.fc-daygrid-day-number {
	font-weight: 700;
}
.bg-grey {
	background-color: #f2f2f2;
}
.bg-bleu {
	background-color: #002a3c;
}
.bg-teal {
	background-color: #2508ff !important;
}
.bg-blue {
	background-color: #2508ff;
}
.img-bckg {
	background-size: cover;
	background-repeat: no-repeat;
}
.bckg-contain div {
	background-size: contain;
}
.bckg-cover div {
	background-size: cover;
}
.bckg-auto div {
	background-size: auto;
}
.error {
	color: red;
}
.article-title {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 30px;
}
.job-title {
	padding-bottom: 30px;
}
.navbar-nav.navbar-top > li.dropdown.show .dropdown-menu {
	background-color: #165774;
}
#search-input-home input {
	border-radius: 25px;
	margin-right: 15px;
}
.close-icon {
	color: #fff;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: contain;
	width: 60px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.navbar-toggler[aria-expanded='false'] .i-arrow-down-w {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.navbar-toggler[aria-expanded='true'] .i-arrow-down-w {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.i-arrow-down-w {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	margin-bottom: 4px;
	width: auto;
	height: auto;
}
.btn {
	font-weight: 700;
	padding: 7px 24px;
	border-radius: 25px;
}
input.btn {
	border-radius: 25px;
}
.btn-teal a,
.btn-rose a {
	text-align: center;
	margin: auto;
	padding: 6px 24px;
	text-decoration: none !important;
}
.btn-teal a {
	background-color: #2508ff;
}
.btn-rose a {
	background-color: #ab2765;
	font-weight: 700;
}
.hyphens {
	hyphens: auto;
}
.acf-accordion-title label,
.acf-field--post-title label {
	font-size: 1.25rem !important;
}
.acf-button {
	background-color: #ab2765;
	text-align: center;
	margin: auto;
	padding: 6px 24px;
	color: #fff;
}
#logo {
	bottom: 6px;
	left: 0;
}
#logo img {
	position: relative;
	top: 3px;
	width: 120px;
	height: 128px;
}
#logo_mobile {
	width: 120px;
	height: 128px;
	border: 3px solid #fff;
}
.btn-outline-dark {
	color: #165774;
	border-color: #165774;
}
.btn-outline-dark:hover {
	background-color: #165774;
}
body {
	color: #002a3c;
}
body.menuSticky {
	padding-top: 86px;
}
h1 {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 800;
}
h2 {
	font-size: 1.75rem;
	font-weight: 700;
}
h4.h2 {
	font-size: 1.375rem;
	font-weight: 700;
}
h3 {
	color: #2508ff;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.375rem;
	color: #ab2765;
}
span.share-box {
	padding: 0 0.25rem;
}
section.no-padding-bottom {
	padding-bottom: 0px;
}
section.no-padding-top {
	padding-top: 0px;
}
section.small-padd {
	padding: 20px;
}
section.small-padd-bottom {
	padding-bottom: 20px;
	padding-top: 50px;
}
section.small-padd-top {
	padding-top: 20px;
	padding-bottom: 50px;
}
.mb-20 {
	margin-bottom: 1.25rem;
}
.my-20 {
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}
.mt-20 {
	margin-top: 1.25rem;
}
.mb-30 {
	margin-bottom: 1.875rem;
}
.my-30 {
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}
.mt-30 {
	margin-top: 1.875rem;
}
.mb-40 {
	margin-bottom: 2.5rem;
}
.my-40 {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}
.mt-40 {
	margin-top: 2.5rem;
}
.shadow-block {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.list-item.actualite {
	max-width: 420px;
}
@media screen and (max-width: 1023px) {
	.actualite_cff_logo {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.actualite_cff_logo {
		position: absolute;
		right: 25px;
		top: 10px;
		background-color: #002a3c;
		border-radius: 5px;
		width: 30px;
		height: 30px;
		background-image: url('../img/cff-event.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
.event.passed {
	opacity: 0.6;
}
.eventDetailsInfos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.eventDetailsInfos .eventDetailsItem {
	font-weight: 700;
}
.eventDetailsMore {
	border-top: 1px solid #c4c4c4;
	padding: 30px 0 20px;
	margin-top: 30px;
}
.eventDetailsMore .container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.eventDetailsItem {
	display: flex;
	align-items: center;
	margin: 5px 15px;
	font-size: 18px;
}
.eventDetailsItemIcon {
	position: relative;
	top: -3px;
	width: 24px;
	min-width: 24px;
	margin-right: 10px;
}
.eventDetailsItem span {
	color: #9f9fa5;
}
@media screen and (max-width: 1023px) {
	.eventDetailsItem span.separator {
		color: #fff;
	}
	.eventDetailsItem span.separator::after {
		display: block;
		clear: both;
		content: '';
	}
}
.eventDetailsLimit {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_single_fourth_meta{
	display: flex;
	justify-content: center;
}
.eventCardTitle {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 700;
}
.eventCardCat {
	margin-bottom: 20px;
}
.eventCardLink {
	font-weight: 700;
	text-decoration: underline;
	display: block;
	display: flex;
	justify-content: flex-end;
}
.eventCardLimit {
	font-size: 14px;
	margin-top: 12px;
}
.eventCardInfos {
	margin-bottom: 30px;
}
.eventCardMeta {
	margin-bottom: 10px;
}
.eventCardMeta > div:nth-child(2) {
	position: relative;
	top: 2px;
}
.eventCardCta {
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: #ab2765;
	font-weight: 700;
	margin-top: auto;
	border: 1px solid #ab2765;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	text-decoration: none !important;
}
.eventCardItem {
	display: flex;
	align-items: center;
	margin: 5px 30px 5px 0;
	font-size: 14px;
	font-weight: 700;
}
.eventCardItem span {
	text-transform: capitalize;
}
.eventCardItem > div:nth-child(0n + 2) {
	font-size: 16px;
}
.eventCardItemIcon {
	position: relative;
	top: -1px;
	width: 24px;
	min-width: 24px;
	margin-right: 10px;
}
.event_cff_logo {
	position: absolute;
	right: 25px;
	top: 10px;
	background-color: #002a3c;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background-image: url('../img/cff-event.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.event_meta {
	font-weight: 700;
	display: flex;
	align-items: center;
}
.event_meta_icon {
	min-width: 24px;
	width: 24px;
	margin-right: 10px;
}
.event-cff {
	color: #fff;
}
input {
	height: 40px;
	padding: 0 20px;
}
input[type='submit'] {
	background-color: #ab2765;
	color: #fff;
	border: 0px;
}
article.generic-page h2 {
	color: #2290be;
}
.event_label.formations {
	display: none;
}
.category_label {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 0.875rem;
	background-color: #f2f2f2;
}
.tag_label {
	cursor: pointer;
}
.mobile-menu-first li {
	background-color: #002a3c !important;
	color: #fff;
}
.mobile-menu-first > li {
	font-weight: 700;
}
.mobile-menu-first li.btn a {
	display: block;
	padding: 10px;
	width: 100%;
	line-height: 23px;
}
.top_menu .btn-teal a,
.top_menu .btn-rose a {
	border-radius: 25px;
}
.top_menu .menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top_menu .menu .btn-teal a {
	font-weight: 700;
}
.menu-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-desktop {
	display: flex;
	align-items: center;
	width: calc(100% - 175px);
}
.menu-desktop .ddown {
	flex: 1;
	text-align: center;
	height: 100%;
	white-space: inherit;
}
.menu-desktop .ddown-content {
	min-width: 250px;
}
.menu-desktop .ddown .dropbtn {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 5px;
}
.sidr,
#sidr {
	display: inline-block;
	background-color: #002a3c !important;
	min-height: 100vh;
}
.sidr-open .sidr,
.sidr-open #sidr {
	box-shadow: -4px 0 7px rgba(0, 0, 0, 0.42) !important;
}
.infinite-loading {
	display: none;
	text-align: center;
}
#return-to-top {
	z-index: 5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 35px;
	display: none;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	transition: all 0.3s ease;
}
#return-to-top img {
	position: absolute;
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
.intro {
	position: relative;
	z-index: 0;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.intro:after {
	background-color: #002a3c;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.35;
	z-index: -1;
}
.intro .container {
	z-index: 10;
}
.intro_label {
	background-color: #18a9ab;
	color: #fff;
	border-radius: 20px;
	font-size: 1.125rem;
	display: inline-block;
	padding: 9px 43px;
	margin-bottom: 30px;
}
.intro_icon img {
	width: 33px;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
	padding: 3px;
}
#clear-emploi {
	cursor: pointer;
	color: #ab2765;
}
#clear-emploi:hover {
	color: #8c2053;
	text-decoration: underline;
}
.img_emploi {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.submenu_events {
	margin-top: 30px;
	margin-bottom: 10px;
}
.submenu_events_item {
	width: 270px;
	color: #ab2765;
	border: 1px solid #ab2765;
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	margin: 0 7.5px;
	border-radius: 25px;
}
.submenu_events_item img.icon-white {
	display: none;
}
.submenu_events_item:hover {
	background-color: #ab2765;
	color: #fff;
}
.submenu_events_item:hover img.icon-rose {
	display: none;
}
.submenu_events_item:hover img.icon-white {
	display: inline-block;
}
.submenu_events_item:hover .burger_icon {
	background-image: url(../img/burger-icon-white.svg);
}
.submenu_events_item:hover .calendar_icon {
	background-image: url(../img/calendar-icon-white.svg);
}
.submenu_events_item.selected {
	background-color: #ab2765;
	color: #fff;
}
.submenu_events_item.selected img.icon-rose {
	display: none;
}
.submenu_events_item.selected .burger_icon {
	background-image: url(../img/burger-icon-white.svg);
}
.submenu_events_item.selected .calendar_icon {
	background-image: url(../img/calendar-icon-white.svg);
}
.burger_icon {
	height: 14px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/burger-icon-rose.svg);
	margin-right: 10px;
}
.calendar_icon {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/calendar-icon-rose.svg);
	margin-right: 10px;
}
.category_label {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 0.688rem;
}
.event_label,
.category_label {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 14px;
	margin-bottom: 7px;
}
.event_label.cercles-thematiques,
.category_label.cercles-thematiques {
	display: none;
}
.filter_tag {
	position: relative;
}
#close_filter_tag {
	position: absolute;
	background-color: #ddd;
	right: -5px;
	top: -10px;
	width: 20px;
	height: 20px;
	font-size: 1rem;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.event_cff {
	color: #fff;
	background-color: #2508ff;
	white-space: nowrap;
}
.event_category {
	background-color: #dcedee;
	color: #2508ff;
}
.article_category {
	background-color: #dcedee;
	color: #2508ff;
}
.ressource_type {
	background-color: rgba(228, 0, 43, 0.2);
}
.ressource_category {
	background-color: rgba(255, 130, 0, 0.2);
}
.list-item {
	margin-bottom: 2rem;
	min-height: 270px;
}
.list-item.event {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.list-item-content {
	padding: 35px 30px !important;
}
.list-item h2 {
	text-transform: none;
	font-size: 18px;
	color: #002a3c;
}
.list-item .post_type_label {
	color: #fff;
	background-color: #002a3c;
}
.list-item .event_meta,
.list-item .event_lieu {
	font-size: 0.875rem;
}
.list-item__link {
	margin-top: auto;
}
.list-item__link a {
	color: #ab2765;
}
.list-item__link a:after {
	background: none;
	width: 0px !important;
	height: 0px !important;
}
.list-item__arrow {
	text-align: right;
	margin-left: auto;
}
.list-item__published {
	font-weight: 600;
	line-height: 1;
}
.events_filter_time {
	margin-top: 40px;
}
.small-item .event_cff {
	top: 0px;
	position: inherit;
}
#result_number {
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.input_presence,
#input_cff {
	margin-right: 5px;
}
#search-home {
	padding-right: 0.25rem;
}
#input-search-articles,
#input-search-ressources {
	width: calc(100% - 35px);
}
.label_filter {
	font-weight: 700;
	margin-bottom: 5px;
}
.ddown-content.last {
	right: 0;
}
.search-container {
	border: 1px solid #c4c4c4;
	display: flex;
	align-items: center;
	border-radius: 25px;
	overflow: hidden;
}
.search-container input {
	height: 38px;
}
.search-icon {
	cursor: pointer;
}
.searchTitle {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.customCheckboxContainer {
	margin-top: 15px;
}
.customCheckbox + .customCheckbox {
	margin-left: 20px;
}
.customCheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.customCheckbox input + label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0;
	line-height: 15px;
}
.customCheckbox input + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #c4c4c4;
}
.customCheckbox input:checked + label {
	font-weight: 700;
}
.customCheckbox input:checked + label:before {
	background: #ab2765;
}
.customCheckbox input:checked + label:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow:
		2px 0 0 #fff,
		4px 0 0 #fff,
		4px -2px 0 #fff,
		4px -4px 0 #fff,
		4px -6px 0 #fff,
		4px -8px 0 #fff;
}
.button_filter_time {
	color: #c4c4c4;
	font-size: 1.25rem;
	padding: 0 35px 10px;
}
.button_filter_time:hover {
	color: #ab2765;
}
.button_filter_time.selected {
	color: #ab2765;
	border-bottom: 10px solid #ab2765;
	font-weight: 700;
}
select {
	padding: 0px 35px 0 20px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	height: 40px;
	background: url(../img/arrow-up-purple.svg) no-repeat right 15px center #fff;
	-webkit-appearance: none;
}
select.small-select {
	width: 400px;
}
select#articles-categories,
select#events-categories {
	border-radius: 25px;
}
select#articles-categories:invalid,
select#events-categories:invalid {
	color: #7d7b7b !important;
}
.fc-h-event {
	border: none !important;
}
.fc-event-main {
	color: #002a3c !important;
	font-size: 0.875rem !important;
}
@media screen and (max-width: 1023px) {
	.fc-event-main {
		word-break: break-word;
	}
}
@media screen and (max-width: 1023px) and (max-width: 500px) {
	.fc-event-main .calendar_timings {
		flex-direction: column;
	}
	.fc-event-main .calendar_heure {
		padding-right: 0;
	}
}
.calendar_title {
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 3px;
}
.calendar_category {
	font-size: 10px;
}
.calendar_timings {
	font-size: 12px;
	line-height: 12px;
}
.calendar_timings img {
	width: 15px;
}
.calendar_heure {
	padding-right: 10px;
	font-weight: bold;
}
.article-body p {
	line-height: 1.6em;
}
.article-body ul {
	padding-left: 30px;
}
.article-body ul li {
	margin-bottom: 15px;
}
.article-body p + h2,
.article-body ul + h2 {
	margin-top: 30px;
}
.article-body h4 > a {
	color: #002a3c !important;
	text-decoration: none !important;
	background-color: rgba(0, 0, 0, 0);
}
.article-body h4 > a:after {
	display: none !important;
}
.article-body a:not(.btn) {
	text-decoration: underline;
	color: #ab2765;
	font-weight: 700;
}
.post-type-post h2,
.post-type-ressource h2 {
	text-transform: uppercase;
}
.post-type-post .article-body,
.post-type-ressource .article-body {
	background-color: #fff;
}
.article_image_full {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_article_img {
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.article-list-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.h-menu {
	border-left: 1px solid #c4c4c4;
	padding-left: 15px !important;
	list-style: none;
}
@media screen and (min-width: 992px) {
	.h-menu {
		position: sticky;
		top: 154px;
	}
}
.h-menu-item {
	cursor: pointer;
}
.h-menu-item.active {
	position: relative;
	left: -15px;
	border-left: 5px solid #ab2765;
	padding-left: 15px;
}
.H3-menu-item {
	color: #18a9ab;
}
.post-excerpt {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 2.5rem;
}
.post-img {
	margin-bottom: 2.5rem;
}
.intro_actualite {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.box_actualite {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 35px 30px;
}
.home .box_actualite,
.same-category .box_actualite {
	padding: 20px;
	text-align: left;
}
.home .box_actualite .h2,
.same-category .box_actualite .h2 {
	font-size: 20px;
}
.home .box_actualite .mb-2,
.same-category .box_actualite .mb-2 {
	margin-top: 10px;
	font-size: 14px;
}
section.same-category .box_actualite {
	border: 1px solid #c4c4c4;
	box-shadow: none;
}
section.same-category {
	border-top: 1px solid #c4c4c4;
}
.carousel-slick {
	overflow: visible;
}
.slick-slide {
	display: flex !important;
	align-items: center;
}
.slick-slide img {
	margin: auto;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: inherit !important;
}
.slick-prev:before {
	content: '<';
	color: red;
	font-size: 30px;
}
.slick-next:before {
	content: '>';
	color: red;
	font-size: 30px;
}
article section.alterne:nth-child(even) {
	background-color: #f2f2f2;
}
.fondation_block {
	margin-bottom: 100px;
	position: relative;
}
.fondation_block__intro {
	margin-bottom: 65px;
}
.fondation_block__logo {
	position: absolute;
	width: 130px;
	height: 130px;
	top: -65px;
	left: 50%;
	background-size: 75px;
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
	background-color: #fff;
	z-index: 10;
}
.fondation_block__lien {
	padding: 80px 10px 35px;
	border: 1px solid #c4c4c4;
	text-align: center;
	color: #ab2765;
	text-decoration: underline;
}
.fondation_block__lien img {
	margin-right: 5px;
}
.squared-link {
	display: flex;
	background-color: #fff;
	padding: 10px;
	height: 200px;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2196078431);
}
.squared-link .squared_content {
	position: relative;
}
.squared-link .squared_content .show-more-link {
	position: absolute;
	right: 0;
	bottom: -8px;
}
.squared-link .squared_content .squared-text {
	width: calc(100% - 35px);
	font-size: 24px;
	line-height: 26px;
}
.squared-link [class*='icon']:after,
.squared-link [class*='icon']:before {
	content: none !important;
}
.squared-link .squared-link-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.squared-link .squared-link-icon .squared-link-titre {
	font-weight: bold;
	font-size: 28px;
}
figure a:after {
	display: none !important;
	background: none !important;
}
figure.wp-block-pullquote {
	padding: 0;
}
figure.wp-block-pullquote blockquote {
	background-color: #002a3c;
	color: #fff;
	padding: 40px;
}
figure.wp-block-pullquote blockquote p {
	font-size: 1.375rem;
	line-height: 26px;
	margin-bottom: 0px;
}
figure.wp-block-pullquote blockquote a {
	color: #fff !important;
}
figure.wp-block-pullquote blockquote a[target='_blank']:not(.btn-secondary):after {
	filter: invert(1);
}
blockquote.wp-block-quote {
	border-radius: 20px;
	background-color: #18a9ab;
	color: #fff;
	padding: 2.5rem 4.688rem;
	position: relative;
}
blockquote.wp-block-quote cite {
	font-size: 0.875rem;
	font-weight: 300;
	font-style: normal;
}
blockquote.wp-block-quote:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 14px;
	width: 40px;
	height: 30px;
	background-image: url(../img/citation-left-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
blockquote.wp-block-quote:after {
	content: '';
	position: absolute;
	bottom: 18px;
	right: 14px;
	width: 40px;
	height: 30px;
	background-image: url(../img/citation-right-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.wp-block-button__link {
	border-radius: 0px;
	margin-top: 0px !important;
	background-color: #ab2765;
	color: #fff !important;
	font-size: 1rem !important;
	padding: 6px 24px;
	margin-bottom: 0.5rem;
	font-weight: 700;
	text-decoration: none !important;
	cursor: pointer;
}
.wp-block-button__link:after {
	content: '' !important;
	width: 0px !important;
	height: 0px !important;
	background: none !important;
}
a.rose {
	color: #ab2765;
}
.actualite_image_box > a,
a[target='_blank'].no-external {
	text-decoration: underline !important;
	font-weight: bold !important;
	color: #ab2765 !important;
	margin-top: auto !important;
	display: inline !important;
}
.actualite_image_box > a:after,
a[target='_blank'].no-external:after {
	content: '' !important;
	width: 0px !important;
	height: 0px !important;
	background: none !important;
	display: none !important;
}
.post-content p a:not(.btn-secondary),
.page-content p a:not(.btn-secondary),
.page-content ul a:not(.btn-secondary),
.post-type-emploi a:not(.btn-secondary),
.article-body a:not(.btn-secondary) {
	text-decoration: underline;
	font-weight: bold;
	color: #ab2765;
}
.post-content p a[target='_blank']:not(.btn-secondary),
.page-content p a[target='_blank']:not(.btn-secondary),
.page-content ul a[target='_blank']:not(.btn-secondary),
.post-type-emploi a[target='_blank']:not(.btn-secondary),
.article-body a[target='_blank']:not(.btn-secondary) {
	display: inline-block;
	margin-top: -6px;
	color: #ab2765;
}
.post-content p a[target='_blank']:not(.btn-secondary):after,
.page-content p a[target='_blank']:not(.btn-secondary):after,
.page-content ul a[target='_blank']:not(.btn-secondary):after,
.post-type-emploi a[target='_blank']:not(.btn-secondary):after,
.article-body a[target='_blank']:not(.btn-secondary):after {
	content: '';
	background-image: url(../img/lien-externe-icon.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: bottom;
}
.simpleLink:hover {
	color: #ab2765;
}
.filtersWhite input,
.filtersWhite select {
	border: 1px solid #c4c4c4;
}
#calendar {
	margin-bottom: 100px;
}
.fc .fc-daygrid-day-top {
	justify-content: center;
	font-size: 20px;
}
.fc .fc-toolbar-title {
	text-transform: uppercase;
}
.fc .fc-daygrid-day-bottom {
	padding: 2px 10px 0 !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
	margin-right: 10px !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end  {
	margin-left: 10px !important;
}
.fc-direction-ltr .fc-popover-body .fc-daygrid-event {
	margin-right: 2px !important;
	margin-left: 2px !important;
}
.fc .fc-toolbar {
	padding: 20px;
	background-color: #c4c4c4;
}
.fc .fc-button.fc-prev-button.fc-button-primary,
.fc .fc-button.fc-next-button.fc-button-primary {
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 10px;
}
.fc .fc-button.fc-prev-button.fc-button-primary:focus,
.fc .fc-button.fc-next-button.fc-button-primary:focus {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}
.fc .fc-button.fc-prev-button.fc-button-primary .fc-icon,
.fc .fc-button.fc-next-button.fc-button-primary .fc-icon {
	width: 29px;
	height: 29px;
	border: 2px solid #002a3c;
	border-radius: 50%;
	color: #002a3c;
}
.block-download {
	border-left: 10px solid #18a9ab;
	margin-bottom: 20px;
	padding: 1rem 1.25rem;
}
.bg-grey .block-download {
	background-color: #fff;
}
.block-download-title {
	font-weight: 700;
}
.block-download-info {
	font-size: 0.75rem;
}
.block-download + .block-download {
	margin-top: -10px;
}
.block-download-icon {
	width: 24px;
}
.block-download-icon a {
	display: block;
	width: 24px;
}
.block-title {
	font-size: 40px;
	line-height: 50px;
	max-width: 680px;
	margin: 30px auto 20px;
}
.block-intro {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 40px;
}
.accordion {
	margin-bottom: 20px;
}
.card {
	margin-bottom: 10px;
}
.show .card-body {
	border-left: 10px solid #ab2765;
}
.card-header {
	border-left: 10px solid #9f9fa5;
	background-color: #f2f2f2;
	font-weight: 700;
}
.card-header button {
	outline: 0;
	padding: 0.375rem 0rem;
	font-weight: 700;
}
.card-header .accordion-arrow {
	background-image: url('../img/arrow-up-purple.svg');
	background-repeat: no-repeat;
	width: 24px;
	height: 8px;
}
.show > .card-header {
	border-left: 10px solid #ab2765;
	background-color: #fff;
}
.show > .card-header .accordion-arrow {
	background-image: url('../img/arrow-down-purple.svg') !important;
}
.block-gallery-count {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background-color: hsla(0, 0%, 100%, 0.75);
	font-size: 1.375rem;
	font-weight: 700;
}
.block-gallery-controls {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.block-gallery-control {
	float: left;
	width: 60px;
	height: 60px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: hsla(0, 0%, 100%, 0.75);
}
.block-gallery-control-left {
	background-image: url('../img/arrow-carousel-left.svg');
}
.block-gallery-control-right {
	background-image: url('../img/arrow-carousel-right.svg');
}
.block_text_icon_texte {
	flex-shrink: 4;
}
.ev_block .event_meta,
.same-category .event_meta {
	margin-bottom: 10px;
}
.footer-bottom .row {
	gap: 20px;
}
.footer-bottom .text-primary {
	max-width: 330px;
}
@media screen and (max-width: 767px) {
	.footer-bottom .text-primary {
		text-align: center !important;
	}
}
@media screen and (max-width: 767px) {
	.footer-bottom-soutien {
		text-align: center !important;
	}
}
.footer-bottom-soutien a {
	display: inline-block;
	margin-right: 10px;
}
.footer-bottom-soutien img {
	height: 50px;
}
footer {
	background-color: #002a3c;
	color: #fff;
}
footer input::-moz-placeholder {
	color: #7d7b7b;
}
footer input::placeholder {
	color: #7d7b7b;
}
footer select:invalid {
	color: #7d7b7b !important;
}
footer .footerInput {
	border-radius: 25px;
	margin-right: 15px;
}
footer .footerSubmit {
	border-radius: 25px;
}
.header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 11;
	transition: all 0.1s ease-in;
}
.menu {
	padding-left: 0;
}
.menu li {
	list-style: none;
}
.top_menu {
	background-color: #002a3c;
}
.top_menu ul {
	min-height: 70px;
	margin-bottom: 0;
}
.top_menu a {
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.top_menu .container {
		display: grid !important;
		grid-template-columns: 1fr 2fr 1fr;
	}
	.top_menu .menu-item {
		border: 1px solid #fff;
		padding: 10px;
	}
	.top_menu .logo-mobile a {
		display: block;
	}
	.top_menu .menu-mobile {
		justify-self: flex-end;
	}
	.top_menu .icon-bar {
		background-color: #fff;
		height: 1px;
	}
	.top_menu .menu-item:not(:first-of-type),
	.top_menu #search-home {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.top_menu .btn-rose a {
		margin-left: 5px !important;
	}
}
.menu-finale {
	background-color: #fff;
	text-transform: uppercase;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.menu-finale ul {
	min-height: 86px;
}
.menu-finale a.dropbtn:hover {
	color: #2508ff;
}
.menu-finale a.dropbtn::before {
	background-color: #2508ff !important;
}
.menu-finale .current-menu-item > a,
.menu-finale .current-menu-parent > a {
	color: #2508ff;
}
.menu-finale .current-menu-item > a:after,
.menu-finale .current-menu-parent > a:after {
	content: '';
	position: absolute;
	background-color: #2508ff;
	height: 8px;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination img {
	width: 6px;
}
.pagination li {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	line-height: 40px;
}
.pagination li.disabled a:hover,
.pagination li.disabled a:focus,
.pagination li.disabled span:hover,
.pagination li.disabled span:focus {
	border-color: rgba(0, 0, 0, 0);
}
.pagination a,
.pagination span {
	display: block;
	transition: all 0.2s ease-in;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
}
.pagination a.current,
.pagination span.current {
	background-color: #ab2765;
	color: #fff;
}
.pagination a:not(.current):hover,
.pagination a:not(.current):focus,
.pagination span:not(.current):hover,
.pagination span:not(.current):focus {
	border-color: #ab2765;
	color: #ab2765;
}
.pagination .btn {
	padding: 0;
}
.lds-dual-ring {
	display: none;
	width: 80px;
	height: 80px;
}
.lds-dual-ring:after {
	content: ' ';
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #ab2765;
	border-color: #ab2765 rgba(0, 0, 0, 0) #ab2765 rgba(0, 0, 0, 0);
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #002a3c;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #002a3c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.acf-button {
	white-space: nowrap;
	display: inline-block;
}
.acf-form-submit {
	margin-top: 30px;
}
.acf-field-6260f95c8caee {
	display: none;
}
.acf-field input[type='text'],
.acf-field input[type='password'],
.acf-field input[type='date'],
.acf-field input[type='datetime'],
.acf-field input[type='datetime-local'],
.acf-field input[type='email'],
.acf-field input[type='month'],
.acf-field input[type='number'],
.acf-field input[type='search'],
.acf-field input[type='tel'],
.acf-field input[type='time'],
.acf-field input[type='url'],
.acf-field input[type='week'],
.acf-field textarea,
.acf-field select {
	border: 1px solid #9f9fa5 !important;
}
.acf-url i {
	top: 10px !important;
}
.updated {
	color: #18a9ab;
	font-weight: bold;
}
.simpleLink {
	text-decoration: none;
	font-weight: normal;
}
.jobSearch {
	width: 100%;
	max-width: 795px;
	margin: 0 auto;
}
.jobSearch .search-icon {
	margin-right: 20px;
}
.jobSearchFilters {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.jobSearchFiltersItem {
	flex: 1;
	margin-right: 10px;
}
.jobSearchCta {
	display: flex;
	align-items: center;
}
.jobSearchCta .btn {
	margin-right: 10px;
}
.jobSearchCta #clear-emploi {
	text-decoration: underline;
	font-size: 14px;
}
.jobTitle {
	line-height: 28px;
	margin-bottom: 20px;
}
.jobItem {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.jobItemIcon {
	min-width: 20px;
	width: 20px;
	margin-right: 12px;
}
.jobItem > div:nth-child(2) {
	position: relative;
	top: 2px;
}
.jobCard .jobItem {
	font-size: 14px;
}
.jobCardFoundation {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}
.jobDetailsTitle {
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.jobDetailsItem {
	display: flex;
	align-items: center;
	margin: 5px 15px;
	font-size: 18px;
}
.jobDetailsItemContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.jobDetailsDate {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.jobDetailsFoundation {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 20px 0 10px;
}
.footerInput {
	border: 0;
	width: calc(100% - 60px);
	min-width: calc(100% - 60px);
}
.footerSubmit {
	border: 0;
	width: 60px;
	min-width: 60px;
}
.footerSub {
	margin: 30px 0 40px;
}
.footerSub a {
	position: relative;
	color: #fff;
}
@media screen and (min-width: 992px) {
	.footerSub a {
		margin-right: 50px;
	}
}
.footerSub a::after {
	content: '';
	width: 100%;
	height: 0.5px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 5px;
	opacity: 0.6;
}
@media screen and (max-width: 1023px) {
	.footer_menu {
		flex-direction: column;
		align-items: center;
	}
	.footer_menu a {
		display: block;
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}
	.squared-link {
		width: 22.5%;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.squared-link {
		width: 45%;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.container {
		max-width: 1000px;
	}
}
@media (min-width: 768px) {
	.button_filter_time {
		font-size: 1.625rem;
	}
	.height80 {
		height: 80vh;
	}
	.height50 {
		height: 50vh;
		min-height: 30rem;
	}
	.intro__title {
		margin: 10px auto 20px;
		max-width: 500px;
	}
	.intro__title__main {
		font-size: 48px;
	}
	.intro__title__main__home {
		font-size: 40px;
		text-transform: none;
	}
	.fondation_block {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) {
	.product-title-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 10px;
	}
	.cat_cal {
		margin-bottom: 0px;
	}
	section {
		padding: 50px 0px;
	}
	h1.case-study {
		padding-bottom: 2rem;
	}
}
@media only screen and (min-width: 1024px) {
	.magic-number,
	.magic-value {
		font-size: 4rem;
	}
	section {
		padding: 50px 0;
	}
	h2 + section.ev_block {
		padding-top: 10px;
	}
	.page-id-731 section.block-actualites {
		padding-top: 0;
	}
	header.masthead {
		height: 50vh;
		min-height: 30rem;
		padding-bottom: 0;
		padding-top: 0;
	}
	.dropbtn {
		padding: 20px 3px;
	}
	.dropbtn:hover:before {
		height: 8px;
	}
	#main-menu2 {
		align-items: center;
	}
	.navbar-main.navbar-expand-md {
		justify-content: space-between;
	}
}
@media only screen and (min-width: 1200px) {
	.navbar-nav,
	.menu-finale {
		display: flex !important;
	}
	.navbar-first {
		display: block;
	}
	.dropbtn {
		padding: 20px 5px;
	}
}
@media only screen and (min-width: 1280px) {
	.dropbtn {
		padding: 20px 12px;
	}
}
@media only screen and (max-width: 1199px) {
	.menu-desktop {
		width: calc(100% - 135px);
	}
	.menu-desktop .ddown .dropbtn {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1023px) {
	.jobSearchCta {
		width: 100%;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1023px) {
	.footerSocial {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.jobSearchFilters {
		flex-direction: column;
		align-items: start;
	}
	.jobSearchFiltersItem {
		width: 100%;
		margin-bottom: 20px;
	}
	.jobSearchCta {
		margin-top: 0;
	}
	.dropdown-menu > li {
		display: block;
	}
	.top_menu .menu {
		font-size: 15px;
		line-height: 16px;
	}
	.submenu_events_item {
		font-size: 16px;
	}
}
@media only screen and (max-width: 575px) {
	.submenu_events_item {
		font-size: 14px;
		line-height: 16px;
	}
	.button_filter_time {
		font-size: 16px;
		line-height: 18px;
		padding: 0 20px 10px;
	}
	.top_menu .menu {
		font-size: 14px;
	}
	.top_menu .menu .btn-teal a {
		padding: 6px 15px;
	}
	.block-title {
		font-size: 30px;
		line-height: 40px;
	}
	.block-intro {
		font-size: 18px;
		line-height: 22px;
	}
}
.page-template-page-emplois .intro .btn-secondary {
	padding: 15px 25px;
	text-transform: uppercase;
}
.page-template-page-emplois .intro .btn-secondary img {
	margin-left: 10px;
}
.block-download-title a {
	text-decoration: none !important;
}
.block-download-title a::after {
	content: none !important;
	display: none !important;
	background: none !important;
}
@media screen and (max-width: 1023px) {
	.block-dynamic .h-menu {
		display: none;
	}
}
.articleIconPublish {
	position: relative;
	top: -3px;
}
.box_actualite {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.alterne:nth-child(even) .box_actualite {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.fc-prev-button::after,
.fc-next-button::after {
	display: block;
	background: url('../img/arrow-right-circle-blue.svg') center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	content: '';
}
.fc-prev-button .fc-icon,
.fc-next-button .fc-icon {
	display: none;
}
.fc-prev-button::after {
	transform: rotate(180deg);
}
.ressource_img {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.ressource_img a,
.img-bckg a,
.main_article_img a,
.img_emploi a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1023px) {
	.ressource_img a,
	.img-bckg a,
	.main_article_img a,
	.img_emploi a {
		height: 220px;
	}
}
.ressource_img {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.acf-fields > .acf-tab-wrap {
	background: #fff !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group {
	border-top: none !important;
}
.close_menu {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.55rem;
}
.checkoutTitle {
	border-bottom: none;
}
.checkoutTitleLink {
	margin-top: 30px;
	color: #ab2765;
	font-size: 1.4rem;
	font-weight: 700;
}
.checkoutTitleLink a {
	color: #ab2765;
	text-decoration: underline;
}
.checkoutForm {
	margin: 0 auto;
	max-width: 500px;
}
.checkoutForm label {
	margin-bottom: 5px;
	font-weight: 700;
}
.checkoutForm a:not(.btn) {
	text-decoration: underline;
}
.checkoutForm .form-control {
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
}
.checkoutForm .form-check {
	padding-left: 0;
}
.checkoutForm .form-check label {
	font-weight: 400;
}
.checkoutForm .form-check input[type='checkbox'] {
	display: inline;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
.checkoutForm .form-check input[type='checkbox'] + span {
	display: inline-block;
	position: relative;
	margin-top: -24px;
	cursor: pointer;
	padding-left: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 14px;
}
.checkoutForm .form-check input[type='checkbox'] + span::before {
	position: absolute;
	top: -3px;
	left: 0;
	transition: 0.2s;
	z-index: 0;
	margin-top: 3px;
	border: 2px solid #000;
	width: 20px;
	height: 20px;
	content: '';
}
.checkoutForm .form-check input[type='checkbox'] + span::after {
	position: absolute;
	top: 0;
	top: 0;
	left: 0;
	transition: 0.2s;
	z-index: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	content: '';
}
.checkoutForm .form-check input[type='checkbox']:checked + span::after {
	border-color: #ab2765;
	background-color: #ab2765;
	color: #fff;
	content: '✓';
}
.checkoutForm button {
	display: inline-block;
	margin-top: 30px;
	min-width: 240px;
}
.wpcf7-submit {
	border-radius: 0;
}
.checkoutEventTitle {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 1.4rem;
}
.checkoutEventInfos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.checkoutEventInfosItem {
	display: flex;
	align-items: center;
	margin: 5px 15px;
	font-size: 18px;
}
.checkoutEventInfosItem p {
	margin-bottom: 0;
}
.checkoutEventInfosIcon {
	position: relative;
	top: -3px;
	margin-right: 10px;
	width: 24px;
}
.checkoutEventTarif {
	text-transform: uppercase;
	font-size: 1.12rem;
}
.checkoutEventTarif strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.checkoutEventLink {
	color: #ab2765;
	text-decoration: underline;
	font-weight: 700;
}
.wpcf7-submit {
	border-radius: none;
}
@media screen and (max-width: 600px) {
	.wp-block-media-text {
		gap: 20px;
	}
}
.partners {
	padding: 0 30px;
}
.partners .slick-slide,
.partners .slick-slide img {
	max-height: 120px;
}
.partners .slick-prev {
	left: 0;
}
.partners .slick-next {
	right: 0;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition:
		opacity 300ms ease-in,
		visibility 300ms ease-in;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
.modal.is-open {
	visibility: visible;
	opacity: 1;
	z-index: 101;
}
.modalBackdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	transition:
		opacity 300ms ease-in,
		visibility 300ms ease-in;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.modal.is-open .modalBackdrop {
	visibility: visible;
	opacity: 1;
	z-index: 101;
}
.modalDialog {
	position: relative;
	transform: scale(0);
	transition: all 300ms ease-in;
	background-color: #fff;
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14);
	overflow-y: auto;
	padding: 50px;
	max-width: 800px;
	will-change: opacity, transform;
}
@media screen and (max-width: 849px) {
	.modalDialog {
		max-width: 90%;
	}
}
.modal.is-open .modalDialog {
	transform: scale(1);
	z-index: 1003;
	opacity: 1;
}
.modal.is-open .modalDialog.has-long-text {
	position: absolute;
	top: 20%;
}
.modalTitle {
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 32px;
}
.modalContent input {
	margin: 20px auto 30px;
	max-width: 600px;
}
.modalClose {
	cursor: pointer;
	position: absolute;
	top: 36px;
	right: 36px;
	color: #ab2765;
	line-height: 12px;
	font-size: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border: 2px solid #ffb900;
}
.wpcf7 form .wpcf7-response-output {
	border: 0px solid #fff;
}
.bg-grey .wpcf7-form .form-control {
	border: none;
}
.bg-grey input[type='text'],
.bg-grey input[type='email'],
.bg-grey input[type='tel'],
.bg-grey select {
	border: 1px solid #f2f2f2;
	background-color: #fff;
}
.wpcf7-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700 !important;
}
.wpcf7-form a:not(.btn) {
	text-decoration: underline;
}
.wpcf7-form .form-control {
	margin-bottom: 20px;
	border-radius: 0;
}
.wpcf7-form .form-control.wpcf7-select {
	padding-right: 25px;
	min-width: 346px;
}
.wpcf7-form label {
	font-weight: 400;
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='tel'],
.wpcf7-form select {
	background-color: #fff;
}
.wpcf7-form input[type='checkbox'] {
	display: inline;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
.wpcf7-form input[type='checkbox'] + span {
	display: inline-block;
	position: relative;
	margin-top: -24px;
	cursor: pointer;
	padding-left: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 14px;
}
.wpcf7-form input[type='checkbox'] + span::before {
	position: absolute;
	top: -5px;
	left: 0;
	transition: 0.2s;
	z-index: 0;
	margin-top: 3px;
	border: 2px solid #000;
	width: 20px;
	height: 20px;
	content: '';
}
.wpcf7-form input[type='checkbox'] + span::after {
	position: absolute;
	top: -2px;
	left: 0;
	transition: 0.2s;
	z-index: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	content: '';
}
.wpcf7-form input[type='checkbox']:checked + span::after {
	border-color: #ab2765;
	background-color: #ab2765;
	color: #fff;
	line-height: 21px;
	content: '✓';
}
.wpcf7-form .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form button,
.wpcf7-form input[type='submit'] {
	display: inline-block;
	margin-top: 30px;
	min-width: 240px;
}
@media screen and (max-width: 991px) {
	.list-item-content > div:first-of-type {
		flex-direction: column-reverse;
	}
	.list-item-content > div:first-of-type .event_cff {
		top: 0;
	}
}
.event-inscription {
	position: relative;
}
.event-inscription [data-target='return-to-event-details'] {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
	cursor: pointer;
	line-height: 1em;
	font-size: 35px;
}
.event-inscription [data-target='return-to-event-details']:hover,
.event-inscription [data-target='return-to-event-details']:focus {
	opacity: 1;
}
form label {
	font-weight: 700;
}
.wpcf7-spinner {
	margin: 0;
	opacity: 0;
	width: 0;
}
#wpadminbar {
	position: absolute !important;
}
#home-events-block .btn,
#home-news-block .btn {
	border-radius: 25px;
}
#home-ressources-block select {
	border-radius: 25px;
}
#home-ressources-block select:invalid {
	color: #7d7b7b;
}
#home-ressources-block input {
	border-radius: 25px;
}
#home-services-block .home-services-item {
	background-color: #2508ff !important;
	color: #fff !important;
	align-items: flex-end !important;
	justify-content: flex-start !important;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	position: relative;
	flex-direction: row;
}
#home-services-block .home-services-item > div:first-child {
	width: calc(100% - 32px);
}
#home-services-block .home-services-item a {
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	margin-top: auto;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	position: absolute;
	bottom: 16px;
	right: 16px;
}
#work-search-block select {
	border-radius: 25px;
}
#work-search-block select:invalid {
	color: #7d7b7b;
}
#work-search-block .btn,
#work-search-block input {
	border-radius: 25px;
}
#work-search-block #clear-emploi {
	font-weight: bold;
}
.cmplz-cookiebanner,
#cmplz-manage-consent .cmplz-manage-consent {
	background-color: #2508ff !important;
}
.ressource-filter {
	border-radius: 25px;
}
.ressource-filter:invalid {
	color: #7d7b7b;
}
.article-body .wp-block-separator {
	background-color: #2508ff !important;
	color: #2508ff !important;
}
.calendar-dropdown {
	position: relative;
	display: inline-block;
	font-weight: 700;
	display: flex;
	color: #fff;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 25px;
}

.calendar-dropdown > summary { list-style: none; cursor: pointer; color: #fff;background-color: #ab2765; border-radius: 25px;}
.calendar-dropdown > summary:hover{ color: #fff; }
.calendar-dropdown > summary::-webkit-details-marker { display: none; }

.calendar-menu{
	margin-top: 10px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 12px;
	padding: 15px;
	min-width: 220px;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
	display: flex;
	flex-direction: column;
}
.calendar-item{ display:block; padding:10px 12px; text-decoration:none !important; }
.calendar-item:hover{ background:#f5f5f5; border-radius:10px; }
.btn-card-main{
	background-color: #ab2765;
	font-weight: 700;
}
