@charset "utf-8";
/* CSS Document */
.grecaptcha-badge {
  z-index: 5500;
}
/* Menu */
.navbar-nav {
  margin: 0 auto;
}
.btn-menu-reservation {
  background-color: #005b5e;
  text-align: center;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #ffffff;
  font-size: 13px !important;
  padding: 5px 20px !important;
  position: relative;
  line-height: normal;
  margin: 15px 1.25rem;
  display: inline-block;
}
.btn-menu-reservation:hover {
  background-color: #95782b;
  color: #ffffff;
}
.btn-menu-reservation:focus {
  background-color: #95782b;
  color: #ffffff;
}
/*.navbar-brand {
  margin-left: -5px !important;
}*/
.navbar-brand img {
  height: auto;
  width: 180px;
  display: block;
  margin: auto 0;
  padding-top: 5px;
}
.navbar-brand span {
  font-size: .8rem;
  font-weight: normal;
  margin: auto !important;
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}
.font-italic {
  font-style: italic !important;
}
.form-control::placeholder {
  color: #ccc;
  font-size: 14px !important
}
.btn-menu-reservation-mobile {
  background-color: #002526 !important;
  text-align: center;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  font-size: 13px !important;
  padding: 5px 20px !important;
  position: relative;
  line-height: normal;
  margin: 0 0;
  display: inline-block;
}
.btn-menu-reservation-mobile:hover {
  background-color: #95782b !important;
  color: #ffffff;
}
/*Menu Mobile */
#sidemenu_toggle:hover {
  cursor: pointer !important;
}
.menu-mobile {
  display: none;
  margin-bottom: 37px;
}
.side-menu {
  display: none;
}
.container-gallery {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.side-footer {
  display: none !important;
  /* position:fixed;
 bottom: 0;
 left: 0;
 width: 100%!important;
 padding: 20px 0 10px 0;
 background-color: rgba(0,0,0,.15);
 color: #fff;
 text-align: center;*/
}
.side-footer p {
  display: none !important;
  margin-top: 20px;
}
/* Home */
.logo-home-slider {
  height: 55px !important;
  width: 100% !important;
  display: flex;
  margin: 0 !important;
  padding: 0.4rem 0.8rem !important;
}
.logo-home-slider img {
  height: 100% !important;
  width: auto !important;
  display: inline-block;
  margin: 0 auto !important;
  padding: 0 !important;
}
/* bg-images 768 */
.bg-image-about {
  height: 280px;
  width: auto;
  background-image: url("../images/about/about-1.webp");
  background-size: cover;
  background-position: top;
  border-radius: .25rem;
}
.bg-image-seances-1 {
  height: 160px;
  width: auto;
  background-image: url("../images/thetahealing/thetahealing-1.webp");
  background-size: cover;
  background-position: center;
  border-radius: .25rem;
}
.bg-image-seances-2 {
  height: 260px;
  width: auto;
  background-image: url("../images/thetahealing/thetahealing-2.webp");
  background-size: cover;
  background-position: center;
  border-radius: .25rem;
}
.bg-image-seances-3 {
  height: 260px;
  width: auto;
  background-image: url("../images/thetahealing/thetahealing-3.webp");
  background-size: cover;
  background-position: center;
  border-radius: .25rem;
}
.img-seances-1 {
  height: 220px;
  width: auto;
  background-image: url("../images/séances/séances-1.webp");
  background-size: cover;
  background-position: center;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.img-seances-2 {
  height: 220px;
  width: auto;
  background-image: url("../images/séances/séances-2.webp");
  background-size: cover;
  background-position: center;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.img-seances-3 {
  height: 220px;
  width: auto;
  background-image: url("../images/séances/séances-3.webp");
  background-size: cover;
  background-position: center;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.bg-image-contact {
  height: 150px;
  width: auto;
  background-image: url("../images/contact/contact-img-1.webp");
  background-size: cover;
  background-position: center;
  border-radius: .25rem;
  margin-bottom: 20px
}
/* Contact */
.logo-contact {
  width: 180px;
  height: auto;
  margin-bottom: 0px;
}
/* Footer */
footer {
  padding: 3rem 0 1rem;
  background-color: #002526;
}
.container-footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.title-footer {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: .25rem;
}
/* copyright */
.copyright {
  background-color: #00191a;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #333
}
.copyright hr {
  max-width: 250px;
  background: #333;
  margin: 0 auto;
}
.pay-mode {
  color: #fff;
  text-align: center;
  max-width: 360px;
  padding: 0;
  margin: 0 auto;
}
.pay-mode p {
  font-size: .78rem;
  font-weight: 600;
}
.pay-mode i {
  font-size: 1.5rem;
  color: #333;
  padding: 11.5px;
  background: #fff;
  border-radius: 4px;
  margin: 0 20px 5px;
}
.footer_panel img {
  width: 170px;
  margin: -10px auto -15px !important;
  text-align: center !important
}
/* tool */
.stars-avis {
  color: #F9B805;
}
.d-sm-none {
  display: inherit !important;
}
.font-alt {
  font-family: 'Montserrat', sans-serif;
}
.right0 {
  right: 0 !important;
}
.line-height-normal {
  line-height: normal !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  line-height: 2.8 !important;
}
.close-button {
  padding: .8rem 1rem;
  float: right;
  color: #fff;
  background-color: #BA0003;
  transition: .2s;
}
.close-button:hover {
  color: #fff;
  background-color: #555 !important;
  transition: .2s;
}
.galery-video-grid {
  padding: 0 1rem 2rem 1rem !important;
}
.bg-color {
  background-color: #005b5e !important;
}
.bg-green {
  background-color: rgb(0, 127, 137) !important;
}
.green-soft {
  background-color: rgba(75, 192, 192, 0.08);
}
.gold-color {
  color: #95782b;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.img-shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.logo-mention-legale {
  width: 100px;
  height: auto;
}
.text-right {
  text-align: right !important;
}
.text-lg-right {
  text-align: center !important;
}
.champs-requis {
  font-style: italic;
  font-size: 0.8rem;
  color: #bbbbbb;
  margin-left: 3px;
}
.calendar-icon {
  margin-left: 0px;
  margin-right: 10px
}
.calendar-icon {
  margin-left: 0px;
  margin-right: 10px;
}
.clock-icon {
  margin-left: 0px;
  margin-right: 5px;
}
.price-tag {
  padding: 0.2rem 0.6rem;
  background-color: rgb(0, 127, 137);
  color: #fff;
  border: solid 1px #ffffff;
}
.testimonial-bg {
  background: url(../images/testimonial-bg.webp) no-repeat;
  background-position: right center;
  background-size: cover;
}
.welcome-desc {
  max-width: 660px;
  margin: auto auto .6rem auto;
}




/* form selector sujet */
select.placeholder {
  color: #ccc;
}
select {
  color: #000;
  min-height: 40px;
}
.gray-form {
  color: #ccc!important;
}
.custom-select-wrapper {
  position: relative;
}
.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* empêche de bloquer les clics sur le select */
  color: #ddd;
  font-size: 1rem;
  transition: transform 0.2s;
}
/* Optionnel : fait tourner la flèche vers le haut à l’ouverture */
.select-open .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}


/* ------------min-with 1400-----------------*/
@media screen and (min-width: 1400px) {
  .navbar-brand img {
    height: auto;
    width: 200px;
    display: block;
    margin: auto 0;
    padding-top: 5px;
  }
}
/* ------------min-with 992-----------------*/
@media screen and (min-width: 992px) {
  .testimonial-bg {
    background: url(../images/testimonial-bg.webp) no-repeat;
    background-position: inherit;
    background-size: inherit;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .bg-image-about {
    height: 100%;
    width: auto;
    background-image: url("../images/about/about-1.webp");
    background-size: cover;
    background-position: center;
    border-radius: .25rem;
  }
  .bg-image-seances-1 {
    height: 100%;
    width: auto;
    background-image: url("../images/thetahealing/thetahealing-1.webp");
    background-size: cover;
    background-position: center;
    border-radius: .25rem;
  }
  .bg-image-seances-2 {
    height: 100%;
    width: auto;
    background-image: url("../images/thetahealing/thetahealing-2.webp");
    background-size: cover;
    background-position: center;
    border-radius: .25rem;
  }
  .bg-image-seances-3 {
    height: 100%;
    width: auto;
    background-image: url("../images/thetahealing/thetahealing-3.webp");
    background-size: cover;
    background-position: bottom;
    border-radius: .25rem;
  }
  .img-seances-1 {
    height: 320px;
    width: auto;
    background-image: url("../images/séances/séances-1.webp");
    background-size: cover;
    background-position: bottom;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .img-seances-2 {
    height: 320px;
    width: auto;
    background-image: url("../images/séances/séances-2.webp");
    background-size: cover;
    background-position: bottom;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .img-seances-3 {
    height: 320px;
    width: auto;
    background-image: url("../images/séances/séances-3.webp");
    background-size: cover;
    background-position: bottom;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .bg-image-contact {
    height: 200px;
    width: auto;
    background-image: url("../images/contact/contact-img-1.webp");
    background-size: cover;
    background-position: center;
    border-radius: .25rem;
    margin-bottom: 0px
  }
}
/* -------------min-with-992-END---------------- */
@media screen and (max-width: 1200px) {
  .navbar-nav {
    margin: 0 0 0 auto;
  }
  .container-gallery {
    max-width: 90%;
  }
  .container-footer {
    max-width: 98%;
  }
}
@media screen and (max-width: 1024px) {
  .title-footer {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 992px) {
  .menu-mobile {
    display: inherit;
  }
  .side-menu {
    display: inherit !important;
  }
  .langSelector {
    right: 12%;
  }
  .fancybox-slide {
    padding: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .whitebox .widget {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .container-gallery {
    max-width: 90%;
  }
  .container-footer {
    max-width: 98%;
  }
  .logo-home-slider {
    height: 45px !important;
  }
  .navbar-brand img {
    height: auto;
    width: 170px;
    display: block;
    margin: auto 0;
    padding-top: 5px;
  }
}
@media (max-width: 568px) {
  /* Header pages */
  .font-header-pages {
    font-size: 1.2rem;
    margin: 0;
    line-height: normal;
  }
  .padding_header_pages {
    padding: 10rem 0 7rem
  }
}
@media (max-width: 478px) {
  .d-xss-none {
    display: none !important;
  }
}
@media (max-width: 424px) {
  #carousel-gallery-detail .owl-nav .owl-prev {
    margin: -38% 15px;
  }
  #carousel-gallery-detail .owl-nav .owl-next {
    margin: -38% 15px;
  }
}
@media (max-width: 360px) {
  .logo-home-slider {
    height: 45px !important;
  }
}