*{
    margin: 0; 
    padding: 0;
}
body {
    margin: 0;
    overflow-x: hidden;
    background-color:#faf6f2;
}
@font-face {
    font-family: 'Sacramento';
    src: url('/font/Sacramento-Regular.ttf') format('truetype');
  }


.relative{
    position: relative;
}

.header {
    align-items: center;
    justify-content: center;
    position: relative;
}
.sacramento{
    font-family:'Sacramento', cursive;
}

.titleArea {
    flex-direction: column;
    text-align: center; 
    color: rgb(0, 0, 0);
    padding-top: 20rem;
    font-family: 'Comic Sans MS';
}

.floating-btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 75px;
    height: 75px;
    border: none;
    cursor: pointer;
    border-radius:50%;
    background: linear-gradient(45deg, rgb(123, 123, 123), rgb(219, 200, 200));
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
 .floating-btn img{
    height: 35px;
}

.tooltip{
    visibility: hidden;
    background-color: #b5a392;
    color: #3e2e1f;
    position: absolute;
    text-align: left;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: -100px;
    left: 60px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 18px;
    line-height: 4;
    width: 255px;
    transform: translate(-180px, -50%);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    pointer-events: none; 
    text-align: center;
} 
.tooltip::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 85%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
} 

.flex{
    display: flex;
}
.title{
    font-size: 5rem;
}

.logoArea{
    max-width: 250px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 5px;
  
}
.text div{
    align-items: center;
}
.logo{
    max-width: 100%;
    padding-top: 125px;
}


.header img {
    object-fit: cover;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 2;
    top: 0;
}
.content{
    margin-top: 30;
}
.header-hidden .header{
    transform: translateY(-100%);
}

.titleArea {
    position: relative;
    padding-top: 400px; 
    z-index: 3; 
}
.svg-container {
    position: relative;
    top: 200px; 
    left: 50%;
    transform: translateX(-50%);
    max-width:250px; /* Ajustez la taille maximale selon vos besoins */
    z-index: 3;
}

.svglogo {
    width: 100%;
}

.header .img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.header-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: opacity 0.5s;
}

.header .img-container {
    position: relative;
}

.header img.hidden {
    opacity: 0; /* Lorsque la classe 'hidden' est ajoutée, l'opacité devient 0 */
}
.divimg{
    width: 100%;
}
.header{
    background-color: #e8e8e8;
}

.entretien{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    background-color: #e8e8e8;
}
.entretien-section{
    width: 60%;
    margin: 0 auto;
}
.entretien-section p{
    text-align: left;
}
.photos-entretien{
    justify-content: space-around;
    padding-top: 30px;
}
.photos-entretien img{
    width: 21rem;
}
.photos-services{
    justify-content: space-around;
    margin: 0 auto ;
    padding: 20px 0 20px 0;
}
.article{
    align-items: center;
    width: 60%;
    text-align: left;
    margin: 0 auto;
    padding: 40px;
}
.article h3{
    text-align: center;
    padding-bottom: 100px;
}
.services{
    margin: 0 auto;
}
.services div{
    border-radius: 20px;
}
 
.titles{
    padding: 50px 0 90px 0;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 100px;
    height: 40px;
}

.services-lists {
    display: flex;
    width: 95%; /* Plus large */
    margin: 0 auto;
    justify-content: space-around;
    gap: 32px; /* Plus d'espace entre les colonnes */
    align-items: stretch; /* Ajouté : force la même hauteur */
}

.services p{
    padding: 15px;
    text-align: center;
    border-radius: 25px;
    width: 30%;
    margin: 0 auto;
    
}
.services-lists h2{
    padding: 50px 0 30px 0;
}
    
.service-wash,
.service-repair,
.service-deco {
    width: 30%;
    height: 36rem;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000;
    margin-bottom: 20px; /* Ajout de marges en bas pour l'espace entre les div */
    background-color: #000000;
    color: #e8e8e8;
    flex-direction: column;
}
.services-lists ul{
    margin: 0 auto;
}
.services ul{
    list-style: inside;
    text-align: left;
}
h4{
padding: 50px 0 30px 0;
font-size: 31px;
}
.photos-services{
    margin-top: -240px;
    width: 58%;
}
.photos-services div{
    border: #e8e8e8 solid 5px ;
}
.routine {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 58%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.routine > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #000 solid 1px;
    width: 30%;
    min-height: 30vh;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    background-color:#e8e8e8;
}
.routine > div p {
    vertical-align: middle;
    padding-top: 10%;
    margin: 0; /* Réinitialiser la marge par défaut des paragraphes */
    width: 100%; /* Utiliser 100% de la largeur de la div */
    box-sizing: border-box; /* Inclure le padding et la bordure dans le calcul de la largeur */
    text-align: center;
}
.routine > div h3{
    text-align: center;
    padding: 15px 0 15px 0;
    height: 70px;
    background-color:#000000;
    border-radius: 20px;
    color:#faf6f2;
    font-size: x-large;
    font-weight: 300 !important; /* Light */
    letter-spacing: 0.5px;
}
.routine > div ul {
    list-style: inside;
    padding-top: 30px;
    margin-left: 20px;
    list-style-position: outside;
}

.text{
   padding: 30px;
   border-radius: 20px;
}
.price-section{
    border: #000 1px solid;
    background-color: #e8e8e8;
    
}
.prices-conditions{
    text-align: left;
    align-items: center;
    width: 25%;
    padding: 50px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    min-height: 55vh;
   
}
.prestation-area{
    min-height: 30vh;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 30px;
}
.prices{
    text-align: center;
    width: 55%;
    min-height: 40vh;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    margin: 5px;
    flex-direction: column;
    padding-top: 30px;
}
.list-prices{
    margin:0 auto;
    list-style: none;
    flex-direction: column;
}
.list-inline li.reveal-3 a {
    color: white;
}
.line{
    width: 100%;
    border-bottom: 2px solid #000000;
}
.price{
    font-size:large;
}

[class*="reveal-"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-2{
    transition-delay: .1s;
}
.reveal-3{
    transition-delay: .2s;
}
.footer-coordonees{
    flex-direction: column;
}
.footer{
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    background-color: #000000;
    color: #e8e8e8;
}
.footer-img{
    max-width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.footer-img img{
    width: 100%;

}
.footer h2{
    text-align: center;
}
.footer p{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.footer li{
    list-style: none;  
}
.list-inline li a {
    color: white;
}
.list-inline {
    list-style: none;
    padding: 0;
    margin: 10 0 0 0;
    display: flex;
    justify-content: center; /* Utilisation de justify-content pour le centrage horizontal */
    align-items: center; /* Utilisation d'align-items pour le centrage vertical */
    text-align: center; /* Ajout de l'alignement au centre pour les liens */
}
.list-inline li:last-child {
    margin-right: 0; /* Supprime la marge à droite pour le dernier élément de la liste */
}
.list-inline li {
    margin-right: 40px; 
}
.list-inline li a {
    text-decoration: none;
    color: #000; 
}
.li-footer{
    color: wheat;
}

.header-title {
    font-family: 'Sacramento', cursive;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.2em;
}
.header-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
}
/* Corps du texte */
body, .content, .text, .entretien-section, .article, .services, .prices, .footer {
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    color: #2d2d2d;
    background-color: #faf6f2;
    font-size: 1.08rem;
    line-height: 1.7;
}

/* Titres */
h1, h2, h3, h4 {
    font-family: 'Sacramento', cursive, 'Segoe UI', Arial, sans-serif;
    color: #3e2e1f;
    letter-spacing: 1px;
    margin-bottom: 1.2em;
}
h2, h3 {
    font-weight: 600;
}

/* Encadrements doux */
.article, .entretien-section, .prices, .prices-conditions {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(60,40,20,0.07);
    padding: 2.5rem 2rem;
    margin-bottom: 2.5rem;
    border: 1px solid #e7e2d9;
}

/* Boutons */
.btn, .floating-btn {
    background: linear-gradient(90deg, #b5a392 0%, #e7e2d9 100%);
    color: #3e2e1f;
    border: none;
    border-radius: 30px;
    padding: 0.7em 2em;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(60,40,20,0.07);
    transition: background 0.3s, color 0.3s;
}
.btn:hover, .floating-btn:hover {
    background: linear-gradient(90deg, #e7e2d9 0%, #b5a392 100%);
    color: #222;
}

/* Images */
img {
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(60,40,20,0.08);
    transition: transform 0.3s;
}
img:hover {
    transform: scale(1.03);
}

/* Footer */
.footer {
    background: #3e2e1f;
    color: #faf6f2;
    border-top: 4px solid #b5a392;
}
.footer a {
    color: #b5a392;
    text-decoration: none;
    transition: color 0.2s;
}
.footer a:hover {
    color: #fff;
}

/* Listes */
ul, ol {
    padding-left: 1.5em;
}
li {
    margin-bottom: 0.5em;
}
@media (max-width: 576px) {
    .header-title {
        font-size: 1.4rem;
    }
    .header-subtitle {
        font-size: 1rem;
    }
    .img-container {
        display: none !important;
    }
}

@media (max-width: 768px) {
  .entretien-section,
  .article,
  .services-lists,
  .photos-services,
  .routine,
  .prices-conditions,
  .prices {
    width: 90% !important;
    margin: 20px auto !important;
    padding: 10px !important;
  }

  .services-lists {
    flex-direction: column !important;
    align-items: center;
  }

  .service-wash,
  .service-repair,
  .service-deco {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .photos-entretien {
    flex-direction: column !important;
    align-items: center;
  }

  .photos-entretien img,
  .photos-services div {
    width: 100% !important;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .routine {
    flex-direction: column !important;
    width: 90% !important;
  }

  .routine > div {
    width: 100% !important;
    min-height: auto !important;
    margin-bottom: 20px;
  }

  .titleArea {
    padding-top: 150px !important;
  }

  .title {
    font-size: 3rem !important;
  }

  .footer p {
    width: 90% !important;
  }

  .floating-btn {
    width: 60px !important;
    height: 60px !important;
    bottom: 20px !important;
    right: 20px !important;
  }

  .floating-btn img {
    height: 25px !important;
  }
}
@media (max-width: 767.98px) {
    .svglogo {
        margin-bottom: 10px;
    }
    .header-title {
        margin-top: 0;
    }
}

/* Affichage mobile/tablette : logo centré au-dessus */
@media (max-width: 991.98px) {
    .header .col-md-3 {
        text-align: center !important;
        margin-bottom: 10px;
    }
    .header .col-md-9 {
        text-align: center !important;
    }
}

/* Affichage desktop : logo à droite, titre centré */
@media (min-width: 992px) {
    .header .col-md-3 {
        text-align: right !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .header .col-md-9 {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .svglogo {
        margin-left: 0;
    }
}

/* Effet disparition au scroll */
.header.header-hidden .img-container,
.header.header-hidden .header-bg-img {
    opacity: 0 !important;
    pointer-events: none;
}
.logo-fixed {
    position: fixed;
    top: 40px;
    left: 100px;
    z-index: 2000;
    padding: 0;
}
.logo-fixed img {
    width: 150px !important;
    max-width: 30vw !important;
    height: auto !important;
    display: block;
}
@media (max-width: 576px) {
    .logo-fixed img {
        width: 120px !important;
        max-width: 50vw !important;
    }
}

/* Grand titre centré au chargement */
.site-title-hero {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 3000;
    pointer-events: none;
}
.site-title-big {
    font-family: 'Sacramento', cursive;
    font-size: 5rem;
    color: #302f2f;
    text-shadow: 2px 2px 10px #000;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 576px) {
    .site-title-big {
        font-size: 2.5rem;
    }
}

/* Petit titre sous le logo fixed, caché au départ */
.site-title-fixed {
    position: fixed;
    top: 200px; /* Ajuste selon la taille de ton logo */
    left: 40px;
    z-index: 2001;
    display: none;
    pointer-events: none;
}
.site-title-small {
    font-family: 'Sacramento', cursive;
    font-size: 2rem;
    color: #222;
    margin: 0;
    text-shadow: 1px 1px 4px #fff;
}
@media (max-width: 576px) {
    .site-title-fixed {
        top: 140px;
        left: 18px;
    }
    .site-title-small {
        font-size: 1.2rem;
    }
}


/* Position de départ : SOUS LE LOGO (zone 1) */
.site-title-hero-glide {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    text-align: center;
    z-index: 3000;
    pointer-events: none;
    transition:
        top 0.7s cubic-bezier(.77,0,.18,1),
        left 0.7s cubic-bezier(.77,0,.18,1),
        transform 0.7s cubic-bezier(.77,0,.18,1),
        width 0.7s cubic-bezier(.77,0,.18,1),
        text-align 0.7s cubic-bezier(.77,0,.18,1);
}
.site-title-hero-glide.scrolled {
    top: 140px;
    left: 40px;
    transform: translate(0, 0);
    width: auto;
    text-align: left;
}
.site-title-big-glide {
    font-family: 'Sacramento', cursive;
    font-size: 5rem;
    color: #302f2f;
    text-shadow: 2px 2px 10px #000;
    font-weight: bold;
    margin: 0;
    transition: font-size 0.7s cubic-bezier(.77,0,.18,1), color 0.7s;
}
.scrolled .site-title-big-glide {
    font-size: 2.2rem;
}
@media (max-width: 576px) {
    .site-title-big-glide {
        font-size: 2.5rem;
    }
    .scrolled .site-title-big-glide {
        font-size: 1.2rem;
    }
}

/* Zone blanche masquée au départ */
.white-intro {
    width: 100vw;
    height: 30vh; /* Réduit de 60vh à 30vh */
    background: #faf6f2;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(.77,0,.18,1);
    pointer-events: none;
}

/* Affiche la zone blanche quand on scrolle */
.bubble-bg.scrolled + .logo-fixed + .site-title-fixed + .white-intro {
    opacity: 1;
    pointer-events: auto;
}

/* Masque le contenu principal au départ */
.main-content-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s cubic-bezier(.77,0,.18,1);
}

/* Affiche le contenu principal quand la zone blanche est visible */
.bubble-bg.scrolled + .logo-fixed + .site-title-hero-glide + .white-intro + section {
    opacity: 1;
    pointer-events: auto;
}
.bubble-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.7s cubic-bezier(.77,0,.18,1);
}
.bubble-bg.scrolled {
    opacity: 0;
}
.bubble-bg .bubble-img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 1;
    display: block;
}

/* Bulle de contact moderne et élégante */
.floating-contact-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 68px;
    height: 68px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #b5a392 0%, #e7e2d9 100%);
    box-shadow: 0 4px 24px rgba(60,40,20,0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s, background 0.3s;
    outline: none;
    padding: 0;
}
.floating-contact-btn:hover {
    box-shadow: 0 8px 32px rgba(60,40,20,0.22);
    transform: scale(1.08);
    background: linear-gradient(135deg, #e7e2d9 0%, #b5a392 100%);
}
.floating-contact-btn .contact-icon img {
    width: 38px;
    height: 38px;
    display: block;
    filter: drop-shadow(0 2px 6px #b5a39255);
    transition: filter 0.2s;
}
.floating-contact-btn:hover .contact-icon img {
    filter: drop-shadow(0 4px 12px #b5a39299);
}

/* Tooltip stylé */
.contact-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    background: #3e2e1f;
    color: #faf6f2;
    padding: 10px 22px;
    border-radius: 24px;
    white-space: nowrap;
    font-size: 1.1rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    box-shadow: 0 2px 12px rgba(60,40,20,0.13);
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
}
.floating-contact-btn:hover .contact-tooltip,
.floating-contact-btn:focus .contact-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Services : même hauteur, texte sombre, divs plus larges */
.services-lists {
    display: flex;
    width: 95%; /* Plus large */
    margin: 0 auto;
    justify-content: space-around;
    gap: 32px; /* Plus d'espace entre les colonnes */
    align-items: stretch; /* Ajouté : force la même hauteur */
}

.service-wash, .service-repair {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(60,40,20,0.07);
    border: 1px solid #e7e2d9;
    padding: 2.5rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    height: auto; /* Important : laisse la hauteur s'ajuster */
    min-height: 420px; /* Hauteur mini identique */
    flex: 1 1 0;
    color: #232323; /* Texte plus sombre */
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 600px; /* Largeur max pour éviter trop large sur très grands écrans */
}

.service-wash h2, .service-repair h2 {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 1.2rem;
    text-align: center;
    color: #3e2e1f;
}

.service-wash ul, .service-repair ul {
    flex-grow: 1;
    margin-bottom: 0;
    padding-left: 1.2em;
    color: #232323; /* Texte plus sombre */
}

.service-img img {
    max-width: 260px;
    max-height: 160px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: none; /* Supprime l'ombre */
}

@media (max-width: 991px) {
    .services-lists {
        flex-direction: column !important;
        width: 98% !important;
        gap: 20px;
    }
    .service-wash, .service-repair {
        max-width: 100% !important;
        min-height: unset !important;
        padding: 1.2rem 0.7rem;
    }
    .service-img img {
        max-width: 100%;
        max-height: 120px;
    }
}

/* Section intro alignée horizontalement et aérée */
.intro-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(60,40,20,0.07);
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.intro-text {
    flex: 2 1 0;
    min-width: 220px;
    color: #232323;
}
.intro-section h3 {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 1.2rem;
    color: #3e2e1f;
}
.intro-photo {
    flex: 1 1 0;
    min-width: 180px;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-photo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(60,40,20,0.08);
    background: #faf6f2;
    padding: 8px;
}
@media (max-width: 991px) {
    .intro-section {
        flex-direction: column;
        padding: 1.2rem 0.7rem;
        gap: 1.2rem;
    }
    .intro-photo {
        max-width: 100%;
    }
    .intro-photo img {
        max-width: 180px;
    }
}

/* Décoration de la photo d'intro */
.intro-photo-deco {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.shadow-intro {
    border-radius: 18px;
    background: #fff;
    padding: 14px 18px;
    box-shadow: 0 8px 32px rgba(60,40,20,0.10), 0 1.5px 8px #b5a39233;
    max-width: 320px;
    width: 100%;
    transition: box-shadow 0.3s;
}
.shadow-intro:hover {
    box-shadow: 0 16px 48px rgba(60,40,20,0.18), 0 2px 12px #b5a39255;
}
@media (max-width: 767px) {
    .intro-section {
        padding: 1.2rem 0.7rem;
    }
    .shadow-intro {
        max-width: 90vw;
        padding: 8px 4vw;
    }
}