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

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "degular", sans-serif;

}

header {
	z-index: 4;
	font-size: 1.66rem;
	font-weight: 400;
}

.the-content p {
	font-size: 1.33rem;
	line-height: 1.2;
}

body .gchoice {
	display: flex;
	gap: 0.25rem;
}

.gpi-available-inventory-message {
	color: green;
}

body .gform_wrapper.gravity-theme .ginput_product_price_wrapper {
	display: none;
}

.the-content p strong {
	font-size: 1.5rem;
}

.the-content img {	
	box-shadow: 6px 6px 0px 0px rgba(247, 235, 45, 0.75);
}

header .main-menu {
	gap: 4rem;
}

header .home-icon {
	position: absolute;
	left: -4rem;
}

h1 {
	font-family: "bely-display";
	font-weight: 400;
}

h1.title-home {
	font-size: 6.25rem;
	margin-top: 8vh;
	margin-bottom: -0.6rem;
}

.hero-subtitle {
	font-size: 6.25rem;
	font-weight: 500;
	line-height: 0.875;
}

.title-date {
	flex-shrink: 0;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: -5px;
}


.container-fluid {
	max-width: 1840px;
	padding-inline: 5rem;
}

.hero-home {
	position: relative;
	inset: 0;
	width: 100%;
	height: 90vh;
	padding-top: 8vh;
}

.hero-home::after {
	content: "";
	position: absolute;
	inset: 0;
	bottom: 7px;
	z-index: 2;
	background: linear-gradient(0deg,rgba(247, 235, 45, 0.02) 24%, rgba(247, 235, 45, 0.04) 32%, rgba(247, 235, 45, 0.05) 40%, rgba(247, 235, 45, 0.11) 48%, rgba(247, 235, 45, 0.20) 56%, rgba(247, 235, 45, 0.32) 64%, rgba(247, 235, 45, 0.5) 72%, rgba(247, 235, 45, 0.7) 80%, rgba(247, 235, 45, 1) 86%);
}

.hero-home::before {
	content: "";
	position: absolute;
	inset: 0;
	bottom: 7px;
	z-index: 1;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0.02) 24%, rgba(255, 255, 255, 0.04) 32%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.11) 48%, rgba(255, 255, 255, 0.20) 56%, rgba(255, 255, 255, 0.32) 64%, rgba(255, 255, 255, 0.5) 72%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 1) 86%);
}

.hero-home > .overlay-title {
	position: absolute;
	z-index: 3;
	top: 0;
	height: 20%;
	width: 100%;
}

.hero-home > img {
	object-position: 50% 30%;
	filter: brightness(70%);
}

.big-border-bottom {
	border-bottom: solid 7px var(--bs-primary);
}

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

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

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

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

.contenu_simple_deux_colonnes_encadre .encart-wrapper {
	background: var(--bs-primary);
	padding: 3rem;
}

.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: 4rem;
	padding-bottom: 4rem;
}

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

footer {
	background: var(--bs-primary);	
}

.footer-text,
.footer-title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.footer-title {
	text-decoration: underline;
}

a.footer-text {
	text-decoration: none;
}

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

@media (max-width: 1199px) {
	.slick-arrow {
		--icon-size: 60px;
		--pos-x: -20px;
		top: 176px;
	}
}

@media (max-width: 991px) {
	.slick-dots {
		margin: 1.5rem 0 0 0;
	}
	
	.icon-box .slick-arrow {
		margin-right: 0;
	}
}
@media (max-width: 1600px) {
	
	h1.title-home {
	  font-size: 5.15rem;
	}
	
	.hero-subtitle {
	  font-size: 5.15rem;
	}

	.footer-text,
	.footer-title {
		font-size: 1.15rem;
	}
	
	.title-date {
	  font-size: 2.75rem;
	}
}

@media (max-width: 1399.98px) {
	
	.title-date {
		font-size: 2.33rem;
	}
	
}

@media (max-width: 1199.98px) {
	h1.title-home {
	  font-size: 4.25rem;
	}
	
	.hero-subtitle {
	  font-size: 4.25rem;
	}
	
	.title-date {
		font-size: 2.35rem;
	}
	
	header {
	  font-size: 1.33rem;
	}
}

@media (max-width: 991.98px) {
	
	h1.title-home {
	  font-size: 3.25rem;
	  margin-bottom: -0.3rem;
	}
	
	.hero-subtitle {
	  font-size: 3.25rem;
	}
	
	.title-date {
		font-size: 1.875rem;
	}
	
	.space {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.hero-subtitle {
	  line-height: 0.85;
	}
}

@media (max-width: 767.98px) {
	.container-fluid {
	  padding-inline: 2rem;
	}
	
	.title-date {
		 align-self: end;
		 margin-top: 0.66rem;
	 }
}

@media (max-width: 575.98px) {
	
	.the-content p strong {
	  font-size: 1.2rem;
	}
	
	.the-content p {
	  font-size: 1rem;
	}
	.container-fluid {
	  padding-inline: 1rem;
	}
	
	header {
	  font-size: 1.15rem;
	  line-height: 1;
	}
	
	h1.title-home {
		font-size: 2.5rem;
		line-height: 0.85;
		margin-bottom: 0.25rem;
	  }
	  
	 .hero-subtitle {
	   font-size: 1.5rem;
	 }
	 
	 .title-date {
		 font-size: 1.5rem;
	 }
	 
	 .hero-home {
	   position: relative;
	   inset: 0;
	   width: 100%;
	   height: 70vh;
	   padding-top: 17vh;
	 }
	 .hero-home > img {
	   object-position: 40% 30%;
	   filter: brightness(70%);
	 }
	 
	 .hero-home::after {
	   background: linear-gradient(0deg,rgba(247, 235, 45, 0.02) 24%, rgba(247, 235, 45, 0.04) 32%, rgba(247, 235, 45, 0.05) 40%, rgba(247, 235, 45, 0.11) 42%, rgba(247, 235, 45, 0.20) 50%, rgba(247, 235, 45, 0.32) 58%, rgba(247, 235, 45, 0.5) 62%, rgba(247, 235, 45, 0.7) 70%, rgb(247, 235, 45) 76%);
	 }
}