@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Quicksand:wght@300..700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Pacifico', sans-serif !important;
}

body:not(h1, h2, h3, h4, h5, h6) {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 500 !important;
    scroll-margin-top: 100px;
}

a {
    text-decoration: none !important;
    color: inherit;
}

#tabac,
#sucre,
#stress,
#balinais,
#indien,
#hawaien,
#thailandais,
#cranien,
#footthaï,
#visage,
#surmesure,
#cadeaux {
    scroll-behavior: smooth;
    scroll-margin-top: 100px;
}

.hide {
    display: none !important;
}

body {
    background-color: #FCF5EB !important;
}

/*scroolbar page index et contact*/
.page-index::-webkit-scrollbar,
.page-contact::-webkit-scrollbar,
.page-mention::-webkit-scrollbar{
    width: 8px !important;
}

.page-index::-webkit-scrollbar-thumb,
.page-contact::-webkit-scrollbar-thumb,
.page-mention::-webkit-scrollbar-thumb{
    background: #3B6091;
    border-radius: 20px !important;
}

.page-index,
.page-contact,
.page-mention{
    overflow-y: scroll;
    scrollbar-width: 10px;
    scrollbar-color: #3B6091;
}
/*scroolbar page massage*/
.page-massage::-webkit-scrollbar{
    width: 8px !important;
}

.page-massage::-webkit-scrollbar-thumb{
    background: #CA6C6D;
    border-radius: 20px !important;
}

.page-massage{
    overflow-y: scroll;
    scrollbar-width: 10px;
    scrollbar-color: #CA6C6D;
}
/*scroolbar page laser*/
.page-laser::-webkit-scrollbar{
    width: 8px !important;
}

.page-laser::-webkit-scrollbar-thumb{
    background: #4CA19E;
    border-radius: 20px !important;
}

.page-laser{
    overflow-y: scroll;
    scrollbar-width: 10px;
    scrollbar-color: #4CA19E;
}



@media (min-width: 992px) {
    .navbar {
        overflow-y: hidden;
    }
}

.menu-desktop svg {
    width: 1vw;
    fill: #fff;
    margin-right: 0.2vw
}

@media (max-width: 991px) {
    .footer-mobile {
        flex-direction: column !important;
        align-items: center !important;
    }
    .footer-mobile section {
        margin-top: 50px;
        text-align: center
    }
    .reseau-mobile {
        justify-content: center !important;
    }
}


ul {
    padding: 0;
}

footer p {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.footerbloc a {
    text-decoration: none;
    color: #fff;
}

footer svg {
    width: 25px;
    fill: #fff;
}

/* Logo */
.logo{
    width: 300px;
}
.st1,
.st2 {
    fill: #fff;
}

@media (max-width: 991px) {
    .logo {
        width: 75px;
    }
}


/* Couleurs background */
.bg-bleu-nuit {
    background-color: #3B6091 !important;
}
.bg-rose-pale {
    background-color: #EAAFA4 !important;
}
.bg-rose-vif {
    background-color: #CA6C6D !important;
}
.bg-vert-pale {
    background-color: #A8DFDE !important;
}
.bg-vert-vif {
    background-color: #4CA19E !important;
}

/* Couleurs police */
.cl-blanc {
    color: #fff;
}
.cl-noir {
    color: #000;
}

/* Polices */
body {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}

body {
    overflow-x: hidden;
}

/* Boutons */
.btn {
    width: auto;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
}


/* Navbar */
.navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    flex-shrink: 0;
}

.navbar-toggler:focus {
box-shadow: none;
}

.navbar-expand-lg .navbar-collapse {
    display: none !important;
}

.navbar>.container-fluid {
    width: 90%;
    overflow: hidden;
}

.navbar {
    height: 80px;
}

.navbar-brand {
    color: #ffffff;
    font-weight: bold;
}

.navbar-brand {
color: #fff;
position: relative; 
transition: 0.3s;
font-weight: 400;
color:#fff;
}

.navbar-brand::before {
content: '';
position: absolute;
width: 0%;
height: 2px;
bottom: 0;
left: 0;
background-color: #CA6C6D;
transition: 0.3s;
color:#fff;
}

.navbar-brand:hover::before {
width: 100%; 
color: #fff;
}

@media screen and (max-width: 991px) {
    .navbar-collapse.collapse:not(.show) {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        background: #3B6091;
        width: 300px;
        height: 100%;
        z-index: 9999;
        padding: 25px;
        transform: translateX(-300px);
        transition: 0.5s ease-in-out;
        display: block;
    }

    .navbar-collapse.show {
        transform: translateX(0px);
    }

    .nav-overlay {
        position: absolute;
        background: #3B60917d;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 2;
        transform: translateX(-100vw);
        transition: 0.5s ease-in-out;
        display: block;
    }

    .nav-overlay.active {
        transform: translateX(0);
    }

    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .menu-desktop {
        display: none;
    }

    .navbar-nav,
    .collapse {
        display: block !important;
    }

    .navbar>.container-fluid{
        flex-wrap: nowrap;
    }
}

/* Swiper */
.page-index .swiper {
    width: 100%;
    height: 100vh;
}

.page-index .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.page-index .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.page-index .img-mobile {
    display: none !important;
}

@media (max-width: 991px) {
    .page-index .swiper {
        height: 90vh;
        position: relative;
        top: 80px;
    }

    .page-index .swiper img {
        height: 90vh;
    }

    .page-index h1 {
        position: relative;
        top: 80px
    }

    .page-index .img-mobile {
        display: flex !important;
    }
    .page-index .img-desktop {
        display: none !important;
    }
}

.page-index h1 {
    border-radius: 20px;
    border: 2px solid #3B609197 !important;
    padding: 10px 20px;
    margin: 30px auto;
    width: 50%;
    background-color: #3B6091c9 !important;
    color: #fffdf8;
}

@media (max-width: 991px) {
    .page-index h1 {
        width: 75%;
    }
}
/* Section images avec texte*/
.section-picture-text {
    padding: 0 5% 0 5%;
}

.section-picture-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explication {
    padding: 5%;
}

.container-section-picture-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-picture-text,
.section-moi {
    max-width: 1500px;
}

.picture1 img{
    border-radius: 15px 0 0 0;
}

.picture1 .explication {
    border-radius: 0 15px 0 0;
}

.picture2 img {
    border-radius: 0 0 15px 0;
}

.picture2 .explication {
    border-radius: 0 0 0 15px;
}

.section-moi {
    margin: 0 auto;
    background-color: #3B6091c9 !important;
    border-radius: 50px;
    border: 2px solid #3B6091;
}

.image-moi {
    width: 20%;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .section-picture-text {
        display: flex !important;
        flex-direction: column !important;
    }
    .section-picture-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-picture-text>div {
        width: 100% !important;
    }
    .picture1 img{
        border-radius: 15px 15px 0 0;
    }
    
    .picture1 .explication {
        border-radius: 0 0 15px 15px;
        margin-bottom: 30px;
    }
    
    .picture2 img {
        border-radius: 15px 15px 0 0;
    }
    
    .picture2 .explication {
        border-radius: 0 0 15px 15px;
    }
    .image-moi {
        width: 40%;
    }
    .navbar .logo svg {
        width: 106px;
        position: absolute;
        top: -14px;
    }
}


/* Section offre du mois*/
.carte_arriere
{
    display: flex;
    flex-direction: column;
    width: 30vw;
    margin: 0 0 2vw 0;
    background-color: white;
    padding: 5px 5px 10px 5px;
    border-radius: 20px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.253);
    font-size: 0.8rem; 
}

@media (max-width: 991px) {
    .carte_arriere
    {
        width: 50vw;
    }
}

@media (max-width: 768px) {
    .carte_arriere
    {
        width: 75vw;
    }
}

.ajustement
{
    margin-bottom: 1rem;
}

.ajustement2
{
   margin-bottom: 10px;
}

.carte_img
{
    width: 100%;
    height: 7vw;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
    
}

/*page massage*/
.page-massage .navbar-brand::before {
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    

    .page-massage .navbar-collapse {
        background: #CA6C6D;
    }

    .page-massage .nav-overlay {
        background: #CA6C6D7d;
    }
}



.page-massage .banniere-titre {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}

.page-massage h1 {
    position: absolute;
    top: 20%;
    left: 25%;
}

.page-massage .picture2 .explication {
    border-radius: 15px
}

@media (max-width: 991px) {
    
    .page-massage .picture2 .explication {
        border-radius: 15px
    }
}

.page-massage .carte_arriere2 {
    display: flex;
    flex-direction: column;
    width: 30vw;
    height: 100%;
    margin: 0 0 2vw 0;
    background-color: #A8DFDE;
    padding: 5px 5px 10px 5px;
    border-radius: 20px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.253);
    font-size: 0.8rem; 
}

.carte_img
{
    height: 15vw;
    
}

.carte_arriere:hover,
.carte_arriere2:hover{
    transform: scale(1.02);
    transition-duration: 0.2s;
    cursor: pointer;
}

.popup-scale-blur {
    animation:gb-popup-scale-blur 1s;
     -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes gb-popup-scale-blur {
    0% {opacity: 0;transform-origin: 50% 50%;transform: scale(2, 2);filter: blur(90px);}
    100% {opacity: 1;transform-origin: 50% 50%;transform: scale(1, 1);filter: blur(0px);}
   }
    
   .visible-section .gb-popup-scale-blur,
   .visible-lightbox .gb-popup-scale-blur {
    animation: gb-popup-scale-blur 1s both !important;
   }

.page-massage .modal li,
.page-laser .modal li {
    list-style: disc;
    list-style-position: inside;
}
   

@media (max-width: 991px) {
    .page-massage .carte_arriere,
    .page-massage .carte_arriere2
    {
        width: 75vw;
    }

    .carte_img
    {
        height: 25vw;
        
    }
}
@media (max-width: 768px) {
    
    .carte_img
    {
        height: 35vw;
        
    }
}

/*page laser*/
.page-laser .navbar-brand::before {
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    

    .page-laser .navbar-collapse {
        background: #4CA19E;
    }

    .page-laser .nav-overlay {
        background: #4CA19E7d;
    }
}

.page-laser .banniere-titre {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}

.page-laser h1 {
    position: absolute;
    top: 20%;
    left: 25%;
}


.page-laser .picture2 .explication {
    border-radius: 15px
}

@media (max-width: 991px) {
    
    .page-laser .picture2 .explication {
        border-radius: 15px
    }
}

.page-laser .carte_arriere
{
    background-color: #EAAFA4;
}

.page-laser .carte_arriere2
{
    display: flex;
    flex-direction: column;
    width: 30vw;
    margin: 0 0 2vw 0;
    background-color: #A8DFDE;
    padding: 5px 5px 10px 5px;
    border-radius: 20px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.253);
    font-size: 0.8rem; 
}

@media (max-width: 991px) {
    .page-laser .carte_arriere,
    .page-laser .carte_arriere2
    {
        width: 75vw;
    }
}

.page-laser .swiper {
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.page-laser .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.page-laser .swiper-slide {
font-size: 18px;
background: #fff;
display: flex;
height: auto;
}

.page-laser .swiper-slide img {
display: block;
width: 100%;
height: 15vw !important;
object-fit: cover;
}

@media (max-width: 991px) {
    .page-laser .swiper-slide img {
        height: 25vw !important;
        }
}

@media (max-width: 768px) {
    .page-laser .swiper-slide img {
        height: 35vw !important;
        }
}

.page-laser .swiper-pagination {
    position: relative;
    top: 0;
}

.swiper-pagination-bullet {
    background-color: #CA6C6D !important;
}



@media (max-width: 1300px) {
    .page-laser .swiper-container {
        width: 100% !important
    }
}


/*page contact*/
.page-contact .navbar-brand::before {
    background-color: #CA6C6D;
}

.page-contact .banniere-titre {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}

.page-contact h1 {
    position: absolute;
    top: 20%;
    left: 70%;
}

.page-contact svg:not(.footerbloc svg, .menu-desktop svg, .nav-item svg) {
    fill: #3B6091;
}

.nav-item svg:not(#Calque_2){
    fill: #fff !important;
    width: 20px !important;
}

.pastille {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
    background-color: #3B60917d;
    border-radius: 100px;
}

@media (max-width: 991px) {
    .pastille {
        width: 15vw;
        height: 15vw;
    }
    .contact-nom {
        width: 120px;
    }
}


.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    }

@media (max-width: 991px) {
    .parent {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* 2 colonnes */
        grid-template-rows: repeat(9, 1fr);   /* 5 lignes */
        grid-column-gap: 10px;                /* Espace entre colonnes */
        grid-row-gap: 20px;                   /* Espace entre lignes */
    }
        
}

.laser-section h3 {
    text-align: center;
}

.parent2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    }

@media (max-width: 991px) {
    .parent2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }
}

.parent3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px
    }

@media (max-width: 991px) {
    .parent3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        }
}


/*page mentions légales */

.page-mention main {
    position: relative;
    top: 150px;
    margin: 0 15vw 150px 15vw;
}


