/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.com
Update URI: https://www.ergopix.com
Author: ergopix sàrl
Version: 1.0
*/
:root {
	overscroll-behavior: none;
	--f5f5f5: #F5F5F5;
	--caced0: #CACED0;
	--ebedee: #EBEDEE;
	--b8f4e4: #B8F4E4;
	--dbf9f1: #DBF9F1;
	--tech: #122722;
	--deep: #122722;
	--dark: #00071A;
	--mint: #d6d640;
	--707070: #707070;
	--ffffff: #FFFFFF;
	--font-machina:  "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--font-montreal: 'PP Neue Montreal', sans-serif;
	--fs-16: 16px;
	--fs-18: 18px;
	--fs-24: 24px;
	--fs-60: 60px;
	--fs-80: 80px;
	--lh-19: 19px;
	--lh-26: 26px;
	--lh-30: 30px;
	--lh-32: 32px;
	--lh-66: 66px;
	--lh-75: 75px;
	--lh-86: 86px;
	--header-height: 140px;
}


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

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

header .list-inline {
	gap: 3rem;
}

body .form-footer.gform_footer.top_label {
	margin-top: -25px;
}

.flex-50 {
	flex-basis: 50%;
}

.logo-normal {
	display: block;
}

body.scrolled .logo-normal {
	display: none;
}

.logo-scroll {
	display: none;
}

body.scrolled .logo-scroll {
	display: block;
}

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

.fixed-index-page {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  z-index: 5;
}

.index-page ul {
	margin-bottom: 0;
	gap: 2.5rem;
}

.index-page li {
	list-style: none;	
}

.wpml-ls-first-item {
	margin-right: -2rem;
}

ul.main-menu {
	margin-bottom: 0;
}

.index-page li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.index-page li a.active {
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.5rem;
}

section {
	scroll-margin-top: 200px;
}

.opacity-dark {
	opacity: 0.8;
}

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

.observe-element {
	opacity: 0;
}

body.scrolled header {
	background-color: rgba(255, 255, 255, 1);
	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: 450px;
	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: 0;
	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, var(--tech), var(--tech) 30%, var(--tech));
	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: 600px;
}

body.home section.hero .form-3d {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.2);
	animation: float 6s 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);
		filter: blur(3px) ;
		
	}
	50% {
		transform: translateY(-20px) scale(1.22);
		filter: blur(0px);
	}
	100% {
		transform: translateY(0px) scale(1.2);
		filter: blur(3px);
	}
}


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

.logo-normal, .logo-scroll {
	width: 380px;
	max-width: initial;
}

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

.stretched-link i {
	font-size: 2rem;
}

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

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

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

h3, .h3 {
	font-family: var(--font-machina);
	font-weight: 600;
	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 {
	border-radius: 0;
}

.btn-primary,
.btn-download {
	background-color: var(--mint);
	border: none;
	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,
.btn-download:hover,
.btn-download:focus {
	color: var(--deep);
	opacity: 0.7;
	background-color: var(--mint);
}

.btn-download span::before {
	content:"\f15b";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	margin-right: 0.5rem;
}

.btn-secondary {
	background-color: var(--tech);
	border: none;
	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 {
	color: var(--ffffff);
	opacity: 0.7;
	background-color: var(--tech);
}


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

h3.display-6 {
	font-size: 1.5rem;
	font-weight: 600;
}

.bg-feature-2-left:after {
	content: "";
	display: block;
	background-color: var("");
	height: 100%;
	width: 2000px;
	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(2, 1fr);
	gap: 28px;
}

.grid-cards .card {
	border: 0;
	border-radius: 0;
	
}

.grid-cards .card .card-body {
	background-color: var(--f5f5f5);
}

img.grid-card-header {
	aspect-ratio: 1.5;
	object-fit: cover;
}

.slick-carousel .carousel-item,
.slick-carousel-2 .carousel-item,
.slick-carousel-actu .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,
.slick-carousel-actu .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,
.slick-carousel-actu .content {
	background-color: var(--f5f5f5);
	/* border-radius: 50px; */
	transition: all 0.25s ease-in-out;
}

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

.carousel-content,
.card-content,
.slick-carousel-actu .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,
.slick-carousel-actu .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,
.slick-carousel-actu .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: 1;
}

body .wp-paginate .current {
  color: #fff;
  background: var(--tech);
  border: 1px solid var(--tech);
  margin-right: 4px;
  padding: 4px 8px;
}

@media (max-width: 1600px) {
	.left .pastille {
		right: 40px;
	}
	
	.right .pastille {
		left: 40px;
	}
	
	.logo-normal,
	.logo-scroll {
		max-width: 360px;
	}
	
	header {
		font-size: 0.875rem;
	}
	
	header .list-inline {
		gap: 2rem;
	}
	
	.wpml-ls-first-item {
	  margin-right: -1rem;
	}
	
}

@media (max-width: 1400px) {
	.grid-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.container-fluid {
	  padding-inline: 2.5rem;
	}
	
	header .list-inline {
		gap: 1.5rem;
	}
	
	.wpml-ls-first-item {
	  margin-right: -0.5rem;
	}
	
	.logo-normal,
	.logo-scroll {
		max-width: 320px;
	}
}


@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;
	}
	body.home .hero > img {
		height: 75vh;
		object-fit: cover;
		object-position: right center;
	}
	
	body:not(.home) .hero > img {
		height: 55vh;
		object-fit: cover;
		object-position: center center;
	}
	/* .observe-element {
		opacity: 1;
	} */
	
	.icon-box .slick-arrow {
		margin-right: 0;
	}
	
	.feature-image-absolute {
		width: 100%;
	}
	
	a.maxbutton {
		width: 100%;
	}
	
	.space {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.img-col {
		padding-bottom: 32px;
	}
	
	.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;
	}
	
	.btn-primary, .btn-download {
	  background-color: var(--mint);
	  border: none;
	  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: 16px;
	  line-height: 1.2;
	  letter-spacing: 0;
	  color: var(--deep);
	  text-align: center;
	  height: auto;
	  padding: 12px 24px;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  text-transform: uppercase;
	  white-space: wrap;
	  transition: all 0.25s ease-in-out;
	}
}

@media (max-width: 767px) {
	
	:root {
		--header-height: 100px;
	}
	
	.stretched-link i {
	  font-size: 1.5rem;
	}
	
	.hero-bottom * {
		font-size: 0.875rem;
		text-wrap: balance;
	}
	
	header {
		padding-top: 15px;
		padding-bottom: 15px;
	  }
	.opacity-dark {
	  opacity: 0.7;
	}
	
	.logo-normal,
	.logo-scroll {
		max-width: 220px;
	}
	
	.slick-carousel .carousel-item{
		margin: 0;
	}
	.slick-carousel {
	  margin: 0 .75rem;
	}
	
	body.home section.hero .container {
	  margin-top: 0px;
	  inset: 0;
	  z-index: 1;
	  height: 75vh;
	}
	
	.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;
	}
	
	
	.space {
		/* padding-top: 30px; */
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.max-120 {
		max-width: 90px;
	}
	h3 {
	  font-size: 1.25rem;
	}
	
	h2 {
		font-size: 1.75rem;
	}
	
	.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: var(--fs-80);
		line-height: var(--lh-86);
	}
	
	h1, .h1 {
		font-size: var(--fs-60);
		line-height: var(--lh-66);
	}
	
	h2, .h2 {
		font-size: var(--fs-60);
		line-height: var(--lh-66);
	}
	
	h3, .h3 {
		font-size: var(--fs-24);
		line-height: var(--lh-32);
		margin-bottom: 1.5rem;
	}
}