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

}

.btn {
	border-radius: 100rem;
}

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

body:not(.home) main {
	padding-top: 100px;
}



body:not(.home) header {
	border-bottom: solid 2px black;
}

.mm-page {
  min-height: initial;
}

.container-page {
	min-height: calc(100vh - 300px);
}

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

.card-footer {
	background-color: transparent;
	flex-grow: 1;
	padding-block: 1.25rem;
	display: flex;
	flex-direction: column;
}

.card-footer a.btn {
	align-self: end;
}

.row.activites {
	--bs-gutter-x: 4rem;
}

.activite-description {
	flex-grow:1;
}

.activite-description .the-content p {
	font-size: 1.15rem;
}

.card-body {
	flex-grow: 0;
}

h2 {
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

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,
.bordered-image {	
	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;
}

body .gform_confirmation_wrapper {
	margin-top: 2rem;
}


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

.grid-activites {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 2rem;
	column-gap: 2rem;
}

.grid-activite {
	display: grid;
	grid-template-columns: 7fr 7fr 10fr;
	row-gap: 2rem;
	column-gap: 2rem;
}

.reservation {
	grid-column: 2 / span 2;
}

.grid-item.reservation {
	display: grid;
	grid-template-columns: 7fr 10fr;
	row-gap: 2rem;
	column-gap: 2rem;
}

.calendar {
	grid-column: 1 / span 1;
}

.list-seances {
	grid-column: 2 / span 1;
}

.date-selected {
	padding: 1rem;
	border: solid 2px black;
	margin-bottom: 1rem;
	display: none;
}

.title-style {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.activite__dates {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.label-style {
	font-size: 1.33rem;
	font-weight: 400;
}

.disc {
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 7px;
}

.date-selected .seance .label-style {
	font-size: 1.25rem;
}

.disc.red {
	background-color: red;
}

.disc.green {
	background-color: green;
}

.disc.orange {
	background-color: rgb(255, 159, 40);
}

.addition-desc .the-content p {
	font-style: italic;
	font-weight: 400;
	font-size: 1.25rem;
}

.card {
  --bs-card-border-width: 2px;
  --bs-card-border-color: black;
  --bs-card-border-radius: 0;
}

.vc {
	border: solid 2px black;
	border-radius: 0;
	aspect-ratio: 1;
}

.vc-date:not([data-vc-date-disabled]) .vc-date__btn {
	background-color: green;
	color: white;
	font-weight: 700;
}

.quote__content {
	font-size: 1.33rem;
}

[data-vc-date-btn] {
  border-radius: 50%;
  width: 60%;
  margin: auto;
}

[data-vc-date][data-vc-date-disabled] + [data-vc-date-selected] [data-vc-date-btn] {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

[data-vc-date][data-vc-date-hover]:has(+ [data-vc-date-disabled]) [data-vc-date-btn], [data-vc-date][data-vc-date-selected]:has(+ [data-vc-date-disabled]) [data-vc-date-btn] {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

[data-vc-date][data-vc-date-hover]:has(+ [data-vc-date-disabled]) [data-vc-date-btn], [data-vc-date][data-vc-date-selected]:has(+ [data-vc-date-disabled]) [data-vc-date-btn] {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

[data-vc-date][data-vc-date-hover]:has(+ [data-vc-date-disabled]) [data-vc-date-btn], [data-vc-date][data-vc-date-selected]:has(+ [data-vc-date-disabled]) [data-vc-date-btn] {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}

[data-vc-theme="light"] .vc-date[data-vc-date-holiday] .vc-date__btn, [data-vc-theme="light"] .vc-date[data-vc-date-weekend] .vc-date__btn {
  color: #fff;
}

[data-vc-theme="light"] .vc-date[data-vc-date-holiday][data-vc-date-selected] .vc-date__btn, [data-vc-theme="light"] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  [data-vc-theme="light"] .vc-date[data-vc-date-holiday][data-vc-date-selected] .vc-date__btn:hover, [data-vc-theme="light"] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(6 182 212/var(--tw-bg-opacity));
	color: #fff;
  }
}

@media (hover: hover) and (pointer: fine) {
  [data-vc-theme="light"] .vc-date[data-vc-date-holiday] .vc-date__btn:hover, [data-vc-theme="light"] .vc-date[data-vc-date-weekend] .vc-date__btn:hover {
	--tw-bg-opacity: 1;
	background-color: green;
  }
}


.places {
	flex-grow: 1;
}

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

.button-for-slick .slick-next::before, .button-for-slick .slick-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.25rem;
  color: black;
  opacity: 1;
  background-color: var(--bs-primary);
  width: 2rem;
  height: 2rem;
  display: block;
  line-height: 1.5;
  border-radius: 50%;
  border: 0;
}

.button-for-slick .slick-prev::before {
  content: "\f053";
}

.button-for-slick .slick-next::before {
  content: "\f054";
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion {
  --bs-accordion-active-bg: var(--bs-primary);
  --bs-accordion-border-color: black;
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: 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-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

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


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

.card-quote .card-footer {
  border-top: 0;
}

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

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

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

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  clear: both;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 0px!important;
  width: 100%;
}

@media (max-width: 1600px) {
	.row.activites {
		--bs-gutter-x: 2rem;
	}
	
	.h3, h3 {
		font-size: 1.33rem;
	  }
	
	header .main-menu {
	  gap: 2rem;
	}
	
	header {
	  font-size: 1.25rem;
	}
	
	.grid-activites {
		row-gap: 1rem;
		column-gap: 1rem;
	}
	
	.card-body {
	  padding:0.66rem 0.66rem;
	}
	
	.card-footer {
	 padding:0.66rem 0.66rem;
	}
	.activite-description .the-content p {
	  font-size: 1rem;
	}
	
	.grid-activite {
	  row-gap: 1.33rem;
	  column-gap: 1.33rem;
	}
	
	.date-selected .seance .label-style {
	  font-size: 1.15rem;
	}

	
}

@media (max-width: 1200px) {
	.slick-arrow {
		--pos-x: 42px;
	}
	
	.grid-activite {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 1.33rem;
		column-gap: 1.33rem;
	}
	
	.reservation {
		grid-column: 2 / span 1;
	}
	
	.grid-item.reservation {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 1.33rem;
		column-gap: 1.33rem;
		grid-template-rows: min-content auto;
	}
	
	.calendar {
		grid-column: 1 / span 1;
		
	}
	
	.list-seances {
		grid-column: 1 / span 1;
	}

}

@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) {
	
	.contenu_simple_deux_colonnes_encadre .encart-wrapper {
	  padding: 2rem;
	}
	
	body:not(.home) main {
	  padding-top: 60px;
	}
	
	.container-fluid {
	  padding-inline: 2rem;
	}
	
	.title-date {
		 align-self: end;
		 margin-top: 0.66rem;
	 }
	 
	 .grid-activite,
	 .grid-activites {
		 grid-template-columns: 1fr
	 }
	 
	 .reservation {
		 grid-column: 1 / span 1;
	   }
	 
	 .list-seances {
		 grid-column: 1 / span 1;
	 }
}

@media (max-width: 575.98px) {
	
	.title-style {
		font-size: 1.33rem;
	}
	
	.disc {
		height: 0.8rem;
		width: 0.8rem;
		margin-top: 5px;
	}
	
	.date-selected .seance .label-style {
		font-size: 0.95rem;
	}
	
	
	
	.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%);
	 }
}