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

body {
    overflow: hidden;
}

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

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

/* Aiguille */
#needleNav {
    max-height: 8vh;
    min-height: 50px;
    transform: rotate(-90deg);
}

.positionCustom {
    top: 30px;
    right: 60px;
}

#kikooDiv {
    width: 10vw;
    top: 40px;
    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 {
    max-height: 8vh;
    min-height: 50px;
    transform: rotate(45deg);
    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: 25vh;
    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;
}

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

.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: 10cqh;
}

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

.carrouselPrestationCSS {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 4vh;
    gap: 0.7vh;
}

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

.sectionTitleLogo {
    width: 90%;
    margin-top: 11%;
    height: 20%;
    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 {
    height: 60%;
}

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

#tarifsBox1 {
    /* flex-grow: 1; */
    width: 100%;
    height: 20%;
}
#tarifsBox1 > p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(0.3rem, 2cqw, 1.8cqh);
    width: 100%;
}
#tarifsBox2 {
    flex: auto;
    width: 100%;
}
.separator {
    min-width: 90%;
    height: 10%;
    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: 10%;
    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.2cqw, 1.5cqh);
}

.dottedLineYellow {
    /* border-bottom: 2px dashed #bd8d00; */
    position: relative;
    z-index: 0;
}
.dottedLineYellow::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0.15vh;
    left: 0px;
    right: 0px;
    border-bottom: 2px dashed #bd8d00;
    z-index: -1;
}
.dottedLineGreen {
    /* border-bottom: 2px dashed #00553c; */
    position: relative;
    z-index: 0;
}
.dottedLineGreen::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0.15vh;
    left: 0px;
    right: 0px;
    border-bottom: 2px 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 > span > span {
    font-size: clamp(0.5rem, 3.3cqw, 1.5cqh);
}
.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: 1vw;
    font-size: clamp(1rem, 3cqw, 1.8cqh);
}

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