@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,900;1,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*page d'aceuil*/



* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


body {

    background-color: #494000;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;

}

.aceuil-vide {
    height: 40px;

}

header {
    height: 51px;
    background-color: #494000;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.menu {
    justify-content: center;
    height: 73px;
}

.icones {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #494000;
}

.icones li {
    list-style: none;
}

.icones li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    top: 73px;
    color: #ffffff;
    font-size: 10px;
    height: 73px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;



}

.icones li a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 2px;
}

.ousommesnous {
    margin-left: -15px;
}

.menu::after {
    content: "";
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    z-index: 0;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

.logo img {
    width: 60px;
    height: auto;
    border-radius: 50%;

}



/* partie 2*/

.sectionHeroique {
    text-align: center;
    color: #ffffff;
    font-family: 'Playfair Display', serif;

}

.sectionHeroique h1 {
    position: relative;
    top: 110px;
}

#sectionHeroique {
    margin-top: 50px;
    background-image: url("../images/massages.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 284px;
    width: 100%;

}



.sectionHeroique-text h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.btn-rendez-vous {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    top: 120px;
}

.btn-rendez-vous:hover {
    background-color: #F5F5F5;
    color: #333333;
}









/* Style pour la section About */
.QuiSommesNous p {

    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.QuiSommesNous {

    color: #ffffff;
    padding: 20px;
    text-align: center;
    background-color: #574D05;

}

.about h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #ffffff;
}

.about p {
    font-size: 1em;
    margin-bottom: 10px;
}









/*section services*/

.services {
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
}

.services h2 {
    font-size: 16px;
    margin-bottom: 15px;

}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-family: 'Playfair Display', serif;
}

.service-item {
    text-align: center;
}

.service-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.service-item p {
    font-size: 14px;
    margin-top: 5px;
}






/*section footer*/


footer p {
    margin-bottom: 10px;
}

footer {
    color: #ffffff;
    background-color: #494000;
    height: 190px;
    padding: 20px;
}

.social-icons a img {
    width: 30px;
    margin: 0 10px;
}

@media only screen and (min-width: 1024px) {
    .service-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}






















/*css pour la page contact*/


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Styles Globaux */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", serif;
    background-color: #ffff;
    line-height: 1.6;
}





/*header*/
.aceuil-vide {
    height: 40px;

}

header {
    height: 51px;
    background-color: #494000;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.menu {
    justify-content: center;
    height: 73px;
}

.icones {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #494000;
}

.icones li {
    list-style: none;
}

.icones li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    top: 73px;
    color: #ffffff;
    font-size: 10px;
    height: 73px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;



}

.icones li a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 2px;
}

.ousommesnous {
    margin-left: -15px;
}

.menu::after {
    content: "";
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    z-index: 0;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

.logo img {
    width: 60px;
    height: auto;
    border-radius: 50%;

}




/*pt2*/

.contact-section {
    margin: 80px auto;
    padding: 10px;
    width: 100%;

}

.contact-section h2 {
    margin-top: 70px;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 13px;

}

.contact-section label {
    display: block;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;

}

.contact-section input,
.contact-section textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333;
    background-color: #D9D9D9;
}

.contact-section textarea {
    height: 120px;
    resize: none;
}

.contact-section .btn-submit {
    display: block;
    padding: 10px;
    background-color: #D9D9D9;
    border-radius: 5px;
    font-size: 1rem;
    border: 1px solid black;
}

.contact-section .btn-submit:hover {
    background-color: #6f6747;
}





/*pt3*/

h2 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.map-section {
    margin: 30px auto;
    width: 95%;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1024px) {
    .service-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
































/*css pour la pertie galerie*/

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


body {

    background-color: #494000;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;

}

.aceuil-vide {
    height: 40px;

}

header {
    height: 51px;
    background-color: #494000;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.menu {
    justify-content: center;
    height: 73px;
}

.icones {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #494000;
}

.icones li {
    list-style: none;
}

.icones li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    top: 73px;
    color: #ffffff;
    font-size: 10px;
    height: 73px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;



}

.icones li a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 2px;
}

.ousommesnous {
    margin-left: -15px;
}

.menu::after {
    content: "";
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    z-index: 0;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}

.logo img {
    width: 60px;
    height: auto;
    border-radius: 50%;

}


/*pt2*/

/* Style global */
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    background-color: #f9f7f2;
    color: #333;
}

/* Conteneur de la galerie */
.gallery-container {
    padding: 20px;
    text-align: center;
}

.gallery-container h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #494000;
        margin-top: 140px;
}

.gallery-container p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}

/* Galerie */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 10px;
}

.gallery-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    object-position: 30% 70%;
    border-bottom: 1px solid #ddd;
}

.gallery-item p {
    margin: 10px;
    font-size: 14px;
    color: #494000;
}























/*page à propos*/

/* Reset */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  
  /* Body */
  body {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  /* Header */
  .aceuil-vide {
    height: 40px;
  }
  
  header {
    height: 51px;
    background-color: #494000;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
  
  .menu {
    justify-content: center;
    height: 73px;
  }
  
  .icones {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #494000;
  }
  
  .icones li {
    list-style: none;
  }
  
  .icones li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    top: 73px;
    color: #ffffff;
    font-size: 10px;
    height: 73px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .icones li a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    top: 2px;
  }
  
  .ousommesnous {
    margin-left: -15px;
  }
  
  .menu::after {
    content: "";
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    z-index: 0;
  }
  
  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
  }
  
  .logo img {
    width: 60px;
    height: auto;
    border-radius: 50%;
  }
  
  /* Footer */
  footer {
    color: #ffffff;
    background-color: #494000;
    height: 190px;
    padding: 20px;
  }
  
  footer p {
    margin-bottom: 10px;
  }
  
  .social-icons a img {
    width: 30px;
    margin: 0 10px;
  }
  
  /* Page en construction */
  .construction {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 241px); /* Hauteur totale moins header et footer */
    text-align: center;
    color:black;
    font-size: 24px;
    font-family: "Roboto", serif;
    font-weight: 500;
  }
  