@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    overflow-x: hidden !important;
    font-size: 200%;
}

footer {
    font-size: 75%;
    margin-top: 4%;
    padding: 3% 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer a:hover {
    box-shadow: 0 2px 0 white;
}


h1 {
    font-size: 100%;
    box-shadow: #000;
    text-align: center;
    margin-top: 0;
}

.text-titre {
    margin: 3% 0;
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 400;
}

.signature {
    font-family: "Cormorant Garamond", serif;
    font-size: 140%;
    text-align: center;
}

h2 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}



h4 {
    text-align: center;
}

h5 {
    margin-bottom: 5%;
    text-align: center;
}

.logo-accueil {
    max-height: 20%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.titre-site {
    font-family: "Cormorant Garamond", serif;
    font-size: 200%;
    box-shadow: #000;
    text-align: center;
    margin-top: 0;
}

.text-container {
    padding: 0 1% 1% 1%;
}

.retour {
    text-align: center;
    text-decoration: underline;
}

.titre-section {
    padding: 5% 0 3% 0;
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.logo {
    max-height: 20%;
    height: 250px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moon3 {
    z-index: 1;
    width: 170px;
    height: 170px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    box-shadow:
        0 0 3px white,
        0 0 6px white,
        0 0 9px white,
        0 0 12px white;
}

.moon4 {
    z-index: 2;
    width: 165px;
    height: 165px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

nav {
    background-color: black;
    color: white;
    padding-top: 10px;
}

.nav-links {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    z-index: 999;
}

.nav-links.show {
    z-index: 999;
    background-color: #000;
    height: 100%;
}

.nav-links li a {
    text-decoration: none;
    color: white;
    font-size: 100%;
    transition: box-shadow 0.3s ease;
    margin: 10px 0 10px 0;
}

.nav-links li a:hover {
    box-shadow: 0 2px 0 white;
}

.menu-button {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 120%;
    cursor: pointer;
}

.soin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
}

.carte {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 2px white;
    border-radius: 30px;
    width: 350px;
    min-height: 450px;
    margin: 5% 0;
    transition: transform 0.3s ease;
}

.carte > .text-carte {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex: 1;
}

.carte:hover {
    transform: scale(1.03);
    overflow: hidden;
}

.carte h2 {
    margin: auto 0; /* centre verticalement */
    text-align: center;
    font-size: 140%;
}

.carte p {
    margin-top: auto;
    margin-bottom: 5%; /* 10px du bas */
    text-align: center;
}

.carte.affichage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    max-width: 70%;
    max-height: none;
    height: auto;
    z-index: 999;
    transform: scale(1);
    border: none;
}

.carte.affichage img {
    border: solid white 3px;
    border-radius: 10%;
    padding: 0;
    margin: 1%;
    width: 97%;
}

.carte.cache {
    display: none;
}

.text-invisible {
    display: none;
}

.new {
    text-decoration: underline;
}

.text {
    margin: 10% 6%;
}

.text h2 {
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 400;
}

.m-top {
    margin-top: 15px;
}

.textmoi p {
    padding: 0 5%;
}



.imgMoi {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
    max-width: 100%;
    min-width: 60%;
}

.imgMoi img {
    max-width: 100%;
    min-width: 60%;
    height: auto;
    display: block;
    object-fit: contain;
}

.titre-paragraphe {
    font-size: 150%;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.sous-titre-paragraphe {
    font-size: 120%;
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 400;
    margin-top: 10%;
}

.aurevoir {
    text-align: center;
}

.carte-zone {
    width: 35%;
    margin: 5% 0;
}

.img-contact,
.img-zone {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
    max-width: 100%;
    min-width: 70%;
}

.img-contact img,
.img-zone img {
    width: 500px;
    max-width: 100%;
    min-width: 70%;
    height: auto;
    display: block;
    object-fit: contain;
}

.contact-horraire {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
}

.end {
    height: 40px;
}

#titre-tel {
    margin-top: 5%;
}

.titre-precision {
    font-size: 1rem !important;
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 400;
}

.sidenav {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;
    background-color: black;
    padding-top: 60px;
    transition: left 0.5s ease;
    z-index: 999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #111;
}

.sidenav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidenav.active {
    left: 0;
}

.sidenav .close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.burger-icon span {
    display: none;
    width: 35px;
    height: 1px;
    background-color: white;
    margin: 4px 0;
}

.boutton-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;

}

.boutton-accueil a {
    text-decoration: none;
    color: white;
    text-align: center;
    margin: 10px 5px;
    border: #fff solid 1px;
    border-radius: 10px;
    padding: 5px;
    max-width: 650px;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.vide {
    margin-top: 10%;
}

.vide2 {
    margin-top: 20%;

}

.vide3 {
    margin: 15% 0 10% 0;

}

.RDV,
.text-visible>p {
    margin: 15% 6%;
}

.séparation {
    display: flex;
    margin: 80px 0 20px 0;
    width: 100%;
    height: 2px;
    background-color: white;
}

.img-carousel {
    margin: 5%;
    border-radius: 15px !important;
}

.boutton-accueil-img {
    width: 95%;
}

iframe {
    width: 95%;
    align-content: center;
}

.bg-color-white{
    background-color: #fff;
    color: #000;
    margin: 3%;
    padding: 2%;
    border-radius: 15px;
}

.bg-color-white{
    background-color: #fff;
    color: #000;
    margin: 3%;
    padding: 5%;
    border-radius: 15px;
}

.bg-color-white>.boutton-accueil>a, .bg-color-white>.soin>.carte {
    background-color: #000;
    color: #fff;
    box-shadow: 0 10px 10px 0 rgb(29, 26, 26);
}

.séparation-btn {
    width: 50%;
    height: 2px;
    background-color: white;
    margin: 0 auto;
}

.carousel-inner {
    border-radius: 15px !important;
    box-shadow: 0 10px 10px 0 rgb(19, 19, 19);
}

@media screen and (max-width: 1300px) {
    body {
        font-size: 225%;
    }
}

@media screen and (max-width: 1200px) {
    body {
        font-size: 150%;
    }

    .moon {
        width: 200px;
        height: 200px;
    }

    .moon2 {
        width: 195px;
        height: 195px;
    }

    .nav-links li a {
        font-size: 125%;
    }
}


@media screen and (max-width: 1000px) {
    body {
        font-size: 125%;
    }
}

@media screen and (max-width: 880px) {
    .nav-links li a {
        font-size: 100%;
    }

    .burger-icon span {
        display: block;
    }

    .burger-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: transparent;
        width: 100%;
        z-index: 1;
    }

    .nav-links li {
        display: flex;
        justify-content: center;
    }

    .nav-links.show {
        display: flex;
    }

    .menu-button {
        display: block;
    }

    .contact-horraire {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .nav-links li a {
        font-size: 90%;
    }

    .carte.affichage {
        width: fit-content;
        max-width: fit-content;
    }
}


@media screen and (max-width: 650px) {
    body {
        max-width: fit-content;
    }

    .prix {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

@media screen and (max-width: 475px) {
    .titre-precision {
        font-size: 70% !important;
    }

    .carte {
        height: auto;
    }

    .boutton-accueil a {
        width: 95%;
        margin-top: 65px;
    }
}

#size {
    font-size: 10%;
    text-align: center;
}