/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.com
Update URI: https://www.ergopix.com
Author: ergopix sàrl
Version: 1.5
*/
:root {
	overscroll-behavior: none;
	--f5f5f5: #F5F5F5;
	--caced0: #CACED0;
	--ebedee: #EBEDEE;
	--b8f4e4: #B8F4E4;
	--dbf9f1: #DBF9F1;
	--tech: #1E1ADE;
	--tech-70: rgba(30, 26, 222, 0.7);
	--deep: #000B40;
	--deep-70: rgba(0, 11, 64, 0.7);
	--dark: #00071A;
	--mint: #A6F1DD;
	--707070: #707070;
	--ffffff: #FFFFFF;
	--font-machina: 'PP Neue Machina', sans-serif;
	--font-montreal: 'PP Neue Montreal', sans-serif;
	--fs-16: 14px;
	--fs-18: 15px;
	--fs-24: 20px;
	--fs-60: 48px;
	--fs-80: 66px;
	--lh-19: 15px;
	--lh-26: 21px;
	--lh-30: 24px;
	--lh-32: 25px;
	--lh-66: 55px;
	--lh-75: 65px;
	--lh-86: 74px;
	
}

body .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: 100%;
}

body .wpml-ls-legacy-dropdown a {
  border: 0;
  background-color: transparent;
  padding: 0;
  padding-right: 10px;
  line-height: 1.3;
  font-size: 1rem;
}

body .wpml-ls-legacy-dropdown > ul {
  font-size: 1rem;
  line-height: 1.3;
  height: 50px;
}

body .wpml-ls-legacy-dropdown > ul > li {
	height: 50px;
}

body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, 
body .wpml-ls-legacy-dropdown a:focus, 
body .wpml-ls-legacy-dropdown a:hover {
  color: #fff;
  background: transparent;
}

body a.js-wpml-ls-item-toggle {
	color: #fff;
}

body.scrolled header .main-menu a.js-wpml-ls-item-toggle {
  color: var(--deep);
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: calc(10px + 1.4em);
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after{
  left: 2ch;
  right: unset;
}

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

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	
	display: flex;
	flex-direction: column;
	max-width: 100px;
	flex-wrap: wrap;
	width: auto;
	min-width: 50px;
	position: absolute;
	margin-top: 2rem !important;
	border-radius: 1rem;
	top: 0;
	right: 0;
	left: 0;
	background: #fff;
	border-top: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 101;
	padding-block: 0.5rem;
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
	text-align:left;
}

body header .main-menu .wpml-ls-sub-menu a {
	color: var(--dark);
	font-size: 0.9em;
	text-transform: initial;
	padding: 0.25rem 1rem;

}

.contact-adress a {
	color: rgb(0, 11, 64);
	font-size: var(--fs-24);
	font-family: var(--font-machina);
	font-weight: 500;
}

.carousel .slick-dots li:not(:nth-child(1), :nth-child(2) ) {
	display: none;
}

 .carousel .slick-dots li {
	display: none;
}

body:not(.home) .carousel .slick-carousel {
	margin: auto;
	max-width: 2380px;
}

body.home .carousel .slick-carousel {
	margin: auto;
	max-width:2840px;
}

@media (max-width: 2830px) {
	
	body.home .carousel .slick-dots li:nth-child(1),
	body.home .carousel .slick-dots li:nth-child(2) {
		display: inline-block;
	}
}


@media (max-width: 2400px) {
	.carousel .slick-dots li:nth-child(3) {
		display: inline-block;
	}
	
	body:not(.home) .carousel .slick-dots li:nth-child(1),
	body:not(.home) .carousel .slick-dots li:nth-child(2) {
		display: inline-block;
	}
}

@media (max-width: 1950px) {
	.carousel .slick-dots li:nth-child(4) {
		display: inline-block;
	}
	body:not(.home) .carousel .slick-dots li:nth-child(3) {
		display: inline-block;
	}
}

@media (max-width: 1450px) {
	.carousel .slick-dots li:nth-child(5) {
		display: inline-block;
	}
	body:not(.home) .carousel .slick-dots li:nth-child(4) {
		display: inline-block;
	}
}


body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	/* -moz-osx-font-smoothing: grayscale; */
}

header {
	padding-top: 55px;
	padding-bottom: 15px;
	z-index: 10;
	transition: background-color 0.2s ease, backdrop-filter 0.2s ease;
	font-family: var(--font-montreal);
}

/* .dropdown:hover .dropdown-menu {
	  display: block;
} */

.observe-element {
	opacity: 0;
}

body .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  flex-wrap: wrap;
  width: auto;
  min-width: 200px;
}

body .dropdown-item {
  white-space: normal;

}

.container-page {
	overflow-x: hidden;
}

body.scrolled header {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
}

header .main-menu .menu-item.dropdown {
	height: 50px;
}

.header-page {
	height: 350px;
	width: 100%;
}

header .logo > svg {
	width: 205px;
}

header .main-menu a {
	color: #fff;
	transition: color 0.2s ease;
	font-weight: 500;
}

header .main-menu a.dropdown-item {
	color: var(--dark);
}

body.scrolled header .main-menu a {
	color: var(--deep);
}

.cls-1 {
	fill: #fff;
	transition: fill 0.2s ease;
}

body.scrolled .cls-1 {
	fill: var(--tech);
}

.nav-link:focus, 
.nav-link:hover {
  color: #fff;
}

.tech {
	background-color: var(--tech);
}

.mint {
	background-color: var(--mint);
}

.white {
	background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--deep);
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item {
	font-size: 0.9em;
	text-transform: initial;
	
}

.dropdown-menu {
	--bs-dropdown-bg: rgba(255, 255, 255, 1);
	margin-top: 2rem!important;
	border-radius: 1rem;
	top: 0;
}

.container-fluid {
	padding-inline: 3.25rem;
}

.rounded-container {
	border-radius: 4rem;
	padding-block: 8rem;
	background-color: rgba(255,255,255,0.6);
	background-blend-mode: lighten;
	background-repeat: no-repeat;  
	background-size: cover; 
	background-position: center;
}

.hero-bottom {
	bottom: 0;
	left: 0;
}

body.home section.hero {
	overflow:hidden;
	width: 100vw;
	height: 100dvh;
	background: linear-gradient(to right top, rgba(0, 11, 64, 1), rgba(6, 11, 66, 0.902) 30%, var(--tech));
	// background: var(--tech-70);
	min-height: 720px;
}

body.home section.hero .container {
	margin-top: 100px;
	inset: 0;
	z-index:1;
}

section.hero .container-fluid {
	inset: 0;
	z-index: 1;
}

section.hero .container-fluid h1 {
	max-width: 1000px;
	text-wrap: balance;
}

body.home section.hero .form-3d {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.2);
	animation: float 4s ease-in-out infinite
}

section.hero h1,
section.hero h3 {
	color: #fff;
}

section.hero h1 span::before,
section.hero h3 span::before {
  content: "\A";
  white-space: pre;
}

.pastille {
	position: absolute;
	top: -65px;
	z-index: 2;
	width: 170px;
	height: 170px;
	transform: rotate(30deg);
}

.left .pastille {
	right: calc(((100vw - 1320px) / 2) - 100px);
}

.right .pastille {
	left: calc(((100vw - 1320px) / 2) - 100px);
}

@keyframes float {
	0% {
		transform: translateY(0px) scale(1.2) rotate(5deg);
		filter: blur(4px) ;
		
	}
	50% {
		transform: translateY(-30px) scale(1.24) rotate(0deg);
		filter: blur(0px);
	}
	100% {
		transform: translateY(0px) scale(1.2) rotate(5deg);
		filter: blur(4px);
	}
}


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

body.scrolled .hamburger span {
	background: var(--tech);
}

.hamburger span {
	background: #fff;
	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;
}

.mm-listview {
	margin-top: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2);
}

.mm-listitem::after {
	display: none;
}

.mm-navbar__title img {
	padding: 15px 0;
}

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

.the-content ul {}

.the-content ol {}

.the-content ul li, .the-content ol li {}

.the-content *:last-child {
	margin-bottom: 0;
}

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


.main-menu li a {
	display: inline-block;
	text-decoration: none;
}

header .main-menu .dropdown-item:focus, 
header .main-menu .dropdown-item:hover {
  color: var(--tech);
  background-color: transparent;
}

.accordion-body .the-content p:last-child, .content-with-bg p:last-child {
	margin-bottom: 0;
}

body .gform_confirmation_wrapper {
	border-radius: 0;
	border: 1px solid var(--bs-success-border-subtle);
	box-shadow: none;
	padding: 16px;
	position: relative;
	background-color: var(--bs-success-bg-subtle);
	width: 100%;
	color: var(--bs-success-text-emphasis);
	text-align: center;
}

.space {
	padding-top: 115px;
	padding-bottom: 115px;
}

.global-carousel .slick-track {
	display: flex !important;
}

.global-carousel .slick-slide {
	height: inherit !important;
	margin-left: .75rem;
	margin-right: .75rem;
}

.slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 54px 0 0px 0;
	line-height: 0;
	text-align: center;
	height: max-content;
}

.slick-dots li {
	display: inline-block;
	margin-right: 12px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots button {
	font-size: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	line-height: 0;
	border-radius: 9999px;
	border: 1px solid var(--bs-primary);
	background-color: transparent;
	transition: all ease 0.4s;
	position: relative;
}

.slick-dots .slick-active button {
	background-color: var(--bs-primary);
}

.slick-arrow {
	--pos-x: -30px;
	display: inline-block;
	padding: 0;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	position: absolute;
	top: 247px;
	border: none;
	border-radius: 50%;
	right: var(--pos-x, 58px);
	width: var(--icon-size, 80px);
	height: var(--icon-size, 80px);
	line-height: var(--icon-size, 80px);
	font-size: var(--icon-font-size, 18px);
	margin-top: calc(var(--icon-size, 80px) / -1);
	z-index: 2;
	opacity: 1;
	transition: .5s;
}

.slick-arrow.default {
	position: relative;
	--pos-x: 0;
	margin-top: 0;
}

.slick-arrow.slick-prev {
	right: auto;
	left: var(--pos-x, 58px);
}

.slick-arrow:hover {
	opacity: 1;
	background-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}

.arrow-margin .slick-arrow {
	top: calc(50% - 30px);
}

.logo-grid .logo-item {
	aspect-ratio: 2/1;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 1px solid #e9ecef;
	position: relative;
	top: 0;
}

.logo-grid img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button {
	font-size: 1.5rem;
}

body {
	font-family: var(--font-montreal);
}

h1, .h1 {
	font-family: var(--font-machina);
	font-weight: 500;
}

h2, .h2 {
	font-family: var(--font-machina);
	font-weight: 500;
}

h3, .h3 {
	font-family: var(--font-machina);
	font-weight: 500;
	margin-bottom: 1rem;
}

h1 em, h2 em, h3 em, p em {
	font-style: italic;
}

a, .link, .current-link {
	font-family: var(--font-montreal);
	font-weight: bold;
	font-size: var(--fs-18);
	line-height: var(--lh-26);
	color: var(--tech);
	text-decoration: underline;
}

.menu {
	font-family: var(--font-montreal);
	font-weight: 500;
	font-size: var(--fs-16);
	line-height: var(--lh-30);
	text-transform: uppercase;
	color: var(--ffffff);
}

.legende-grey {
	font-family: var(--font-montreal);
	font-weight: 500;
	font-size: var(--fs-16);
	line-height: var(--lh-19);
	color: var(--707070);
}

.button-dark, .btn-dark {
	font-family: var(--font-montreal);
	font-weight: bold;
	font-size: var(--fs-18);
	line-height: var(--lh-66);
	color: var(--deep);
	background-color: transparent;
	border: 2px solid var(--deep);
}

.button-white, .btn-light {
	font-family: var(--font-montreal);
	font-weight: bold;
	font-size: var(--fs-18);
	line-height: var(--lh-66);
	color: var(--ffffff);
	background-color: transparent;
	border: 2px solid var(--ffffff);
}

.btn-primary {
	background: var(--mint) 0% 0% no-repeat padding-box;
	background-color: var(--mint);
	border: none;
	border-radius: 999px;
	opacity: 1;
	backdrop-filter: blur(26px);
	-webkit-backdrop-filter: blur(26px);
	font-family: 'PP Neue Montreal', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 62px;
	letter-spacing: 0;
	color: var(--deep);
	text-align: center;
	height: 62px;
	padding: 0 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.25s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
	background: white linear-gradient(103deg, var(--mint) 0%, #FFFFFFA5 49%, var(--mint) 100%) 0% 0% no-repeat padding-box;
	border-radius: 999px;
	opacity: 1;
	backdrop-filter: blur(28px);
	-webkit-backdrop-filter: blur(28px);
	color: var(--deep);
}

.btn-secondary {
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: none;
	border-radius: 999px;
	opacity: 1;
	font-family: 'PP Neue Montreal', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 62px;
	letter-spacing: 0;
	color: var(--ffffff);
	text-align: center;
	height: 62px;
	padding: 0 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.25s ease-in-out;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: transparent linear-gradient(108deg, rgba(255, 255, 255, 0.52) 0%, rgba(184, 244, 229, 0.52) 54%, rgba(30, 26, 222, 0.52) 100%) 0% 0% no-repeat padding-box;
	border-radius: 999px;
	opacity: 1;
	backdrop-filter: blur(20px);
	color: var(--ffffff);
	-webkit-backdrop-filter: blur(20px);
}

.feature-image-wrapper {
	aspect-ratio: 3 / 2;
	position: relative;
	width: 100%;
}

.h3, h3 {
	font-size: 1.125rem;
}

.bg-feature-2-left:after {
	content: "";
	display: block;
	background-color: var("");
	height: 100%;
	width: 3000px;
	position: absolute;
	top: 0;
	z-index: -1;
}

.bg-feature-2-right:after {
	content: "";
	display: block;
	background-color: var(--tech);
	height: 100%;
	width: 2000px;
	position: absolute;
	top: 0;
	z-index: -1;
	left: -2000px;
}

.carousel-section {
	overflow: hidden;
}


.slick-carousel {
	margin: 0 -14px;
}

.grid-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.slick-carousel .carousel-item,
.slick-carousel-2 .carousel-item  {
	margin: 0 14px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.slick-carousel-2 .carousel-item {
	margin: 0 8px;
	aspect-ratio: 1;
}

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

.carousel-item {
	min-height: 100%;
	flex-direction: column;
}

.slick-track {
	display: flex !important;
	align-items: stretch !important;
}

.slick-slide {
	height: auto !important;
	display: flex !important;
	flex-direction: column;
}

.slick-carousel .carousel-item img,
.grid-cards .cards-item img  {
	width: 96px;
	height: auto;
}

.carousel-content,
.card-content {
	background-color: var(--f5f5f5);
	border-radius: 50px;
	transition: all 0.25s ease-in-out;
}

.carousel-content:hover,
.card-content:hover {
	background-color: var(--caced0);
}

.carousel-content,
.card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.slick-carousel .carousel-content a.stretched-link,
.grid-cards .card-content a.stretched-link {
	margin-top: auto;
	align-self: flex-end;
}

.icones_textes.tech .subtitle {
	color: #FFF;
}

.icones_textes.white .subtitle {
	color: var(--tech);
}

.icones_textes.mint .subtitle, {
	color: var(--dark);
}

.carousel-content:hover a.stretched-link svg path {
	stroke: var(--tech);
}

.custom-accordion .accordion-button {
	font-weight: 600;
	color: var(--deep);
	background-color: transparent;
	padding-right: 5rem;
	border: none;
	box-shadow: none;
	transition: color 0.3s;
	position: relative;
	border-radius: 0 !important;
}

.custom-accordion .accordion-button::after {
	content: "+";
	color: var(--deep);
	background-image: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 200;
	font-size: 5rem;
	width: auto;
	height: auto;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
	content: "-";
	color: var(--tech);
}

.custom-accordion .accordion-body {
	color: var(--deep);
	font-size: 0.95rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.custom-accordion .accordion-item {
	border-radius: 0;
}

.custom-accordion .accordion-item.border-0.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--deep) !important;
}

.custom-accordion .accordion-button:hover, .custom-accordion .accordion-button:hover::after, .accordion-button:not(.collapsed) {
	color: var(--tech);
}

.custom-accordion .accordion-body {
	padding-right: 5rem !important;
}

.image-block {
	border: 0.5px solid #CACED0;
	border-radius: 50px;
}

.image-block img {
	border-radius: 50px;
}

.images_contenu-bg {
	position: relative;
	z-index: 0;
}

.images_contenu-bg::before {
	content: "";
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: calc(100% - 300px);
	background-color: var(--f5f5f5);
	z-index: -1;
}

.text-muted{
	color: var(--707070)!important;
}

.max-120 {
	max-width: 120px;
}

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"] {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-bottom: solid 1px var(--dark);
}

body .gform_wrapper.gravity-theme .gfield select {
	background-color: transparent;
	border: solid 1px var(--dark);
}

.mm-menu--theme-white {
	--mm-color-text: var(--tech);
	--mm-color-border: var(--tech);
	--mm-color-icon: var(--tech);
}

.mm-navbar__title > span {
	color: var(--tech);
}


footer {
	background-color: var(--deep);
}

footer *,
footer a,
.hero-bottom a,
.hero-bottom * {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

footer .main-menu,
footer ul.sub-menu {
	list-style: none;
}

.footer-bottom,
.hero-bottom {
	opacity: 0.7;
}

@media (max-width: 1600px) {
	.left .pastille {
		right: 40px;
	}
	
	.right .pastille {
		left: 40px;
	}
	
	
	
}

@media (max-width: 1400px) {
	.grid-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (min-width: 992px) {
	.feature-image-wrapper {
		aspect-ratio: auto;
		height: 100%;
	}
	
	.feature-image-absolute {
		width: 50vw;
	}
	
	.img-col {
		top: -115px;
		position: relative;
	}
	
	.feature_2 {
		margin-top: 115px;
	}
	
	.slick-carousel .carousel-item {
		max-width: 450px;
	}
}

@media (max-width: 1200px) {
	.slick-arrow {
		--pos-x: 42px;
	}
}

@media (max-width: 1199px) {
	.slick-arrow {
		--icon-size: 60px;
		--pos-x: -20px;
		top: 176px;
	}
	
	.images_contenu-bg::before {
		top: 225px;
		height: calc(100% - 225px);
	}
}

@media (max-width: 991px) {
	.slick-dots {
		margin: 1.5rem 0 0 0;
	}
	
	.carousel .slick-dots li {
		display: inline-block!important;
	}
	
	/* .observe-element {
		opacity: 1;
	} */
	
	.icon-box .slick-arrow {
		margin-right: 0;
	}
	
	.space {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.img-col {
		padding-bottom: 60px;
	}
	
	.images_contenu-bg::before {
		top: 150px;
		height: calc(100% - 150px);
	}
	
	.pastille {
		display: none;
	}
	
	.accordion-button {
	  font-size: 1.25rem;
	}
	
	.logo-footer {
		width: 240px;
	}
	
	.header-page {
	  height: 300px;
	}
}

@media (max-width: 767px) {
	
	.wp-image-1599 {
		width: 80px;
	}
	
	.contact-adress {
		font-size: 0.9em;
	}
	
	.images_contenu .row-image > div:not(:first-child) {
		display: none;
	}

	.slick-carousel {
	  margin: 0 .75rem;
	}
	
	body.home section.hero .container {
	  margin-top: 0px;
	  inset: 0;
	  z-index: 1;
	}
	
	.container-fluid {
		padding-inline: 1rem;
	}
	
	section.hero h1 span::before, section.hero h3 span::before {
	  content: "";
	  white-space: pre;
	}
	
	.btn-secondary,
	.btn-primary {
		height: 48px;
		line-height: 48px;
	}
	
	header .logo > svg {
	  width: 140px;
	}
	
	header {
	  padding-top: 25px;
	  padding-bottom: 15px;
	}
	
	.space {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.max-120 {
		max-width: 90px;
	}
	h3 {
	  font-size: 1rem;
	}
	
	.contact-adress a {
		font-size: 0.9em;
	}
	
	.slick-carousel .carousel-item img, .grid-cards .cards-item img {
	  width: 72px;
	  height: auto;
	}
	
	.stretched-link > svg {
		width: 28px;
		height: 28px;
	}
	
	.accordion-button {
	  font-size: 1rem;
	}
	
	.custom-accordion .accordion-body {
	  padding-right: 1rem !important;
	}
	
	.header-page {
	  height: 200px;
	}
	
	.custom-accordion .accordion-button::after {
	  font-size: 3rem;
	}
	
	.custom-accordion .accordion-button {
	  padding-right: 3rem;
	}
	
	.rounded-container {
	  padding-block: 4rem;
	}
	
	.grid-cards {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.logo-footer {
		width: 180px;
	 }
	 
	 footer a,
	 footer {
		 font-size: 0.875rem;
	 }
	
}



@media (min-width: 1200px) {
	body.home h1, body.home .h1 {
		font-size: 60px;
		line-height: 1.1;
	}
	
	h1, .h1 {
		font-size: var(--fs-60);
		line-height: var(--lh-66);
	}
	
	h2, .h2 {
		font-size: var(--fs-60);
		line-height: var(--lh-75);
	}
	
	h3, .h3 {
		font-size: var(--fs-24);
		line-height: var(--lh-32);
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1800px) {
	body.home h1, body.home .h1 {
		font-size: var(--fs-80);
		line-height: var(--lh-86);
	}
}