/* ===================================
    About
====================================== */
/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Scrollbar
    - Header & Navigation
    - Banner
    - About
    - Team
    - Portfolio Section
    - Testimonial
    - Contact sec
    - footer
    - Stand Alone
    - loader
    - Scroll Top
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300&display=swap');
@import url('https://ton-site.fr/fonts/Oliciy.woff2');

@font-face {
    font-family: 'Oliciy';
    src: url('../fonts/Oliciy-Regular.woff2') format('woff2'),
         url('../fonts/Oliciy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.main-font{font-family: 'Oliciy', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    General
====================================== */

body {font-size: 18px;background-color: #f5f5f5!important;color: #f5f5f5!important;font-weight: normal;line-height: 25px;width: 100%; overflow-x: hidden!important;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative; overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
p{margin: 0 0 15px!important;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 4.2rem 0;}
.padding-top{padding-top: 2.4rem;}
.padding-bottom{padding-bottom: 2.4rem;}
.padding-half-top{padding-top: 90px;}

/*bg color */
.bg-contact{background-color: #f5f5f5;}
/*text  color */
.text-purple{color: #963d67;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*icon bg hover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;}
.instagram-bg-hvr:hover{background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;color: #fff !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;}
.mail-bg-hvr:hover{background:#c32aa3 !important;color: #fff !important;border: 1px solid #c32aa3 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial;  transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 18px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:none; width: auto;font-family: 'Oliciy', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-medium {font-size:16px; padding: 12px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 32px; line-height: 1.8em;}
.btn.btn-large-1 {font-size:15px;  padding: 9px 35px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

/* button hover */
.btn.btn-trans-white {background: transparent; border-color: #202020; color: #202020}
.btn.btn-hvr-white:hover {background: #202020 !important; border-color: #202020; color: #FFFFFF!important}

.btn.btn-orange {background: #fd7161; border-color: #fd7161; color: #ffffff}
.btn.btn-orange:hover {background: #202020 !important; border-color: #202020; color: #FFFFFF !important}

.black-and-white-btn{font-size: 16px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color:#ffffff;font-weight: 600;background-color:#202020;border:1px solid transparent;border-radius: 0;}
.black-and-white-btn:hover{color: #FFFFFF !important;background-color: #4a6a12 !important;border: 1px solid transparent;}

.contact-sec .btn.btn-trans {background: #963d67; border-color: #963d67; color: #f5f5f5;}
.contact-sec .btn.btn-trans:hover {background: #f5f5f5 !important; border-color: #963d67; color: #963d67 !important}

.purple-btn{font-size: 18px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color: #f5f5f5;font-weight: 600;background-color:#963d67;border:2px solid transparent;border-radius: 0;}
.purple-btn:hover{color: #963d67 !important;background-color: #f5f5f5 !important;border: 2px solid #963d67;}

.beige-btn{font-size: 18px;font-family: 'Roboto', sans-serif;padding: 11px 38px;color: #f5f5f5;font-weight: 600;background-color: #ca8f5c;border:2px solid transparent;border-radius: 0;}
.beige-btn:hover{color:  #ca8f5c !important;background-color: #f5f5f5 !important;border: 2px solid  #ca8f5c;}

.purpleSpan{
    color: #963d67;
    font-weight: 800;
}

.beigeSpan{
    color: #ca8f5c;
    font-weight: 800;
}

.greenSpan{
    color: #6ad225;
    font-weight: 600;
}

.greenSpan:hover{
    text-decoration: underline;
    text-decoration-color: #6ad225;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #963d6742;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    width: 6px;
    background:#f5f5f5;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #963d67;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
/* ===================================
        Header & Navigation
   ====================================== */
header a.logo img {
    max-width: 200px;
    max-height: 200px;
    vertical-align: sub;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 2000;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 999;
    background: #F5F5F5;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 18px;
    color: #ca8f5c;
    text-align: center;
    padding: 0.4rem 2rem;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Oliciy', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #55ACEE;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #55ACEE;
}

/*Nav Social*/
.nav-social .social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.nav-social .social-icons-simple li{
    display: inline-block;
}

.nav-social .social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    border: 1px solid transparent;
    text-align: center;
    width: 32px;
    color: #963d67;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}


.nav-social .social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #202020;
}


/*nav line*/
.nav-line .navbar-nav .nav-link.active{
    color:#963d67;
}

.nav-line .navbar-nav .nav-link:hover {
    color: #963d67;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    background: #f5f5f5;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #963d67;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
    height: 42px;
    width: 42px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 55px;
    right: 0px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, 
.side-menu .btn-close::after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    height: 4px; /* même épaisseur que les barres du burger */
    width: 84%;  /* largeur ajustée pour ressembler aux barres */
    background: #963d67; /* même couleur que le burger */
    transform-origin: center;
}

.side-menu .btn-close:before {
    /* -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
    transform: translate(-50%, -50%) rotate(45deg);
}

.side-menu .btn-close:after {
    /* -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); */
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 42px;
    padding: 6px;
    position: relative;
    right: -5px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #963d67;
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1.6rem 2.2rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 20px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 8px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.sidemenu-des{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color:  #411d1b;
    font-weight: 700;
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #963d67;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-family: 'Oliciy', sans-serif;
    font-weight: 300;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #963d67;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
    
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
    
}

.side-menu p{
    font-size: 1.1rem !important;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 1.1rem;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    color: #963d67;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover{
    background-color:#f5f5f5;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #f5f5f5;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
   Banner
====================================== */
.banner-image{
    background-image: url("../images/homeBanner.png");
    background-position: top center;
    background-size: cover;
    height: 100vh;
}

.banner-area{
    padding-top: 50px;
}

.banner-heading{
    font-family: 'Ociliy', sans-serif;
    font-size: 64px;
    font-weight: bold;
    color: #f5f5f5;
    /* text-transform: uppercase; */
}

.banner-des{
    font-family: 'Oliciy', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    width: 80%;
    padding: 30px 0 30px 0;
    line-height: 1.6;
}

.banner-sec {
  padding-top: 294px; /* abaisse la section */
  padding-bottom: 84px;
}

.banner-layout {
  display: flex;
  align-items: flex-start;
  /* gap: 80px; */
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* Rond texte */
.rond-texte {
  background-color: #b08483;
  color: #f5f5f5;
  border-radius: 50%;
  margin-top: 202px;
  left: -60px;
  width: 420px;
  height: 420px;
  z-index: 5 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-family: 'Oliciy', sans-serif;
  
  padding: 30px;
}

.rond-texte h1 {
  font-size: 60px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}



.sous-titre {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
}


.image-lien {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.bouton-rond-interne2 {
  position: absolute;
  top: 10px;  /* marge depuis le haut de l'image */
  left: -10px; /* marge depuis la gauche de l'image */
  background: #ca8f5c;
  color: white;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.bouton-rond-interne2:hover {
  background: #b2784a;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #b08483;
  border: 2px solid #b08483;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 18px;
}

/* Facebook Hover */
.social a.facebook-bg-hvr:hover {
  background-color: #f5f5f5;
  color: #3b5998; /* Facebook Blue */
  border-color: #3b5998;
}

/* LinkedIn Hover */
.social a.linkedin-bg-hvr:hover {
  background-color: #f5f5f5;
  color: #0077b5; /* LinkedIn Blue */
  border-color: #0077b5;
}

/* Instagram Hover */
.social a.instagram-bg-hvr:hover {
  background: linear-gradient(180deg, #feda75, #d62976, #962fbf, #4f5bd5);
  color: #f5f5f5;
  border-color: #d62976;
}

/* Optional: slightly enlarge on hover */
.social a:hover {
  transform: scale(1.42);
}


/* Bouton dans le cercle */
.bouton-rond-interne {
    font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 10px;
  right: 210px;
  transform: translate(50%, 50%);
  border: 3px solid #ca8f5c;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  color: #ca8f5c;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  display: flex;
  padding-bottom: 31px;
  padding-right: 31px;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  z-index: 10 !important;
}

.bouton-rond-interne:hover {
   color: #f5f5f5;
  background-color: #ca8f5c; 
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}


/* IMAGE + TRAIT */
.image-lien {
  position: relative;
  margin-top: 240px;
  margin-left: -80px;
  z-index: 1 !important;
}

/* Image */
.main-image {
    display: block;
  max-width: 100%;
  height: auto;
  margin-top: 212px;
  max-height: 570px;
  width: auto;
  object-fit: cover;
  border-radius: 4px;
  z-index: 1 !important;
}

/* Image + SVG */
.image-lien {
  position: relative;
  margin-top: -50px; /* image plus basse */
  margin-left: -170px; /* image plus à gauche */
}

/* Ligne SVG */
.svg-line {
  position: absolute;
  top: -160px;
  left: -220px;
  z-index: 0;
}

.svg-path {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: draw-line 2.5s forwards;
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

/* ===================================
        about Feng Shui and Ba Zi
====================================== */
.banner-sec2 {
  margin-top: 120px;
}

.banner-layout2 {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.rond-texte2,
.rond-texte3 {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  font-family: 'Oliciy', sans-serif;
}

.rond-texte2 {
  background-color: transparent;
  border: 3px solid #b08483;
  color: #b08483;
  margin-top: -400px;
  margin-right: -84px;
}

.rond-texte3 {
  background-color: #ca8f5c;
  border: 3px solid #ca8f5c;
  color: #f5f5f5;
  position: absolute;
  margin-top: -290px;
  margin-left: -84px;
  transform: translateX(-50%);
}

.rond-texte2 h1,
.rond-texte3 h1 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}

.sous-titre2,
.sous-titre3 {
  font-size: 16px;
  text-align: justify;
  padding: 0 64px;
  font-family: 'Roboto', sans-serif;
}

.image-col {
  position: relative;
}

.main-image2 {
  display: block;
  width: 100%;
  border-radius: 4px;
  max-height: 500px !important;  ;
  
}

/* Bouton rond à l'intérieur de l'image */
.bouton-rond-interne2 {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  margin-top: 400px;
  margin-left: 400px;
  border: 3px solid #ca8f5c;
  border-radius: 50%;
  width: 210px;
  height: 210px;
  color: #ca8f5c;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  display: flex;
  padding-bottom: 31px;
  padding-right: 31px;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bouton-rond-interne2:hover {
  color: #f5f5f5;
  background-color: #ca8f5c; 
}

/* Icônes bois décor */
.deco-circle {
  
  position: absolute;
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.deco-circle.left {

  top: 220px;
  left: -42px;
  
}

.deco-circle.right {
    width: 31% !important;
  top: -96px;
  right: -58px;
}

/* Animation visible quand la section est en vue */
.banner-sec2.visible .deco-circle.left {
  transform: rotate(15deg) translateX(0);
  opacity: 1;
}

.banner-sec2.visible .deco-circle.right {
  transform: rotate(-15deg) translateX(0);
  opacity: 1;
}

/* .rond-texte2 {
  background-color: transparent;
  color: #b08483;
    border: 3px solid #b08483;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  z-index: 0;
  margin-left: -342px;
  margin-top: -142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-family: 'Oliciy', sans-serif;
  
  padding: 30px;
}

.rond-texte2 h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 24px;
  line-height: 1.1;
}

.rond-texte3 {
  background-color: #ca8f5c;
  color: #f5f5f5;
    border: 3px solid #ca8f5c;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  z-index: 0;
  margin-left: -342px;
  margin-top: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-family: 'Oliciy', sans-serif;
  
  padding: 30px;
}

.rond-texte3 h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 24px;
  line-height: 1.2;
}

.sous-titre2,
.sous-titre3 {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  font-family: 'Roboto', sans-serif;
}

.banner-sec2 {
  margin-top: 184px; /* abaisse la section 
  
}

.banner-layout2 {
  display: flex;
  flex-direction: column;
  align-items: center; /* centre horizontalement 
  justify-content: center; /* centre verticalement 
  text-align: center;
  position: relative;
} */

/* ===================================
        Presentation
====================================== */

.presentation-section {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 121px;
  margin-bottom: 121px;
  padding: 3rem 1rem;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

.presentation-box {
  
  max-width: 640px;
  text-align: center;
  color: #963d67;
  position: relative;
}

.presentation-box h3 {
  font-family: 'Oliciy', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.presentation-box h4 {
  font-family: 'Oliciy', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 4rem;
}

.icon {
  width: 84px;
  height: auto;
  margin-bottom: 0.5rem;
  transform: rotate(-25deg);
}

.icon2 {
  width: 121px;
  height: auto;
  margin-bottom: 0.5rem;
  transform: rotate(42deg);
}

h2 {
    font-family: 'Oliciy', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: #963d67;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: left;
  /* text-align-last: center; */
}

.cta-link1 {
  display: inline-block;
  padding: 0.8rem 1.3rem;
  color: #963d67;
  text-decoration: none;
  border-left: 2px solid #963d67;
  border-bottom: 2px solid #963d67;
  /* font-family: 'Oliciy', sans-serif; */
  font-size: 1.1rem;
  position: relative;
  margin-top: 89px;
}

.cta-link2 {
  display: inline-block;
  padding: 0.8rem 1.3rem;
  color: #963d67;
  text-decoration: none;
  border-left: 2px solid #963d67;
  border-bottom: 2px solid #963d67;
  /* font-family: 'Oliciy', sans-serif; */
  font-size: 1.1rem;
  position: relative;
  margin-top: 52px;
}

.cta-link3 {
  display: inline-block;
  padding: 0.8rem 1.3rem;
  color: #963d67;
  text-decoration: none;
  border-left: 2px solid #963d67;
  border-bottom: 2px solid #963d67;
  /* font-family: 'Oliciy', sans-serif; */
  font-size: 1.1rem;
  position: relative;
  margin-top: 52px;
}

.cta-link4 {
  display: inline-block;
  padding: 0.8rem 1.3rem;
  color: #963d67;
  text-decoration: none;
  border-left: 2px solid #963d67;
  border-bottom: 2px solid #963d67;
  /* font-family: 'Oliciy', sans-serif; */
  font-size: 1.1rem;
  position: relative;
  margin-top: 52px;
}

.cta-link1:hover {
    background-color: #963d67;
    color: #f5f5f5;
}
.cta-link2:hover {
    background-color: #963d67;
    color: #f5f5f5;
}
.cta-link3:hover {
    background-color: #963d67;
    color: #f5f5f5;
}
.cta-link4:hover {
    background-color: #963d67;
    color: #f5f5f5;
}

.cta-link::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-right: none;
  border-bottom: none;
}

.cta-link::after {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
}

/* ===================================
        Cookie Banner & Modal
====================================== */

/* --- Cookie Banner --- */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #963d67;
  border-top: 1px solid #333;
  padding: 1rem;
  text-align: center;
  font-family: 'Oliciy', sans-serif;
  z-index: 3100;
  box-shadow: 0 -4px 6px rgba(0,0,0,.4);
}
.cookie-banner p {
  text-align: center !important;
  margin: 0 0 .5rem;
  color: #f5f5f5;
  font-size: 0.8rem;
}
.cookie-actions {
  display: flex;
  justify-content: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.cookie-actions button {
  background:#963d67; 
  border:2px solid #f5f5f5; 
  color:#f5f5f5;
  border-radius: 20px;
  padding: .5rem 1rem;
  cursor: pointer;
  font-size: 0.8rem;
  transition: all .2s;
}
.cookie-actions button:hover {
  opacity: 0.7;
}
#cookie-accept { background:#963d67; border:2px solid #f5f5f5; color:#f5f5f5; }
#cookie-reject { background:#eee; border:1px solid #333; color:#333; }
#cookie-customize { background:#f5f5f5; border:2px solid #963d67; color:#963d67; }

/* --- Cookie Modal --- */
.cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.cookie-modal[aria-hidden="false"] {
  display: flex;
}
.cookie-modal-content {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 13px;
  width: 90%;
  max-width: 420px;
  font-family: 'Oliciy', sans-serif;
  box-shadow: 0 4px 15px rgba(0,0,0,.3);
}
.cookie-modal-content h2 {
  font-size: 1.3rem;
  margin-top: 0;
  color: #963d67;
}
.cookie-modal-content label {
  display: block;
  margin: .8rem 0;
  font-size: 15px;
  color: #333;
}
.cookie-privacy {
  margin-top: .8rem;
  font-size: 14px;
}
.cookie-privacy a {
  color: #f5f5f5;
  text-decoration: none;
}
.cookie-privacy a:hover {
  text-decoration: underline;
}
.cookie-privacy2 a {
  color: #963d67;
  font-size: 15px;
  text-decoration: none;
}
.cookie-privacy2 a:hover {
  text-decoration: underline;
}





/* ===================================
        About
====================================== */

/* wrapper */
#aboutFengShui { position: relative; padding:6rem 2rem; background:#f5f5f5; overflow:visible; }
.about-wrapper { position:relative; width:100%; max-width:1420px; height:620px; margin:0 auto; }

/* layers : full-size absolute containers for clear stacking */
.layer { position:absolute; inset:0; pointer-events:none; }
.layer-diamonds { z-index:1; }   /* losanges derrière */
.layer-image    { z-index:5; display:flex; align-items:center; justify-content:center; pointer-events:auto; } /* image cliquable */
.layer-icons    { z-index:10; pointer-events:none; }

/* diamant */
.diamond { position:absolute; width:420px; height:420px; transform: translateY(-50%) rotate(0deg); }
.diamond-shape { width:100%; height:100%; display:block; }
.diamond-text { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:70%; text-align:center; }

/* image */
.image-block { pointer-events:auto; }
.about-image { width:460px; max-width:90%; height:auto; border-radius:13px; box-shadow:0 10px 20px rgba(0,0,0,0.12); display:block; }

/* icones */
.wood-icon { position:absolute; width:142px; pointer-events:none; }
.top-right { top:70px; right:220px; transform:rotate(-22deg); }
.middle-left { bottom:30px; left:140px; transform:rotate(22deg); }

/* petits réglages typographiques */
.diamond-text h2 { font-family:'Oliciy',sans-serif; font-size:1.1rem; margin-bottom:.4rem; color:#7b3b52; }
.diamond-filled .diamond-text h2 { color: #7b3b52; }
.diamond-text p { font-family:'Roboto',sans-serif; font-size:.95rem; color:#6b5a5a; line-height:1.5; }









.more-info {
	margin-top: 42px;
	background-color: #963d67;
}

.more-info p {
  font-size: 24px;
  max-width: 900px;         /* Pour forcer 3 lignes environ */
  margin: 0 auto;           /* Centre horizontalement */
  text-align: center;       /* Centre le texte */
  line-height: 1.6;         /* Meilleure lisibilité */
  color: #f5f5f5;             /* Si nécessaire sur fond foncé */
}

/* .more-info-content {
  height: 400px;
  display: flex;
  align-items: center;
} */


/* Position relative pour que whiteSun se positionne sur le texte */
.right-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
   padding-top: 40px;         /* Décale légèrement vers le bas */
  position: relative;
}


/* whiteSun centrée dans le bloc p */
.right-content p {
  position: relative;
  padding-top: 40px;         /* Décale légèrement vers le bas */
  z-index: 1;
  padding: 2rem;
  height: 100%;
  width: 960px;
}

.whiteSun {
  position: absolute;
  top: 24px;
  left: -200px; /* Position initiale hors écran à gauche */
  transform: translateY(-50%);
  opacity: 0;
  width: 100px;
  /* z-index: 2; */
  transition: all 1s ease-out;
  z-index: 9999;
}

/* État final (quand l'animation est activée) */
.whiteSun.animate-in {
  left: 50%; /* Centre horizontalement ou ajuste selon besoin */
  transform: translate(-50%, -50%);
  opacity: 1;
}


/* Image bien calée à droite */
.left-image3 {
  text-align: right;
}

.left-image3 img {
    margin-right: -242px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}


.about-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(21%, -45%);
}

.about-sec .card {
    display: inline-block;
    background-color: transparent;
    border: 0 solid rgba(0,0,0,.125);
}

.about-sec .card-body {
    padding: 0;
}

.about-sec .cover:hover .card-title{
    color: #963d67;
}

.about-sec .numbering {
    font-size: 49px;
    color: #212121;
    font-weight: 400;
    transition: all 1.2s;
    font-family: "Roboto", sans-serif;
}

.about-sec .cover:hover .numbering {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.about-sec .cover{
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;
}

.about-sec .cover .card-title{
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: normal;
    color: #202020;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}

.about-sec .cover .card-text {
    font-size: 15px;
    font-weight: 400;
    color: #212121;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
        intermediate-section
====================================== */

.section-harmonie {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.row.no-gutters {
  margin: 0;
}

.image-col {
  padding: 0;
}

.image-col img {
  max-height: 420px; 
  width: 100%;
  object-fit: cover;
  display: block;
}

.content-col {
  background-color: #963d67;
  color: #f5f5f5;
  padding: 20px 15px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.harmonie-text {
  font-size: 24px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0;
}

/* repère pour l'absolute */
.content-col {
  position: relative;   /* indispensable : le .sun-icon sera positionné par rapport à ce conteneur */
  overflow: visible;    /* évite que le soleil soit coupé si un parent a overflow:hidden */
}

/* icône soleil — animation d'entrée depuis la droite vers le centre au-dessus du texte */
.sun-icon {
  position: absolute;
  top: 42px;                  /* descend l’icône au-dessus du texte */
  left: 50%;                  /* base pour centrer */
  transform: translateX(300%);/* départ bien à droite */
  opacity: 0;
  width: 240px;               /* plus grand */
  z-index: 50;
  display: block;
  transition: transform 1.2s ease-out, opacity 0.8s ease-out;
}

/* état visible — centré au-dessus du texte */
.sun-icon.animate-in {
  transform: translateX(-50%); /* centré : left:50% + translateX(-50%) */
  opacity: 1;
}




/* ===================================
        feature
====================================== */
.feature-image{
    background-image: url("../images/feature-image.jpg");
    background-size: cover;
    background-position: center;
}

.feature-heading{
    font-size: 36px;
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 500;
    color: #202020;
    padding: 20px 0 55px 0;
    text-transform: uppercase;
}

.quote-name{
    font-size: 24px;
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 600;
}

.quote-des{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}
/* ===================================
    Portfolio Section
====================================== */
.portfolio-sec .container {
    max-width: 1140px;
}

.cbp-item-off {
    display: none!important;
}

.portfolio-sec .portfolio-heading{
    color: #202020;
    margin-bottom:0;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.portfolio-sec .cbp-wrapper-outer {
    overflow: visible;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus{
    color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    margin-right: 25px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #202020;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-bottom: solid 2px transparent ;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #4a6a12;
    background: transparent;
    border-bottom: solid 3px #4a6a12;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even{
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.portfolio-sec .cbp-item.even {
    margin-top: -190px;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(74, 106, 18, 0.7);
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: #000000;
    border-color: #4a6a12;
}

.portfolio-sec .cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.portfolio-sec .portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}

.portfolio-sec .portfolio-hover-effect .hover-text{
    padding-left: 3%;
    padding-bottom: 2%;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span{
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2){
    transform: rotate(90deg);
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.portfolio-sec #js-loadMore-lightbox-gallery {
    margin-top: 45px;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data{
    z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}

.portfolio-sec .portfolio-foot-detail{
    padding-bottom: 3%;
}

.portfolio-sec .portfolio-foot-detail .p-text{
    color: #202020;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.portfolio-sec .portfolio-foot-detail .p-text:last-child{
    margin-bottom: 0;
}

.portfolio-sec .portfolio-foot-detail .p-num{
    font-size: 72px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
     Fun Facts
====================================== */

.fun-facts {
	margin-top: 154px;
    margin-bottom: 154px;
	background-image: url("../images/japaneseGarden.png");
	background-size: cover;
	background-attachment: fixed;
	padding: 142px 0px;
	color: #411d1b;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 22px;
	color: #411d1b00;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
    color: #411d1b;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 42px;
}

.fun-facts em {
	font-style: normal;
	color: #963d67;
}

.fun-facts p {
	font-size: 18px;
	color: #411d1b;
	margin-bottom: 40px;
    padding: 13px 31px;
    background-color: #f5f5f53a;
    border-radius: 13px;
}

.fun-facts .left-content {
	
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: #411d1b95;
	padding: 42px 31px 42px 31px;
	margin: 15px 0px;
}

.count-digit {
    font-family: 'Oliciy', sans-serif;
    margin: 5px 0px;
    color: #963d67;
    font-weight: 600;
    font-size: 31px;
}
.count-title {
    font-size: 22px;
    font-weight: 600;
    color: whitesmoke;
    letter-spacing: 0.5px;
}

/* ===================================
     About Sylvie
====================================== */

#about-sylvie {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 84px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  flex-wrap: wrap;
  gap: 42px;
}

.about-text {
  flex: 1;
  max-width: 48%;
  color: #963d67;
  text-align: center;
}

.about-text h2 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #963d67;
}

.about-icon img {
  width: 13%;
  margin: 0 auto 30px;
  animation: slideInLeft 1s ease-out forwards;
  opacity: 0;
  transform: translateX(-50px);
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-text p {
  text-align: justify;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 600px;
  padding-left: 103px; 
}

.about-text strong {
  font-weight: bold;
}

.about-image-container {
  flex: 1;
  max-width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.buddha-image {
  width: 70%;
  border-radius: 0;
  object-fit: cover;
}

.portrait {
  position: absolute;
  bottom: -42px;
  left: 42px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-btn {
  align-self: flex-end;
  margin-top: 0px;
  /* padding-left: 30px; */
  border-left: 2px solid #963d67;
  border-bottom: 2px solid #963d67;
}

.about-btn a {
  display: inline-block;
  padding: 13px 24px;
  color: #963d67;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
}
.about-btn a:hover {
  color: #f5f5f5;
  background-color: #963d67;
}

/* ===================================
     Events
====================================== */

.events-section {
  background-image: url("../images/eventSection.png");
  background-repeat: no-repeat; /* Empêche la répétition */
  background-position: center; /* Centre l'image */
  background-size: cover; /* L'image reste entière */
  position: relative;
  padding: 142px 31px;
  overflow: hidden;
}

.slider-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #b08483; 
  padding: 64px 42px;
}

.slide {
  display: none;
  animation: fade 1s ease-in-out;
}

.slide.active {
  display: block;
}

.title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #f5f5f5;
  margin-bottom: 10px;
}

.sun-icon2 {
  width: 84px;
  margin: 10px auto;
  display: block;
}

.event-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #f5f5f5;
}



/* Arrow Nav */
.nav-arrows {
  position: absolute;
  top: 50%;
  left: 24px;
  right: 24px;
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  /* padding: 0 20px; */
  transform: translateY(-50%);
  pointer-events: none; /* permet de cliquer sur les flèches sans casser le z-index */
}

.nav-arrows span {
    pointer-events: auto; /* permet de rendre les flèches cliquables */
  font-size: 2rem;
  color: #f5f5f5;
  cursor: pointer;
  user-select: none;
}

.nav-arrows span:hover {
  color: #963d67;
}

/* Bullets */
.dots {
  text-align: center;
  margin-top: 64px;
}

.dots span {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #963d67;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  opacity: 0.42;
  transition: opacity 0.3s ease;
}

.dots span.active {
  opacity: 1;
}

/* Circle Button */
.circle-button {
  position: absolute;
  top: 19%;
  right: 21px;
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  color: #f5f5f5;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease;
}

.circle-button:hover {
  background-color: #ca8f5c;
  color: #f5f5f5;
}

/* Fade animation */
@keyframes fade {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
  

  .title {
    font-size: 2rem;
  }
}

/* ======================
     Blog
====================== */

.blog-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #963d67; /* même couleur que tes titres */
  margin-bottom: 42px;
  position: relative;
}

/* Petite décoration optionnelle sous le titre */
.blog-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background: #963d67;
  margin: 13px auto 0;
  border-radius: 2px;
}


/* ===================================
     Testimonial
====================================== */
.testimonial-img{
    background-image: url("../images/testimonialBG.png");
    background-position: top center;
    background-size: cover;
    height: 110vh;
    padding: 0;

}

.testimonial-heading{
    font-size: 42px;
    font-family: 'Oliciy', sans-serif;
    /* font-weight: bold; */
    color: #963d67;
    text-transform: capitalize;
}

.testimonial-title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #963d67; /* ou #000, ou une autre couleur de ta charte */
}

.testimonial-des{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0 0 0;
    line-height: 1.6;
}

.testimonial-area{
    padding-top: 100px;
    padding-left: 100px;
}

.testimonial-sec .testimonial-box .item{
    padding-top: 110px;
}

.testimonial-sec .testimonial-box .testimonial-text{
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.testimonial-sec .testimonial-details .text{
    margin-top: 40px;
}
.testimonial-sec .testimonial-carousel{
    width: 98%;
    margin: 0 auto;
}
.testimonial-sec  .testimonial-carousel .testimonial-box{
    padding-left: 40px;
}
.testimonial-sec  .testimonial-carousel .testimonial-box .icon-holder{
    display: block;
    margin-bottom: 30px;
}
.testimonial-sec .testimonial-carousel .testimonial-box .icon-holder i{
    color: #963d67;
    font-size: 42px;
    display: inline-block;
    font-style: italic;
}
.testimonial-sec .testimonial-carousel .testimonial-box .img-holder{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.testimonial-sec .testimonial-carousel .testimonial-box .img-holder img{
    border-radius: 50%;
    width: 100%;
}
.testimonial-sec  .testimonial-carousel .testimonial-box .user-name{
    color: #F5F5F5;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
           Blog
====================================== */
.blog-heading{
    font-size: 48px;
    font-family: 'Oliciy', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #963d67;
}

.blog-des{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #411d1b;
    padding: 20px 0 50px 0;
    line-height: 1.4;
}

.blog-sec{
    background-color: #f5f5f5;
}

.blog-heading1{
    font-size: 48px;
    font-family: 'Oliciy', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color:  #ca8f5c;
}

.blog-des1{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #411d1b;
    padding: 20px 0 50px 0;
    line-height: 1.4;
}
/* ===================================
   Contact
====================================== */

.contact-sec .contact-form input{
    color: #411d1b;
    font-size: 17px;
    font-weight: 500;
    height: 42px;
    padding: 25px 0;
    background: transparent;
    font-family: 'Oliciy', sans-serif;
}

.contact-sec .contact-area{
    margin: 20px 0 50px 0;
}

.contact-sec .contact-heading{
    display: inline-block;
    font-size: 48px;
    color: #411d1b;
    font-weight: 500;
    text-transform: none;
    font-family: 'Oliciy', sans-serif;
}

.contact-sec .heading span {
    padding: 5px 20px;
    color: #f5f5f5;
    background: #008256;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid #963d6756;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #464646!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #464646!important;
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #963d67;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #f5f5f5;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #411d1b;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.contact-form {
    display: flex;
    justify-content: center;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details ul li{
    color: #411d1b;
    list-style: none;
    margin-bottom: 25px;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: 'Oliciy', sans-serif;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 34px;
    margin-right: 42px;
    margin-bottom: 8px;
    color: #411d1b;
    font-weight: 700;
}

.contact-sec .contact-details ul li i:hover{
    color: #963d67;
    font-weight: 900;

}

.contact-sec .btn.btn-trans {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}

/* ===================================
    Back to Top Button
====================================== */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.back-to-top .circle-icon {
    width: 50px;
    height: 50px;
    background-color: #963d67;
    border: 2px solid #f5f5f5;
    color: #f5f5f5;
    font-size: 1.5rem;
    font-family: 'Noto Serif SC', serif; /* Ou toute fonte supportant les idéogrammes*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
    cursor: pointer;
}



/* Tooltip (infobulle) */
.back-to-top .tooltip {
    visibility: hidden;
    background-color: #963d67;
    color: #f5f5f5;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 0.75rem;
    margin-bottom: 8px;
    margin-right: 112px;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    bottom: 60px;
    white-space: nowrap;
}

.back-to-top:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.back-to-top:hover .circle-icon {
    background-color: #f5f5f5;
    color: #963d67;
    border: 2px solid #963d67;
}


/* ===================================
    Footer Section
====================================== */

/* ===== FOOTER ===== */
.main-footer {
  background: #0c0c0c; /* fond sobre et élégant */
  color: #f5f5f5;
  padding: 42px 21px 21px;
  font-family: 'Roboto', sans-serif;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

/* --- Logo --- */
.footer-logo img {
  max-width: 240px;
  transition: transform 0.3s ease;
}
.footer-logo img:hover {
  transform: scale(2.42);
}

/* --- Navigation principale --- */
.footer-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-links,
.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-legal li {
  margin: 8px 0;
}

.footer-links a,
.footer-legal a {
  text-decoration: none;
  color: #f5f5f5;
  font-size: 22px;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-legal a:hover {
  color: #963d67; /* vert harmonieux */
}

/* --- Réseaux sociaux --- */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social a {
  color: #f5f5f5;
  border: 2px solid #963d67;
  font-size: 24px;
  background: #222;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
  color: #963d67;
  border: 2px solid #963d67;
  transform: translateY(-13px);
}

/* --- Bas du footer --- */
.footer-bottom {
   border-top: 1px solid #6ad225;
  
  text-align: center;
  font-size: 14px;
  color: whitesmoke;
}
.footer-bottom p {
  margin-top: 22px !important;
}

.footer-bottom a {
  
  color: #ddd;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

.greenSpan {
  color: #6ad225;
}
/* .main-footer {
  background-color: #963d67;
  color: #f5f5f5;
  padding: 40px 20px 20px;
  text-align: center;
  font-family: 'Oliciy', sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo img {
  height: 180px;
  transition: transform 0.3s ease;
}

.footer-logo:hover img {
  transform: scale(2.4);
}


.footer-links-container {
  display: flex;
  gap: 50px;
}

.footer-links,
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links li a,
.footer-social li a {
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-links li a:hover,
.footer-social li a:hover {
  color:  #ca8f5c ;
}



.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.footer-social li a {
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social li a:hover {
  color: #9c6bcb;
}


.footer-bottom {
    border-top: 1px solid #6ad225;
  text-align: center;
  padding-top: 24px;
  
  color: whitesmoke;
}

.footer-bottom p {
  margin: 0;
  font-size: 16px;
}

.footer-bottom a {
  color: whitesmoke;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
} */





/* ===================================
    Standalone
====================================== */
.bg-standalone{
    background-image: url("../images/blogBanner.png");
    background-size: cover;
    height: 740px;
    opacity: 1;
}

.standalone-heading{
    padding-top: 90px;
}

.page-title h2{
    position:relative;
    color:#963d67;
    font-weight:500;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.1rem;
    font-family: 'Oliciy', sans-serif;
    text-transform:none;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    color:#963d67;
    font-size:14px;
    font-weight:500;
    text-transform:capitalize;
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#963d67;
    font-weight:500;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#963d67;
}

.standalone , .blog-page , .blog-detail{
    background-color: #f5f5f5;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
    font-size: 16px;
    color: #411d1b;
    font-family: 'Roboto', sans-serif;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    color: #411d1b;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 600;
    font-family: 'Oliciy', sans-serif;
    color: #b08483;
}

.standalone-detail .para_text{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #411d1b;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 600;
    margin-bottom: 24px;
    font-family: 'Oliciy', sans-serif;
    font-size: 44px;
    color: #963d67;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #411d1b;
}
.standalone-area .heading-text1{
    font-weight: 600;
    margin-bottom: 24px;
    font-family: 'Oliciy', sans-serif;
    font-size: 44px;
    color: #ca8f5c;
}

.standalone-area .stand-img-des .para_text1{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #411d1b;
}
/* ===================================
     Loader
====================================== */
.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #ca8f5c;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#building {
  position: relative;
  width: 150px;
  height: 150px;
}

#blocks {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateBlocks 2s linear infinite;
  transform-origin: center center;
}

.b.icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: whitesmoke;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Positionnement en cercle */
#fire   { transform: translate(-50%, -50%) rotate(0deg)    translateX(60px) rotate(0deg); }
#water  { transform: translate(-50%, -50%) rotate(72deg)   translateX(60px) rotate(-72deg); }
#wood   { transform: translate(-50%, -50%) rotate(144deg)  translateX(60px) rotate(-144deg); }
#metal  { transform: translate(-50%, -50%) rotate(216deg)  translateX(60px) rotate(-216deg); }
#earth  { transform: translate(-50%, -50%) rotate(288deg)  translateX(60px) rotate(-288deg); }

/* Icônes et couleurs */
#fire i   { color: #963d67; font-size: 28px; }
#water i  { color: #b08483; font-size: 28px; }
#metal i  { color: #411d1b; font-size: 26px; }
#earth i  { color:  #ca8f5c; font-size: 26px; }

#wood img {
  width: 31px;
  height: 31px;
}

/* Animation de rotation */
@keyframes rotateBlocks {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* ===================================
     Media Query
====================================== */
@media screen and (width: 1920px){
    /*--navbar--*/
    .navbar-top-default{
        top: 30px;
    }
    .header-appear .navbar-top-default{
        top: 0;
    }
    /*--banner--*/
    .banner-des{
        font-size: 18px;
        width: auto;
    }
    .banner-heading{
        font-size: 60px;
    }
    .banner-area {
        padding-top: 165px;
    }
    /*--testimonial--*/
    .testimonial-area {
        padding-top: 160px;
        padding-left: 0;
    }
    .testimonial-heading{
        font-size: 48px;
    }
    .testimonial-des{
        font-size: 18px;
    }
    .testimonial-sec .testimonial-box .testimonial-text{
        font-size: 20px;
    }
    .testimonial-sec .testimonial-box .item {
        padding-top: 150px;
    }
    /*--blog--*/
    .blog-heading{
        font-size: 60px;
    }
    .blog-des{
        font-size: 18px;
    }
    .blog-area{
        padding-left: 30px;
    }
    /*--footer--*/
    .company-about{
        text-align: end;
    }
    /*--standalone--*/
    .bg-standalone{
        height: 700px;
    }
    .standalone-heading {
        padding-top: 210px;
    }
    .page-breadcrumb li a{
        font-size: 18px;
    }
    .page-breadcrumb li{
        font-size: 18px;
    }
    .standalone-detail .sub-heading{
        font-size: 20px;
    }
    .standalone-area .sub-heading{
        font-size: 20px;
    }
    .standalone-detail .heading{
        font-size: 58px;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    /*--banner--*/
    .banner-area {
        padding-top: 120px;
    }
}
@media screen and (max-width: 1024px){
    /*--general--*/
    .ml-lg-5, .mx-lg-5{
        margin-left: 0!important;
    }
    .mr-lg-2, .mx-lg-2{
        margin-right: 0!important;
    }
    /*--side-menu--*/
    .side-menu{
        width: 80%;
    }
    .side-menu p {
        font-size: 17px;
    }
    /*--navbar--*/
    .navbar-simple .navbar-nav .nav-link {
        font-size: 17px;
        padding: 0.4rem 1.5rem;
    }
    /*--banner--*/
    .banner-image {
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 43vh;
    }
    .banner-des {
        font-size: 18px;
         width: auto;
        padding: 30px 0 30px 0;
    }
    .banner-heading{
        font-size: 34px;
    }
    .banner-area{
        padding-top: 0;
    }
    /*--about--*/
    .about-sec .cover {
        padding: 10px
    }
    .about-sec .cover .card-text {
        font-size: 16px;
        font-weight: 500;
    }
    .about-image {
        transform: translate(15%, -45%);
    }
    .feature-heading {
        font-size: 32px;
        padding: 20px 0 30px 0;
    }
    /*--quote--*/
    .quote-name {
        font-size: 26px;
    }
    /*--portfolio--*/
    .portfolio-sec .portfolio-heading{
        font-size: 44px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        font-size: 14px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    .black-and-white-btn {
        font-size: 16px;
        padding: 11px 32px;
    }
    /*--testimonial--*/
    .testimonial-area{
        padding-left: 0;
    }
    .testimonial-img {
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 94vh;
        padding: 0;
    }
    /*--Blog--*/
    .blog-heading {
        font-size: 42px;
    }
    .blog-des{
        padding: 15px 0 35px 0;
    }
    /*--contact--*/
    .contact-sec .contact-heading {
        font-size: 36px;
    }
    .contact-sec .contact-details ul li{
        font-size: 17px;
    }
    .company-about {
        font-size: 17px;
    }
    /*standalone*/
    .page-breadcrumb li a{
        font-size: 18px;
    }
    .page-breadcrumb li{
        font-size: 18px;
    }
    .standalone-detail .para_text{
        font-size: 16px;
    }
    .standalone-detail .sub-heading{
        font-size: 20px;
    }
    .standalone-area .sub-heading{
        font-size: 20px;
    }
    .standalone-area .heading-text{
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    /*--general--*/
    .padding-top{
        padding-top: 5.5rem;
    }
    .padding-bottom{
        padding-bottom: 5.5rem;
    }
    section{
        padding: 5.5rem 0;
    }
    /*--navbar--*/
    .nav-social .social-icons-simple{
        display: none;
    }
    .sidemenu_btn{
        position: absolute;
        right: 5px;
    }
    /* .side-menu {
        width: 70%;
    } */
    /*--banner--*/
    .rond-texte{
        margin-top: -103px !important;
    }
    .banner-image {
        background-size: contain;
        background-repeat: no-repeat;
        height: 90vh;
    }
    .banner-area {
        padding-top: 66%;
        text-align: center;
    }
    /*--about--*/
    .about-image {
        margin: 23%;
        transform: translate(0%, -93%);
    }
    .about-sec .cover .card-text {
        font-size: 16px;
    }
    .feature-heading {
        font-size: 22px;
        padding: 20px 0 30px 0;
        line-height: 1.4;
    }
    /*--portfolio--*/
    .portfolio-sec .portfolio-heading{
        font-size: 34px;
    }
    .portfolio-sec .cbp-l-filters-button .cbp-filter-item{
        font-size: 14px;
    }
    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }
    /*--testimonial--*/
    .testimonial-area{
        padding-top: 30%;
        padding-left: 0;
        text-align: center;
    }
    .testimonial-sec .testimonial-carousel .testimonial-box{
        padding-left: 0;
    }
    .testimonial-des{
        font-size: 18px;
    }
    .testimonial-sec .testimonial-box .testimonial-text{
        font-size: 17px;
    }
    /*--Blog--*/
    .blog-image{
        display: flex;
        justify-content: center;
    }
    .blog-heading {
        font-size: 40px;
    }
    .blog-area{
        margin-top: 50px;
        text-align: center;
    }
    .blog-des {
        font-size: 17px;
    }
    /*--contact--*/
    .contact-sec .contact-heading{
        font-size: 44px;
        text-align: center;
    }
    .contact-sec .contact-area {
        margin: 0 0 50px 0;
    }
    .contact-sec{
        text-align: center;
    }
    .contact-sec .contact-details ul li{
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        display: block;
    }
    /*--footer--*/
    .footer-social a{
        font-size: 16px;
        margin: 0 6px 0 0;
    }
    .footer-social{
        text-align: center;
    }
    .company-about{
        text-align: center;
    }
    /*--Standalone--*/
    .page-breadcrumb li{
        font-size: 17px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1 {
        font-size: 30px;
    }
    .standalone-detail .heading {
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 4rem;
        font-size: 17px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 17px;
    }
}
 /*--about-sylvie--*/


    /* ====== RESPONSIVE DESIGN ====== */

/* Tablettes */
@media screen and (max-width: 992px) {
  .about-sylvie {
    gap: 30px;
    padding: 40px 15px;
  }

  .about-sylvie .about-text h2 {
    font-size: 2rem;
    text-align: center;
  }

  .about-sylvie .about-text {
    max-width: 100%;
    text-align: center;
  }

  .about-sylvie .about-image-container {
    justify-content: center;
  }

  .about-sylvie .portrait {
    width: 120px;
    height: 120px;
    bottom: -25px;
    right: -15px;
  }
}

/* ======== MOBILE  ======== */
@media (max-width: 768px) {

    html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background: #f5f5f5;
    }

    /* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: whitesmoke;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.logo img {
  max-width: 130px;
  height: auto;
  display: block;
}

/* Burger menu */
.burger-menu {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.burger-menu span {
  display: block;
  height: 4px;
  background: #333;
  border-radius: 2px;
}



.right-content p {
  font-size: 1.3rem !important;
  padding: 20px 20px !important;
  
  width: 420px !important;
}

.left-image3 img{
    margin-right: 0 !important;
    padding-bottom: 20px;
    border-radius: 4px;
}
.presentation-section {
  margin-top: 13px;
  margin-bottom: 13px;
  gap: 1.3rem;
  padding: 0.4rem 1rem;
}
.presentation-box{
    padding: 13px !important;
    max-width: 460px !important;
}
.cta-link1,
.cta-link2,
.cta-link3,
.cta-link4{
    margin-top: 13px;
}

.harmonie-text{
    font-size: 1.3rem !important;
    padding: 20px !important;
    max-width: 440px !important;
    text-align: center !important;
}

          
  /* ===== Section "About Sylvie" ===== */
  #about-sylvie {
    display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 22px;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
}

  /* Ordre des blocs */
  .about-sylvie .about-text {
    order: 2;
  }

  .about-sylvie .about-image-container {
    order: 1;
    position: relative; /* essentiel pour positionner le portrait en absolu */
    margin-bottom: 20px;
    max-width: 100%;
    align-items: center;
  }

  /* Image sylvie Jalama ajustée */
  .buddha-image {
        width: 100%;
        max-width: 420px;
        height: auto;
        border-radius: 4px;
        border: 2px solid #963d67;
        position: relative;
        z-index: 1;
    } 

  /* Portrait */

  .portrait {
        position: absolute;
        margin-bottom: 24px; /* ajuste la hauteur pour le chevauchement */
        left: 24%;
        transform: translateX(-50%);
        width: clamp(130px, 20vw, 240px); /* s'adapte automatiquement */
        height: clamp(130px, 20vw, 240px);
        z-index: 2; /* au-dessus de l'image avec border */
    }

  .portrait img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        border: 2px solid #963d67;
    }

  /* Bouton */
  .about-btn {
        position: relative;
        display: inline-block;
        border-left: 2px solid #963d67;
        border-bottom: 2px solid #963d67;
        padding-left: 20px;
    }

  .about-btn a {
        padding: 10px 20px;
        font-size: 1rem;
        color: #963d67;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    .about-btn a:hover {
        background: #963d67;
        color: #f5f5f5;
    }

    /* Titre */
    .about-sylvie .about-text h2{
    font-size: 2.2rem !important;
}

  /* Texte */
  .about-text p {
    font-size: 1.1rem !important;
  padding: 0;
  text-align: justify;
  color: #963d67;
  }

  /* ===============================
   Responsive Mobile Feng Shui + Ba Zi
   =============================== */

  /* Organisation verticale */
  .banner-layout2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
  }

  .banner-sec2 {
  margin-top: 10px;
  margin-bottom: -80px !important;
  }




#about-feng-shui {
    margin-top: 13px;
    margin-bottom: 13px !important;
  }

  /* Cercle Feng Shui - bien centré et visible */
  .rond-texte2 {
    position: relative;
    width: 420px;
    height: 420px;
    margin: 0 auto;
    border: 3px solid #b08483;
    color: #b08483;
    background: transparent;
    padding: 42px;
    text-align: center;
    margin-left: -59px;
    margin-top: -130px;
    /* z-index: 2; */
  }

  /* Cercle Ba Zi - empilé sous l'image */
  .rond-texte3 {
    position: relative;
    width: 420px;
    height: 420px;
    margin: 285px -270px;
    background: #ca8f5c;
    color: #f5f5f5;
    border: 3px solid #ca8f5c;
    padding: 30px;
    text-align: center;
    z-index: 1;
  }

  /* Titres dans les cercles */
  .rond-texte2 h1,
  .rond-texte3 h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  /* Paragraphes dans les cercles */
  .sous-titre2,
  .sous-titre3 {
    font-size: 1rem;
    padding: 0;
    text-align: center;
    line-height: 1.4;
  }

  /* Image - bien visible et centrée */
  .image-col {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
  }

  .main-image2 {    
    width: 420px !important;
    height: 420px !important;
    border-radius: 6px;
    border: 3px solid #ca8f5c;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 0;
    margin-top: -84px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
  }

  /* Bouton rond - simplifié ou masqué si gênant */
  .bouton-rond-interne2 {
    position: static;
    margin-top: 310px;
    margin-left: -42px;
    width: 160px;
    height: 160px;
    border: 3px solid #ca8f5c;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    padding: 10px;
    color: #ca8f5c;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Icônes bois décor : masquées pour éviter le chaos visuel */
  .deco-circle {
    display: none !important;
  }



  /* ===== Section "Events" ===== */

  /* Section globale */
  .events-section {
    padding: 60px 15px;
    background-size: cover;
  }
    /* Conteneur slider */
  .slider-container {
    padding: 30px 20px;
    border-radius: 12px;
    background: rgba(176, 132, 131, 0.95); /* Légère transparence pour la lisibilité */
    }
    /* Titre */
  .title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  /* Soleil décoratif */
  .sun-icon2 {
    width: 60px;
    margin: 8px auto 16px auto;
  }

  /* Titre de l'événement */
  .event-title {
    font-size: 1.4rem;
    padding: 0 10px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  /* Description */
  .event-description {    
    color: #f5f5f5;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0 1px;
  }

  .event-description p {
    text-align: center !important;
    padding : 0 16px !important;
  }

  /* Flèches navigation */
  .nav-arrows {
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    justify-content: space-between;
    transform: none;
  }

  .nav-arrows span {
    font-size: 2.2rem;
    padding: 13px;
    margin: 24px;
    background: rgba(150, 61, 103, 0.8);
    border-radius: 50%;
    transition: background 0.3s ease;
  }

  .nav-arrows span:hover {
    background: rgba(150, 61, 103, 0.93);
    color: #f5f5f5;
  }

  /* Puces indicatrices */
  .dots {
    margin-top: 30px;
  }

  .dots span {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #f5f5f5;
    opacity: 0.5;
  }

  .dots span.active {
    opacity: 1;
    background-color: #963d67;
  }

  /* Bouton circulaire */
  .circle-button {
    position: relative;
    display: inline-block;
    margin-top: 130px;
    left: 1%;
    padding: 34px 15px;
    font-size: 1rem;
    text-align: center;
    background: transparent;
    color: #f5f5f5;
    border-radius: 50%;
    text-decoration: none;
    line-height: 1.2;
    transition: background 0.3s ease;
  }

  .circle-button:hover {
    background: #ca8f5c;
  }

.title-line h3{
    font-family: 'Oliciy', sans-serif;
    margin-left: -31px;
    font-size: 1.7rem !important;
    font-weight: bold;
    color: #963d67;
}

    /* ===== Section "Blog" ===== */

    .blog-heading,
    .blog-heading1 {
        margin-top: 24px !important;
        font-size: 40px !important;
    }

    .blog-des,
    .blog-des1 {
        font-size: 1.1rem !important;
        padding: 15px 0 35px 0;
    }

}
    /* =================================== 
     Testimonial Section
    ====================================== */
@media (max-width: 768px) {
  .testimonial-img {
    display: none; /* Cache l'image sur mobile */
    padding: 40px 15px;
  }

  .testimonial-area {
    padding: 20px 15px;
    text-align: center;
  }

  .testimonial-title {
    font-size: 2.2rem !important;
  }

  .testimonial-des {
    font-size: 18px !important;
    padding: 10px 0;
  }

  /* Empile les colonnes au lieu de les mettre côte à côte */
  .testimonial-sec .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Carrousel sans padding excessif */
  .testimonial-sec .testimonial-carousel .testimonial-box {
    padding-left: 0;
  }

  /* Ajuste la taille des textes */
  .testimonial-sec .testimonial-box .testimonial-text {
    font-size: 18px;
    padding: 0 10px;
  }

  /* Ajuste la taille des images */
  .testimonial-sec .testimonial-carousel .testimonial-box .img-holder {
    height: 80px;
    width: 80px;
  }

  .testimonial-sec .testimonial-carousel .testimonial-box .user-name {
    font-size: 18px;
  }

  /* ===== Fun Facts ===== */
  .fun-facts {
    padding: 31px 0px;
    max-width: 460px !important;
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .fun-facts h2{
    margin-left: 42px !important;
    font-size: 2.2rem;
    text-align: center !important;
    }
  .fun-facts p{
    margin-left: 42px !important;
    font-size: 1.1rem;
    text-align: center !important;
    }
   .count-area-content{    
    margin: 16px 31px !important;
   } 
   .count-digit{
    font-size: 2.4rem !important;
    margin: 0px 0px 24px 0px !important;
   } 
   .count-title{
    font-size: 1.1rem !important;
    letter-spacing: 1.3px;
   }

   /* =================================== 
              Contact Section
    ====================================== */

   .contact-heading{
    font-size: 2.2rem !important;
    text-align: center !important;
    margin-bottom: 42px !important;
    }
    .contact-sec .contact-details ul li{
        display: flex;
        flex-direction: column;
        font-size: 19px !important;
        font-weight: 700 !important;
        margin-bottom: 16px !important;
    }
    .contact-sec .contact-form input{
        font-size: 22px !important;
    }
    .contact-sec .contact-details input{
        font-size: 19px !important;
    }
    .contact-sec .contact-details textarea{
        font-size: 22px !important;
    }
    .contact-sec .btn.btn.btn-trans{
        font-size: 24px !important;
        padding: 13px 31px !important;
    }
    section{
        padding: 1.3rem 0;
    }
    .padding-bottom{
        padding-bottom: 0.4rem;
    } 
    .padding-top{
        padding-top: 0.4rem;
    }
}

@media (max-width: 480px) {
  .testimonial-title {
    font-size: 1.6rem;
  }

  .testimonial-des {
    font-size: 16px;
  }

  .testimonial-sec .testimonial-box .testimonial-text {
    font-size: 16px;
  }

  .testimonial-sec .testimonial-carousel .testimonial-box .img-holder {
    height: 70px;
    width: 70px;
  }
}
  

    
   
    /* .footer-logo img {
        height: 420px;
        margin-top: -84px;
    }
    .footer-content {
        gap: 4px;
        flex-direction: column;
    align-items: center;
    text-align: center;
    } 
    
  .footer-links-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-links,
  .footer-legal {
    align-items: center;
   } */

   /* ===== FOOTER RESPONSIVE ===== */

  /* Contenu principal du footer en colonne */
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  /* Logo plus petit ou masqué */
  .footer-logo img {
    max-width: 240px; 
    margin-top: -42px;
  }

  /* Si tu préfères le cacher complètement : */
  /* .footer-logo { display: none; } */

  /* Navigation en une seule colonne */
  .footer-links-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  /* Chaque bloc de liens prend toute la largeur */
  .footer-links,
  .footer-legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    gap: 13px;
  }
    .main-footer {
    font-size: 18px; /* Plus grand encore sur mobile */
  }

  .footer-links a,
  .footer-legal a {
    font-size: 1.1rem;
  }

  .footer-bottom {
    font-size: 1.1rem;
  }

  /* Réseaux sociaux centrés horizontalement */
  .footer-social {
    justify-content: center;
    gap: 16px;
  }
    .footer-social a {
        width: 54px;
        height: 54px;
        font-size: 28px;
    }

  /* Texte du bas lisible et bien centré */
  .footer-bottom {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
  }


/* ======== PETITS SMARTPHONES ======== */
@media (max-width: 480px) {
  .rond-texte {
    max-width: 280px;
  }

  .rond-texte h1 {
    font-size: 1.9rem;
  }

  .rond-texte .sous-titre {
    font-size: 0.8rem;
  }

  .image-lien .main-image {
    max-width: 95%;
  }

  .about-sylvie .about-text h2 {
    font-size: 2.2rem;
    padding-top: 24px;
  }

  .about-sylvie .about-text p {
    font-size: 0.95rem;
  }

  /* .about-sylvie .portrait {
    width: 80px;
    height: 80px;
  } */
}

/* ======== TRÈS PETITS ÉCRANS ======== */
@media (max-width: 380px) {
  .rond-texte {
    max-width: 240px;
  }

  .rond-texte h1 {
    font-size: 1.6rem;
  }

  .rond-texte .sous-titre {
    font-size: 0.75rem;
  }

  .rond-texte .bouton-rond-interne {
    width: 72px;
    height: 72px;
    font-size: 0.8rem;
  }

  .image-lien {
    margin-top: -20px;
  }
}

