/*
Theme Name: Ergopix - Eprouvette UNIL
Theme URI: https://www.ergopix.ch
Author: ergopix sàrl
Version: 1.0
*/
* {
	outline: 0 none !important;
}

#wp-admin-bar-customize, #wp-admin-bar-new-content, #wp-admin-bar-search, #wp-admin-bar-comments, #wp-admin-bar-themes, #wp-admin-bar-menus, #wp-admin-bar-customize, #wp-admin-bar-comments {
	display: none;
}

.Antarctica-medium {
	font-family: "Antarctica Medium";
	font-weight: normal;
}

.Antarctica-semi-bold {
	font-family: "Antarctica Semi-Bold";
	font-weight: normal;
}

.Antarctica-bold {
	font-family: "Antarctica Bold";
	font-weight: normal;
}

html {
	font-size: 1em;
	-webkit-text-size-adjust: 1em;
	-ms-text-size-adjust: 1em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #939393;
}

.wp-caption, img {
	max-width: 100%;
	height: auto;
}

body {
	background: #FFF;
	font-size: 100%;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1A1A1A;
	line-height: 1;
	font-family: "Antarctica Regular";
}

header {
	z-index: 1040;
	top: 0;
}

.header {
	padding-top: 45px;
	padding-bottom: 45px;
	transition: all .5s;
}

.header .logo img {
	width: 325px;
}

.headroom {
	will-change: transform;
	transition: all .5s;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-120%);
}

.headroom--not-top.headroom--pinned .header, .headroom--not-top .header {
	background-color: rgba(0, 0, 0, .7);
	padding-top: 15px;
	padding-bottom: 15px;
}

.headroom--not-top .header .logo img {
	width: 150px;
}

.header .logo-black {
	display: none;
}

.header.no-hero-header .logo-black {
	display: inline-block;
}

.header.no-hero-header .logo-white {
	display: none;
}

.headroom--not-top .header.no-hero-header .logo-black {
	display: none;
}

.headroom--not-top .header.no-hero-header .logo-white {
	display: inline-block;
}

.border-header {
	border-bottom: 4px solid #F5F5F5;
	background-color: #FFF;
}

.hamburger {
	display: block;
	width: 42px;
	overflow: hidden;
	float: right;
}

.hamburger span {
	background: #1A1A1A;
	display: block;
	height: 2px;
	margin: 9px 0;
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: none .5s ease;
	transition: none .5s ease;
	-webkit-transition-property: -webkit-transform, top, left, opacity;
	transition-property: transform, top, left, opacity;
}

.headroom--not-top .hamburger span {
	background-color: #FFF;
}

.hamburger-white span {
	background: #FFF;
}

body.mm-wrapper_opened .hamburger span.top-bar {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

body.mm-wrapper_opened .hamburger span.middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
}

body.mm-wrapper_opened .hamburger span.bottom-bar {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}

body.mm-wrapper_opened .hamburger span.middle-bar {
	left: -40px;
}

.mm-listview {
	margin-top: 15px;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border: none;
}

:root {
	--mm-line-height: 20px;
	--mm-listitem-size: 55px;
	--mm-navbar-size: 65px;
	--mm-offset-top: 0;
	--mm-offset-right: 0;
	--mm-offset-bottom: 0;
	--mm-offset-left: 0;
	--mm-color-border: #F5F5F5;
	--mm-color-button: #1A1A1A;
	--mm-color-text: rgba(0, 0, 0, 0.75);
	--mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	--mm-color-background: #FFF;
	--mm-color-background-highlight: #FFF;
	--mm-color-background-emphasis: #FFF;
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-page, .wrapper {
	overflow: hidden;
}

.mm-menu {
	text-transform: uppercase;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
	color: #1A1A1A;
	font-size: 1.250rem;
}

.mm-listitem.wpml-ls-item {
	display: inline-block;
}

.mm-listitem_selected > .mm-listitem__text {
	background: transparent;
}

.mm-listitem__btn {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.btn-search {
	font-size: 1.500rem;
	cursor: pointer;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Antarctica Semi-Bold";
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.1;
}

.h1, h1 {
	font-size: 4.000em;
	letter-spacing: -2.17px;
}

h1.event-title {
	font-size: 3.000em;
	letter-spacing: -1.2px;
}

h1.h2 {
	font-size: 4.000em;
	letter-spacing: -1.6px;
}

.h2, h2 {
	font-size: 4.375em;
	letter-spacing: -1.75px;
}

.h3, h3 {
	font-size: 3.500em;
	letter-spacing: -1.4px;
}

.h4, h4 {
	font-size: 2.813em;
	letter-spacing: -1.12px;
}

.h5, h5 {
	font-size: 2.250em;
	letter-spacing: -0.9px;
}

h5.event-card-title {
	font-size: 1.125em;
	letter-spacing: -0.45px;
	line-height: 1.3;
}

.h6, h6 {
	font-size: 1.750em;
	letter-spacing: -0.7px;
}

p.very-small, li.very-small, div.very-small {
	font-size: 0.750em;
	letter-spacing: -.22px;
	line-height: 1.1;
}

p.small, .small, small {
	font-size: 1em;
	letter-spacing: -.32px;
	line-height: 1.2;
}

p.very-very-small, .very-very-small, .event-right-content p.very-very-small {
	font-size: 0.875em;
}

.section-grille div.very-small p {
	line-height: 1.6;
}

.section-grille p.very-small {
	line-height: 1.4;
}

div.lead {
	font-size: 1em;
	margin-bottom: 1rem;
}

div.lead p, p.lead {
	line-height: 1.4;
	font-size: 1.375em;
	letter-spacing: -0.55px;
	font-family: "Antarctica Medium";
}

.cursor-pointer {
	cursor: pointer;
}

a, .event-right-content a {
	text-decoration: none;
	transition: .2s;
}

p, .wp-caption-title, .the-content ul li, .the-content ol li, .accordion-header, .event-right-content p.title-sub-content {
	font-size: 1.125em;
	line-height: 1.5;
	letter-spacing: -0.34px;
}

p.wp-caption-text {
	font-size: .875em;
	line-height: 1.2;
	letter-spacing: -0.25px;
	margin-top: 5px;
}

.event-right-content p, .event-right-content .wp-caption-title, .event-right-content .the-content ul li, .event-right-content .the-content ol li {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: -0.2px;
}

.event-right-content .term-list {
	line-height: 1.5;
}

b, strong {
	font-family: "Antarctica Bold";
	font-weight: normal;
}

.the-content a, .event-right-content a {
	text-decoration: none;
	transition: all .2s linear;
	color: rgba(26, 26, 26, .5);
}

.the-content a:hover, .event-right-content a:hover {
	color: #1A1A1A;
	opacity: 1;
}

footer .the-content a {
	background: none;
}

.the-content ul {
	list-style: disc;
	padding-left: 17px;
	margin-bottom: 2rem;
}

.the-content ol {
	padding-left: 28px;
	margin-bottom: 2rem;
}

.the-content ul li {
	padding-left: 10px;
	margin-bottom: .5rem;
}

.the-content ol li {
	padding-left: 10px;
	margin-bottom: 1rem;
}

blockquote {
	position: relative;
	padding: 4rem 0 1.5rem;
}

blockquote:before, blockquote:after {
	font-family: sans-serif;
	content: "“";
	color: rgba(0, 0, 0, .2);
	font-size: 8em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -10px;
	vertical-align: top;
	letter-spacing: -10px;
}

blockquote:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: -10px;
	vertical-align: bottom;
	transform: rotate(180deg);
}

body .facetwp-facet {
	margin-bottom: 15px;
}

.bg-dark {
	background-color: #1A1A1A !important;
}

.site-menu li a {
	font-family: "Antarctica Medium";
	padding-left: 5px;
	padding-right: 5px;
	color: rgba(255, 255, 255, .75);
	font-size: 0.750em;
	letter-spacing: 1.2px;
}

.site-menu li a:hover, .site-menu li.current a {
	color: rgba(255, 255, 255, 1);
}

.site-menu li a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: -5px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width .2s ease 0s, left .2s ease 0s;
	width: 0;
}

.site-menu li a:hover:after, .site-menu li.current a:after {
	width: 100%;
	left: 0;
}

.top-bar .dropdown .dropdown-toggle {
	font-family: "Antarctica Medium";
	color: rgba(255, 255, 255, .75) !important;
	letter-spacing: 1.2px;
	font-size: 12px;
}

.top-page {
	height: 85vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 115px;
}

body.home .top-page {
	margin-bottom: 0;
	height: 100vh;
}

body.home .page-content-container {
	margin-top: 115px;
}

.overlay-hero-bottom {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.25;
	z-index: 2;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.44) 70%, #000000 100%);
}

.overlay-hero-top {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.25;
	z-index: 2;
	background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.30) 3%, rgba(0, 0, 0, 0.23) 20%, rgba(0, 0, 0, 0.00) 35%, rgba(0, 0, 0, 0.00) 100%);
}

.top-page .content-hero {
	right: 0;
	left: 0;
	bottom: 115px;
	z-index: 3;
}

.no-hero {
	padding-top: 450px
}

.introduction {
	margin-bottom: 75px;
}

.themes-focus {
	margin-bottom: 115px;
}

.highlights {
	margin-bottom: 205px;
}

.border-dark {
	border-color: #1A1A1A !important;
}

.border-light {
	border-color: #FFF !important;
}

.sub-section {
	margin-bottom: 90px;
}

.section-contenu-deux-colonnes .col-12 .sub-section {
	margin-bottom: 30px;
	margin-top: 15px;
}

.text-body-75 {
	color: rgba(26, 26, 26, .75);
}

a.text-body:hover {
	opacity: .6;
}

.fa-long-arrow-right {
	vertical-align: -2px;
}

.section-contenu-deux-colonnes, .section-grille, .section-accordeon, .section-contenu-une-colonne {
	margin-bottom: 60px;
}

.section-image-full, .section-cta, .section-image_contenu, .cta-home-item {
	margin-bottom: 115px;
}

.section-image_contenu {
	padding: 190px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.accordion-button {
	border: 2px solid rgba(0, 0, 0, 1);
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-width: 2px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-width: 2px;
}

.accordion-collapse {
	border: solid rgba(0, 0, 0, 1);
	border-width: 0 2px;
}

.accordion-button {
	font-size: 1em;
}

.accordion-button:focus {
	border-color: #000;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	background-color: #000;
	color: #FFF !important;
}

.accordion-button:after {
	content: "\f175";
	width: 8px;
	height: 16px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: none;
	transition: transform .2s ease-in-out;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	position: relative;
	vertical-align: 2px;
	transform-origin: center;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(180deg);
}

.accordion-body p:last-child, .accordion-body div ul:last-child, .accordion-body div ul li:last-child {
	margin-bottom: 0;
}

.ms-cta-left {
	margin-left: -8.6666666667%;
}

.ms-cta-right {
	margin-left: 24.666667%;
}

.content-cta-right {
	right: 0;
	position: absolute;
}

.content-cta-left {
	left: 0;
	position: absolute;
}

.link-cta {
	line-height: 38px !important;
	bottom: -21px;
	right: 3rem;
	overflow: visible;
}

.content-cta-left .link-cta {
	left: 3rem;
}

a.text-body.link-cta:hover {
	background-color: #000 !important;
	color: #FFF !important;
	opacity: 1;
}

.the-content table {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 2px solid;
}

.the-content table td {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid;
	padding: 35px 15px 35px 0;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.34px;
}

.the-content table td p {
	font-size: 18px;
}

.the-content table td p:last-child {
	margin-bottom: 0;
}

.btn {
	border-radius: 4px;
	border-width: 2px;
}

.event-right-content a.btn-dark {
	background-color: #FFF;
	border-color: #1A1A1A;
	color: #1A1A1A;
}

.event-right-content a.btn-dark:hover, .event-right-content a.btn-dark:focus {
	background-color: #1A1A1A;
	border-color: #1A1A1A;
	box-shadow: none;
	color: #FFF;
}

.bg-light {
	background-color: rgba(214, 214, 214, .5) !important;
}

footer .logo img {
	width: 200px;
}

.social-links i {
	font-size: 1.25em;
}

body .addtoany_list.a2a_kit_size_32 a {
	font-size: 1em;
	color: #1A1A1A;
}

body .a2a_menu a {
	color: #1A1A1A;
	font-family: "Antarctica Regular";
}

body .a2a_menu a.a2a_i:hover {
	color: #1A1A1A;
	border-color: transparent;
	border-style: solid;
	background-color: inherit;
	text-decoration: none;
}

body .a2a_menu {
	border-radius: 0;
	font: 16px inherit;
	color: #1A1A1A;
	border: 2px solid #1A1A1A;
}

.mb-10 {
	margin-bottom: 6rem !important;
}

body .fs-wrap {
	width: 100%;
	position: relative;
}

body .fs-label-wrap {
	width: 100%;
	background-color: #fff;
	font-weight: 400;
	line-height: 1;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1em;
	border-radius: 0;
	border-width: 2px;
	border-color: #1A1A1A;
}

body .fs-label-wrap.fs-label-wrap-active {
	color: #FFF;
	background-color: #1A1A1A;
}

body .fs-label-wrap .fs-label {
	padding: 24px 10px 18px 10px;
	line-height: 1;
	display: inline-block;
	overflow: visible;
}

body .facetwp-type-fselect .fs-label-wrap {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

body .facetwp-type-fselect .fs-label-wrap .fs-arrow {
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
	display: block;
	top: auto;
	line-height: 1;
	right: 14px;
	top: 2px;
}

body .facetwp-type-fselect .fs-label-wrap .fs-arrow:after {
	position: relative;
	top: -3px;
}

body .facetwp-type-fselect .fs-label-wrap .fs-label {
	flex: 1 0 0%;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

body .fs-arrow {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 10px;
	width: 15px;
	height: 10px;
	border: none;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
	font-size: 1em;
	position: relative;
	vertical-align: top;
	top: 28px;
}

body .fs-arrow:after {
	content: "\f107";
}

body .fs-dropdown {
	width: 100%;
	background-color: #fff;
	border: 2px solid #1A1A1A;
}

body .fs-search {
	border-bottom: 2px solid #1A1A1A;
}

body .fs-search input {
	padding: 14px 0 10px 0;
}

body .fs-option {
	padding: 7px 8px;
}

body .fs-dropdown .fs-options {
	max-height: 200px;
	padding: 7px 0;
}

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	border-color: inherit;
	box-shadow: none;
	outline: 0 none;
}

body .flatpickr-alt, html body .facetwp-search, body .facetwp-date.facetwp-date-min {
	width: 100%;
	background-color: #fff;
	border: 2px solid #1A1A1A;
	padding: 18px 10px 16px 10px;
	line-height: 1;
	text-align: center;
	border-radius: 0;
	font-size: 1em;
}

body .flatpickr-alt.fs-label-wrap-active {
	color: #FFF;
	background-color: #1A1A1A;
}

body .facetwp-input-wrap {
	width: 100%;
}

body .facetwp-facet-calendrier input::placeholder {
	color: #1A1A1A;
}

body .facetwp-facet input.facetwp-search, body .facetwp-facet input.facetwp-location {
	padding-right: 30px;
	padding-left: 30px;
	min-width: 100%;
}

body .facetwp-type-search .facetwp-icon {
	right: 0;
	opacity: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

body .facetwp-type-search .facetwp-icon:before {
	content: "\f178";
	display: inline-block;
	width: 30px;
	height: 100%;
	background: none;
	top: 23px;
	position: relative;
}

body .facetwp-type-search .facetwp-icon.f-loading:before {
	background-image: none;
	animation: none;
}

body .facetwp-facet-recherche.fs-label-wrap-active .facetwp-search {
	background-color: #1A1A1A;
	color: #FFF;
}

body .facetwp-facet-recherche.fs-label-wrap-active .facetwp-icon {
	color: #FFF;
}

.card, .card-img-top {
	border-radius: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.5rem 1.125rem;
}

.card-footer {
	padding: 1.5rem 1.125rem;
}

p.event-card-activity, .card-footer, li.tag, li.tag-custom {
	opacity: 0.75;
	font-size: 0.875em;
	letter-spacing: 0;
	line-height: 1.3;
}

li.tag{
	background-color: rgb(33, 37, 41);
	opacity: 1;
	color: #FFF;
	padding: 3px 4px 1px 4px;
	margin-right: 4px;
	font-size: 0.75em;
}

li.tag-custom {
	background-color: rgb(255, 255, 255);
	opacity: 1;
	color: #000;
	padding: 3px 4px 1px 4px;
	margin-right: 4px;
	font-size: 0.75em;
	border: 1px solid #000;
}

.card-footer {
	opacity: 1;
}

a.card .z-link img {
	transition: transform .5s;
}

.z-link {
	overflow: hidden;
	display: block;
}

.z-link img {
	overflow: hidden;
	transition: transform .5s;
}

.z-link:hover img {
	transform: scale(1.05);
}

.facetwp-counter {
	display: none;
}

body .facet-month-desktop {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

body .facetwp-radio {
	background: transparent;
	margin-right: 2px;
	text-align: center;
	transition: all .2s linear;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	line-height: 1;
	font-size: 0.875em;
	color: #1A1A1A;
	letter-spacing: -0.35px;
	text-align: center;
	line-height: 1;
	opacity: .5;
	border-bottom: 2px solid #1A1A1A;
	padding-bottom: 15px;
}

body .facetwp-radio:hover {
	opacity: 1;
}

body .facetwp-radio.checked {
	background-image: none;
	opacity: 1;
}

body .facetwp-type-radio .facetwp-radio:last-child {
	margin-right: 0;
}

body .fs-no-results {
	padding: 22px 8px 6px 8px;
}

#mc-embedded-subscribe {
	display: inline-block;
	border: none;
	background-color: rgba(0, 0, 0, .3);
	font-size: 1.125em;
	line-height: 42px;
	min-height: 42px;
	text-align: center;
	padding: 0 15px;
	vertical-align: top;
	letter-spacing: -0.45px;
}

.collapse-arrow {
	right: 0;
	transition: .3s;
	top: -2px;
}

.collapsed .collapse-arrow {
	transform: rotate(180deg);
}

#dots-container {
	bottom: 40px;
	left: 0;
	right: 0;
}

.slick-dots {
	position: relative;
	bottom: 0;
	text-align: left;
}

.slick-dots li {
	width: 40px;
	height: 30px;
	margin: 0 1px;
	text-align: center;
	border-top: 2px solid rgba(255, 255, 255, .4);
	padding-top: 12px;
	color: rgba(255, 255, 255, .4);
}

.slick-dots li.slick-active {
	border-top: 2px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

.border.border-2.border-dark.bg-white.text-center.text-body, .border.border-2.border-light.text-center.text-white {
	line-height: 1.2;
}

.border.border-2.border-dark.bg-white.text-center.text-body i, .border.border-2.border-light.text-center.text-white i, .text-body.text-decoration-none.cursor-pointer i, .text-danger.text-decoration-none.cursor-pointer i {
	left: 0;
	position: relative;
	transition: left .3s;
}

.border.border-2.border-dark.bg-white.text-center.text-body:hover {
	background-color: #000 !important;
	color: #FFF !important;
	opacity: 1;
}

.border.border-2.border-light.text-center.text-white:hover {
	background-color: #FFF !important;
	color: #000 !important;
	opacity: 1;
}

.border.border-2.border-dark.bg-white.text-center.text-body:hover i, .border.border-2.border-light.text-center.text-white:hover i, .text-body.text-decoration-none.cursor-pointer:hover i, .text-danger.text-decoration-none.cursor-pointer:hover i {
	left: 7px;
}

.border.border-2.border-dark.bg-white.text-center.text-body.link-cta:hover i, .text-body.text-decoration-none.cursor-pointer:hover i.fa-search {
	left: 0;
}

.quick-links {
	margin-bottom: 60px;
}

.item-theme {
	min-height: 145px;
}

.item-theme-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform .5s;
}

.item-theme:hover .item-theme-background {
	transform: scale(1.05);
}

.themes-focus {
	background-image: linear-gradient(180deg, rgba(26, 26, 26, .1) 0, rgba(26, 26, 26, 0) 100%);
}

.themes-focus .container {
	top: -90px;
	margin-bottom: -90px;
}

.mm-menu .menu-mobile-social a {
	flex-grow: unset;
	flex-basis: auto;
}

.dropdown-toggle:after {
	display: inline-block;
	vertical-align: .255em;
	content: "\f107";
	border: none;
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 400;
	font-size: 1em;
	vertical-align: -2px;
	margin-left: 5px;
}

.dropdown-menu {
	min-width: auto;
	padding: .75rem 0 .25rem 0;
	margin: 0;
	font-size: 1em;
	color: #1A1A1A;
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 0;
	left: 0 !important;
	right: 0 !important;
}

.dropdown-menu li {
	margin-bottom: .5rem;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1A1A1A;
	background-color: #FFF;
	opacity: .6;
}

body.home .intro-right .lead p {
	margin-bottom: 0;
}

body .facetwp-radio {
	padding-left: 0;
}

.dropdown-menu li.facetwp-radio {
	margin-right: 0;
	border-bottom: none;
	text-align: left;
	padding: 7px 8px;
	font-size: 1em;
	opacity: 1;
	margin-bottom: 0;
}

html .evenement-template-default .event-right-content div.col {
	line-height: 1.2;
}

.mm-navbar__title > span {
	overflow: visible;
}

.card-portrait.card {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	transition: .5s;
}

.card-portrait.card:hover {
	background-size: 105%;
}

input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
	box-shadow: none !important;
}

.fdate-nav > div, .fdate-clear {
	text-transform: capitalize;
}

.text-danger {
	color: #C54447 !important;
}

body .facetwp-facet-saisons .fs-label-wrap .fs-label {
	padding: 20px 30px 18px 10px;
}

body .fs-wrap.single .fs-option.selected {
	background-color: transparent;
	font-weight: bold;
}

.eocjs-newsticker {
	padding: 10px 0 8px 0;
	background-color: #FFF;
}

.eocjs-newsticker .eocjs-newsticker-container {
	position: relative;
	height: 20px;
	overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
}

.eocjs-newsticker-loader {
	position: absolute;
	left: calc(50% - 10px);
	width: 16px;
	height: 16px;
	display: block;
	border: 2px solid #555555;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: eocjs-newsticker-spin .75s linear infinite;
}

.eocjs-newsticker a {
	color: #000;
	padding: 0 15px;
	line-height: 1;
}

.eocjs-newsticker a:hover {
	opacity: .6;
}

body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-left: auto;
}

body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
	line-height: 1.2;
	border-color: #1A1A1A;
	border-width: 2px;
	border-radius: 0;
	padding: 1rem;
}

body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 0;
}

.gchoice > br, .gform_footer > br {
	display: none;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}

h3.gsection_title {
	font-size: 1.75rem;
	margin-bottom: 0;
}

.icheckbox_square-grey, .iradio_square-grey {
	margin-right: 5px;
}

html body.page-template-page-archive .facetwp-search{
	text-align: left;
	padding-left: 15px;
}

body.page-template-page-archive .facetwp-type-search .facetwp-icon::before {
  content: "\f002";
}

@keyframes eocjs-newsticker-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 991.98px) {
	body {
		font-size: 80%;
	}

	.ms-cta-left, .ms-cta-right {
		margin-left: 0;
	}

	.content-cta-right, .content-cta-left {
		right: auto;
		left: auto;
		position: relative;
	}

	footer p.lead {
		margin-bottom: .25rem;
	}

	.social-links a {
		font-size: 1.25em;
	}

	input.email {
		min-width: auto;
	}

	.no-hero {
		padding-top: 350px;
	}

	body .fs-arrow {
		top: 26px;
	}
}

@media (max-width: 767.98px) {
	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.h1, h1, h1.h2 {
		font-size: 2.500em;
		letter-spacing: -1.5px;
	}

	h1.event-title {
		font-size: 2.000em;
		letter-spacing: -1px;
	}

	.h2, h2 {
		font-size: 1.938em;
		letter-spacing: -1px;
	}

	.h3, h3 {
		font-size: 1.875em;
		letter-spacing: -1px;
	}

	.h4, h4 {
		font-size: 1.813em;
		letter-spacing: -0.9px;
	}

	.h5, h5 {
		font-size: 1.7500em;
		letter-spacing: -0.9px;
	}

	.h6, h6, h5.event-card-title {
		font-size: 1.250em;
		letter-spacing: -0.7px;
	}

	.intro-left .the-content h6 {
		font-size: 1.7500em;
		letter-spacing: -0.9px;
	}

	body.home .page-content-container {
		margin-top: 60px;
	}

	.themes-focus {
		margin-bottom: 60px;
	}

	.highlights {
		margin-bottom: 150px;
	}

	.link-cta {
		right: auto;
		left: 1rem;
	}

	.content-cta-left .link-cta {
		left: 1rem;
	}

	.section-image-full, .section-cta, .section-image_contenu, .cta-home-item {
		margin-bottom: 60px;
	}

	#mc-embedded-subscribe {
		width: 100%;
	}

	.card-body {
		padding: 1rem;
	}

	.card-footer {
		padding: 1rem;
	}

	input.email {
		min-width: 100% !important;
	}

	.top-page {
		margin-bottom: 60px;
	}

	.sub-section {
		margin-bottom: 45px;
	}

	.section-contenu-deux-colonnes, .section-grille, .section-accordeon, .section-contenu-une-colonne {
		margin-bottom: 45px;
	}

	.no-hero {
		padding-top: 210px;
	}

	.quick-links {
		margin-bottom: 30px;
	}

	body .facetwp-facet {
		margin-bottom: 10px;
	}

	.header .logo img {
		max-width: 180px;
	}
}

@media (max-width: 575.98px) {
	.border.border-2.border-dark.bg-white.text-center.text-body, .border.border-2.border-light.text-center.text-white {
		width: 100%;
	}
}

@media (max-width: 1199.98px) {}

.moove_gdpr_icon:after {
	content: "";
	width: 22px;
	height: 22px;
	background-image: url("images/cookie.png");
	background-size: 22px;
}

.moove_gdpr_icon svg {
	display: none;
}

body #moove_gdpr_save_popup_settings_button {
	background-color: #F5F5F5;
	color: #333;
}

body #moove_gdpr_save_popup_settings_button:hover, body #moove_gdpr_save_popup_settings_button:focus {
	background-color: #F5F5F5;
}

.moove-gdpr-tab-main-content table {
	box-sizing: border-box;
	caption-side: bottom;
	font-weight: 400;
	margin-bottom: 15px;
	vertical-align: top;
}

.moove-gdpr-tab-main-content table td {
	padding: .5rem;
	font-size: 80%;
	border: 1px solid;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	margin: 3px 4px;
}

body .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: rgb(0, 0, 0);
}

@media (max-width: 767px) {
	.gallery-item {
		margin-bottom: 15px;
	}

	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-pack: start;
		justify-content: start;
	}

	.moove-gdpr-tab-main-content table td {
		width: 33.333333% !important;
	}

	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,
	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
		font-size: 14px;
	}

	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
		font-size: 12px;
	}

	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
		font-size: 12px;
	}

	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,
	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,
	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.moove-gdpr-tab-main-content table td {
		padding: .25rem;
		font-size: 90%;
	}

	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,
	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
		margin-bottom: 10px;
	}

	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
		display: none;
	}

	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,
	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,
	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,
	body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content {
		padding-bottom: 75px;
	}
}