/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #ffffff;
    border-bottom: 1px solid #eac824;
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    color: #000000;
    margin: 0px 6px;
    font-weight: bold;
    font-style: italic;
    background-color: transparent;
}
.logo-top-left {
    position: absolute;
    margin-top: -150px;
    top: 20px;        /* descendre ou monter */
    left: 20px;       /* rapprocher du bord */
    z-index: 1000;    /* passer au-dessus du carousel */
}

.logo-top-left img {
    width: 150px;     /* taille du logo (modifiable) */
    height: auto;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    background-color: #C8B49B;
    margin-top: 12px;
 border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    background-color: #F3D9B1;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 0px 40px 15px 40px;
}

.login_bt {
    width: 200px;
    float: left;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt {
    float: right;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    padding: 0px 20px;
    font-weight: 600;
}

.login_bt li a {
    color: #000000;
}

.login_bt li a:hover {
    color: #F3D9B1;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 80px 40px 30px 40px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #000;
    font-weight: bold;
    margin: -20px 0 0 0; /* Remonte le texte de 20px */
    font-family: 'Philosopher', sans-serif;
    margin-top: -210px;
    margin-left: -61px;
     width: 100%;      /* agrandir un peu */
    height: auto;
}
.banner_taitall {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #000;
    font-weight: bold;
    margin: -20px 0 0 0; /* Remonte le texte de 20px */
    font-family: 'Philosopher', sans-serif;
    margin-top: -210px;
    margin-left: -1px;
     width: 100%;      /* agrandir un peu */
    height: auto;
}


.banner_text {
    width: 90%;
    font-size: 60px;
    color:  #F3D9B1;
    padding-top: 10px;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
}

.started_text {
    width: 140px;
    float: left;
    margin-top: 100px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #000;
    background-color: #F3D9B1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #1e211f;
}

.banner_img {
    width: 1770%;
    float: left;
    height: 100%;
}
.banner_img img {
    width: 170%;
    height: 500px;
    margin-top: -90px;
  
    display: block; /* retire l’espace blanc sous l’image */
}
.titre-noir {
    color: #C8B49B
; /* noir */
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* Semibold */
}
.social-links i {
    font-size: 22px;
    color: #000; /* ou une autre couleur */
    transition: 0.3s;
}
.banner {
    margin-top: 68px;
    margin-left: 37px;
    font-size: 14px;
}
.social-links i:hover {
    color: #444;
}

.banner_menu {
    width: 60%;
    float: right;
    margin-top: 50px;
}

.banner_menu ul {
    margin: 0px;
    padding: 0px;
}

.banner_menu li {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
}

.banner_menu li a {
    color: #000;
}

.banner_menu li a:hover {
    color: #F3D9B1;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color:  #DCC5A1;
    border-radius: 100px;
}

.carousel-indicators .active {
    background-color: #161616;
}

.carousel-indicators {
    bottom: -30px;
}


/* banner section end */


/* about_section start */

.about_section {
    width: 100%;
    float: left;
}
.about_section_3 {
    width: 100%;
    float: left;
    background-color: #ffffff

; ;
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
    margin-top: 40px;
}

.about_section_2 {
    width: 100%;
    float: left;
    background-color: #C8B49B

; ;
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
    margin-top: 40px;
}
.about_section_1 {
    width: 100%;
    float: left;
    background-color: #742F17

; ;
border-radius: 5px;
    height: auto;
    background-size: 100%;
    padding: 15px 0px;
}
.about_taital_main {
    width: 90%;
    float: left;
    padding: 50px 0px 0px 0px;
    margin-top: -47px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191919;
    font-weight: bold;
    text-align: center;
}

.yoga_taital {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #191919;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #272726;
    margin: 0px;
    padding-top: 20px;
}

.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    padding: 0px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #363636;
    text-align: center;
    border-radius: 40px;
    padding: 12px;
}

.read_bt a:hover {
    color: #191919;
    background-color: #ffffff;
}

.about_img img {
    height: 450px;
    float: left;
    width: 60%;
}
.about_img video {
    width: 80%;
    height: 160%;
    object-fit: cover; /* Pour remplir le cadre proprement */
    border-radius: 10px; /* optionnel si tu veux arrondi */
}
/* Assurez-vous que la font Open Sans est importée */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

/* Titre */
.astanga_taital {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* SemiBold */
}


/* Paragraphe */
.astanga_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* SemiBold */
}

.about_immg video {
    width: 40%;
    height: 20%;
    object-fit: cover; /* Pour remplir le cadre proprement */
    border-radius: 10px; /* optionnel si tu veux arrondi */
    margin-left: 800px;
    margin-top: -278px;
}
.class{
    width: 107px;
height: 89px;
margin-left: 257px;
margin-top: -99px;
}


/* about section end */


/* classes section start */



.classes_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #272726;
    font-weight: bold;
}

.classes_border {
    width: 100%;
    float: left;
    border: 2px solid #742F17;
    height: 120%;
    padding: 90px 60px;
    box-sizing: border-box; /* important */
}

.classes_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 0px;
}

.classes_section_2 {
    width: 100%;
    float: left;
}

.classes_img {
    width: 5%;
    float: left;
    margin-top: 40px;
}

.astanga_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 7px;
    margin-top: 10px;
}

.astanga_text {
    width: 86%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 0px;
    letter-spacing: 3px;
}

.read_btn {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #d6cfcf;
    padding: 0px;
    font-weight: bold;
    background-color: #742F17;
    text-align: center;
    border-radius: 40px;
    padding: 12px;
}

.read_btn a:hover {
    color: #191919;
    background-color: #ffffff;
}


/* classes section end */


/* customers section start */

.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 76px;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0b0b0b;
    font-weight: bold;
}

.customer_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    border: 1px solid #787879;
    padding: 40px 30px;
    margin-bottom: 10px;
    display: flex;
}

.customer_text {
    width: 100%;
    font-size: 16px;
    color: #191919;
    margin: 0 auto;
    display: flex;
}

.customer_main {
    width: 100%;
    float: left;
}

.customer_left {
    width: 18%;
    float: left;
}

.customer_right {
    width: 82%;
    float: left;
    padding-top: 20px;
}

.customer_name {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

#costum_slider a.carousel-control-prev {
    left: -60px;
    top: 250px;
    right: 0px;
}

#costum_slider a.carousel-control-next {
    right: -60px;
    top: 250px;
    left: 0px;
    color: #ffffff;
    background-color: #363636
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #fcc92e;
    opacity: 1;
    font-size: 40px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #363636
}


/* customers section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2b2b2a;
    font-weight: bold;
    text-align: center;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.blog_box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 30px 10px #f6f6f5;
}

.blog_taital_main {
    width: 100%;
    padding: 0px 20px 65px 20px;
}

.yoga_text {
    width: 100%;
    font-size: 16px;
    color: #2b2b2a;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.practising_taital {
    width: 100%;
    font-size: 20px;
    color: #2b2b2a;
    font-weight: bold;
    padding-top: 10px;
}

.blog_text {
    width: 100%;
    font-size: 16px;
    color: #2b2b2a;
    margin: 0px;
}

.blog_img img {
    width: 100%;
    text-align: center;
}

.date_btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
}

.date_btn a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    margin-top: 30px;
    background-color: #e8c51d;
    text-transform: uppercase;
}

.date_btn a:hover {
    color: #ffffff;
    background-color: #252525;
}


/* blog section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2b2b2a;
    font-weight: bold;
    text-align: center;
}

.contact_section_2 {
    width: 100%;
    margin: 0 auto;
}

.mail_section {
    width: 70%;
    margin: 0 auto;
}

.mail_text, .massage-bt {
    border: none;            /* Supprime toutes les bordures */
    border-bottom: 0.5px solid #742F17; /* Ligne en bas, couleur marron foncé */
    outline: none;           /* Supprime le contour au focus */
    padding: 8px 4px;        /* Petit espace à l'intérieur */
    width: 100%;             /* Prend toute la largeur du parent */
    background: transparent; /* Fond transparent */
    font-size: 16px;
}
input.mail_text::placeholder {
    color: #707070;
}

/* QR codes plus petits */
.qr-small {
  width: 90px;
  margin: 5px;
}

/* Mettre les images store sur la même ligne */
.store-line {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 10px;
  margin-left: 24px;
}

/* Boutons Play Store + App Store plus petits */
.store-small {
  width: 150px;   /* ajuste ici si tu veux encore plus petit */
  cursor: pointer;
}

/* Ligne QR codes centrée */
.refka {
  display: flex;
  align-items: center;
  margin-left: 44px;
  gap: 15px;
}

textarea#comment.massage-bt::placeholder {
    color: #707070;
}

.send_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 60%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #742F17;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    margin-left: -298px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #2e2e2e;
    height: auto;
    padding: 90px 0px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.dummy_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
}

.location_text a:hover {
    color: #e8c51d;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li a {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 5px 0px;
    display: block;
}

.footer_menu li a:hover {
    color: #e8c51d;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 2px 7px;
    background-color: #ffffff;
    color: #2e2e2e;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 5px;
    width: 41px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #e8c51d;
    color: #ffffff;
}

.update_mail {
    color: #ffffff;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 0px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff !important;
    border: 0px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
}

textarea#comment::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 140px;
    float: left;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #e8c51d;
    font-size: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.subscribe_bt a:hover {
    color: #ffffff;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #2e2e2e;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 8px;
    
    margin-left: -117px;
    color: #ffffff;
    text-align: left;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fcc92e;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
.social-links a i {
  font-size: 30px;
  color: #a57b71 !important; /* rend visible */
  transition: 0.3s;
}

.social-links a:hover i {
  transform: scale(1.2);
  color: #d1a79b !important;
}
/* Video Full Size */
.workout-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Titles */
.banner-h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a57b71;
}

.banner-h6 span {
  color: #d1a79b;
}

.banner-h3 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
}

.banner-h3 span {
  color: #a57b71;
}

/* Paragraph */
.sixth-section p {
  font-size: 16px;
  color: #555;
  margin-top: 15px;
  line-height: 1.6;
}

/* Button */
.explore {
  background: #a57b71;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.explore:hover {
  background: #d1a79b;
  transform: scale(1.05);
}

/* Arrow Effect */
.icon-right,
.icon-right.after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-right {
  width: 10px;
  height: 2px;
  background: #fff;
}

.icon-right.after {
  width: 6px;
  height: 2px;
  background: #fff;
  right: 5px;
}
.h1{
    width: 45px;
    height: 84px;
}

