/*Global / desktop view*/

* {
    padding: 0;
    margin: 0;
}

.mobile-view {
    display: none;
}

.desktop-view {
  display: flex;
  justify-content: flex-end; /* Push to the right */
  align-items: center;
}

@font-face {
    font-family: 'Blogger Sans';
    src: url('../Fonts/Blogger/BloggerSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Blogger Sans';
    src: url('../Fonts/Blogger/BloggerSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Blogger Sans';
    src: url('../Fonts/Blogger/BloggerSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Blogger Sans';
    src: url('../Fonts/Blogger/BloggerSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}


/* Overlay */
.popup-overlay {
    position: fixed; /* <-- Add this */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    padding-right: 0px;
    display: flex;
}

/* Popup box */
.popup-content {
    background-color: #FCFCFC;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
    font-size: 23px;
    color: #8B5865;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}


/* Button */
.popup-button {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: #85AF9A;
    color: #FCFCFC;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.popup-button:hover {
    background-color: #AABEB4;
    color: #FCFCFC;
}
.popup-content h1 {
    font-size: 34px;
}


/* Close button */
.popup-close {
    position: absolute;
    top: 100px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #FCFCFC;
}

/* Animation */
@keyframes fadeIn {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Show popup */
.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}
.gratuit-tab {
    position: fixed;
    top: 400px;
    right: 0;
    background-color: #85B09A;
    color: #FFF7E1;
    padding-top: 6px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.3);
    z-index: 1;
    display: none;
}
.gratuit-tab:hover {
    background-color: #AABEB4;
}

.gratuit-slide {
    position: fixed;
    top: 435px;
    right: -320px;
    width: 199px;
    height: 100%;
    transition: right 0.3s ease;
    z-index: 1;
    padding: 20px;
    overflow-y: auto;
}

.gratuit-slide.open {
  right: 0;
}

.gratuit-slide .btn2 {
    display: block;
    background-color: #85B09A;
    color: #FFF7E1;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 6px;
    text-align: center;
    margin-right: -33px;
}

.gratuit-slide .btn2:hover {
    background-color: #AABEB4;
}
#gratuit-slide .content ul {
	list-style: none;
}

body {
    font-family: "Blogger Sans";
    background-color: #8B5865;
}


main {
    width: 1200px;
    background-color: #FFF7E2;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 20px 14px #000000;
    box-shadow: 0px 0px 20px 14px #000000;
    padding-top: 80px;
    border-radius: 8px;
}

header {
    width: 100%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF7E2;
    box-shadow: 0px 14px 20px #000000;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 2;
    border-radius: 8px;
}

.logo {
    padding-top: 6px;
    padding-left: 17px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    width: 14%;
}


#hamb {
    position: fixed; /* This is the key! */
    top: 7px; /* Adjust as needed for vertical positioning */
    right: 10px; /* Adjust as needed for horizontal positioning */
    cursor: pointer;
}

#box10 {
    cursor: pointer;
    float: right;
    clear: both;
    margin-top: 3px;
    margin-right: 5px;
    width: 27%;
}
#box10 img:hover {
  content: url("../images/hamburger_menu_hover.png");
	
}

#service5 {
  width: auto;
  border: none;
}

#service5[open] {
    width: 130px;
    position: sticky;
    transform: translateY(1%); /* Adjusts for the element's height */
    background-color: #FCFCFC; /* Optional: Adds a background color when open */
    z-index: 5; /* Ensures it stays on top of other content */
    text-align: right;
  
}


#service5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-shadow: 0px 0px 0px;
    clear: both;
    }

    #service5 li {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: #8B5865;
    font-size: 27px;
	
}

#service5 li:hover  {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: #B48893;
    font-size: 27px;
    background-color: #E7E7E7;
}

    #service5 a {
    text-decoration: none;
    display: block;
    }
#service5 summary {
    list-style: none; /* Retire le triangle sur certains navigateurs */
    cursor: pointer;
	
}

#service5 summary::-webkit-details-marker {
    display: none; /* Retire le triangle sur Chrome, Safari, etc. */
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  padding: 10px;
}

nav ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin-top: -7px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

nav li {
  display: flex;
}

nav a {
    text-decoration: none;
    color: #8B5865;
    padding-top: 28px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 28px;
    text-shadow: 0 0 hsla(51, 44%, 74%, 1.00);
    transition: background-color 0.3s ease;
}

nav a:hover {
    background-color: #E7E7E7;
    color: #B48893;
    text-shadow: 0 0 hsla(51, 44%, 74%, 1.00);
    border-radius: 4px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
}

#home {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 80px;
    margin-top: -20px;
    background-image: url(../images/accueil_desktop_1220_1000.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* Image placée en arrière-plan */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* ← Important : remplace "contain" par "cover" */
    object-position: center top;
    z-index: 1;
    pointer-events: none;
}

/* Texte au-dessus */
.overlay {
    position: relative;
    z-index: 1;
    max-width: 667px;
    margin-top: 204px;
    color: #FFF7E2;
    text-shadow: 0px 0px 10px #000;
    padding-left: 70px;
}

#home h1 {
  font-size: 62px;
  font-weight: 400;
  line-height: 51px;
  margin: 0;
}

#home h2 {
    font-size: 37.5px;
    font-weight: lighter;
    line-height: 33px;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 36px;
}

.btn {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-color: #8B5865;
    ;
    color: #FFF7E1;
    text-decoration: none;
    border-radius: 8px;
    font-weight: normal;
    font-size: 17px;
    cursor: pointer;
    border: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    line-height: 97px;
}

.btn:hover {
    background-color: #B48893;
}

#about {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-right: 150px;
    padding-left: 150px;
    width: 900px;
    min-height: 1280px;
}

#about h1 {
    font-size: 40px;
    color: #8B5865;
    padding-bottom: 0px;
    margin-bottom: -20px;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    color: #8B5865;
   
}
.h2-about {
    font-size: 26px;
    line-height: 27px;
}



.flex-row.reverse {
  flex-direction: row-reverse;
}

/* Mise en page flexible de l'article et des infos */
.flex-row article,
.flex-row .info-wrapper {
  flex: 1 1 50%;
  width: 100%;
}

/* Images dans la flexbox */
.flex-image {
  flex: 1 1 40%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  min-width: 233px;
}

/* Liste sans indentation visuelle */
.info-wrapper ul.info-list {
  list-style-position: inside;
  list-style: none; /* On désactive la puce par défaut */
  padding: 0;
  margin: 0;
}

/* Ajout de puces personnalisées */
.info-wrapper ul.info-list li::before {
  content: "➤ ";
  color: #8A5764;
  font-size: 15px;
  margin-right: 5px;
}

/* Éléments de liste */
.info-wrapper ul.info-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 1em;
}

/* Texte dans chaque item */
.info-wrapper .info-text {
  flex: 1;
  line-height: 1.4;
}

/* Logos */
.info-wrapper ul.info-list li img {
  max-height: 50px;
  width: auto;
}

#hide-rquiec {
  display: none;
}

#accordion4 {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

#box9 {
    cursor: pointer;   
  }

#service4 {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 3px solid #85B09A;
    padding-bottom: 6px;
    margin-top: 10px;
    width: 141px;
}


#service4[open] {
    width: 185%;
    position: sticky;
    top: 50%; /* Centers the element vertically */
    transform: translateY(-20%); /* Adjusts for the element's height */
    background-color: #FCFCFC; /* Optional: Adds a background color when open */
    z-index: 1; /* Ensures it stays on top of other content */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    box-shadow: 0px 0px 20px 4px #000000;
    style: none;
    transition: 0.5s;
}
.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-right: 75px;
    padding-bottom: 18px;
    border-radius: 8px;
    padding-left: 1px;
    width: 90%;
}


.info-row img {
    max-height: 60px;
    height: auto;
    width: auto;
    margin-right: -50px;
}


#services {
    max-width: 1200px;
    color: #8B5865;
    padding-top: 70px;
    padding-bottom: 50px;     /* ajuste la hauteur selon ton besoin */
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 150px;
    padding-right: 138px;
}
#services h2 {
    font-size: 24px;
    line-height: 22px;
}
.section-title {
    font-size: 40px;
    padding-left: 0;
    padding-bottom: 20px;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
#services article {
    flex: 1 1 30%;
    max-width: 200px;
    padding-right: 40px;
}



#accordion1 {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

#box6 {
    cursor: pointer;   
  }

details {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    width: 70%;
    border-spacing: 2px 2px;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 3px solid #85B09A;
    padding-bottom: 6px;
}

details[open] {
    width: 350%;
    position: sticky;
	left: 50%;
    transform: translate(10%, -24.5%); /* Center on X-axis and shift slightly on Y-axis */
    background-color: #FCFCFC; /* Adds background color when open */
    z-index: 1; /* Ensures it stays on top of other content */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-left-width: 3px;
    border-top-width: 3px;
    border-top-style: solid;
    border-left-style: solid;
    border-radius: 12px;
    margin-left: auto; /* Can stay, but not necessary due to transform centering */
    margin-right: auto;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 20px 4px #000000;
}
	
.rapport-highlight {
    font-style: italic;
    color: #AABEB4;
}

.pricing-table {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 2px;
    padding-top: 30px;
	 padding-bottom: 20px;
  }


.pricing-table .pricing-option h3 {
    font-size: 16px;
}

.pricing-option {
	width: calc(45% - 10px);
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 20px 14px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    -webkit-box-shadow: 0px 0px 20px 14px rgba(0,0,0,0.05);

}
.badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(255,0,0,0.63); /* rouge semi-transparent */
    color: #FFF7E2;
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    user-select: none;
    pointer-events: none; /* permet aux clics de passer au travers */
    margin-top: -31px;
}
.original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-right: 6px;
}
.pricing-option h3 {
    margin-bottom: 5px;
    color: #8B5865;
    font-size: 16px;
}

.pricing-option .duration {
    font-size: 16px;
    color: #8B5865;
    margin-bottom: 5px;
}

.pricing-option .price {
    font-size: 16px;
    color: #85AF9A;
    font-weight: bold;
}
.hidden {
  display: none;
}
.interventions-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin: 25px;
}

.colonne {
  flex: 1 1 30%;
  min-width: 78px;
}
.interventions-flex li::marker{
  content: "➤ ";
  color: #8A5764; /* Couleur personnalisée */
  font-size: 10px;
}
.interventions-flex li {
  list-style-position: inside;
}
.interventions-flex h4{
    line-height: 17px;
    padding-bottom: 7px;
	
	}
#accordion2 {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

#box7 {
    cursor: pointer;   
  }

#service2 {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    width: 70%;
    border-spacing: 2px 2px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 6px;
    border-left: 3px solid #85B09A;
}

#service2[open] {
    width: 350%;
    position: sticky;
    left: 50%;
    transform: translate(-30%, -17%); /* Center on X-axis and shift slightly on Y-axis */
    background-color: #FCFCFC; /* Adds background color when open */
    z-index: 1; /* Ensures it stays on top of other content */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-left-width: 3px;
    border-top-width: 3px;
    border-top-style: solid;
    border-left-style: solid;
    border-radius: 12px;
    margin-left: auto; /* Can stay, but not necessary due to transform centering */
    margin-right: auto;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 20px 4px #000000;
}


.prix {
    font-weight: bold;
    color: #85AF9A;
    font-size: 18px;
}

#accordion3 {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

#box8 {
    cursor: pointer;   
  }

#service3 {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    width: 70%;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 3px solid #85B09A;
    padding-bottom: 6px;
}

#service3[open] {
    width: 360%;
    position: sticky;
    left: 25%;
    transform: translate(-74%, -13%); /* Center on X-axis and shift slightly on Y-axis */
    background-color: #FCFCFC; /* Adds background color when open */
    z-index: 1; /* Ensures it stays on top of other content */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-left-width: 3px;
    border-top-width: 3px;
    border-top-style: solid;
    border-left-style: solid;
    border-radius: 12px;
    margin-left: auto; /* Can stay, but not necessary due to transform centering */
    margin-right: auto;
	transition-duration: 0.5s;
	box-shadow: 0px 0px 20px 4px #000000;
}

summary {
    cursor: pointer;
    outline: none; /* Removes the outline on focus */
    font-variant: normal;
    font-weight: bold;
    color: #85AF9A;
}
summary:hover {
	color: #AABEB4;
}
.forfait-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}

.forfait-card {
  flex: 1 1 250px;
  background-color: #FCFCFC;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
  min-width: 100px;
  max-width: 280px;
  transition: transform 0.3s ease;
}

.forfait-card h4 {
    color: #8B5865;
    margin-bottom: 10px;
    font-weight: lighter;
}

.forfait-card .prix {
    font-weight: bold;
    color: #85AF9A;
}


.reviews-section {
    width: 900px;
    margin: auto;
    color: #8B5865;
    padding-bottom: 80px;
   
}

#google-reviews h1 {
    font-size: 40px;
    color: #8B5865;
}

.reviews-masonry {
  column-count: 2;  /* force la largeur approx. des colonnes */
  column-gap: 40px;
  padding-top: 33px;
}

.review-card {
    display: inline-block;
    width: 85%;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 20px;
    border-top: 3px solid #8A5764;
    border-left: 3px solid #8A5764;
    background-color: #FFF7E2;
    break-inside: avoid;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.review-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.review-date {
  color: #A2888E;
  font-size: 0.9rem;
  margin-top: 5px;
  font-style: italic;
}

.review-stars {
    color: #85AF9A;
    font-size: 20px;
    line-height: 1;
}

.review-text {
    font-size: 16px;
    padding-bottom: 18px;
    color: #8B5865;
}

.review-link {
    text-decoration: none;
    font-weight: 600;
    color: #8B5865;
    font-size: 0.9rem;
    border-bottom: 1.5px solid transparent;
    transition: border-color 0.3s ease;
}

.review-link:hover {
    color: #B48893;
}

#contact {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    min-height: 432px;
}

#contact h1 {
    font-size: 40px;
    color: #8B5865;
}
#contact h2 {
    font-size: 20px;
	}
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 25px;
}
.text {
    padding-left: 16px;
}

#location .text h3 {

}

#popup {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px; /* Width of the pop-up */
    height: 500px; /* Height of the pop-up */
    background-color: #FCFCFC;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9999; /* Ensure it appears above other content */
    display: none; /* Initially hidden */
    box-shadow: 0 4px 20px 4px #000000; /* Optional shadow for better visibility */
    -webkit-box-shadow: 0 4px 20px 4px #000000;
    border-radius: 8px;
}

#popupContent span {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #FCFCFC;
    cursor: pointer;
    z-index: 10000;
}

#popupContent iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}
#popupContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
}

#msg .text h3:hover {
	color: #B48893;
}

#phone .text h3:hover {
	color: #B48893;
}

#mail .text h3:hover {
    color: #B48893;
}

    .imageBox:hover .hoverImg {
      display: block;
}

.imageBox .hoverImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    padding-top: 6px;
}



.contact-section {
    width: 400px;
    margin-top: -65px;
    color: #8B5865;
}

.contact-title {
    color: #8B5865;
    font-size: 30px;
}

.form-input,
.form-textarea {
    font-family: "Blogger Sans";
    padding: 13px;
    margin-bottom: 7px;
    border-left: 3px solid #8A5764;
    border-right: 0;
    border-top: 3px solid #8A5764;
    outline: 0;
    border-bottom-width: 0px;
    border-radius: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 7px;
    background-color: transparent;
    color: #8B5865;
    width: 100%;
}

.form-input{
    border-left: 3px solid #8A5764;
    border-right: 0;
    border-bottom: 0;
    border-top: 3px solid #8A5764;
    width: 90%;
    color: #8B5865;
}

.form-textarea {
    font-family: "Blogger Sans";
    min-height: 65px;
    box-shadow: 0px 0px;
    width: 90%;
}

.form-textarea:focus {
    min-height: 65px;
}

.form-input:hover,
.form-textarea:hover {
    background-color: #f0f0f0;
    color: #8B5865;
}

.form-submit {
    font-family: "Blogger Sans";
    width: 98%;
    background-color: #8A5764;
    border-radius: 9px;
    border: 0;
    cursor: pointer;
    color: #FFF7E2;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    font-weight: 700;
    margin-top: 7px;
    -webkit-box-shadow: 0px 0px 3px 1.5px #2D2D2D;
    box-shadow: 0px 0px 3px 1.5px #2D2D2D;
}

.form-submit:hover {
    background-color: #B48893;
}

/* SECTION BAS DE PAGE */
#botom {
    width: 100%;
    max-width: 900px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #A2888E;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0; /* aération latérale */
    align-items: flex-start; /* aligne tout à gauche */
    box-sizing: border-box;
}

/* RANGÉE DU HAUT */
.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* LOGOS SOCIAUX */
.social-logos {
    display: flex;
    gap: 20px;
}

/* CONTENEUR INDIVIDUEL DE LOGO */
.container2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LOGO DU BAS */
.logo_footer {
    margin-top: 0;
    width: 616px;
}

/* TEXTE LÉGAL */
.footer-legal {
    font-size: 14px;
    color: #A2888E;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* aligné à gauche */
}

/* LIENS */
.footer-legal a,
#legal-popups .legal-popup-content a {
    color: #A2888E;
    text-decoration: underline;
}

/* PARAGRAPHES */
.footer-legal p,
#legal-popups .legal-popup-content p {
    margin: 4px 0;
}

/* COMPORTEMENT DES DETAILS */
#legal-popups summary {
    all: unset;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-left: -10px;
    margin-right: 40px;
}

#legal-popups details {
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

#legal-popups details[open] {
    background-color: #fcfcfc;
    width: 100%;
    max-width: 476px;
}

/* CONTENU DES POPUPS */
#legal-popups .legal-popup-content {
    font-size: 14px;
    color: #8B5865;
    padding: 10px 0;
}

/* PAS DE BORDURES INUTILES */
#legal-popups details,
#legal-popups details[open],
#legal-popups summary {
    border: none !important;
}

.anchor-offset {
  height: 0;
  scroll-margin-top: 120px;
}



h5 span { position:absolute; top:-300px;
}



.imageBox {
    position: relative;
    float: left;
    padding-top: 6px;
    width: 40px;
}

.logo img {
    max-width: 240px;
    max-height: 70px;
}

a {
    color: #8B5865;
    text-decoration: none;
}

a:hover {
  color: #B48893;
}

a:visited {
    color: #8B5865;
}

.btn2 {
    font-family: "Blogger Sans";
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    text-align: center;
    color: #FFF7E2;
    background-color: #8B5865;
    border-radius: 8px;
    font-weight: normal;
    font-size: 17px;
    cursor: pointer;
    border: 0;
    -webkit-box-shadow: 0 0 3px 1.5px #2D2D2D;
    box-shadow: 0 0 3px 1.5px #2D2D2D;
    text-decoration: none;
}

a.btn,
a.btn2 {
    color: #FFF7E2;
    text-decoration: none;
}

a.btn:hover,
a.btn2:hover {
    color: #FFF7E2;
    background-color: #B48893;
}

a.btn:visited {
    color: #FFF7E2;
}


a.btn2:visited {
    color: #FFF7E2;
}
.h3-forfait {
    color: #85AF9A;
}
img {
  max-width: 100%;
  height: auto;
}
















/*Mobile view*/
@media (max-width : 569px ){
.desktop-view {
    display: none;
}
	
.mobile-view {
    display: block;
}
/* Popup box */
.popup-content {
    background-color: #FCFCFC;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    max-width: 70%;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
    font-size: 23px;
    color: #8B5865;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
body {
    font-family: "Blogger Sans";
    background-color: #8B5865;
    margin: 0 auto;                    /* Centrage horizontal automatique */
    padding: 0;
    max-width: 100%;
}
	
main {
    background-color: #FFF7E2;
    margin: 0 auto;                    /* Centrage horizontal automatique */
    padding: 0;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 20px 14px #000000;
    box-shadow: 0px 0px 20px 14px #000000;
    padding-top: 80px;
   
	
}
	
header {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF7E2;
    text-shadow: 18px 14px 9px #000000;
    -webkit-box-shadow: 0px 14px 20px #000000;
    box-shadow: 0px 14px 20px #000000;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 2;
    height: 60px;
    width: 100%;
}
	
.logo img {
    max-width: 177px;


}

#home {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -40px;
    background-image: url(../images/accueil_mobile_1138_1000.webp);
  }
	
#home .overlay {
    align-items: center;
    text-align: center;
    max-width: 383px;
    margin-top: 291px;
    padding-left: 0.1px;
  }

#home h1 {
    font-size: 38px;
    line-height: 33px;
  }

  #home h2 {
    font-size: 22.5px;
    line-height: 22px;
    padding-top: 11px;
  }
	
#home .btn {
    margin-top: 20px;
  }
	
.btn:hover {
    background-color: #B48893;
	
}	
#box9 {
    width: 178px;
    font-size: 16px;
}
	
#service4[open] {
    width: 90%;
    position: sticky;
    top: 50%; /* Centers the element vertically */
    transform: translateY(-5%); /* Adjusts for the element's height */
    background-color: #FCFCFC; /* Optional: Adds a background color when open */
    z-index: 1; /* Ensures it stays on top of other content */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 27px;
    padding-left: 15px;
    border-top-width: 3px;
    border-left-width: 3px;
    margin-left: -4px;
}
	
#service4 p {
    font-size: 18px;
}

  #about {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
.flex-row article p {
    width: 100%;
}


  .flex-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    margin-top: -20px;
    font-size: 18px;
  }


  .flex-image {
    border-radius: 8px;
    object-fit: cover;
    max-width: 400px;
    width: 100%;
    min-width: 50px;
  }


  .flex-row article,
  .flex-row .info-wrapper {
    font-size: 18px;
    width: 100%;
  }
.flex-row article h1 {
    width: 87%;

}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    width: 81%;
    margin-right: auto;
}

  .info-row p {
    font-size: 18px;
    margin: 0;
  }


.flex-row.image-first {
    flex-direction: column-reverse;
  }
#services {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    }

.services-container {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    }

#services article {
    margin-bottom: 60px;
    max-width: 100%;
    font-size: 18px;
    }

.interventions-flex {
    flex-direction: column;    
    gap: 10px;                    
    margin: 15px;
  }

 .colonne {
    flex: 1 1 100%;                     
    min-width: auto;                     
	}


details {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    border-spacing: 2px 2px;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 3px solid #85B09A;
    padding-bottom: 6px;
    width: 160px;
}


details[open] {
    width: 100%;
    position: sticky;
    transform: translateY(-1%); /* Adjusts for the element's height */
    background-color: #FCFCFC; /* Optional: Adds a background color when open */
    z-index: 1;
    
    
}
	

	
details ul li {
    font-size: 20px;
    padding-left: 24px;
	list-style: none;
}
.pricing-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 15px 20px 15px; /* Ajoute un peu de padding horizontal */
    overflow-x: hidden; /* Évite tout débordement horizontal */
    box-sizing: border-box; /* Protège contre le débordement dû aux padding */
  }
  .pricing-option {
    width: 100%;
    max-width: 320px; /* Ajustable selon ton design */
    box-sizing: border-box;
    margin: 0 auto 20px auto; /* Centrage + espace entre les blocs */
  }


  .pricing-option h3,
  .pricing-option .duration,
  .pricing-option .price {
    text-align: center;
    font-size: 16px;
    margin: 5px 0;
  }
 .badge {
    font-size: 12px;
    padding: 6px 12px;
    top: 5px;
    right: 5px;
  }
#service2 {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    width: 160px;
    border-spacing: 2px 2px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 6px;
    border-left: 3px solid #85B09A;
}
	
#service2[open] {
    width: 100%;
    position: sticky;
    transform: translateY(-1%); /* Adjusts for the element's height */
    background-color: #FCFCFC; /* Optional: Adds a background color when open */
    z-index: 1;
}
#service3 {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    width: 160px;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 3px solid #85B09A;
    padding-bottom: 6px;
}

#service3[open] {
    width: 100%;
    position: sticky;
    transform: translateY(-1%); /* Adjusts for the element's height */
    background-color: #FCFCFC; /* Optional: Adds a background color when open */
    z-index: 1;
}
.reviews-section {
    width: auto;
    margin: auto;
    color: #8B5865;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}
.reviews-masonry {
    column-count: 1;
    margin-top: 0px;
    width: auto;
  }


	
#contact {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 768px;
    padding-left: 40;
    padding-left: 15px;
    padding-right: 15px;
}
	
#contact h4 {
    font-size: 36px;
    padding-right: 0px;
    margin-bottom: -23px;
    width: 56%;
}
	
.contact-wrapper {
    flex-direction: column;
    padding-right: 20px;
    padding-bottom: 20px;
  }
	
#joindre,
  .contact-section {
    width: 100%;
  }
	
#popup {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; /* Width of the pop-up */
    height: 300px; /* Height of the pop-up */
    background-color: #Fcfcfc;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9999; /* Ensure it appears above other content */
    display: none; /* Initially hidden */
    box-shadow: 0 11px 8px rgba(0, 0, 0, 0.2); /* Optional shadow for better visibility */
    -webkit-box-shadow: 0 11px 8px rgba(0, 0, 0, 0.2);
}
.container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8px;
    width: 100%;
}
.contact-section {
    color: #8B5865;
    padding-top: 50px;
    width: auto;
}

.form-input, 
.form-textarea {
    padding: 13px;
    margin-bottom: 5px;
    border-left: 3px solid #8A5764;
    border-right: 0;
    border-top: 3px solid #8A5764;
    outline: 0;
    border-bottom-width: 0px;
    border-radius: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 5px;
    background-color: transparent;
    color: #8B5865;
    width: 100%;
}
	
.form-input, 
.form-textarea:hover {
    border-left: 3px solid #8A5764;
    border-right: 0;
    border-bottom: 0;
    border-top: 3px solid #8A5764;
    width: 75%;
}
	
.form-textarea {
    min-height: 65px;
    width: 75%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
	
.form-textarea:focus {
    min-height: 65px;
    width: 90%;
}
.form-submit {
    font-family: "Blogger Sans";
    width: 68%;
    background-color: #8A5764;
    border-radius: 9px;
    border: 0;
    cursor: pointer;
    color: #FFF7E2;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    font-weight: 700;
    margin-top: -3px;
    -webkit-box-shadow: 0px 0px 3px 1.5px #2D2D2D;
    box-shadow: 0px 0px 3px 1.5px #2D2D2D;
}
.form-submit:hover {
    background-color: #B48893;
}
/* SECTION BAS DE PAGE */
#botom {
    width: auto;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #A2888E;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0; /* aération latérale */
    align-items: flex-start; /* aligne tout à gauche */
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

  .top-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .social-logos {
    justify-content: center;
    gap: 15px;
  }
/* LOGO DU BAS */
.logo_footer {
    margin-top: 0;
    width: 84%;
}

  .footer-legal {
    font-size: 12px;
    max-width: 95%;
    text-align: left;
  }
.hidden {
    display: none;
}



































	
	
	




}
@media (min-width : 570px ) and ( max-width : 1065px ){

.desktop-view {
    display: none;
}
	
.mobile-view {
    display: block;
}
/* Popup box */
.popup-content {
    background-color: #FCFCFC;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    max-width: 70%;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
    font-size: 23px;
    color: #8B5865;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
body {
    font-family: "Blogger Sans";
    background-color: #8B5865;
    margin: 0 auto;                    /* Centrage horizontal automatique */
    padding: 0;
    max-width: 100%;
}
	
main {
    background-color: #FFF7E2;
    margin: 0 auto;                    /* Centrage horizontal automatique */
    padding: 0;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 20px 14px #000000;
    box-shadow: 0px 0px 20px 14px #000000;
    padding-top: 80px;
   
	
}
	
header {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF7E2;
    text-shadow: 18px 14px 9px #000000;
    -webkit-box-shadow: 0px 14px 20px #000000;
    box-shadow: 0px 14px 20px #000000;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 2;
    height: 60px;
    width: 100%;
}
	
.logo img {
    max-width: 177px;


}

#home {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -40px;
  }
	
#home .overlay {
    align-items: center;
    text-align: center;
    max-width: 385px;
    margin-top: 291px;
    padding-left: 0.1px;
  }

#home h1 {
    font-size: 38px;
    line-height: 33px;
  }

  #home h2 {
    font-size: 22.5px;
    line-height: 22px;
    padding-top: 11px;
  }
	
#home .btn {
    margin-top: 20px;
  }
	
.btn:hover {
    background-color: #B48893;
	
}	
#box9 {
    width: 178px;
    font-size: 16px;
}
#service4 {
    border-top: 3px solid #85B09A;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 3px;
    border-left: 3px solid #85B09A;
    padding-bottom: 6px;
    margin-top: 10px;
    min-width: 136px;
}
	
#service4[open] {
    width: 100%;
    position: sticky;
    top: 50%; /* Centers the element vertically */
    transform: translateY(-5%); /* Adjusts for the element's height */
    background-color: #FCFCFC; /* Optional: Adds a background color when open */
    z-index: 1; /* Ensures it stays on top of other content */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 27px;
    padding-left: 15px;
    border-top-width: 3px;
    border-left-width: 3px;
    margin-right: auto;
    margin-left: auto;
}
	
#service4 p {
    font-size: 18px;
}

  #about {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }


  .flex-row {
    display: flex;
    flex-direction: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: -20px;
  }
.flex-row article p {
    width: 100%;
}

  .flex-image {
    border-radius: 8px;
    object-fit: cover;
    min-width: 85px;
    max-width: 100%;
  }


.flex-row article h1 {
    width: 87%;

}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    margin-right: auto;
    width: auto;
}

#services {
    padding-left: 40px;
    padding-right: 40px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    }

.services-container {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    }

#services article {
    flex: 1 1 10%;
	gap:5px;
    padding-right: 40px;
    min-width: 30px;
    width: 100%;
    }

.pricing-table {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 2px;
    padding-top: 30px;
	 padding-bottom: 20px;
  }

 .pricing-option {
    width: calc(45% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;    /* Center children horizontally */   /* :contentReference[oaicite:0]{index=0} */
    border-radius: 8px;
    padding: 8px;
    max-width: none;
    text-align: center;      /* Fallback for non-flex items */
    box-shadow: 0px 0px 20px 14px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.pricing-option .duration,
.pricing-option .price {
    margin: 5px 0;
}


 .colonne {
    flex: 1 1 45%;                     
    min-width: auto;                     
	}


#Intervention img {
    max-width: 400px;
    width: 100%;
}
	
#accordion1 #service1 p {
    width: 100%;
}
	
details ul li {
    font-size: 20px;
    padding-left: 24px;
	list-style: none;
}
details[open] {
    transform: translate(10%, -10%); /* Center on X-axis and shift slightly on Y-axis */
}

#Gardiennage img {
    width: 100%;

}
#service2[open] {
    transform: translate(-30%, -7%); /* Center on X-axis and shift slightly on Y-axis */
}

#Marcheur img {
    width: 100%;
    max-width: 400px;

}
#service3[open] {
    transform: translate(-74%, -4%); /* Center on X-axis and shift slightly on Y-axis */
}
.reviews-section {
    width: auto;
    margin: auto;
    color: #8B5865;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
}
	.reviews-masonry {
    column-count: 2;
  }
#contact {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 454px;
    padding-left: 40;
    padding-left: 40px;
    padding-right: 40px;
}
	
.contact-wrapper {
    display: flex;
    flex-direction: row; /* ✅ pour les aligner horizontalement */
    gap: 40px; /* optionnel : espace entre les deux blocs */
    flex-wrap: wrap; /* optionnel : permet le passage en colonne sur petits écrans */
    padding-right: 20px;
    padding-bottom: 20px;
}
	
#joindre,
  .contact-section {
    flex: 1 1 40%; /* ✅ prend environ la moitié chacun */
    min-width: 300px; /* ✅ évite qu’ils deviennent trop étroits sur petits écrans */
  }
	
#popup {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; /* Width of the pop-up */
    height: 300px; /* Height of the pop-up */
    background-color: #FCFCFC;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9999; /* Ensure it appears above other content */
    display: none; /* Initially hidden */
    box-shadow: 0 11px 8px rgba(0, 0, 0, 0.2); /* Optional shadow for better visibility */
    -webkit-box-shadow: 0 11px 8px rgba(0, 0, 0, 0.2);
}
.container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8px;
    width: 100%;
}
.contact-section {
    color: #8B5865;
    padding-top: 50px;
}
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 25px;
}
	#p {
    font-size: 20px;
	}
	
.form-input, 
.form-textarea {
    padding: 13px;
    margin-bottom: 5px;
    border-left: 3px solid #8A5764;
    border-right: 0;
    border-top: 3px solid #8A5764;
    outline: 0;
    border-bottom-width: 0px;
    border-radius: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 5px;
    background-color: transparent;
    color: #8B5865;
    width: 90%;
}
	
.form-input, 
.form-textarea:hover {
    border-left: 3px solid #8A5764;
    border-right: 0;
    border-bottom: 0;
    border-top: 3px solid #8A5764;
    width: 63%;
}
	
.form-textarea {
    min-height: 65px;
    width: 63%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
	
.form-textarea:focus {
    min-height: 65px;
    width: 90%;
}
.form-submit {
    font-family: "Blogger Sans";
    width: 68%;
    background-color: #8A5764;
    border-radius: 9px;
    border: 0;
    cursor: pointer;
    color: #FFF7E2;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    font-weight: 700;
    margin-top: -3px;
    -webkit-box-shadow: 0px 0px 3px 1.5px #2D2D2D;
    box-shadow: 0px 0px 3px 1.5px #2D2D2D;
}
.form-submit:hover {
    background-color: #B48893;
}
/* SECTION BAS DE PAGE */
#botom {
    width: auto;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #A2888E;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0; /* aération latérale */
    align-items: flex-start; /* aligne tout à gauche */
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}

  .top-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .social-logos {
    justify-content: center;
    gap: 20px;
  }

  .logo_footer {
    justify-content: center;
    margin-bottom: 15px;
  }

  .logo_footer img {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
.hidden {
    display: none;
}







}
.bob {
}
