/* ------------------------------------------------------------- FONTS-------------------------------------------------------------------- */

/* -------------------------------- Assistant---------------------------------- */
@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-ExtraLight.woff2") format("woff2"),
    url("fonts/Assistant-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-Bold.woff2") format("woff2"),
    url("fonts/Assistant-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-Medium.woff2") format("woff2"),
    url("fonts/Assistant-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-Light.woff2") format("woff2"),
    url("fonts/Assistant-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-SemiBold.woff2") format("woff2"),
    url("fonts/Assistant-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-Regular.woff2") format("woff2"),
    url("fonts/Assistant-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("fonts/Assistant-ExtraBold.woff2") format("woff2"),
    url("fonts/Assistant-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ------------------------FORUM -------------------------------- */

@font-face {
  font-family: "Forum";
  src: url("fonts/Forum.woff2") format("woff2"),
    url("fonts/Forum.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ---------------------------------------------------------------------------- FIN FONTS------------------------------------------------------------ */

/* ------------------------------------------------------------------------Parametrages Generaux ------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-family: "Forum";
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}
h2 {
  font-family: "Assistant";
  text-transform: uppercase;
}



h3 {
  font-family: "Assistant";
  text-transform: uppercase;
  font-weight: 400;
}
p {
  font-family: "Assistant";
}
h5 {
  font-family: "Assistant";
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(145, 8, 88);
  text-align: center;
  padding-top: 8px;
}

@media (max-width: 778px) {
  h2 {
    font-size: 17px !important;
  }
}

#a-propos > h2:nth-child(1),#section_gal_photo > h2:nth-child(1){
font-size: 35px;
  font-weight: 400;
}

#section_gal_photo > h2:nth-child(1){
color:rgb(145, 8, 88); ;
}



.btn-liens,
.buttons button,
.galerie-bloc > a:nth-child(2) {
  width: 250px;
  display: block;
  height: 60px;
  background-color: #f9bfe5;
  text-decoration: none;
  font-family: "Assistant";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.reservation {
  font-family: "Assistant";
}
/* -----------------------------------------------------Hover --------------------------------------> */

#section_1 > a:nth-child(4):hover,
.btn-liens:hover,
div.section1:nth-child(1) > a:nth-child(3):hover,
#message > a:nth-child(3):hover,
#message > a:nth-child(3):hover,
.reservation:hover,
.galerie-bloc > a:nth-child(2):hover {
  background-color: rgb(145, 8, 88);
  border: none;
}

details p a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Assistant";
  font-weight: bold;
  padding-left: 10px;
  color: rgba(145, 8, 88, 0.57);
}
.buttons {
  display: flex;
  justify-content: center;
}
.buttons button:hover {
  background-color: rgb(145, 8, 88);
}
/* ------------------------------------------------------------------------------------- HEADER ------------------------------------------------------- */

header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #f9bfe5;
  z-index: 15;
}

header a:nth-child(1) img {
  height: 120px;
}
header > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
}

header nav {
  width: 70%;
}
header nav ul {
  display: flex;
  gap: 10%;
  align-items: center;
  width: 100%;
  list-style: none;
}
header nav ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Assistant";
  font-size: 18px;
}
header nav ul li a:hover {
  color: rgb(145, 8, 88);
}
#menu-burger {
  display: none;
}

#menu-coulissant {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------FOOTER -------------------------------------------> */

footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(145, 8, 88);
  padding: 80px 0 20px 0;
}

.footer-bloc {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div.footer-bloc:nth-child(1) {
  align-items: flex-end;
  padding-right: 40px;
}
div.footer-bloc:nth-child(2) {
  align-items: start;
  padding-left: 40px;
  justify-content: end;
}
div.footer-bloc:nth-child(1) > a:nth-child(1) {
  width: 100%;
  display: flex;
  justify-content: end;
}
div.footer-bloc:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
  height: 130px;
}
div.footer-bloc:nth-child(1) > p:nth-child(2) {
  color: #fff;
}

div.footer-bloc:nth-child(2) > ul:nth-child(1) {
  list-style: none;
}
div.footer-bloc:nth-child(2) ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-family: "Assistant";
}
div.footer-bloc:nth-child(2) ul li a:hover {
  color: rgb(145, 8, 88);
}
#infos-footer {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#infos-footer > p:nth-child(2) {
  align-self: start;
  margin-left: 10%;
  margin-top: 15px;
  color: #fff;
}
#infos-footer > p:nth-child(2) > a:nth-child(1) {
  text-decoration: none;
  color: #fff;
  font-family: "Assistant";
}

#infos-footer > hr:nth-child(1) {
  width: 80%;
  color: #fff;
}
#infos-footer > p:nth-child(2) > a:nth-child(1):hover {
  color: rgb(145, 8, 88);
}

/* -------------------------------------------------------------------------------------------------------SECTION 1 PAGE ACCUEIL --------------------------------------------> */

#section_1 {
  margin-top: 150px;
  height: 100vh;
  background-image: url(img/cmbeauty-labaule-accueil.png);
  background-size: cover;
  background-position: center center;
  display: flex;
  gap: 3%;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}

.logo-accueil {
  height: 250px;
}
#main-title {
  font-size: 2em;
}
#section_1 > h3:nth-child(3) > img:nth-child(1),#section_1 > h3:nth-child(4) > img:nth-child(1) {
  height: 40px !important;
}

#section_1 > h3:nth-child(3) {
  color: #fff !important;
}
#section_1 > h3:nth-child(4){
  color: #fff !important;
}


#section_1 > a:nth-child(4),#section_1 > a:nth-child(5) {
  width: 250px;
  height: 60px;
  text-decoration: none;
  color: #fff;
  font-family: "Assistant";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  align-items: center;
}

/* ----------------------------------------------------------------------------------------------- SECTION 2 ACCUEIL -------------------------------------------------------------------> */

#section_2 {
  display: flex;
  padding: 7% 70px 0 70px;
  height: 100vh;
}

div.section1:nth-child(1) > h2:nth-child(1) {
  color: rgb(145, 8, 88);
  font-family: "Assistant";
  font-weight: 400;
}

.section1 {
  width: 50%;
}

div.section1:nth-child(1) > a:nth-child(3) {
  width: 250px;
  display: block;
  height: 80px;
  background-color: #f9bfe5;
  text-decoration: none;
  font-family: "Assistant";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
div.section1:nth-child(1) {
  padding: 0 6% 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#image-section-1 {
  width: 100%;
  height: 100%;
  background-image: url(img/cm-beauty-la-baule-ongle-blancs-manucure.jpeg);
  background-size: cover;
  background-position: center center;
}
div.section1:nth-child(2) {
  height: 100%;
  background-image: url(img/cm-beauty-la-baule-image-cils.jpeg);
  background-size: cover;
}

/* -------------------------------------------------------------------------------------------- SECTION 3 -------------------------------------------------------------------------------------> */

#section_3 {
  width: 100%;
  height: 100vh;
  position: relative;
}

#section_3 h2 {
  text-align: center;
  margin-top: 100px;
  font-family: "Assistant";
  font-weight: 400;
  color: rgb(145, 8, 88);
}

#O {
  color: rgb(145, 8, 88);
  font-size: 3em;
  font-weight: bold;
}
#section_3 > p {
  padding-left: 70px;
}

#barre-rose {
  width: 100%;
  height: 300px;
  background-color: rgb(145, 8, 88);
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#barre-rose img {
  height: 100px;
}
/* #barre-rose > img:nth-child(1) {
  padding-left: 70px;
}
#barre-rose > img:nth-child(2) {
  padding-right: 70px;
} */
#galerie-image-section3 {
  width: 70%;
  height: 420px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: absolute;
  top: 150px;
  margin-left: 50%;
  transform: translateX(-50%);
}

#galerie-image-section3 div {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#galerie-image-section3 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.btn-liens:nth-child(5) {
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  margin-left: 50%;
}

/* -------------------------------------------------------------------------------------------- SECTION 4 -------------------------------------------------------------------------------------> */

#section_4 {
  width: 100%;
  height: 100vh;
  background-image: url(img/accueil-bloc-3-cm-beauty-la-baule.jpg);
  background-size: cover;
  position: relative;
}
#overlay-accueil {
  width: 100%;
  height: 100%;
  background-color: rgba(145, 8, 88, 0.6);
}
#overlay-accueil > h2:nth-child(1) {
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding-top: 100px;
}
#bloc-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 7%;
  justify-content: space-around;
}
.sous-bloc {
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.sous-bloc p,
.sous-bloc h3 {
  color: #fff;
}
.sous-bloc img {
  height: 45px;
}
a.btn-liens:nth-child(3) {
  position: absolute;
  bottom: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* ----------------------------------------------------------------------------------------- Liens contact fixed ---------------------------------------------- */

.liens-contact {
  width: 80px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 50%;
  right: 15px;
}

.liens-contact a img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* ------------------------------------------------------------------------------------------------------- Page A propos -------------------------------------------------> */

#a-propos {
  width: 100%;
  height: 100vh;
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
#a-propos > h2:nth-child(1) {
  text-align: center;
  padding-top: 80px;
  width: 100%;
  font-family: "Assistant";
  font-weight: 400;
  color: rgb(145, 8, 88);
}
div.bloc-apropos:nth-child(2) {
  padding-left: 2%;
  width: 50%;
  max-height: 600px;
  padding-right: 3%;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.soussection {
  display: flex;
  gap: 50px;
  align-items: center;
}
.soussection > h3:nth-child(2) {
  font-size: 25px;
  color: rgb(145, 8, 88);
}
div.bloc-apropos:nth-child(2) > p:nth-child(2) {
  border: 3px solid rgb(145, 8, 88);
  padding: 2%;
  border-radius: 20px;
}
div.bloc-apropos:nth-child(3) {
  width: 50%;
  display: flex;
  max-height: 600px;
  gap: 10px;
  padding-right: 2%;
  padding-left: 2%;
}
#img-1 {
  width: 50%;
  max-height: 600px;
}
#img-1 > img:nth-child(1) {
  width: 100%;
  height: 600px;
}
#img-2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 10px;
}

#img-2 img {
  height: 50%;
  object-fit: cover;
}

#btn-prestas {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ---------------------------------------------------------------------------------------------- Gallerie Photos ---------------------------------------------------------------> */

/* #section_gal_photo {
  margin-top: 160px;
}

.image-wrapper img {
  width: 100vw !important;
}
#section_gal_photo h2 {
  margin-bottom: 40px;
}
#section_gal_photo > h2:nth-child(1) {
  font-weight: 400;
  color: rgb(145, 8, 88);
  width: 100%;
  text-align: center;
}

.intro-galerie > p:nth-child(1) {
  width: 100%;
  text-align: center;
} */
/* #carousel{
  height: auto !important;
} */

/* .carousel-wrapper {
  align-items: baseline !important;
}
.galerie-bloc {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.buttons {
  text-align: center;
  margin-bottom: 20px;
}

.buttons button {
  background-color: #f9bfe5;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.buttons button:hover {
  background-color: rgb(145, 8, 88);
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}

.image-wrapper {
  flex: 0 0 100%;
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.image-wrapper.active {
  display: flex;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.nav.left {
  left: 10px;
}

.nav.right {
  right: 10px;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.fullscreen-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.close-fullscreen {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.galerie-bloc > a:nth-child(2) {
  margin: 40px 0 0 50%;
  transform: translateX(-50%);
} */
#page-galerie-photo {
  margin: 250px 20px 100px 20px;
}
#section_gal_photo {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
}
.background-blur {
  width: 100%;
  height: 100%;
  background-color: #524d5096;
}

.enlarge {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
#section_gal_photo > h2:nth-child(1) {
  text-align: center;
  width: 100%;
}

.reseaux-galerie{
  width: 80%;
  height: 100px;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.reseaux-galerie a .img-res-gal{
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.intro-galerie {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#grp-image {
  display: flex;
  justify-content: center;
  gap: 3%;
  width: 100%;
  flex-wrap: wrap;
}

#grp-image button {
  width: 250px;
  display: block;
  height: 60px;
  background-color: #f9bfe5;
  text-decoration: none;
  font-family: "Assistant";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#grp-image button:hover {
  background-color: #b8317b;
}

#grp-galerie {
  width: 90vw;
  height: 500px;
  margin: 60px 0 40px 50%;
  transform: translateX(-50%);
  justify-content: center;
  overflow: scroll;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px;
  scroll-behavior: smooth;
  border: 4px solid rgb(145, 8, 88);
}

.image {
  width: 270px !important;
  height: 270px;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

#container-photo a{
  margin-left: 50%;
  transform: translate(-50%);
}

/* ----------------------------------------------------------------------------------------------------PRESTATIONS ---------------------------------------------------> */

#prestations-1 {
  width: 100%;
  height: 100vh;
  background-image: url(img/bloc-1-prestation-cm-beauty-la-baule.jpg);
  background-size: cover;
}

#overlay-prestations {
  width: 100%;
  height: 100vh;
  background-color: rgba(145, 8, 88, 0.57);
}
#overlay-prestations > h2:nth-child(1) {
  padding-top: 250px;
  margin-left: 50%;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
#overlay-prestations > p:nth-child(2) {
  margin-left: 50%;
  padding-top: 10%;
  color: #fff;
  padding-right: 2%;
}

#prestations-2 {
  width: 100%;
}

#prestations-2 h2 {
  text-align: center;
  font-weight: 400;
  color: rgba(145, 8, 88, 0.57);
  padding-top: 80px;
}

/* #tarifs{
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  justify-content: space-around;
} */

#res-planity{
	text-decoration: none;
	color: #df00a9;
	background-color: #fff;
	padding: 10px 30px;
  cursor: pointer;

}

#res-planity:hover{
  background-color: #df00a9;
  color: #fff;
}

.image-tarifs{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.image-tarifs h6{
  font-style: italic;
  font-family: 'Assistant';
  font-weight: 200;
  font-size: 15px;
  text-align: center;
}

#tarifs {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  padding: 115px;
}

@media (min-width:1076px){
    
    #prestations-1 {

	 height: auto !important; 

}
    
    #overlay-prestations {

	height: auto !important ; 

	padding-bottom: 30px !important;
}

#overlay-prestations > p:nth-child(10){
    width: 50% !important;
    margin-left:50%!important;
}
#overlay-prestations > strong:nth-child(7){
    margin-left: 50% !important;
}

#overlay-prestations > p:nth-child(10){
    width: 50% !important;
    margin-left: 50% !important ;
}

#overlay-prestations > p:nth-child(3){
    width: 40% !important;
    margin-left: 50% !important;
}

#overlay-prestations > p:nth-child(7){
    width: 50% !important;
  margin-left: 50% !important;
}
}


/* .bloc-tarifs{
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.bloc-tarifs {
  flex: 1;
  min-width: 300px;
  background-color: #fff;
  box-shadow: 10px 10px 15px gray;
}

.bloc-tarifs > div h4 {
  font-weight: 400;
}

div.bloc-tarifs:nth-child(1) > div:nth-child(1) {
  background-image: url(img/photo-cils-cm-beauty-cm-beauty-la-baule.png);
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: "Assistant";
  font-weight: 400;
}
div.bloc-tarifs:nth-child(2) > div:nth-child(1) {
  background-image: url(img/cmbeauty-labaule-accueil.png);
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: "Assistant";
  font-weight: 400;
}
div.bloc-tarifs:nth-child(3) > div:nth-child(1) {
  background-image: url(img/semi-beauty-cm-beauty-la-baule.png);
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: "Assistant";
  font-weight: 400;
}
div.bloc-tarifs:nth-child(4) > div:nth-child(1) {
  background-image: url(img/photo-esthetique-dentaire-cm-beauty-la-baule.png);
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: "Assistant";
  font-weight: 400;
}
div.bloc-tarifs:nth-child(5) > div:nth-child(1) {
  background-image: url(img/photo-soin-du-visage-cm-beauty-la-baule.png);
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: "Assistant";
  font-weight: 400;
}

.res-planity{
  width: 50%;
  display: block;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-family: 'Assistant';
  color: #fff;
  background-color: #DF00A9;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
  margin-bottom: 25px;
}

.res-planity:hover{
  background-color: #fff;
  color: #DF00A9;
}


/* .bloc-resa{
  display: flex;
  gap: 50px;
  width: 100%;
  padding-top: 15px;
  justify-content: space-between;
} */
.bloc-resa {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 3 colonnes égales */
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.bloc-resa span {
  text-align: center;
}
.reservation {
  text-transform: uppercase;
  background: #f9bfe5;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.practicienne {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Assistant";
  font-weight: bold;
  padding-left: 10px;
  color: rgba(145, 8, 88, 0.57);
}
.practicienne:hover {
  color: #f9bfe5;
}
span.presta {
  text-align: start;
  font-family: "Assistant";
}
span.prix {
  color: rgba(145, 8, 88, 0.57);
  font-family: "Assistant";
  font-weight: 600;
}

#message {
  width: 80%;
  height: 320px;
  background-color: #b8317b;
  margin-left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  gap: 20px;
  color: #fff;
}

#message > a:nth-child(3) {
  width: 250px;
  display: block;
  height: 60px;
  background-color: #f9bfe5;
  text-decoration: none;
  font-family: "Assistant";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/* ------------------------------------------------------------------------- CONTACT  ------------------------------------- > */

#contact-us {
  width: 100%;
  display: flex;
}



.contact-partie-une{
  padding-top: 163px !important;
}
div.bloc-page-contact:nth-child(1) > h2:nth-child(1) {
  width: 100%;
  text-align: end;
}
div.bloc-page-contact:nth-child(1) > p:nth-child(2) {
  width: 90%;
}
.bloc-page-contact {
  width: 50%;
}

div.bloc-page-contact:nth-child(2){
  background-color: #b8317b !important;
}
div.bloc-page-contact:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-partie-une > h2:nth-child(1) {
  width: 100%;
  text-align: end;
  font-family: "Assistant";
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  padding-right: 8%;
}
div.bloc-page-contact:nth-child(1) {
  background-color: #b8317b !important;
  padding-top: 163px;
}
div.bloc-page-contact:nth-child(1)
  > p:nth-child(2)
  > a:nth-child(4)
  > img:nth-child(1) {
  height: 35px;
}
.contact-partie-une > p:nth-child(2) {
  color: #fff;
  width: 90%;
  margin-left: 8%;
}
.contact-partie-une > p:nth-child(2) > a:nth-child(3) > img:nth-child(1) {
  height: 35px;
}
.groupe-moyen-contact {
  display: flex;
  flex-wrap: wrap;
}
.groupe-moyen-contact div {
  width: 50%;
}

.img-contact-femme {
  position: relative;
}
.modele {
  position: absolute;
  bottom: 0;
  transform: scaleX(-1);
}
.partie-formulaire > form:nth-child(1) {
  width: 370px;
  transform: translateY(-120px);
}
.informations-lieu > h3:nth-child(1) {
  margin-bottom: 20px;
}

div.bloc-page-contact:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  /* padding-top: 190px; */
}
.carte {
  border: 4px solid #b8317b;
  padding: 8px;
}
.informations-lieu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.informations-lieu h3,
.horaires-page h3,
.reseaux-contact h3 {
  color: #b8317b;
}
.horaires-page,
.reseaux-contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.horaire-page-contact {
  box-shadow: 10px 8px 22px gray;
  padding: 15px;
}

.liens-reseaux-contact{
  gap: 15px !important;
}
.reseaux-contact img {
  height: 35px;
  object-fit: contain;
}
.reseaux-contact .liens-reseaux-contact {
  display: flex;
  justify-content: space-between;
}

/* -------------------------------------------------------- Formulaire de la page contact ------------------------ */

.partie-formulaire > form:nth-child(1) {
  padding-top: 70px;
  transform: translateY(-40px);
  display: flex;
  flex-direction: column;
}
label {
  font-family: "Assistant";
  color: #fff;
  margin-top: 2px !important;
}
div.infos-nom:nth-child(2),
.infos-nom,
.email,
.telephone,
.infos-objet {
  flex-direction: column !important;
}

form input:not([type="submit"]),#messag{
  background-color: #ffffff7a;
  border: none;
}
div.bloc-page-contact:nth-child(3){
  padding-top: 163px;
  display: flex;
  flex-wrap: wrap;
}


.partie-formulaire > form:nth-child(1) div div input:not([type="submit"]),
#objet {
  height: 40px;
  box-shadow: 10px 5px 15px black;
}
#messag {
  width: 100%;
  height: 190px;
  resize: none;
  margin-top: 10px;
  padding-top: 10px;
  box-shadow: 10px 5px 15px black;
}
.rgpd {
  display: block !important;
  margin-top: 10px;
}
.rgpd input {
  box-shadow: 10px 5px 15px black;
}
.rgpd p {
  color: #fff;
  margin: 10px 0 10px 0;
}

form input,
#messag {
  padding-left: 20px;
}

form div {
  display: flex;
  width: 100% !important;
  gap: 10px;
}

/* ------------------------------------------------------------------------------------------- Mentions légales  et  Politique de confidentialité--------------------------------------------> */

#section_mentions-legales,
#politique_de_conf {
  margin-top: 250px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0 3% 3% 0;
}
#group-legales,
#grp_politiq {
  width: 90%;
  height: 90%;
  border: 3px solid rgb(145, 8, 88);
  padding: 5%;
  color: rgb(145, 8, 88);
}

#group-legales a,
#grp_politiq a {
  text-decoration: none;
  font-style: italic;
  color: rgb(145, 8, 88);
}

#group-legales > h2:nth-child(9) {
  margin-top: 100px;
}
#group-legales h2 {
  text-align: center;
  margin-bottom: 100px;
}

#grp_politiq p {
  margin-bottom: 10px;
}
#grp_politiq h2,
#grp_politiq h2,
#grp_politiq h3 {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ----------------------------------------------------------- Backtotop----------------------> */

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #f9bfe5; 
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: none; /* Caché au début */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

#backToTop:hover {
  background-color: #b8317b; 
}

#backToTop.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}

#backToTop.hide {
  opacity: 0;
  transform: scale(0);
}

/* ------------------------------------------------------------------------------ Cookies ---------------------------------------------------> */


#cookieBanner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.7); /* Fond semi-transparent */
  color: white;
  font-family: 'Assistant', sans-serif;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#cookieBanner p {
  margin: 0;
  font-size: 16px;
}

#cookieBanner a {
  color: #f9bfe5;
  text-decoration: underline;
}

#cookieBanner button {
  background-color: #f9bfe5;
  color: white;
  font-family: 'Assistant', sans-serif;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

#cookieBanner button:hover {
  background-color: #b8317b;
}

/* Responsive */
@media (min-width: 600px) {
  #cookieBanner {
      flex-direction: row;
      justify-content: space-between;
      gap: 20px;
  }
}



/* -------------------------------------------------------------------------- Responsive design -------------------------------------------------------------------> */

/* ----------------------------------------------------------------------------MEDIA QUERIES DE 315 px à 645 px -------------------------------------------------> */

@media (min-width: 315px) and (max-width: 840px) {
  #grp-image {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

@media (max-width: 1075px) {
  /*------------------------------------------------------------------------------ Header--------------------------------------------------------------------  */

  header > a {
    margin-left: 50%;
    transform: translateX(-50%);
  }

  header nav {
    display: none;
  }

  #menu-burger {
    display: block;
    height: 35px;
    cursor: pointer;
  }

  #menu-coulissant {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/cm_beauty_la_baule_menu.png) center/cover no-repeat;
    z-index: 25;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform ease-in-out 0.4s;
  }

  #bloc-head {
    display: flex;
  }
  #bloc-head > a:nth-child(1) > img:nth-child(1) {
    height: 120px;
  }
  #bloc-head > a:nth-child(1) {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #close-btn {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 54px;
  }
  #moyen-contact {
    display: flex;
    gap: 40px;
    padding: 18px;
    justify-content: center;
  }
  #moyen-contact a img {
    height: 30px;
    width: 30px;
    object-fit: contain;
  }

  #mobile {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    list-style: none;
  }



  .actived{
    transform: translateX(0) !important;
    transition: transform ease-in-out 0.4s;
  }
  

  #mobile li a{
    text-decoration: none !important;
    color: #fff !important;
    font-family: 'Assistant' !important;
    text-transform: uppercase !important;
    font-size: 1.5rem !important;
    cursor: pointer;
    font-weight: 300 !important;
  }

  #mobile > li:nth-child(4){
    text-align: center;
  }
  /* ----------------------------------------------------------------------------------------Footer-----------------------------------------------------------> */

  footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(145, 8, 88);
    padding: 80px 0 20px 0;
    flex-direction: column;
  }

  .footer-bloc {
    width: 100%;
  }
  div.footer-bloc:nth-child(1) > a:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  div.footer-bloc:nth-child(1) {
    align-items: center;
    padding-right: 0;
  }
  div.footer-bloc:nth-child(1) > p:nth-child(2) {
    text-align: center;
  }
  div.footer-bloc:nth-child(2) {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  div.footer-bloc:nth-child(2) > ul:nth-child(1) {
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  
  /*----------------------------------------------------------------------------------------------- GENERAL-------------------------------------------------------------------------*/
  
  #a-propos > h2:nth-child(1),#section_gal_photo > h2:nth-child(1),#overlay-prestations > h2:nth-child(1),.contact-partie-une > h2:nth-child(1){
      font-size: 30px !important;
  }
  
  #group-legales > h2:nth-child(1){
      font-size: 30px !important;
      font-weight: 400;
  }
  #grp_politiq > h2:nth-child(1){
      font-size: 28px !important;
      font-weight: 400;
      text-align: center;
  }
  
  
  /*---------------------------------------------------------------------------------------- Accueil----------------------------------------------------------------------  */
  .logo-accueil {
    height: 163px;
  }

  #trait {
    display: none;
  }
  #main-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
  }
  h1 {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    text-align: center;
    gap: 20px;
    padding: 0 2% 0 2%;
  }

  /* ------------------------------------------------------------------------------- Liens contact -------------------------------------------------------------------- */
  .liens-contact {
    top: 25%;
    right: -10px;
  }
  .liens-contact a img {
    width: 20px;
    height: 20px;
  }

  /* -----------------------------------------------------------------------------------------------section 2---------------------------------------------> */

  #section_2 {
    width: 100%;
    flex-wrap: wrap;
    padding: 150px 20px 0 20px;
    gap: 20px;
    height: auto !important;
  }
  div.section1:nth-child(2) {
    height: 400px;
  }

  #image-section-1 {
    width: 100% !important;
  }
  .section1 {
    width: 100%;
    padding-right: 0 !important;
  }
  div.section1:nth-child(1) > h2:nth-child(1) {
    width: 100%;
    font-size: 17px;
    text-align: center;
  }
  div.section1:nth-child(1) > p:nth-child(2) {
    text-align: start;
  }

  #image-section-1 {
    width: 95vw;
    height: 400px;
  }

  /* -----------------------------------------------------------------------------------------------------------Section 3 -----------------------------------------------------> */

  #section_3 {
    height: auto !important;
  }

  #barre-rose > img:nth-child(1) {
    margin-top: 40px;
  }
  #section_3 > p {
    padding: 0 20px 0 20px;
  }

  #galerie-image-section3 {
    display: none;
  }

  #barre-rose {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: 60px !important;
    padding: 20px 0 20px 0;
  }
  #barre-rose img {
    padding: 0 !important;
  }
  .galerie-image-section3 > div:nth-child(5),
  .galerie-image-section3 > div:nth-child(6),
  .galerie-image-section3 > div:nth-child(7),
  .galerie-image-section3 > div:nth-child(8) {
    flex-direction: column-reverse;
  }
  
  .galerie-image-section3 div{
      padding-top: 10px;
      padding-bottom: 5px;
  }

  #barre-rose .galerie-image-section3 div img {
    height: 100%;
  }

  .galerie-image-section3 {
    width: 100%;
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    top: 150px;
    margin-left: 0 !important;
    transform: translateX(0) !important;
    margin: 20px 0 20px 0;
  }

  .galerie-image-section3 div {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }
  .galerie-image-section3 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  a.btn-liens:nth-child(5) {
    display: none;
  }

  #barre-rose > img:nth-child(3) {
    margin-bottom: 40px;
  }

  #special-rose {
    position: initial;
    margin-bottom: 30px;
    display: block;
  }

  /* -------------------------------------------------------------------------------------------------Section 4 ----------------------------------------------------> */

  a.btn-liens:nth-child(3) {
    position: initial !important;
  }

  #section_4 {
    height: auto !important;
    position: initial !important;
  }

  #overlay-accueil {
    padding-bottom: 40px;
  }

  #bloc-section {
    gap: 40px;
  }

  /* ----------------------------------------------------------------------- Page A propos -----------------------------------------> */

  #a-propos {
    flex-wrap: wrap;
    height: auto !important;
  }

  div.bloc-apropos:nth-child(2),
  div.bloc-apropos:nth-child(3) {
    height: auto !important;
  }
  div.bloc-apropos:nth-child(2),
  div.bloc-apropos:nth-child(3) {
    max-height: none;
  }
  .bloc-apropos {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row !important ;
    height: auto !important;
  }

  div.bloc-apropos:nth-child(2) > p:nth-child(2) {
    margin-bottom: 40px;
  }

  .soussection {
    gap: 20px;
  }

  .soussection > h3:nth-child(2) {
    font-size: 18px;
  }

  div.bloc-apropos:nth-child(3),
  div.bloc-apropos:nth-child(2) {
    width: 100%;
  }
  .apostrophe {
    display: flex;
  }
  .apostrophe img {
    height: 50px;
  }
  #img-1,
  #img-2 {
    width: 100%;
  }
  #img-2,
  #btn-prestas {
    margin-bottom: 40px;
  }
  #img-1 img,
  #img-2 img {
    height: auto !important;
  }

  /* ---------------------------------------------------------------------------------------Galerie Photos ----------------------------------> */

  /* .galerie-bloc {
    width: 95%;
  }
  .intro-galerie > p:nth-child(1) {
    padding: 0 15px 0 15px;
  }
  .carousel-wrapper{
    height: 450px !important;
  }

  .image-wrapper{
    overflow: visible;
  }

  .image-wrapper img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .intro-galerie > p:nth-child(1) {
    width: 100%;
    text-align: left;
  } */

  /* ----------------------------------------------------Autre galerie photos ------------------------------------------->*/

  /* --------------------------------------------------------------------------------------- Page Prestations -----------------------------------------------> */

  #prestations-1 {
    height: auto !important;
    background-position: center center;
  }

  #overlay-prestations {
    height: auto !important;
    padding-bottom: 30px !important;
  }

  #overlay-prestations > h2:nth-child(1) {
    margin-left: 0;
    text-align: center;
  }
  #overlay-prestations {
    padding: 0 20px 0 20px;
  }
  #overlay-prestations > p:nth-child(2) {
    margin-left: 0;
  }

  #tarifs {
    padding: 10%;
  }

  #message {
    height: auto !important;
    padding: 8%;
  }
  
  #overlay-prestations > p:nth-child(3){
      margin-left: 0 !important ;
      width: 100 !important ;
  }
  
  #overlay-prestations > p:nth-child(7){
      width: 100% !important;
      margin-left:0 !important ;
  }
details{
display :none;
}

  /* ----------------------------------------------------------------------------------------- Page Contact --------------------------------------------------------> */

  #contact-us {
    height: auto !important;
    display: flex;
    flex-direction: column;
  }

  .contact-partie-une > h2:nth-child(1) {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  .contact-partie-une > p:nth-child(2) {
    padding: 30px;
  }

  .bloc-page-contact {
    width: 100%;
  }
  .contact-partie-une > p:nth-child(2) {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }

  .groupe-moyen-contact {
    width: 100%;
    flex-direction: column-reverse;
  }

  .img-contact-femme {
    width: 100%;
  }

  .partie-formulaire {
    padding: 15px;
    width: 100% !important;
  }

  label {
    font-weight: 600;
  }

  .modele {
    opacity: 0.4;
  }

  .partie-formulaire > form:nth-child(1) {
    width: 100%;
  }
  input:not([type="submit"]) {
    text-indent: 20px;
  }
  .partie-formulaire > form:nth-child(1) input:not([type="submit"]),
  #messag {
    background-color: #ffffff63;
    border: none;
    padding-left: 0;
  }
  #messag {
    text-indent: 20px !important;
  }

  .informations-lieu {
    padding: 20px;
  }

  div.bloc-page-contact:nth-child(2) {
    padding-top: 60px;
  }

  .carte,
  .carte iframe {
    width: 100% !important;
  }
  .horaires-page,
  .reseaux-contact {
    width: 100%;
    margin-bottom: 25px;
  }
  .reseaux-contact h3 {
    width: 100%;
    text-align: center;
  }

}

/* --------------------------------------------------------------------------------- Media Queries de 1076px @ 1620px --------------------------> */

@media (min-width: 1076px) and (max-width: 1620px) {
  /* ----------------------------------------------------------------GENERAUX ---------------------------------> */

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 17px !important;
  }
  p {
    font-size: 13px;
  }

  /* ------------------------------------------------------- HEADER --------------------------------> */

  header > a {
    width: 20% !important;
  }

  /* ----------------------------------------------- Section 1 accueil ------------------------------> */

  .logo-accueil {
    height: 180px;
  }

  h1 {
    font-size: 22px;
  }

  /* --------------------------------------------------- Section 3 Accueil ------------------------------> */

  #section_3 {
    height: auto !important;
  }

  #galerie-image-section3 {
    display: none;
  }

  #barre-rose {
    height: auto !important;
    padding: 50px 20px 50px 20px;
    margin-top: 30px !important;
    flex-direction: column;
    gap: 25px;
  }
  .galerie-image-section3 {
    display: flex !important;
    flex-wrap: wrap;
    width: 80%;
    gap: 15px;
    justify-content: center;
  }

  .galerie-image-section3 div {
    width: 40%;
    height: 250px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .galerie-image-section3 > div:nth-child(6) {
    font-size: 13px;
  }
  .galerie-image-section3 > div:nth-child(5),
  .galerie-image-section3 > div:nth-child(6),
  .galerie-image-section3 > div:nth-child(7),
  .galerie-image-section3 > div:nth-child(8) {
    flex-direction: column-reverse;
  }

  .galerie-image-section3 div img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  #special-rose {
    /* display: block; */
    display: flex !important;
  }
  #special-rose:hover {
    border: 1px solid #fff;
  }

  a.btn-liens:nth-child(5) {
    display: none;
  }

  /* ---------------------------------------------------------- Section 4 accueil ----------------------------------------------------> */

  .sous-bloc {
    width: 30%;
  }

  /* ----------------------------------------------------------------- A PROPOS -------------------------------------> */

  #a-propos > h2:nth-child(1) {
    margin-bottom: 40px;
  }

  .apostrophe {
    display: flex;
    gap: 5px;
  }

  .apostrophe {
    height: 60px;
  }

  #img-1 > img:nth-child(1) {
    object-fit: cover;
  }

  #a-propos {
    height: auto !important;
  }
  #btn-prestas {
    margin: 30px;
  }

  /* --------------------------------------------------------------------- Gallerie photos ----------------------------------> */

  /*   
  .image-wrapper{
    overflow: visible !important;
  } */

  /* ---------------------------------------------------------------- Prestations et reservation -----------------------------> */

  #message > p:nth-child(1) {
    padding: 0 40px 0 40px;
  }

  /* ------------------------------------------------------------- Page contact ----------------------------------------> */

  #contact-us {
    height: auto !important;
    gap: 15px;
  }

  .modele {
    opacity: 0.4;
  }

  .groupe-moyen-contact {
    position: relative;
    width: 100%;
  }

  .carte {
    width: 80%;
  }
  .carte iframe {
    width: 100%;
  }
  .partie-formulaire {
    position: absolute !important;
    bottom: 0 !important;
    display: flex !important;
    width: 100% !important;
  }

  .partie-formulaire > form:nth-child(1) {
    margin: 0 0 40px 50%;
    transform: translateX(-50%);
  }

  form input:not([type="submit"]),
  #messag {
    background-color: #ffffff63 !important;
    border: none !important;
  }

  .horaires-page {
    margin: 40px 0 40px 0;
  }
  .reseaux-contact {
    margin-top: 40px;
  }
}



/* ----------------------------------------------------------------------- Media Queries de 1621px à 1757px -------------------------------> */

@media (min-width: 1621px) and (max-width: 1757px) {
  /* ------------------------------------------------------------------------------- ACCUEIL --------------------------------> */

  #galerie-image-section3 {
    width: 90% !important;
  }

  #image-section-1 {
    background-position-y: -419px;
  }

  /* ---------------------------------------------------------------------------- GALLERIE PHOTOS -------------------------------------------------> */

  /* .carousel-wrapper{
  height: 500px;
}

.image-wrapper.active{
  overflow: visible;
}
.image-wrapper img {
	width: 100vw !important;
} */
}
/* ------------------------------------------------------------------------------- Media Queries   1711px à 2195px ---------------------------------------------> */

@media (min-width:1711px)  and (max-width:2195px){
  #galerie-image-section3{
    width: 90% !important;
  }

  #barre-rose img:nth-child(1){
  padding-left: 20px;
  }
  #barre-rose img:nth-child(2){
    padding-right: 20px;
  }

}