@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --bs-link-color: $secondary;           
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;    
}

.accordion {
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-color: $primary;
  --bs-accordion-btn-color: $secondary;
}

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

body {
  font-family: "Lato", sans-serif;
  background:#000;
  color:#fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Noto Serif", serif;
}

h3 {
  font-size: 24px;
}

.onepage h2 {
  font-size: 36px;
}



.body-interne h2.titre-page {
  font-size: 80px;
}
@media (max-width: 575.98px) {
  .body-interne h2.titre-page {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .body-interne h2.titre-page {
    font-size: 55px;
  }
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  border-radius: 100px !important;
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B39937 !important;
  border-radius: 100px !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

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

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

.swiper-button-prev {
  background: #B39937 !important;
  opacity: 1 !important;
  padding: 10px !important;
  width: 60px !important;
  height: 125px !important;
  left: 0 !important;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after, .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  font-size: 22px !important;
}
.swiper-button-next {
  background: #B39937 !important;
  opacity: 1 !important;
  padding: 10px !important;
  width: 60px !important;
  height: 125px !important;
  right: 0 !important;
}
#s_avant-apres .swiper-button-next, #s_avant-apres .swiper-button-prev {
  display: none !important;
}


ul#breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin-bottom: 0;
  margin-bottom: 30px;
}
ul#breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #545454;
}
ul#breadcrumb li a {
  color: #000000;
  text-decoration: none;
}
ul#breadcrumb li a:hover {
  color: #545454;
  text-decoration: none;
}

ul#breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "> ";
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  align-items: center;
}

#home {
  width: 100%;
}
#home #sticker {
  position: fixed;
  width: 100%;
}
.is-sticky #sticker {
  z-index: 9 !important;
}
#home nav {
  background-color: #000 !important;
  height: 100px;
  margin: 0 auto;
  justify-content: center;
}
#home nav .navbar-brand img {
  width: 180px;
}
@media (max-width: 575.98px) {
  #home nav .navbar-brand img {
    width: 150px;
  }
}
@media (min-width: 1400px) {
  #home nav .navbar-brand img {
    width: 180px;
  }
}
#home nav .container {
  margin: 0;
}
@media (max-width: 575.98px) {
  #home nav .container {
    padding: 0;
  }
}
#home nav #main_nav {
  justify-content: center;
}
#home .navbar-nav .nav-link {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}
.navbar-nav {
  background: #fff;
  padding:25px;
  width: 400px;
  height: 100vh;
}
.nav-item.dropdown {
  display: block !important;
  position: relative;
}
.nav-link.dropdown-toggle {
  position: absolute;
  right: 10px;
  top: 5px;
}
#main_nav {
  padding: 0 8px;
}
#home .navbar-nav .dropdown-menu {
  background: #eee;
  border: none;
}
.dropdown-item {
  color: #000;
}
#home .navbar-nav .nav-link.active {
  color: #333;
}
#home .navbar-nav .nav-link.active {
  color: #FBCD28;
}
@media (max-width: 1399.98px) {
  #home .navbar-nav .nav-link {
    font-size: 14px;
  }
}
#home .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575.98px) {
  #home .navbar-nav .nav-item.dropdown > a {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
  }
  #home .navbar-nav .nav-item .dropdown-menu {
    flex-basis: 100%;
    /* prend toute la largeur sur une nouvelle ligne */
    margin-top: 0.5rem;     
  }
}
.horaire {
  padding-top: 18%;
}
#home .navbar-nav .dropdown-menu {
  top: 30px;
}
@media (max-width: 575.98px) {
  #home .navbar-nav {
    background-color: #C7232A;
    padding: 20px;           
  }
}

#s_apropos_book img {
  max-width: 100%;
}


.container.c_apropos h2 {
  color: #B39937;
  margin: 40px 0;
}
.navbar-brand {
  display: inline-block;   
  height: 816px;
  background:url("images/bg1.png") center center repeat-y;
  position: relative;
  z-index: 9;
}         
#home .header-encart {
  color: #ffffff;
  background-color: #FF0000;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-image-slice: 50 50 50 50 fill;
  border-image-width: 55px 55px 55px 55px;
  border-image-outset: 3px 3px 3px 3px;
  border-image-repeat: repeat repeat;
  border-style: solid;
  border-image-source: url("images/border_encart_pub.svg");
}
.navbar-toggler-icon {
  opacity: 0;
}
.navbar-toggler {
  background: url("images/nav.png") center center no-repeat;
  border:none;
}
.container.c_apropos .btn {
  margin-top: 20px;
}
.container.c_book h2 {
  margin-bottom: 35px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.container.c_book {
  margin-top: 70px;
  border-top: #333 solid 1px;
  padding-top: 70px;
}
@media (max-width: 575.98px) {
  #home .header-encart {
    font-size: 18px;
  }
}
#s_apropos_book {
  padding-bottom: 100px;
}
#home .header-encart em {
  color: #000000;
  font-size: 12px;
}   
#home .header-encart p {
  margin: 0;
}
#s_prestations {
  padding: 0;
}

#s_prestations {
  overflow: hidden;
  position: relative;
}
#s_apropos_book {
	background:url(images/bg2.jpg) center center no-repeat;
	background-size:cover;
}
.onepage header h2 {
  font-size: 54px;
  max-width: 459px;
  padding-top: 22%;
  text-transform: uppercase;
}
.container-hero {
  position: relative;
}
.container-hero .slide {
  position: relative;
}
.container-hero .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
.container-img.col-sm-12.col-3 img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .container-hero .slide::after {
    content: none;
  }
}


.col-lg-4.container-activite-item {
  padding: 0;
}
#s_presentation .col-lg-4.order-lg-2 {
  background: #fff;
  color: #000;
  padding: 0 25px 0;
  text-align: center;
  display: flex;
  align-items: center;
}
#s_presentation .col-lg-4.order-lg-2 ul {
  text-align: left;
}
#s_presentation {                           
  padding-top: 0;
}

#s_tarifs {
  position: relative;
}
#s_tarifs::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  background:url(images/bg3.png) center center repeat-x;
  height: 74px;
}
#s_presentation .col-lg-4 {
  padding: 0;
}

.container-img.col-sm-12.col-3 {
  position: relative;
}
.tarifs, .carte_privilege {
  max-width: 450px;
  padding-left: 50px;
  padding-right: 50px;
}

.container-img.col-sm-12.col-3:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0));
  height: 300px;
  bottom: 0;
}

.col-lg-4.container-activite-item .row.row-activite-item .content-text {
  height: 0;
  opacity: 0;
  transision:0,35s;
}
.row.row-activite-item .container-img.col-sm-12.col-3 {
  opacity: 1;
  transision:0,35s;
}
.row.row-activite-item:hover .container-img.col-sm-12.col-3 {
  opacity: 0.5;
  transision:0,35s;
}

.col-lg-4.container-activite-item .row.row-activite-item:hover .content-text {
  height: initial;
  opacity: 1;
  transision:0,35s;
}


#s_presentation img {
  width: 100%;
}
.container.c_apropos {
  text-align: center;
}
header .btn {
  display: block;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 999999;
}
#s_tarifs .col-lg-6:last-child img {
  width: 100%;
}
#s_prestations h2 {
  text-align: center;
}
.row.c_contact_infos {
  padding-bottom: 30px;
}
.horaire > p, .row.c_contact_infos h3 {
  text-transform:uppercase;
  font-size:16px;
  letter-spacing:2px;
  font-family: "Lato", sans-serif;
}
.horaire > p:before, .row.c_contact_infos h3:before {
  content: ' ';
  display: block;
  background: #B39937;
  height: 4px;
  width: 60px;
  margin-bottom: 4px;
  margin-top: 30px;
}
.btn {
  background: #B39937;
  z-index: 9;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.container-hero .slide .slide-items img {
  width: 100%;
}
.container-hero .header-contenu {
  position: absolute;
  top: 50%;
  width: 40%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
}
.container-hero .header-contenu h1:before,
.container-hero .header-contenu h2:before,
.container-hero .header-contenu h3:before,
.container-hero .header-contenu h4:before,
.container-hero .header-contenu h5:before,
.container-hero .header-contenu h6:before {
  content: none;
}
@media (max-width: 575.98px) {
  .container-hero .header-contenu {
    position: relative;
    background-color: #080808;
    transform: none;
    left: 0;
    top: auto;
    padding-top: 15px;
    width: 100%;
  }
  .container-hero .header-contenu h2 {
    font-size: 30px;
  }
}
.container-hero .header-contenu .content-text {
  margin-bottom: 20px;
}
.container-hero .container-logos-header {
  position: absolute;
  width: 100%;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  padding: 0 60px;
}
@media (max-width: 575.98px) {
  .container-hero .container-logos-header {
    background-color: #080808;
    position: relative;
    bottom: auto;
    padding: 10px;
  }
}
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-bg: #C7232A;
  --bs-dropdown-border-color: #FBCD28;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-active-color: #FBCD28;
  --bs-dropdown-link-hover-bg: #FBCD28;
  --bs-dropdown-link-hover-color: #C7232A;
}
.coordonnees img {
  margin-right: 8px;
}
.c_icones_reseaux {
  margin-bottom: 13px;
}
@media (max-width: 575.98px) {
  .dropdown-menu {
    --bs-dropdown-border-color: none;
  }
}

footer {
  border-top: solid 1px #B39937;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
@media (max-width: 575.98px) {
  footer .container {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}

.logo {
  position: absolute;
  width: 100%;
  text-align: center;
}
.logo img {
  position: relative;
  z-index: 99999;
}
footer .container .container-ml {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .container .container-ml a {
  font-size: 12px;
}
footer .container .footer-menu {
  display: flex;
  margin: 0;
  gap: 30px;
}
#s_actus_avis {
  background: #fff;
  color: #B39937;
  text-align: center;
}
#s_galerie .btn {
  display: block;
  background: none;
  text-transform: none;
  text-decoration: underline;
  padding-top: 21px;
  font-family: "Noto Serif", serif;
}
#s_avant-apres h2{
  text-align: center;
  color:#B39937;
  margin-bottom:40px;
  padding-top: 60px;
}
#s_avant-apres {
  padding:0 0 90px;
}
@media (max-width: 575.98px) {
  footer .container .footer-menu {
    display: grid;
    gap: 0.5rem 2rem;
    padding: 0;
    margin: 0;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
  }
}
@media (max-width: 1399.98px) {
  footer .container .nav-link {
    font-size: 14px;
  }
}
footer .container .nav-link.active {
  color: #FBCD28;
}
footer .container .footer-menu {
  list-style-type: none;
}
footer .container .navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 30px;
}

.onepage footer .container .nav-link {
  color: #ffffff;
}
.onepage footer .container .nav-link.active {
  color: #FBCD28;
}
.onepage footer .container a {
  color: #ffffff;
}

.body-interne footer {
  background: #080808;
}
.body-interne footer .container .nav-link {
  color: #ffffff;
}
.body-interne footer .container .nav-link.active {
  color: #FBCD28;
}
.body-interne footer .container a {
  color: #ffffff;
}

.footer-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #000;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.footer-phone p {
  margin-bottom: 5px;
}

html,
body {
  overflow-x: unset;
  position: relative;
  scroll-behavior: auto !important;
}

.onepage section {
  padding-top: 90px;
}
@media (max-width: 575.98px) {
  .onepage section {
    padding-top: 40px;
  }
}

.interne {
  min-height: calc(100vh - 200px);
  padding-top: 100px;
  padding-bottom: clamp(20px, 5vw, 50px);
}
.interne h2.titre-page {
  text-align: center;
}
.interne h1.h1.style-titre-p {
  font-size: 24px;
  text-align: center;
}
.interne h1.h1:not(.style-titre-p) {
  text-align: center;
}
.interne .content-text {
  margin-top: 30px;
}
.interne .coordonnees {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 40px;
  margin-bottom: 30px;
}
.interne .coordonnees a {
  color: #ffffff;
}
.interne .coordonnees img {
  border: solid 1px #C7232A;
  border-radius: 5px;
  padding: 13px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .interne .coordonnees {
    flex-direction: column;
  }
}
.interne .coord-horaire {
  padding: 20px;
  background-color: #080808;
}
.interne .coord-horaire h2.h_horaire {
  color: #ffffff;
}
.interne .coord-horaire h2.h_horaire::before {
  content: none;
}
.interne .coord-horaire .text-horaire {
  color: #ffffff;
  margin-top: 0;
}
.interne .coord-horaire .text-horaire ul {
  list-style-type: circle;
}
.interne .container-map {
  margin-top: 60px;
}

.contact-form {
  row-gap: 10px;
}

.col-form {
  margin-block-end: 30px;
}

.form-group input,
.form-group textarea {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 16px 20px 32px;
  background-color: transparent;
  font-style: normal;   
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  border: 0;
  border-bottom: solid 1px #B39937;
  border-radius: 0;   
}

.form-buttons button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 105%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  /* Frame 91 */
  /* Auto layout */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 34px;
  gap: 10px;
  background: #FFF;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  border: none !important;
  margin-block-end: 40px;
  letter-spacing: 2px; 
}

#sticker {
  left: 0;
  right: 0;
  width: 100% !important;
}

.g-recaptcha {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-block-end: 10px;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.body-interne .form-group input,
.body-interne .form-group textarea {
  color: #080808;
}
.body-interne .form-control::-moz-placeholder {
  color: #080808;
  opacity: 1;
}
.body-interne .form-control::placeholder {
  color: #080808;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .row-activite {
    row-gap: 20px;
  }
}
.row.row-activite-item .container-text.col-sm-12.col-9 {
  padding: 0 10%;
}
.container-activite-item .row-activite-item {
  position: relative;
}
@media (max-width: 575.98px) {
  .container-activite-item .row-activite-item {
    align-items: center;
    background-color: #FBCD28;
    margin: 0;
  }
}
#s_galerie {
  padding: 0;
}
.container-activite-item .row-activite-item .container-text {
  position: absolute;
  bottom: 50px;
}
#s_tarifs .col-lg-6:first-child {
  padding: 90px 7% 0;
}
#s_tarifs {
  padding:0;
}

.tarifs {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #fff;
}

.tarifs h2 {
  color:#B39937;
}
@media (max-width: 575.98px) {
  .container-activite-item .row-activite-item .container-text {
    position: relative;
    margin-left: auto;
    bottom: auto;
    text-align: center;
    color: #080808;
  }
  .container-activite-item .row-activite-item .container-text h3:before {
    content: none !important;
  }
}
@media (max-width: 575.98px) {
  .container-activite-item .row-activite-item .container-img {
    padding: 0;
  }
}
.container-activite-item .row-activite-item h3 {
  color: #ffffff;
}

.container_autres_activites {
  margin-top: 40px;
}

.compare-slide-container {
  width: 600px;
}
.compare-slide-container .swiper-button-next,
.compare-slide-container .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 85%);
}
.compare-slide-container .swiper-pagination {
  position: relative;
  bottom: auto !important;
  top: auto !important;
}
@media (max-width: 575.98px) {
  .compare-slide-container {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .compare-slide-container .twentytwenty-container {
    height: auto;
  }
}

.container-faq h2 {
  padding-bottom: 63px;
}
.container-faq h3 {
  background-color: #C7232A;
  color: #FBCD28;
  font-size: 32px;
  padding: 24px 16px;
}
.container-faq h4 button {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .container-faq h4 button {
    font-size: 20px;
  }
}
.container-faq .accordion-faq-item {
  border-bottom: solid 1px #989898;
}
.container-faq .faq-items-list {
  list-style-type: none;
  padding-left: 0;
}

.row.row-activite-item h3 {
  margin: 19px 0;
}

.row.row-activite-item > a {
  padding: 0;
}
.row.row-activite-item {
  margin: 0;
}
#s_actus_avis {
  padding-bottom: 90px;
}
#s_partenaires h2 {
  color: #B39937;
  text-align: center;
}
#s_contact h2 {
  color: #B39937;
  text-align: center;
  margin-bottom:30px;
}
@media (min-width: 992px) {
  #s_prestations h2 {
	width: 33.3333%;
	margin: 0 auto;
	background:#000;
	color:#B39937;
	padding:4px 0;
  }
  .prest-titre {
	position: absolute;
	width: 100%;      
	z-index: 1;     
	left: 0;
  }    
  h2.titre-page {
	padding-top: 15%;
  }
  .slide.c_img_cover {
	padding-top: 100px;
  }
  #home nav {
	background-color: transparent !important;
	z-index: 9999999;
  }
  #home .is-sticky nav {
	background: #000 !important;
  }
  #home .navbar-nav .nav-link.active {
	color: #000 !important;
  }
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.body-interne .navbar-brand {
  height: auto;
}
#s_contact .container.c_book {
  margin: 0 auto 100px;
}
ul#breadcrumb li a {
  color: #fff;
}

ul#breadcrumb li + li:before {
  color: #fff;
}
@media (max-width: 992px) {
  .logo img {       
	width: 51px;
  }
  header .btn {
	position: inherit;
	width: 250px;
	margin: 30px auto;
	display: block;

  }
  .onepage header h2 {
	  font-size: 27px;
		padding-top: 16px;
	}
  .navbar-brand {
	display: inline-block;
	height: inherit;
	background:none;

  }
  .horaire {
	padding-top: 0;
  }
  #s_presentation .col-lg-4.order-lg-2 {
	padding-top: 30px;
  }
  #s_apropos_book {
	padding-bottom: 50px;
  }
  .tarifs, .carte_privilege {
	padding-left: 0;
	padding-right: 0;
  }
  .tarifs {
	padding-bottom: 40px;
  }
  #s_galerie {
	padding-top: 50px;
  }
  .onepage h2 {
	font-size: 28px;
  }
  #home nav {
	height: 66px;
  }
  .row.row-activite-item .container-text.col-sm-12.col-9 img {
	display: none;
  }
  .container-activite-item .row-activite-item {
    background-color: #333;
  }
  .swiper-button-prev {
	width: 31px !important;
	height: 51px !important;
  }
  .swiper-button-next {
	width: 31px !important;
	height: 51px !important;
  }
   #home .navbar-nav {
    background-color: #fff;
    padding: 20px;
  }
  #home .navbar-nav .nav-link.active {
	color: #333;
  }
  #home #sticker {
	position: fixed;
	z-index: 99;
  }
  .logo {
	z-index: 999999;
  }
	.swiper.compare-slide-container.container-slide-photos.swiper-initialized.swiper-horizontal.swiper-ios {
	height: auto !important;
  }
  .logo {
	position: absolute;
	width: 117px;
	text-align: center;
	right: 0;
  }
  footer {
	padding-bottom: 106px;
  }
  .mail {
	margin: 16px 0 30px;
  }

}


.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

