html, body {
  overflow-x: hidden; }

/* Bootstrap utilise des paliers d'espacement (my-5/py-5 etc. = 3rem, soit 48px)
   penses independamment par section : empiles sur une page entiere, ca laisse
   beaucoup de vide inutile entre les blocs. On resserre le plus gros palier
   partout (desktop compris), pas seulement en mobile. */
.my-5 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important; }

.py-5 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important; }

.mt-5 {
  margin-top: 2.25rem !important; }

.mb-5 {
  margin-bottom: 2.25rem !important; }

.pt-5 {
  padding-top: 2.25rem !important; }

.pb-5 {
  padding-bottom: 2.25rem !important; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #333; }

/* La bannière CookieConsent (cc-window) est positionnée en dur avec
   left/max-width fixes qui ne s'adaptent pas aux largeurs de mobile
   (~390-430px) : elle dépasse alors l'écran et provoque un défilement
   latéral sur toutes les pages (bandeau chargé globalement dans footer.tpl). */
@media (max-width: 767.98px) {
  .cc-window {
    left: .75rem !important;
    right: .75rem !important;
    max-width: none !important;
    box-sizing: border-box !important; }
}

img {
  max-width: 100%;
  height: auto; }

/*#### EFFECT SWEEP BOUTON ! ####*/
.hvr-effect {
  display: inline-block;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.17);
  padding: 15px 20px 15px 20px;
  color: #212121;
  border: solid 2px #25c583;
  border-radius: 8px;
  overflow: hidden; }
  .hvr-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #25c583;
    -webkit-transform: scalex(0);
    transform: scalex(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-effect:hover:before, .hvr-effect:focus:before, .hvr-effect:active:before {
    -webkit-transform: scalex(1);
    transform: scalex(1); }
  .hvr-effect:hover, .hvr-effect:focus, .hvr-effect:active {
    color: #fff !important; }

/*!*#### NAVBAR ####*!*/
.headline {
  position: relative;
  height: 500px;
  color: #fff;
  text-align: center; }
  .headline:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.25); }

header {
  background: #212121; }

.bg-dark {
  background-color: #455370 !important; }

.navbar-scroll {
  background-color: #455370 !important; }

.nav-link {
  display: block;
  padding: 1rem 1rem; }

nav a:hover {
  background: #25c583;
  padding: 10px;
  text-decoration: none; }
nav .logo-nav:hover {
  background: none;
  padding: 0; }

.navbar {
  padding: 0.6rem 2rem;
  min-height: 61px;
  box-sizing: border-box;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18); }

@media (min-width: 1025px) {
  .carousel-img {
    margin-top: 61px; }
}

.btn-accueil {
  background: transparent;
  text-decoration: none !important;
  color: #fff !important;
  margin-right: auto !important; }

.logo-nav {
  margin-right: auto !important; }

a.text-light:focus, a.text-light:hover {
  color: #fff !important; }

/* Liens de navigation desktop : meme gabarit pour tous, pastille arrondie au survol + etat actif marque */
.navbar-nav > a.nav-link, .navbar-nav > a.btn-accueil {
  position: relative;
  margin: 0 0.15rem;
  padding: 0.55rem 1rem !important;
  border-radius: 20px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
  .navbar-nav > a.nav-link:hover, .navbar-nav > a.btn-accueil:hover {
    background: rgba(37, 197, 131, 0.18);
    color: #fff !important; }
  .navbar-nav > a.nav-link.active, .navbar-nav > a.btn-accueil.active {
    background: #25c583;
    color: #fff !important;
    font-weight: 600; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(37,197,131, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 1.75rem;
  height: 1.75rem; }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #25c583;
  border-radius: 8px;
  padding: 0.4rem 0.6rem; }
  .navbar-light .navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 197, 131, 0.35); }
.navbar-light .navbar-nav {
  align-items: center; }

.jumb-header {
  background: #4553707a;
  padding: 1rem 1rem !important;
  color: #fff !important;
  position: absolute;
  z-index: 1000;
  height: 100%; }

.row-btn-responsive {
  height: 100%; }

.btn-prise-accueil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.hvr-effect-2 {
  display: inline-block;
  -webkit-transform: translatez(0);
  transform: translatez(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #25c583;
  padding: 15px 20px 15px 20px;
  color: #fff;
  border: solid 2px #25c583;
  border-radius: 8px; }
  .hvr-effect-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e9ecef;
    -webkit-transform: scalex(0);
    transform: scalex(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-effect-2:hover:before, .hvr-effect-2:focus:before, .hvr-effect-2:active:before {
    -webkit-transform: scalex(1);
    transform: scalex(1); }
  .hvr-effect-2:hover, .hvr-effect-2:focus, .hvr-effect-2:active {
    color: #455370 !important; }

/*end nav*/
.header_descriptif {
  color: #212121; }
  .header_descriptif span {
    color: #455370 !important;
    font-weight: bold !important; }

.img-card-header {
  background: url(../images/service.jpg) center;
  background-size: cover; }

.text-rdv {
  color: #25c583; }

h1::first-letter {
  color: #25c583;
  font-size: 1.5em !important; }

.img-name {
  position: relative;
  height: 280px;
  width: 300px;
  justify-content: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 12px; }

.img-header-admin {
  background-image: url(../images/mercedes.jpg);
  position: relative;
  height: 280px;
  width: 430px;
  justify-content: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 12px; }

.prise-rdv .jumbotron {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(33, 33, 33, 0.12); }

/*#### EYEBROW (etiquette accent reutilisee sur plusieurs sections) ####*/
.eyebrow {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #25c583;
  margin-bottom: 1rem; }

.eyebrow:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #25c583;
  margin-right: 0.6rem; }

.eyebrow--center {
  justify-content: center; }

/*#### SECTION TELEPHONE (titre de presentation) ####*/
.page-intro {
  padding: 2.5rem 0 0.5rem; }

/*#### BANDEAU DE TITRE DE PAGE (tarifs, rapports, points de controle...) ####*/
.page-title {
  padding: 2.5rem 0 1rem; }

.page-title__heading {
  font-size: 1.9rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 720px; }

/*#### PAGE RENDEZ-VOUS EN LIGNE (habillage autour de l'iframe VTWEB) ####*/
.rdv-intro {
  text-align: center;
  padding-bottom: 1.5rem; }

.rdv-intro__phone {
  color: #455370;
  font-size: 1.05rem;
  margin-bottom: 0.5rem; }

.rdv-intro__phone i {
  color: #25c583;
  margin-right: 0.4rem; }

.rdv-intro__comment {
  color: #455370;
  font-style: italic;
  max-width: 640px;
  margin: 0 auto; }

.rdv-frame-wrap {
  padding-bottom: 2.5rem; }

.rdv-frame {
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(33, 33, 33, 0.14); }

/*#### PAGES LEGALES (mentions legales, politique de cookies...) ####*/
.legal-content {
  max-width: 780px;
  color: #455370;
  line-height: 1.7;
  padding-bottom: 1rem; }

.legal-content h1, .legal-content h2, .legal-content h3 {
  color: #212121;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem; }

.legal-content h1:first-child, .legal-content h2:first-child, .legal-content h3:first-child {
  margin-top: 0; }

.legal-content ul {
  padding-left: 1.25rem; }

.legal-content li {
  margin-bottom: 0.4rem; }

.page-intro__title {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  line-height: 1.35;
  color: #212121;
  margin: 0 auto;
  max-width: 720px; }

/*#### SECTION PRISE DE RENDEZ-VOUS (mise en avant, sans carte) ####*/
.booking {
  background: #e9ecef;
  padding: 3.25rem 0;
  margin-top: 1.5rem; }

.booking__img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(33, 33, 33, 0.18); }

div.booking__img.img-header-admin {
  width: 100%;
  height: 400px; }

.booking__content {
  padding: 1rem 2.5rem; }

.booking__title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 1rem; }

.booking__text {
  color: #455370;
  font-size: 1.05rem;
  margin-bottom: 1.85rem; }

.booking .btn-hero-primary {
  font-size: 1.05rem;
  padding: 16px 36px; }

/*### BOUTON APPELER ###*/
.phone-row {
  align-items: center; }
  .phone-row [class^="col-"] {
    margin-top: 0 !important; }

button {
  background: #e9ecef;
  outline: none;
  position: relative;
  border: 2px solid #25c583;
  border-radius: 8px;
  padding: 20px 60px;
  overflow: hidden;
  color: #455370; }
  button:hover {
    cursor: pointer; }
    button:hover:before {
      opacity: 1;
      transform: translate(0, 0); }
  button:before {
    content: attr(data-hover);
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 100%;
    font-weight: 800;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;
    font-size: 22px; }
  button:hover div {
    opacity: 0;
    transform: translate(100%, 0); }
  button div {
    font-weight: 800;
    transition: all .3s ease-in-out; }

/*#### CAROUSEL ####*/
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-indicators li {
  background-color: #25c583; }

.carousel-img-1, .carousel-img-2, .carousel-img-3 {
  height: 65vh;
  background-size: cover; }

/*#### HERO (panneau infos + photo) ####*/
.hero {
  background: #455370; }

.hero__grid {
  display: flex;
  align-items: stretch; }

.hero__panel {
  position: relative;
  overflow: hidden;
  flex: 0 0 40%;
  max-width: 40%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 3rem 3.5rem;
  box-sizing: border-box;
  background: linear-gradient(150deg, #455370 0%, #455370 55%, rgba(33, 33, 33, 0.75) 130%); }

.hero__panel:before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 197, 131, 0.35) 0%, rgba(37, 197, 131, 0) 70%);
  pointer-events: none; }

.hero__panel > * {
  position: relative;
  z-index: 1;
  animation: heroFadeUp 0.6s ease-out both; }

.hero__panel > *:nth-child(2) { animation-delay: 0.05s; }
.hero__panel > *:nth-child(3) { animation-delay: 0.1s; }
.hero__panel > *:nth-child(4) { animation-delay: 0.15s; }
.hero__panel > *:nth-child(5) { animation-delay: 0.2s; }

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #25c583;
  margin-bottom: 0.85rem; }

.hero__eyebrow:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #25c583;
  margin-right: 0.6rem; }

.hero__title {
  font-weight: 700;
  font-size: 2.35rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #fff; }

.hero__address, .hero__phone {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #fff;
  opacity: 0.92; }

.hero__address i, .hero__phone i {
  color: #25c583;
  margin-right: 0.5rem;
  width: 1rem;
  text-align: center; }

.hero__phone a {
  color: #fff;
  font-weight: 600; }

.hero__cta {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.hero__media {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden; }
  .hero__media .carousel,
  .hero__media .carousel-inner,
  .hero__media .carousel-item {
    height: 100%; }
  .hero__media .carousel-img-1, .hero__media .carousel-img-2, .hero__media .carousel-img-3 {
    height: 100%; }

.btn-hero-primary, .btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; }

.btn-hero-primary {
  background: #25c583;
  color: #fff !important;
  animation: heroPulse 2.8s ease-in-out infinite; }
  .btn-hero-primary:hover {
    transform: translateY(-2px);
    animation-play-state: paused;
    box-shadow: 0 14px 28px rgba(37, 197, 131, 0.5);
    color: #fff !important; }

@keyframes heroPulse {
  0%, 100% { box-shadow: 0 10px 24px rgba(37, 197, 131, 0.4); }
  50% { box-shadow: 0 10px 30px rgba(37, 197, 131, 0.65); }
}

.btn-hero-secondary {
  border: 2px solid #fff;
  color: #fff !important; }
  .btn-hero-secondary:hover {
    background: #fff;
    color: #455370 !important; }

.carousel-img-1 {
  background-image: url(../images/galerie.jpg);
  background-position: 100%; }

.carousel-img-2 {
  background-image: url(../images/audi.jpg);
  background-position: 100% top; }

.carousel-img-3 {
  background-image: url(../images/bancs.jpg);
  background-position: 100%; }

/*#### SECTION HORAIRES ####*/
.hours {
  padding: 3.25rem 0; }

.hours__content {
  padding: 1rem 2.5rem; }

.hours__title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 1.5rem; }

.hours__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  border-top: 1px solid #e9ecef; }

.hours__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e9ecef;
  color: #455370;
  font-size: 1rem; }

.hours__list li span:first-child {
  font-weight: 600;
  color: #212121; }

.hours__list li.is-today span:first-child {
  color: #25c583; }

.hours__list li.is-today span:first-child:after {
  content: "Aujourd'hui";
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #25c583;
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 10px;
  vertical-align: middle; }

.hours__note {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background: #e9ecef;
  border-radius: 14px;
  padding: 1.1rem 1.25rem; }

.hours__note i {
  color: #25c583;
  margin-top: 0.2rem; }

.hours__note p {
  margin: 0;
  color: #455370;
  font-style: italic;
  font-size: 0.95rem; }

.hours__img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(33, 33, 33, 0.16); }

div.hours__img.img-horaire {
  width: 100%;
  height: 400px;
  border: none;
  position: static;
  background-image: url(../images/heure.jpg);
  background-size: cover;
  background-position: center; }

/*#### SECTION POP UP CONTACT (bandeau CTA sans carte) ####*/
.cta-banner {
  padding: 1.5rem 0; }

.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 1.85rem 0; }

.cta-banner__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #212121;
  margin: 0; }

.btn-outline-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid #25c583;
  color: #455370 !important;
  background: transparent;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out; }
  .btn-outline-brand:hover {
    background: #25c583;
    color: #fff !important;
    transform: translateY(-2px); }

/*#### SECTION ACTU ADMIN (3 colonnes, sans carte) ####*/
.highlights {
  padding: 3rem 0 1rem; }

.highlight {
  margin-bottom: 2.5rem; }

.highlight__img {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 30px rgba(33, 33, 33, 0.12);
  transition: transform 0.3s ease; }

.highlight:hover .highlight__img {
  transform: translateY(-4px); }

.highlight__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0.75rem; }

.highlight__text {
  color: #455370;
  font-size: 0.95rem;
  line-height: 1.6; }

/*#### SECTION PRISE DE RENDEZ-VOUS 2 (bandeau de fermeture) ####*/
.final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #455370 0%, #455370 55%, rgba(33, 33, 33, 0.75) 130%);
  padding: 3.25rem 0; }

.final-cta:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 197, 131, 0.3) 0%, rgba(37, 197, 131, 0) 70%);
  pointer-events: none; }

.final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 640px; }

.final-cta__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 2rem; }

.final-cta .btn-hero-primary {
  font-size: 1.05rem;
  padding: 16px 38px; }

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
  background: #fff;
  padding: 60px;
  width: 820px;
  margin: 0 auto;
  text-align: justify; }
#parallax-world-of-ugg .section-overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.70; }
#parallax-world-of-ugg .parallax-one {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url(../images/galerie_photo7_S024Z064.jpg);
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

/*#### CARD DYNAMIQUE ADMIN ####*/
.card-padding {
  padding-left: 0; }

.img-card {
  height: 16.375rem;
  border-radius: 14px;
  overflow: hidden; }

.img-card-left {
  background: url(../images/office.jpg) center;
  background-size: cover; }

.img-card-middle {
  background: url(../images/plante.jpg) center;
  background-size: cover; }

.img-card-right {
  background: url(../images/keys_car_ignition.jpg) center;
  background-size: cover; }

h4 {
  color: #25c583;
  font-weight: bold; }

.text-card {
  color: #455370;
  font-weight: bold; }

.text-mission {
  color: #25c583;
  font-weight: bold; }

.card {
  width: 18rem;
  box-shadow: 12px 0 30px -6px rgba(187, 196, 208, 0.8), -12px 0 30px -6px rgba(187, 196, 208, 0.8);
  background: #e9ecef;
  border-radius: 14px;
  overflow: hidden; }

#card-effect {
  padding-bottom: 45px;
  text-align: center; }
  #card-effect ul {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none; }
    #card-effect ul li {
      padding: 40px;
      width: auto;
      max-width: 100%;
      transition: box-shadow 0.3s; }
      #card-effect ul li:hover {
        box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }
        #card-effect ul li:hover h3 {
          color: #25c583; }
  #card-effect li:hover h3.text-mission {
    color: #455370; }
  #card-effect ul li:hover h3:after {
    width: 25px; }

.card {
  font-size: 0.9375rem;
  width: 23rem;
  background: #fff;
  border-radius: 14px;
  overflow: hidden; }

.text-brochure {
  color: #212121 !important; }

/*##################
 PAGE TARIF
 ##################*/
.tarif-background {
  background: #455370;
  border: 2px solid #455370;
  width: 29%;
  position: absolute;
  height: 495px;
  border-radius: 10px; }

.text-admin-tarif {
  text-align: center;
  background-color: #fff;
  color: #212121;
  border: 2px solid #455370;
  box-shadow: 2px 2px 2px #455370;
  position: relative;
  top: 25px;
  border-radius: 10px; }

/*##################
 PAGE PHOTOS
 ##################*/
div#quad {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none; }
  div#quad figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(33, 33, 33, 0.14);
    transition: box-shadow 0.3s ease, transform 0.3s ease; }
    div#quad figure:hover {
      z-index: 4;
      box-shadow: 0 12px 28px rgba(33, 33, 33, 0.24); }
    div#quad figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease; }
    div#quad figure:hover img {
      transform: scale(1.07); }
    div#quad figure figcaption {
      margin: 0;
      opacity: 0;
      background: linear-gradient(to top, rgba(33, 33, 33, 0.8), transparent);
      color: #fff;
      padding: .6rem .8rem;
      font-size: 1rem;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      box-sizing: border-box;
      transition: opacity 0.3s ease; }
    div#quad figure:hover figcaption {
      opacity: 1; }

/* Lightbox plein ecran au clic : .expanded/.full sont deja geres par custom.js */
div.full {
  position: relative; }
  div.full:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(33, 33, 33, 0.8);
    z-index: 999; }

div#quad figure.expanded {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 900px);
  height: min(82vh, 620px);
  aspect-ratio: auto;
  z-index: 1000;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5); }
  div#quad figure.expanded:hover img {
    transform: none; }

div#quad figure.expanded figcaption {
  opacity: 1; }
div.full figure:not(.expanded) {
  pointer-events: none; }

/*#### BOUTON RETOUR EN HAUT ####*/
.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 900;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #25c583 0%, #455370 160%);
  color: #fff;
  border: none;
  border-radius: 50%;
  overflow: visible;
  box-shadow: 0 10px 26px rgba(33, 33, 33, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s, box-shadow 0.25s ease-in-out; }
  .back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1); }
  .back-to-top:hover {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 16px 34px rgba(33, 33, 33, 0.32);
    color: #fff; }
  .back-to-top i {
    font-size: 1.15rem;
    transition: transform 0.25s ease-in-out; }
  .back-to-top:hover i {
    transform: translateY(-2px); }

/*#### FOOTER ####*/

.footer {
  background-color: #fff;
  font-size: 13px; }
  .footer .logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
  .footer .logo img {
    border-radius: 8px; }
  .footer p {
    margin-bottom: 0.6rem;
    line-height: 1.6; }
  .footer img[alt="logo carte de crédit"] {
    border-radius: 6px; }

.footer__row {
  padding-bottom: 1.5rem; }

.footer__col {
  margin-bottom: 1.5rem; }

.footer__about {
  color: #455370; }

.footer__heading {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #212121;
  margin-bottom: 1rem; }

.footer__line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #455370; }

.footer__line i {
  color: #25c583;
  margin-top: 0.2rem;
  width: 1rem;
  text-align: center; }

.footer__line a {
  color: #455370;
  font-weight: 600; }
  .footer__line a:hover {
    color: #25c583; }

.footer__hours {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer__hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.3rem 0;
  color: #455370;
  font-size: 0.9rem; }

.footer__hours li span:first-child {
  font-weight: 600;
  color: #212121; }

.footer__bottom {
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem; }

.footer__copy {
  margin: 0; }

.footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 1.25rem; }

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #fff;
    text-decoration: none; }
  a.site-autonome {
    color: #25c583;
    font-weight: 600; }
    a.site-autonome:hover {
      color: #25c583;
      text-decoration: underline; }
.cc-deny {
  display: none;
}

.color-tel {
  color: #25c583;
  font-weight: bold;
}
.color-tel:hover {
  color: #212121;
}

/*##### TARFIS #####*/
.tarif {
  background-color: #f4f4f4;
  padding: 60px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #222;
}

.tarif-card {
  background: white;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.tarif-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.tarif-icon {
  font-size: 24px;
  margin-right: 10px;
  color: #007bff;
}

.tarif-label {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #333;
}

.tarif-value {
  font-weight: bold;
  color: #555;
  font-size: 1rem;
  margin-top: 5px;
}

.tarif .row > .col {
  margin-bottom: 30px;
}

.tarif-header {
  background-color: #222;
  color: white;
  padding: 80px 0;
  text-align: center;
  background-image: url('{$Photo_ouverture3}');
  background-size: cover;
  background-position: center;
  position: relative;
}

.tarif-header::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tarif-header h1 {
  position: relative;
  z-index: 1;
}