
/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.com
Update URI: https://www.ergopix.com
Author: ergopix sàrl
Version: 1.2
*/
:root {
	overscroll-behavior: none;
	--map-height: 900px;
	--header-height: 100px;
	--map-overflow: 300px;
}

body {
	font-family: "Poppins";
}

.text-balance {
	text-wrap: balance;
}

.wrapper-logo-decouverte-fixed {
	position: fixed;
	bottom: 1rem;
	z-index: 10;
	right: 1rem;
}

.wrapper-decouverte-link {
	padding-left: 4rem;
}

.decouverte-link {
	padding: 1rem 2rem;
	border-radius: 12px;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--bs-body-color);
	text-decoration: none;
	padding-right: 6rem;
}

.logo-decouverte-ligne {
	position: absolute;
	bottom: -0.5rem;
	right: 0rem;
	z-index: 1;
	
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #0663c1;
	display: flex;
	align-items:center;
	height: var(--header-height);
}
 .main-menu a {
	font-size: 1.5rem;
	line-height: 36px;
	font-weight: 600;
}

.bulle-hero {
  position: absolute;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  gap: 1rem;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,50%);
}

.bulle-box {
  position: relative;
  width: min(90vw, 500px);
  min-width: 280px;
  margin: 0 auto;
  color: var(--bs-primary);
  font-weight: 500;
}

.bulle-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0, 87, 181, 0.3));
}

.bulle-texte {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 1.4rem;
  margin: 0.8rem;
  background: transparent;
  font-size: 22px;
}

.bulle-texte.decouverte {
	font-size: 1.75rem;
	font-weight: 500;
}

.bulle-texte .price {
	font-size: 2.75rem;
	font-weight: 600;
	line-height: 1;
}

.bulle-pointe {
  position: absolute;
  right: 0;
  bottom: 60%;
  transform: translateX(90%);
  width: 10%;
  height: auto;
  z-index: 2;
}

.logo-decouverte {
	margin-top: -2rem;
}

.perso {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 210px;
  height: auto;
  z-index: 3;
}

.page-template-page-decouverte .perso {
  right: -10%;
}

.main-menu .autres-lignes a,
.main-menu.home-hero-menu .autres-lignes a {
	font-size: 1.2rem;
}

.container-fluid {
	max-width: 1400px;
}

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

/* .horaires-svg {
	height: 300px;
} */

.table-horaires {
	min-width: 850px;
}

.wrapper-horaires {
	overflow-x: auto;
	padding: 2.5rem;
	border-radius: 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.container-home-menu {
	margin-top: 2rem;
}

.container-home-menu.decouverte {
	margin-top: -3rem;
}

.container-up {
	top: calc(20px - var(--map-overflow));
	margin-bottom: calc(20px - var(--map-overflow));
}

.gradient-bg-home2 {
	overflow: initial;	
}

main {
	overflow: hidden;
}

.btn-transparent {
	--bs-btn-bg: #0171c4;
	--bs-btn-border-color: #0171c4;
	--bs-btn-color: #FFFFFF;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-hover-bg: #0171c4;
	--bs-btn-hover-border-color: #0171c4;
	--bs-btn-active-color: #FFFFFF;
	--bs-btn-active-bg: #0171c4;
	--bs-btn-active-border-color: #0171c4;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #FFFFFF;
	--bs-btn-disabled-bg: #0171c4;
	--bs-btn-disabled-border-color: #0171c4;
	border-radius: 50rem;
	line-height: 1;
	}

.icon-cards {
	padding-block: 2rem;
	padding-left: 5rem;
	padding-right: 3rem;
}

body .mm-menu--theme-white {
	--mm-color-background: var(--bs-primary);
	--mm-color-border: rgba(255,255,255, 0.3);
}

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

.wpml-ls-legacy-list-horizontal > ul a {
	color: #fff;
	font-weight: 400;
}

.wpml-ls-legacy-list-horizontal > ul .wpml-ls-current-language > a {
	font-weight: 600;
}

.wpml-ls-legacy-list-horizontal li a {
  padding-right: 0;
}

.wpml-ls-legacy-list-horizontal li:first-child a {
  padding-left: 0;
}

ul.main-menu {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.main-menu li:nth-child(1) a,
.main-menu li:nth-child(2) a,
.main-menu li:nth-child(4) a {
	color: black;
}

.main-menu li a {
	background-color: var(--line-color);
	padding-inline: 0.75rem;
	padding-block: 0.1rem;
	border-radius: 50rem;
	min-width: 80px;
}


.mm-listview li a {
	background-color: var(--line-color);
}

.main-menu.home-hero-menu li a {
	background-color: var(--line-color);
	padding-inline: 1rem;
	padding-block: 0.4rem;
	border-radius: 50rem;
	font-size: 1.5rem;
	line-height: 28px;
	text-align: center;
}

.main-menu li:nth-child(1),
.mm-listview li:nth-child(1) {
	--line-color: #ec9dc5;
}

.main-menu li:nth-child(2),
.mm-listview li:nth-child(2) {
	--line-color: #f29336;
}

.main-menu li:nth-child(3),
.mm-listview li:nth-child(3) {
	--line-color: #2c3888;
}

.main-menu li:nth-child(4),
.mm-listview li:nth-child(4) {
	--line-color: #53bec3;
}

.main-menu li:nth-child(5),
.mm-listview li:nth-child(5)  {
	--line-color: #4d7588;
}

.main-menu li:nth-child(6),
.mm-listview li:nth-child(6) {
	--line-color: #cc4b16;
}

.main-menu li:nth-child(7),
.mm-listview li:nth-child(7),
.main-menu li:nth-child(8),
.mm-listview li:nth-child(8)  {
	--line-color: #3882cd;
}

.mm-listview li:nth-child(9) {
	--line-color: transparent;
}

.main-menu li:nth-child(3) a,
.mm-listview li:nth-child(3) a,
.main-menu li:nth-child(5) a,
.mm-listview li:nth-child(5) a,
.main-menu li:nth-child(6) a,
.mm-listview li:nth-child(6) a,
.main-menu li:nth-child(7) a,
.mm-listview li:nth-child(7) a,
.mm-listview li:nth-child(8) a {
	color: white;
}

.main-menu li {
	display: flex;
	align-items:center;
	justify-content: center;
	position: relative;
}

.main-menu:not(.home-hero-menu) li::after {
	position: absolute;
	z-index: 11;
	content:"";
	width: 20px;
	height: 20px;
	background-color: var(--line-color);
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	border-radius: 50rem;
	border: solid 4px white;
	opacity: 0;
}

.main-menu .meta-hover {
	position: absolute;
	margin-top: 15px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	padding-inline: 1rem;
	padding-block: 0.5rem;
	border-radius: 50rem;
	width: max-content;
	display: none;
}

.arrow-up {
	position: absolute;
	  width: 0;
	  height: 0;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	  border-bottom: 12px solid white;
	  top: -11px;
	  left: 50%;
	  transform: translateX(-50%);
}

.main-menu li:hover .meta-hover,
.main-menu li a:focus + .meta-hover {
	display: block;
}

.main-menu li a:focus {
	outline: solid 2px #fff!important;
}

.btn-transparent:focus {
	outline: solid 2px #fff!important;
}

a.onfocused:focus {
	outline: solid 2px var(--bs-primary)!important;
}

.main-menu li:hover::after,
.main-menu li.current-menu-item::after {
	opacity: 1;
}

a.wpml-ls-link:focus {
	text-decoration: underline;
}

body.home header,
.page-template-page-decouverte header
 {
	top: calc(var(--header-height)*(-1));
	transition: top 0.5s ease;
}


body.home.scrolled header,
.page-template-page-decouverte.scrolled header  {
	top: 0;
}

h1, h2, .subtitle {
	color: var(--bs-primary);
	font-weight: 600;
}

h1.titre-ligne {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.33;
	color: black;
	margin-bottom:0;
	
}

.title-ligne {
	width: fit-content;
	padding: 0.25rem;
	padding-right: 1rem;
	border-radius: 50rem;
	background: white;
}

.pills-ligne,
.gotocarto {
	background-color: var(--line-color);
	padding-inline: 1rem;
	padding-block: 0.4rem;
	border-radius: 50rem;
	font-size: 1.5rem;
	line-height: 28px;
	text-align: center;
	font-weight: 600;
	color: var(--font-color);
}

.gotocarto {
	text-wrap: balance;
	display: inline-block;
	font-size: 1.25rem;
	text-decoration: none;
	margin-bottom: 4rem;
}

h1, h2 {
	font-size: 2rem;
}

.page-template-page-decouverte h2 {
	font-size: 1.5rem;
}

.page-template-page-autres h2 {
	font-size: 1.66rem;
}

.page-template-page-autres h3 {
	font-size: 1.5rem;
}

.col-blanc::after {
	position: absolute;
	inset: 0;
	content:"";
	background-color: var(--line-color);
	z-index: 0;
	opacity:0;
	transition: opacity 0.2s ease;
}

.card:hover .col-blanc::after {
	opacity: 0.05;
}

.hero-home {
	width: 100%;
	/* aspect-ratio: 2.2; */
	min-height: 750px;
	max-height: 800px;
}

.hero-home .bulle-picto {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,50%);
}

.hero-home .femme-picto {
	position: absolute;
	bottom: 0;
	left: calc(50% + 265px);
	z-index: 2;
	transform: translateY(calc(50% - 15px));
}

 .intro-style {
	 font-size: 1.5rem;
	 font-weight: 500;
	 line-height: 1.5;
	 max-width: 900px;
	 margin: auto;
 }
 
 .intro-style.intro-full {
	 max-width: 100%;
 }
 

 body:not(.home, .page-template-page-decouverte) .intro {
	 padding-top: calc(var(--header-height) + 3rem);
	 padding-bottom: calc(1rem + var(--map-overflow));
 }
 
 .main-autres {
	padding-top: calc(var(--header-height) + 3rem);
	padding-bottom: calc(3rem);
 }

.subtitle {
	font-size: 1.5rem;
}

body.home .intro,
.page-template-page-decouverte .intro {
	padding-top: 200px;
}

.card-img-top {
	height: 280px;
}

.card-img-top.decouverte {
  height: 320px;
}

.card-decouverte p {
	font-size: 1.25rem;
	font-weight: 500;
}

.card-decouverte.card-body {
	padding: 1.5rem;
}

.card {
	--bs-card-border-radius: 1rem;
	--bs-border-radius: 1rem;
	border: 0;
}

section.ligne {
	margin-bottom: 5rem;
}

.pdf-horaires .card {
	--bs-card-border-radius: 0.75rem;
	--bs-border-radius: 0.75rem;
	border: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pdf-horaires a.card {
	text-decoration: none;
}

.home-map .card-body {
	padding: 2rem;
}

.home-map .card-body p {
	font-size: 1.25rem;
}

.pdf-horaires .card-body {
	padding: 1rem;
}

.card-body p:last-child {
	margin-bottom: 0;
}

body.home section.intro {
	padding-bottom: var(--map-overflow);
}

section.intro {
	padding-bottom: 3rem;
}

.page-template-page-decouverte section.intro {
  padding-bottom: 1.5rem;
}

.decouverte-desc  {
	padding-top: 4rem;
}

.col-info {
	font-weight: 500;
	font-size: 1.25rem;
}

.col-info2 {
	font-size: 1.25rem;
	font-weight: 400;
}

section.home-map {
	background-color: #e3eff8;
}

section.line-map {
	background-color: #fff4eb;
	z-index:3;
}

section.intro {
	background-color: var(--color-fond);
}

.map iframe {
	margin:0; 
	padding:0; 
	height: var(--map-height);
	border-radius: 2rem;
	
}

body.home .map iframe {
	border: solid 20px #e3eff8;
	background: #e3eff8;
}

body:not(.home) .map iframe {
	border: solid 20px var(--color-fond);
	margin-bottom: calc(20px - var(--map-overflow));
	background: white;
}

.line-map .wrapper {
	width: 100%;
	top: calc(20px - var(--map-overflow));
}

section.timeline {
	padding-top: calc(var(--map-height) - var(--map-overflow) + 3rem);
	padding-bottom: 5rem;
}

/* .etape::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: -10px;
	width: 4px;
	left: -4px;
	background-color: var(--line-color);
	opacity: 0.5;
} */

.etape__content::before {
	content: "";
	position: absolute;
	top: 0;
	height: calc(100% + 3rem);
	left: calc(-4rem - 4px);
	/* transform: translateY(-50%); */
	width: 4px;
	background-color: var(--line-color);
	opacity: 0.5;
}

.col-etape:first-child .etape__content::before {
	height: calc(50% + 3rem);
	top: unset;
	bottom: -3rem;
}

.col-etape:last-child .etape__content::before {
	height: calc(50%);
}

.etape {
	padding-left: 4rem;
	font-size: 1.33rem;
	font-weight: 400;
	line-height: 1.5;
}

.etape_autres {
	font-size: 1.33rem;
	font-weight: 400;
	line-height: 1.5;
}

.col-etape:not(:last-child) .etape {
	padding-bottom: 3rem;
}

.etape__icon {
	top: 50%;
	transform: translate(calc(-50% - 1px), -50%);
	left: calc(-4rem - 1px);
	z-index: 1;
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 50%;
	border: solid 4px var(--line-color);
}

.card-img-top {
	object-fit: cover;
}

.main-default {
	min-height: 100vh;
}

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

footer .copyright {
	font-size: 0.75rem;
}

.social-medias a {
	color: white;
	font-size: 1.15rem;
}

.page-template-page-decouverte .gradient-bg-header-decouverte .social-medias a,
.page-template-page-decouverte .gradient-bg-header-decouverte a.faq,
.page-template-page-decouverte .gradient-bg-header-decouverte .wpml-ls-legacy-list-horizontal > ul a  {
	color: var(--bs-primary);
}

.icon-footer {
	font-size: 2rem;
	position: relative;
	border-right: dotted 1px white;
	border-width: 2px;
	padding-right: 1rem;
	flex-shrink: 0;
}


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

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

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

.page-template-page-decouverte .hamburger span {
  background: var(--bs-primary);
}

.page-template-page-decouverte.scrolled .hamburger span {
  background: #fff;
}

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-menu a.fa-brands, .mm-menu a.fa-brands:active, .mm-menu a.fa-brands:hover, .mm-menu a.fa-brands:link, .mm-menu a.fa-brands:visited {
  text-decoration: none;
  color: inherit;
  color: white;
  display: flex;
  font-size: 1.33rem;
}

.mm-listview {
	margin-top: 0;
}

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

.mm-navbar__title img {
	padding: 25px 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;
}

a.faq {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}



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

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed)::after {
	color: white;	
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}




.accordion {
	--bs-border-radius: 1.5rem;
	--bs-primary-bg-subtle: #0663c1;
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

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

li.mm-listitem {
	padding: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0;
	align-items:center;
	justify-content: center;
}

a.mm-listitem__text {
  padding-inline: 1rem;
  padding-block: 0.5rem;
  flex-basis: auto;
  flex-grow: 0;
  border-radius: 50rem;
  font-size: 1.25rem;
  font-weight: 500;
  min-width: 85px;
  display: flex;
  justify-content: center;
}

.autres-lignes a.mm-listitem__text {
	font-size: 1.25rem;
}

.mm-navbar {
  border-bottom: 0;
}

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

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


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

li.mm-listitem {
  padding-top: 8px;
  padding-bottom: 8px;
}
	
@media (max-width: 1399.98px) {
	
	:root{
		--map-height: 700px;
	}
	
	.wrapper-logo-decouverte-fixed {
		bottom: 0.5rem;
		right: 0.5rem;
		width: 160px;
		height: 160px;
	}
	
	.main-menu li a {
	  background-color: var(--line-color);
	  padding-block: 0.05rem;
	  min-width: 60px;
	}
	.main-menu a {
	  font-size: 1.25rem;
	  line-height: 34px;
	  font-weight: 600;
	}
	
	.logo-2026 img {
		width: 150px;
	}
	
	footer {
		font-size: .875rem;
	}
	
	
}

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

@media (max-width: 1199px) {
	.slick-arrow {
		--icon-size: 60px;
		--pos-x: -20px;
		top: 176px;
	}
	.hero-home .bulle-picto {
	  width:500px;
	}
	
	.hero-home .femme-picto {
	 width: 210px;
	 left: calc(50% + 225px);
	}
	
	.main-menu li:hover .meta-hover, .main-menu li a:focus + .meta-hover {
	  display: none;
	}
	
	.intro-style,
	.etape {
	  font-size: 1.25rem;
	}
	
	.decouverte-desc .main-menu.home-hero-menu li a {
		padding-inline: 0.75rem;
		font-size: 1rem;
		min-width: 60px;
		line-height: 20px;
	  }
}


@media (max-width: 991.98px) {
	
	.col-info {
	  justify-content: center;
	  margin-bottom: 1rem;
	}
	
	.space {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.page-template-page-decouverte .perso {
	  right: -5%;
	}
	
	.etape {
	  padding-left: 3rem;
	}
	
	.etape__content::before {
	  left: calc(-3rem - 4px);
	}
	
	.etape__icon {
	  left: calc(-3rem - 1px);
	}
	
	body:not(.home) .intro {
	  padding-top: calc(var(--header-height) + 2rem);
	  padding-bottom: calc(var(--map-overflow));
	}
	
	body.page-template-page-decouverte section.intro {
	  padding-bottom: 1.5rem;
	}
	
	body.page-template-page-decouverte section.intro {
	  padding-top: 200px;
	}
	
	.icon-cards {
	  padding-block: 2rem;
	  padding-left: 0;
	  padding-right: 0;
	  max-height: 150px;
	}
	
	.home-map .card-body {
	  padding: 1.5rem;
	  padding-top:0;
	}
	
	.slick-dots {
			margin: 1.5rem 0 0 0;
	}
		
	.icon-box .slick-arrow {
		margin-right: 0;
	}
	
	.map iframe {
	  height: auto;
	  aspect-ratio: 1;
	}
	
	.main-menu.home-hero-menu li a {
	  padding-inline: 0.75rem;
	  font-size: 1rem;
	  min-width: 60px;
	  line-height: 20px;
	}
	
	.main-menu .autres-lignes a, .main-menu.home-hero-menu .autres-lignes a {
	  font-size: 1rem;
	}
	
}

@media (max-width: 830px) {
  .bulle-box {
	width: min(94vw, 500px);
  }

  .bulle-pointe {
	top: auto;
	right: auto;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%) rotate(90deg);
  }

  .perso {
	position: relative;
	left: auto;
	bottom: auto;
	align-self: center;
  }
  
  body.home .intro {
	  padding-top: 380px;
  }
  
  body.page-template-page-decouverte section.intro {
	  padding-top: 360px;
  }
  
  .bulle-texte.decouverte {
	font-size: 1.5rem;
  }
  
  .bulle-texte .price {
	font-size: 2.25rem;
  }
  
  .bulle-hero {
	position: absolute;
	width: 100%;
	max-width: 820px;
	margin-inline: auto;
	display: grid;
	place-items: center;
	gap: 1rem;
	bottom: 0;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,70%);
  }
  
  
  
}

@media (max-width: 767.98px) {
	
	:root {
		--map-overflow: 150px;
		--map-height: 512px;
	}
	
	.wrapper-decouverte-link {
		padding-left: 0rem;
	}
	
	.decouverte-desc ul.main-menu {
		flex-wrap: wrap;
	  }
	  
	.decouverte-desc ul.main-menu li.menu-item:not(.autres-lignes) {
		flex-grow: 1;
		flex-basis: 30%;
	  }
	
	h1.titre-ligne {
		font-size: 1rem;	
	}
	
	.page-template-page-decouverte h1 {
	  font-size: 1.75rem;
	}
	
	.page-template-page-decouverte h2 {
	  font-size: 1.25rem;
	}
	
	section.ligne {
	  margin-bottom: 3rem;
	}
	
	.etape_autres {
	  font-size: 1rem;
	}
	
	.page-template-page-autres h2 {
	  font-size: 1.33rem;
	}
	
	.page-template-page-autres h3 {
	  font-size: 1.33rem;
	}
	
	section.timeline {
	  padding-bottom: 2rem;
	}
	
	.etape__content::before {
	  left: calc(-2rem - 4px);
	  height: calc(100% + 1.5rem);
	}
	.col-etape:first-child .etape__content::before {
	  height: calc(50% + 1.5rem);
	  top: unset;
	  bottom: -1.5rem;
	}
	.etape {
	  padding-left: 2rem;
	}

	.etape__icon {
	  left: calc(-2rem - 1px);
	}
	
	.col-etape:not(:last-child) .etape {
	  padding-bottom: 1.5rem;
	}
	
	.hero-home ul.main-menu {
	  flex-wrap: wrap;
	}
	
	.logo-evolution {
		width: 300px;
	}
	
	.bulle-texte .price {
		font-size: 2rem;
	  }
	
	.logo-decouverte {
		width: 360px;
	}
	
	.hero-home ul.main-menu li.menu-item:not(.autres-lignes) {
		flex-grow: 1;
		flex-basis: 20%;
	}
	
	.hero-home ul.main-menu li.menu-item.autres-lignes {
		flex-grow: 1;
		flex-basis: 40%;
	}
	
	.main-menu.home-hero-menu li a {
		padding-inline: 0.75rem;
		font-size: 1rem;
		min-width: 60px;
		line-height: 20px;
		width: 100%;
	  }
	  
	  .intro-style,
	  .etape {
		font-size: 1rem;
	  }
	  
	  .messages-horaires p {
		 font-size: .875rem;
	  }
	  
	.decouverte-desc {
	   padding-top: 1rem;
	 }
}

@media (max-width: 575.98px) {
	
	:root {
		overscroll-behavior: none;
		--map-height: calc(100vw - 3rem);
		--header-height: 80px;
	}
	
	.wrapper-logo-decouverte-fixed {
		bottom: 0rem;
		right: 0rem;
		width: 100px;
		height: 100px;
	}
	
	.card-decouverte.card-body {
	  padding: 1rem;
	}
	
	.logo-decouverte {
		width: 300px;
	  }
	.logo-decouverte {
		margin-top: -3rem;
	  }
	  .container-home-menu.decouverte {
		margin-top: -2.5rem;
	  }
	  
	  .bulle-texte.decouverte {
		  font-size: 1.25rem;
		}
	  
	.accordion-button {
		font-size: 1.15rem;
	}
	
	.hero-home ul.main-menu li.menu-item:not(.autres-lignes) {
		flex-grow: 1;
		flex-basis: 30%;
		max-width: 85px;
	}
	.hero-home ul.main-menu li.menu-item.autres-lignes {
		width: auto;
		flex-grow: 0;
		flex-basis: initial;
	}
	
	.logo-decouverte {
		width: 260px;
	  }
	
	.icon-footer {
	  border-right: 0;
	  border-width: 0;
	  padding-right: 0;
	}
	
	h2, h1 {
	  font-size: 1.55rem;
	}
	
	.home-map .card-body p {
	  font-size: 1rem;
	}
	
	.subtitle {
	  font-size: 1.15rem;
	}
	
	.logo-evolution {
		width: 250px;
	}
	
	.logo-2026 img {
		width: 120px;
	}
	
	.wrapper.gradient-bg-header,
	.hero-home {
	  min-height: 580px;
	}
	
	body.home .intro {
	  padding-top: 380px;
	}
	
	.logo-vmcv img {
		width: 60px;
	}
	
	.hero-home .bulle-picto {
		width: 400px;
	  }
	
	.card-img-top {
	  height: 220px;
	}
	
	.gotocarto {
	  font-size: 1rem;
	  margin-bottom: 2rem;
	  margin-top: 1rem;
	}
	
	.logo-decouverte-ligne {
	  bottom: 50%;
	  transform: translateY(50%);
	}
	.decouverte-link {
		font-size: 1rem;
	}
	
}

@media (max-width: 450.98px) {
	
	.bulle-texte {
	  padding: 1rem;
	  margin: 0.5rem;
	  font-size: 16px;
	}
	
	.col-info2 {
	  font-size: 1rem;
	}
	
	.wpml-ls-legacy-list-horizontal {
	  padding: 0px;
	}
	
	.logo-2026 img {
		width: 100px;
	  }
	
	a.faq {
	  display: none;
	}
	
	header .logo-vmcv{
		width: 60px;
	}
	
	body.home .intro,
	body.page-template-page-decouverte section.intro {
		padding-top: 260px;
	  }
	.perso {
	  width: 160px
	}
	
	.container-home-menu.decouverte {
		margin-top: -1.5rem;
	  }
	  
	.page-template-page-decouverte h1 {
		font-size: 1.5rem;
	}
	.card-decouverte p {
	  font-size: 1rem;
	}
}