*{
    margin:0px; 
    padding: 0px; 
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

body {
    overflow: hidden;
    width: 100vw;
}

#container {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.panel {
    height: 100dvh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/commonFrameBG.svg');
    background-position: left 1vw top 12vh;
    background-repeat: no-repeat;
    background-size: 30vw auto;
    opacity: 0;
}

#header {
    height: 10dvh;
    background: transparent;
}

/* Aiguille */
#needleNav {
    height: 8vh;
    min-height: 50px;
}

.positionCustom {
    transform: rotate(-90deg);
    left: 83%;
    top: 4vh;
    z-index: 1031;
}

#kikooDiv {
    z-index: 22;
}

@keyframes needleToVertical {
    from {
        transform: rotate(-90deg);
    }
    to {
        transform: rotate(-45deg);
    }
}

.needleToVertical {
    animation: needleToVertical 0.5s ease-in-out forwards;
}

@keyframes needleToHorizontal {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-90deg);
    }
}

.needleToHorizontal {
    animation: needleToHorizontal 0.5s ease-in-out forwards;
}

#needleCross {
    height: 8vh;
    min-height: 50px;
    top: 4%;
    left: 83%;
    transform: rotate(45deg) !important;
    opacity: 0;
}

@keyframes opacityPlus {
    from {
        opacity: 0;
    }
    to {
        opacity: 100;
    }
}

.opacityPlus {
    animation: opacityPlus 0.5s ease-in-out forwards;
}

@keyframes opacityLess {
    from {
        opacity: 100;
    }
    to {
        opacity: 0;
    }
}

.opacityLess {
    animation: opacityLess 0.5s ease-in-out forwards;
}

/* Fil (path) */
#svgCalque {
    max-height: 20vh;
    min-width: 120px;
    opacity: 0;
}

#path {
    fill:none;
    stroke:#000;
    stroke-width: 3;
}

#offCanvaMenu {
    padding-top: 10vh;
    z-index: -1;
}

#menuOffCanvaBody {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.menuIcon {
    max-height: 25vh;
}

.logo {
    z-index: 2;
    max-height: 0%;
    max-width: 20%;
    transition: all 0.6s ease-in-out;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.growing {
    animation: growing 0.6s ease-in-out forwards;
}

@keyframes growing {
    from {
        max-height: 0%;
    }
    to {
        max-height: 30%;
    }
}

.logo.mini-top-left {
    z-index: 2000 !important;
    max-height: 8vh !important;
    left: 5%;
    top: 5vh;
}
#miniTexteLogoTopLeft {
    z-index: 2000;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    position: fixed;
    top: 5%;   
    left: 23%;
    max-height: 2vh;
    transform: translate(-50%, -50%);
}

.logoText {
    max-height: 25%;
    max-width: 70%;
}

.nobsJustifyText {
    text-align: justify;
}

/* SECTIONS */
#section1 {
    background-image: unset !important;
    background-size: unset;
}
#logoSpacerWelcome {
    height: 33%;
}
.commonFrame {
    height: 100%;
    width: 90%;
}

.noshow {
    display: none;
}

.greenishBorder {
    border-radius: 50%;
    border: 3px solid transparent;
    background-color: white;
    border-image: radial-gradient(circle, #00684f 0%, #00553c 100%) 1;
    padding: 5px;
}
.goldishBorder {
    border-radius: 50%;
    border: 3px solid transparent;
    background-color: white;
    border-image: linear-gradient(
    315deg,
    #eabe66 0%,
    #efcf76 15%,
    #f0d47a 19%,
    #fbf1e1 41%,
    #bd8d00 73%,
    #e4b45c 91%,
    #ebbc6d 95%) 1;
    padding: 5px;
}

.h-10cqh {
    height: 27%;
}

.texte-prestation {
    text-align: center;
    font-size: clamp(0.5rem, 4cqw, 1.9rem);
}

.carrouselPrestationCSS {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 2vh 0.3vw 2vh 0.3vw;
    gap: 0.6vh;
}

.w-unset {
    width: unset !important;
}

.sectionTitleLogo {
    width: 90%;
    margin-top: 11%;
    height: 17%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
#prestationLogo {
    background-image: url('../img/titlePrestations.svg');
}
#tarifsLogo {
    background-image: url('../img/titleTarifs.svg');
}
#realisationsLogo {
    background-image: url('../img/titleRealisations.svg');
}
#horairesLogo {
    background-image: url('../img/titleHoraires.svg');
}
#accesLogo {
    background-image: url('../img/titleAcces.svg');
}
#carouselContainer {
    width: 90%;
    height: 50%;
}

#tarifsContainer, 
#realisationsContainer, 
#horairesContainer,
#accesContainer {
    width: 100%;
    height: 70%;
}

#tarifsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#tarifsBox1 {
    width: 100%;
    margin-bottom: 3px;
    /* height: 20%; */
}

#tarifsBox1 > p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(0.3rem, 2.4cqw, 1.7cqh);
    width: 100%;
    margin-bottom: unset !important;
    padding-bottom: 0.3vh;
}
#tarifsBox2 {
    flex: auto;
    width: 100%;
}
.separator {
    min-width: 90%;
    height: 5%;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center bottom;
    background-image: url('../img/separateur.svg');
    z-index: 456;
}

#lastPrestaFrame {
    /* flex-grow: 1; */
    padding: 10px;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 1vh;
}

#lastPrestaFrame > p {
    text-align: justify;
    text-transform: uppercase;
    font-size: clamp(0.3rem, 2.8cqw, 1.5cqh);
}

.dottedLineYellow {
    position: relative;
    z-index: 0;
}
.dottedLineYellow::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0.15vh;
    left: 0px;
    right: 0px;
    border-bottom: 1px dashed #bd8d00;
    z-index: -1;
}
.dottedLineGreen {
    position: relative;
    z-index: 0;
}
.dottedLineGreen::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0.15vh;
    left: 0px;
    right: 0px;
    border-bottom: 1px dashed #00553c;
    z-index: -1;
}

.bullePriceYellow {
    /* angle arrondis + taille figé + background en degradé */
    border-radius: 9999px;
    height: 2vh;
    width: 10vw;
    background: linear-gradient(
    315deg,
    #eabe66 0%,
    #efcf76 15%,
    #f0d47a 19%,
    #fbf1e1 41%,
    #bd8d00 73%,
    #e4b45c 91%,
    #ebbc6d 95%);
    font-weight: bold;
    padding: 1.5vh;
}

.bullePriceGreen {
    border-radius: 9999px;
    height: 2vh;
    width: 10vw;
    background: radial-gradient(circle, #00684fCC 0%, #00553cCC 100%);
    font-weight: bold;
    padding: 1.5vh;
}

.listeTarifs {
    gap: 1px;
}
.listeTarifs > span > span {
    font-size: clamp(0.5rem, 3.3cqw, 2cqh);
}
.listeTarifs > span > span::first-letter {
    text-transform: uppercase;
}
.fs-TarifsPrice {
    font-size: clamp(0.5rem, 3.3cqw, 1.5cqh);
}

.titreListeTarifs {
    background-repeat: no-repeat;
    background-size: 20vw;
    background-position: center bottom;
    background-image: url('../img/ruban.svg');
}

.titreListeTarifs > span {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.2vh;
    font-size: clamp(0.8rem, 2.8cqw, 1.8cqh);
}

.dottedLineGreen > span, .dottedLineYellow > span {
    font-size: clamp(0.5rem, 2.2cqw, 1.5cqh);
    font-style: italic;
}

#svgWrapperHoraire img {
    width: 80vw;
    max-height: 50vh;
    height: auto;
    transform-origin: top center;
    display: block;
}

#accesContainer {
    width: 100vw !important;
    height: 45% !important;
}
#contactFrame {
    width: 100%;
    height: 30%;
    background-color: #00553cCC;
    position: fixed;
    bottom: 0;
    left: 0;
}

#topAccesContainer {
    height: 10%;
}
#frameGmaps {
    width: 90%;
    height: 60%;
}

.contactImageContainer > a > img {
    max-height: 5vh;
}

#contactFrame > div > span {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

/* Realisation carousel */

#realisationsContainer {
	width: 100%;
	/* max-width: 1200px; */
	height: 70%;
	position: relative;
    overflow: hidden;
	perspective: 1000px;
	/* margin-top: 80px; */ 
}

.carousel-track {
	width: 100%;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
	position: absolute;
	width: 100%;
	height: 90%;
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
}

.card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.center {
	z-index: 10;
	transform: scale(1.1) translateZ(0);
}

.card.center img {
	filter: none;
}

.card.left-2 {
	z-index: 1;
	transform: translateX(-400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.card.left-2 img {
	filter: grayscale(100%);
}

.card.left-1 {
	z-index: 5;
	transform: translateX(-200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.card.left-1 img {
	filter: grayscale(100%);
}

.card.right-1 {
	z-index: 5;
	transform: translateX(200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.card.right-1 img {
	filter: grayscale(100%);
}

.card.right-2 {
	z-index: 1;
	transform: translateX(400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.card.right-2 img {
	filter: grayscale(100%);
}

.card.hidden {
	opacity: 0;
	pointer-events: none;
}

.member-info {
	text-align: center;
	/* margin-top: 40px; */
	transition: all 0.5s ease-out;
}

.member-name {
	color: rgb(0, 85, 60);
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.member-name::before,
.member-name::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100px;
	height: 2px;
	background: rgb(0, 85, 60);
}

.member-name::before {
	left: -120px;
}

.member-name::after {
	right: -120px;
}

.member-role {
	color: #848696;
	font-size: 1.5rem;
	font-weight: 500;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	margin-top: -15px;
	position: relative;
    min-height: calc(2.2em * 2);
}
.dots {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(8, 42, 123, 0.2);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	background: rgb(0, 85, 60);
	transform: scale(1.2);
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 85, 60, 0.6);
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
	transition: all 0.3s ease;
	font-size: 1.5rem;
	border: none;
	outline: none;
	padding-bottom: 4px;
}

.nav-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
	transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
	left: 20px;
	padding-right: 3px;
}

.nav-arrow.right {
	right: 20px;
	padding-left: 3px;
}

@media (max-width: 768px) {
	.about-title {
		font-size: 4.5rem;
	}

	.card {
		width: 70%;
		height: 90%;
	}

	.card.left-2 {
		transform: translateX(-250px) scale(0.8) translateZ(-300px);
	}

	.card.left-1 {
		transform: translateX(-120px) scale(0.9) translateZ(-100px);
	}

	.card.right-1 {
		transform: translateX(120px) scale(0.9) translateZ(-100px);
	}

	.card.right-2 {
		transform: translateX(250px) scale(0.8) translateZ(-300px);
	}

	.member-name {
		font-size: 2rem;
	}

	.member-role {
		font-size: 1.2rem;
	}

	.member-name::before,
	.member-name::after {
		width: 50px;
	}

	.member-name::before {
		left: -70px;
	}

	.member-name::after {
		right: -70px;
	}
}