/*
Theme Name: Ergopix
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;
}

.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;
}

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

.courriersans {
	font-family: "CourierSansLLWeb-Regular";
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "CourierSansLLWeb-Regular";
	font-size: 20px;
	line-break: 1.3;
	color: #000000;
	background: #FFF;
}

button, input, optgroup, select, textarea {
	font-family: 'Inter', sans-serif;
}

.text-body {
	color: #000000 !important;
}

header {
	margin-bottom: 100px;
	z-index: 1030;
}

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

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

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

body.mm-wrapper_opened .hamburger span.middle-bar {
	opacity: 0;
}

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

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

b, strong {
	font-family: "CourierSansLLWeb-Bold";
}

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

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

.mm-btn.mm-btn_next.mm-listitem__btn{
	width: 100%;
	position: absolute;
	height: 100%;
	border-left: 0;
}

:root {
	--mm-line-height: 20px;
	--mm-listitem-size: 44px;
	--mm-navbar-size: 103px;
	--mm-offset-top: 0;
	--mm-offset-right: 0;
	--mm-offset-bottom: 0;
	--mm-offset-left: 0;
	--mm-color-border: #F5F5F5;
	--mm-color-button: #000000;
	--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-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	color: #000000;
	font-size: 1.250rem;
}

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

.mm-navbar {
	border-bottom: 2px solid var(--mm-color-border);
}

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

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "CourierSansLLWeb-Bold";
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

a {
	transition: .3s !important;
}

a:hover {}

.the-content a {
	color: #000000;
}

.the-content a:hover {
	color: rgb(0, 0, 255);
	text-decoration: none;
}

.list-inline li {
	display: inline-block;
}

.list-inline li:not(:last-child) {
	margin-right: .5rem;
}

.main-menu li a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	transition: .3s;
}

.main-menu li.btn a:hover {
	opacity: 1;
}

.main-menu.list-inline li:not(:last-child) {
	margin-right: .5rem;
}

.btn-outline-light:hover a {
	color: #000000;
}

.btn-outline-light i {
	font-size: 22px;
}

.btn-check:focus + .btn, .btn:focus {
	box-shadow: none;
}

.main-menu.list-inline li.btn {
	margin-top: -2px;
}

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

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

.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;
}

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

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

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

a.text-body-60:hover {
	color: rgba(26, 26, 26, 1);
}

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

.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:focus {
	border-color: #000;
	box-shadow: none;
}

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

.accordion-button:after {
	content: "\f107";
	font-size: 20px;
	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;
}

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

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

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

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

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

.shadow-lg {
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.10) !important;
}

a.text-body {
	transition: 1s all cubic-bezier(.34, 0, .34, 1);
}

a.text-body:hover {
	color: rgba(0, 0, 255, 1) !important;
}

footer {
	background-color: #fee100;
}

footer .container-fluid {
	padding-top: 3rem;
}

.btn-link {
	font-weight: 600;
}

.home section {
	padding: 100px 0;
}

.container-page {
	padding-bottom: 100px;
}

.btn.btn-link:hover {
	opacity: .6;
}

.btn.btn-link i {
	position: relative;
	transition: .3s;
	left: 0;
}

.btn.btn-link:hover i {
	left: 3px;
}

img.img-black {
	filter: grayscale(100%);
	transition: .3s;
}

img.img-black:hover {
	filter: none;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
}

body.home {
	background: #f3f5f4;
	overflow: hidden;
}

.main-menu li a.join-btn, .join-btn {
	padding: 12px 28px;
	border: 2px solid rgba(0, 0, 255, 1);
	border-radius: 999px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	background: rgba(0, 0, 255, 1);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: transform 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
}

.main-menu li a.join-btn:hover, .join-btn:hover {
	background: rgba(0, 0, 0, 1);
	border: 2px solid rgba(0, 0, 0, 1);
}

.main-menu li a.join-btn:active, .join-btn:active {
	transform: translateY(0);
}

.main-menu li a.join-btn:focus-visible, .join-btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 1);
	outline-offset: 3px;
}

.main-menu li a:not(.join-btn):hover, .main-menu li.current_page_item a:not(.join-btn) {
	opacity: .5;
}

.mm-listitem a:hover {
	color: rgba(0, 0, 255, 1);
}

.the-content table td {
	padding-right: 2rem;
}

.hero {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	object-fit: contain;
	object-position: center center;
	display: block;
	transition: .3s;
}

@media (max-width: 1199.98px) {
	.img-hero img {
		max-width: 500px;
	}
	
	.hero {
		min-height: 850px;
	}
}

@media (max-width: 991.98px) {
	.hero {
		min-height: 650px;
	}
	
	footer {
		padding-top: 3rem;
	}
	
	.content-cta-right, .content-cta-left {
		right: auto;
		left: auto;
		position: relative;
	}
	
	.ms-cta-left, .ms-cta-right {
		margin-left: 0;
	}
	
	header {
		margin-bottom: 50px;
	}
}

@media (max-width: 767.98px) {
	html {
		overflow-x: hidden;
	}
	
	.logo img {
		width: 150px;
	}
	
	.mm-menu a,
	.mm-menu a:active,
	.mm-menu a:hover,
	.mm-menu a:link,
	.mm-menu a:visited {
		font-size: 1rem;
	}
	
	.themes-focus {
		margin-bottom: 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;
	}
	
	.section-contenu-deux-colonnes {
		margin-bottom: 0;
	}
	
	.container-page {
		padding-bottom: 0;
	}
	
	.main-menu li a.join-btn {
		padding: 6px 14px;
		font-size: 16px;
		letter-spacing: 0.02em;
	}
	
	.main-menu.list-inline li:not(:last-child) {
		margin-right: .25rem;
	}
}

@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}
	
	100% {
		background-position: -1000px 0;
	}
}

@keyframes animatedBackgroundBottom {
	0% {
		background-position: 0 bottom;
	}
	
	100% {
		background-position: -1000px bottom;
	}
}

@keyframes move {
	0% {
		transform-origin: top right;
		transform: scale(1.1);
	}
	
	50% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.1);
	}
}

body.home {
	overflow: hidden;
}

body.home .wrapper {
	position: relative;
	min-height: 100vh;
}

body.home picture.hero {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	display: block;
	z-index: 0;
}

body.home picture.hero img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
}

body.home header {
	position: relative;
	z-index: 10;
}

.social-links {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.social-links a {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #000;
	color: #fee100;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
}

.social-links a:hover {
	background: #0000ff;
	transform: translateY(-1px);
}

.social-links a i {
	font-size: 14px;
	line-height: 1;
}

.the-content > h2:not(:first-child), .the-content > h3:not(:first-child), .the-content > h4:not(:first-child) {
	margin-top: 2rem;
}

h4 {
	margin-bottom: .75rem;
}

hr {
	margin: 2rem 0;
	background-color: #000;
	opacity: 1;
}

.gform_required_legend {
	display: none !important;
}

#gform_submit_button_1{
	margin-left: auto;
}

.btn-menu.mm-listitem{
	margin: 1rem 20px 1rem 20px;
}

.btn-menu.mm-listitem a.join-btn{
	color: #FFF;
	text-align: center;
}