@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");

@font-face {
  font-family: "marzo";
  src: url(/fonts/fonnts.com-marzo_WebFont.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  scrollbar-width: none;
}

/*-------------------------------- Les variables -----------------------------------*/
:root {
  --nav-bg-color: rgba(0, 0, 0, 0.4);
  --nav-text: #ffffff;
  --nav-icons: #ffffff;
  --nav-icons-2: rgb(114, 233, 114);
  --text-color-1: black;
  --color-win1: rgb(0, 0, 0);
  --text-color-2: rgb(255, 255, 255);
  --color-win2: rgb(255, 255, 255);
}

/*-------------------------------- Corps du site -----------------------------------*/
html,
body {
  font-family: "inter", sans-serif;
  background-color: #e4dfda;
}

/*-------------------------------- scrollbar du site ------------------------------------*/

.fix-scrollbar {
  position: relative;
  z-index: 2;
}

/*-------------------------------- Boutons de Navigation ( menu; rechercher; membre ) -----------------------------------*/
.nav {
  position: fixed;
  margin-top: 1.9%;
  margin-left: 1.7%;
  z-index: 5;
}

/*container-menu*/

.btn-menu {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-menu i {
  font-size: 1.6rem;
  color: white;
}

.btn-menu i:hover {
  color: var(--nav-icons-2);
}

/*container-rechercher*/

::placeholder {
  color: black;
  opacity: 1;
}

.bar-search {
  display: flex;
  margin-top: 1rem;
}

.search_box_bar {
  position: relative;
  width: 250px;
  height: 50px;
}

.search_box_bar .search-box {
  width: 100%;
  height: 50px;
}

.search_box_bar .search-box .input_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  border: 0;
  height: 50px;
  padding: 12px 0px;
  padding-left: 50px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 3.5rem;
  font-size: 1.2rem;
  color: black;
  transition: all 0.5s ease;
  outline: none;
}

.search_box_bar .icon {
  display: flex;
}

.search_box_bar .search_btn,
.search_box_bar .close_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.search_box_bar .search_btn {
  top: 0;
  left: 0;
  background: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: white;
  font-size: 1.4rem;
  z-index: 999;
}

.search_box_bar .search_btn:hover {
  color: var(--nav-icons-2);
}

.search_box_bar .close_btn {
  color: white;
  background: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: 1.2rem;
  top: 0;
  left: 0;
  opacity: 0;
}

.search_box_bar.active3 .search_btn {
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  color: var(--nav-icons-2);
}

.search_box_bar.active3 .close_btn {
  opacity: 1;
  transform: rotate(360deg);
  top: 65px;
  color: white;
}

.search_box_bar.active3 .search-box .input_search {
  padding: 12px 30px;
  padding-left: 60px;
  width: 100%;
  transform: all 0.5s ease;
  transition-delay: 0.75s;
  background-color: #f0f0f0a8;
}

/*-------------------------------- Fenêtre menu de Navigation -----------------------------------*/
.container-fenetre-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: visibility 0.4s;
}

.container-fenetre-menu.active8 {
  visibility: visible;
}

.container-fenetre-menu .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transition: opacity 0.4s 0.2s ease-out;
}

.container-fenetre-menu.active8 .overlay {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.container-fenetre-menu .fenetre {
  opacity: 0;
  width: auto;
  height: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5%;
  transition: opacity 0.4s ease-out;
}

.container-fenetre-menu.active8 .fenetre {
  opacity: 1;
  transition: opacity 0.4s 0.2s ease-out;
}

.fenetre .fenetre-menu {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  padding: 90px 30px 30px 30px;
  border-radius: 2.5rem;
}

.close-menu {
  position: absolute;
  top: 1.6rem;
  left: 1.4rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--nav-bg-color);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.close-menu i {
  font-size: 1.6rem;
  color: white;
}

.fenetre-menu .nav-links {
  background-color: rgba(255, 0, 0, 0);
  height: 100%;
  padding: 30px 0 50px 0;
  overflow: auto;
}

.fenetre-menu .nav-links::-webkit-scrollbar {
  display: none;
}

.fenetre-menu .nav-links li {
  position: relative;
  list-style: none;
  padding: 6px;
  transition: all 0.4s ease;
}

.fenetre-menu .nav-links li i:hover,
.fenetre-menu .nav-links li .presta-links-a:hover {
  color: #9b8f7c;
}

.fenetre-menu .nav-links li .amma-massage:hover {
  cursor: none;
}

.fenetre-menu .nav-links .nav-gory {
  padding-top: 40px;
  font-style: italic;
}

.fenetre-menu .nav-links .nav-gory1 a {
  padding-top: 50px;
  font-size: 2rem;
}

.fenetre-menu .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.fenetre-menu .nav-links li i {
  min-width: 78px;
  text-align: center;
  color: black;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.fenetre-menu .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
  color: #9b8f7c;
}

.fenetre-menu .nav-links li.showMenu a {
  color: #9b8f7c;
}

.fenetre-menu .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  color: #000000;
}

.fenetre-menu .nav-links li .sub-menu {
  padding: 6px 6px 0px 6px;
  /* display: none;*/
}

.fenetre-menu .nav-links li.showMenu .sub-menu {
  display: block;
}

.fenetre-menu .nav-links li .sub-menu a {
  color: #0f0f0f;
  font-size: 1.1rem;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.fenetre-menu .nav-links li .sub-menu a:hover {
  color: #9b8f7c;
}

/*----------------------------------------- MASSAGES -----------------------------*/
.massages {
  width: 100%;
  height: 100%;
  background: #0f0f0f;
}

.box-massages {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  padding-bottom: 5rem;
  background: radial-gradient(
      100% 100% at var(--47-x-position) var(--47-y-position),
      #e4dfda 8%,
      transparent
    ),
    radial-gradient(
      100% 100% at var(--48-x-position) var(--48-y-position),
      #ffc342 -100%,
      transparent
    ),
    #e4dfda;
  animation-name: main;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transition-timing-function: ease-in-out;
  border-radius: 0 0 3rem 3rem;
}

/* Titre ( MASSAGES ) */
h1 {
  margin-left: 15%;
  text-align: start;
  padding: 50px 0px 20px 0px;
  font-size: 4rem;
  font-weight: 100;
}

.paragraphe-title {
  margin-left: 15%;
  text-align: start;
  padding: 0px 0px 50px 0px;
  font-size: 1rem;
}

/* btn ( MASSAGES ) */
.btn-mobile {
  display: none;
}

.btn-acceuil {
  position: absolute;
  top: 5rem;
  right: 5%;
  transition: 0.6s ease;
}

.btn-acceuil .btn-ordi {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  text-decoration: none;
  width: 100px;
  height: 40px;
  background: var(--nav-bg-color);
  color: white;
  font-size: 1rem;
  transition: 0.6s ease;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.btn-acceuil:hover {
  transform: scale(1.03);
}

/*-- list services ( MASSAGES ) --*/
.pro-container {
  padding: 0 15%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.pro {
  width: 40%;
  min-width: 250px;
  max-width: 400px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2.5rem;
  cursor: pointer;
  margin: 15px 0;
  transition: 0.6s ease;
}

.pro:hover {
  transform: translateY(-10px);
}

.img-service {
  position: relative;
}

.pro img {
  width: 100%;
  height: 320px;
  border-radius: 2rem;
  object-fit: cover;
}

.pro .btn-explore {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.pro .btn-explore a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  text-decoration: none;
  width: 120px;
  height: 40px;
  background: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: white;
  font-size: 1rem;
  transition: 0.6s ease;
}

.pro .btn-explore a:hover {
  transform: scale(1.03);
}

.pro .description {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  width: 100%;
  min-height: 70px;
  padding: 10px;
  gap: 20px;
}

.pro .description .des-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  text-align: start;
}

.pro .description span {
  font-size: 1.5rem;
  color: #333;
  font-weight: 100;
}

.pro .description h5 {
  font-size: 1rem;
  font-weight: 100;
  color: #1a1a1a;
  font-style: italic;
}

.pro .description i {
  font-size: 1rem;
  color: #ffc014;
}

.pro .description .des-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  text-align: end;
}

.pro .description h3 {
  margin-top: 5px;
  font-size: 0.8rem;
  color: #333;
  font-weight: 600;
}

.pro .description h4 {
  font-size: 1rem;
  color: black;
  font-weight: 600;
}

/* Signal Info footer ( MASSAGES ) */

.signal-box-footer {
  position: absolute;
  bottom: 0;
  right: 10.5%;
}

.footer-signal a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 10px 20px;
  border-radius: 1.2rem 1.2rem 0 0;
  font-size: 16px;
  color: white;
  gap: 10px;
  border: none;
  background: #0f0f0f;
  cursor: pointer;
}

/*--------------------------------- Pied de page ( Footer ) ----------------------------------*/
.footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 72vh;
}

.box-footer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
}

/*Infos dans Pied de page ( Footer )*/

.box-info-footer {
  padding-top: 1%;
  padding-left: 1%;
  display: flex;
  gap: 30px;
}

.info-footer li {
  padding-top: 10px;
  list-style: none;
}

.info-footer a {
  padding: 10px;
  color: white;
  font-size: 0.9rem;
}

/*Réseaux Sociaux dans Pied de page ( Footer )*/
.réseaux-sociaux-footer {
  position: absolute;
  top: 2%;
  right: 2%;
}

.réseaux-sociaux-footer i {
  padding: 10px;
  color: white;
  font-size: 1.5rem;
}

/*Contact dans Pied de page ( Footer )*/
.contact-footer li {
  padding-top: 10px;
  list-style: none;
}

.contact-footer a {
  padding: 10px;
  color: white;
}

/*Titre MAISON DU BARBE dans Pied de page ( Footer )*/

.titre-footer {
  margin-top: 10rem;
  font-size: 300px;
  overflow: hidden;
  user-select: none;
  display: flex;
  gap: 20rem;
}

.titre-footer ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
  animation: roulant 200s linear infinite;
}

@keyframes roulant {
  to {
    transform: translateX(calc(-100% - 300px));
  }
}

.h1-footer {
  color: white;
  font-family: "marzo";
  font-weight: 500;
}

/*Copyright dans Pied de page ( Footer )*/
.copyright-footer {
  position: absolute;
  bottom: 3%;
  right: 1%;
}

.copyright {
  color: white;
  font-size: 0.8rem;
  font-weight: 100;
}

/*--------------------------------------------Modal téléphone ( Footer )---------------------------------------*/

.telephone {
  position: fixed;
  bottom: 0;
  left: 10rem;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
  transition: 0.4s ease-out;
  transform: translateY(100%);
}

.telephone:target {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.rebord-telephone_content {
  width: 250px;
  max-width: 15%;
  height: auto;
  padding: 10px 10px 0 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem 2rem 0 0;
}

.telephone_content {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 1.5rem 1.5rem 0 0;
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
}

.telephone_content a {
  color: rgb(0, 0, 0);
}

.btn_close-phone {
  position: absolute;
  top: 3.5px;
  right: 9px;
  color: #000000;
  font-size: 1.8rem;
  text-decoration: none;
}

/*-----------------------------------------------Modal mail ( Footer )-----------------------------------------------------*/

.mail-footer {
  position: fixed;
  bottom: 0;
  left: 10rem;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
  transition: 0.4s ease-out;
  transform: translateY(100%);
}

.mail-footer:target {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.rebord-content {
  width: 700px;
  max-width: 90%;
  height: auto;
  padding: 10px 10px 0 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem 2rem 0 0;
}

.mail-footer_content {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 1.5rem 1.5rem 0 0;
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
}

.mail-footer_content form {
  margin: 35px 30px;
}

form .dbl-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.dbl-field .field {
  height: 40px;
  width: calc(100% / 2 - 13px);
  margin-bottom: 25px;
  position: relative;
}

form .field input,
form .message textarea {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 18px 0 50px;
  font-size: 16px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
}

form .field input::placeholder,
form .message textarea::placeholder {
  color: #afafaf;
}

form .field input:focus,
form .message textarea:focus {
  border-bottom: 1px solid #9b8f7c;
}

.mail-footer_content form i {
  position: absolute;
  left: 18px;
  top: 40%;
  color: #000000;
  font-size: 23px;
  pointer-events: none;
  transform: translateY(-50%);
}

form .field input:focus ~ i,
form .message textarea:focus ~ i {
  color: #9b8f7c;
}

form .message {
  position: relative;
}

form .message i {
  top: 22px;
  font-size: 23px;
}

form .message textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 300px;
  padding: 15px 20px 0 50px;
}

form .button-area {
  margin: 25px 0;
}

.button-area button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  text-decoration: none;
  border: none;
  width: 120px;
  height: 40px;
  background: var(--nav-bg-color);
  color: white;
  font-size: 1rem;
  transition: 0.6s ease;
  cursor: pointer;
}

.button-area button:hover {
  color: #0f0f0f;
  background: transparent;
  border: 1px solid #0f0f0f;
}

.button-area .message-span {
  color: #a8a8a8;
  position: absolute;
  left: 30%;
  bottom: 4.2rem;
  display: none;
}

.btn_close-mail {
  position: absolute;
  top: 3.5px;
  right: 9px;
  color: #000000;
  font-size: 1.8rem;
  text-decoration: none;
}

/*-- RESPONSIVE ( Ordinateur: 2000px ) --*/

@media (max-width: 2000px) {
}

/*-- RESPONSIVE ( Ordinateur: 1700px ) --*/

@media (max-width: 1700px) {
}

/*-- RESPONSIVE ( Ordinateur: 1400px ) --*/

@media (max-width: 1400px) {
}

/*-- RESPONSIVE ( Ordinateur: 1200px ) --*/

@media (max-width: 1200px) {
}

/*-- RESPONSIVE ( Tablettes Pro ) --*/

@media (max-width: 1030px) {
}

/*------------------------ RESPONSIVE ( All téléphones ) ---------------------*/
@media (max-width: 675px) {
  /*---------- Body ----------*/

  .scrollbar {
    display: none;
  }

  .custom-cursor {
    display: none;
  }

  /*---------- Boutons de Navigation ( menu; rechercher; membre ) ----------*/
  .nav {
    position: fixed;
    margin-top: 5%;
    margin-left: 5%;
    z-index: 5;
  }

  /*---------- Fenêtre menu de Navigation ----------*/

  .container-fenetre-menu .overlay {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .container-fenetre-menu .fenetre {
    width: 100%;
    height: 100%;
    padding: 8px;
    margin: 0%;
    box-shadow: 0 4px 30px transparent;
  }

  .fenetre .fenetre-menu {
    width: 100%;
    height: 100%;
  }

  .close-menu {
    top: 1.1rem;
    left: 1.1rem;
  }

  /*---------- Massages ( MASSAGES ) ----------*/

  .box-massages {
    background: #e4dfda;
  }

  /* Titre ( MASSAGES ) */
  h1 {
    margin-left: 0%;
    text-align: end;
    padding: 90px 12% 0 4%;
    font-size: 3rem;
    font-weight: 100;
  }

  .paragraphe-title {
    margin-left: 0%;
    text-align: center;
    padding: 20px 4% 20px 4%;
    font-size: 1rem;
  }

  /* btn ( MASSAGES ) */
  .btn-acceuil .btn-ordi {
    display: none;
  }

  .btn-acceuil {
    z-index: 99999;
    position: fixed;
    top: 2.8%;
    right: 5.5%;
  }

  .btn-acceuil .btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    text-decoration: none;
    width: 90px;
    height: 40px;
    background: var(--nav-bg-color);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: white;
    font-size: 1rem;
    transition: 0.6s ease;
    -webkit-animation: slide-in-top 1s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: slide-in-top 1s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  @-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
      transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
      transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  .btn-acceuil .btn-mobile:hover {
    color: #0f0f0f;
    background: transparent;
    border: 1px solid #0f0f0f;
  }

  /*-- list services ( MASSAGES ) --*/
  .pro-container {
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .pro {
    width: 100%;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2.5rem;
    cursor: pointer;
    margin: 15px 0;
    transition: 0.6s ease;
  }

  .pro:hover {
    transform: translateY(-20px);
  }

  .img-service {
    position: relative;
  }

  .pro img {
    width: 100%;
    height: 320px;
    border-radius: 2rem;
    object-fit: cover;
  }

  .pro .btn-explore {
    position: absolute;
    bottom: 20px;
    right: 15px;
  }

  .pro .description {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    width: 100%;
    min-height: 70px;
    padding: 10px;
    gap: 20px;
  }

  .pro .description .des-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
    text-align: start;
  }

  .pro .description span {
    font-size: 1.5rem;
    color: #333;
    font-weight: 100;
  }

  .pro .description h5 {
    font-size: 1rem;
    font-weight: 200;
    color: #1a1a1a;
  }

  .pro .description i {
    font-size: 1rem;
    color: #ffc014;
  }

  .pro .description .des-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    text-align: end;
  }

  .pro .description h3 {
    margin-top: 5px;
    font-size: 0.8rem;
    color: #333;
    font-weight: 600;
  }

  .pro .description h4 {
    font-size: 1rem;
    color: black;
    font-weight: 600;
  }

  /* Signal Info footer ( F.A.Q ) */

  .signal-box-footer {
    left: 44%;
  }

  /*---------- Pied de page ( Footer ) ----------*/
  .footer {
    height: 65vh;
  }

  /*Infos dans Pied de page ( Footer )*/

  .box-info-footer {
    gap: 10px;
  }

  /*Réseaux Sociaux dans Pied de page ( Footer )*/
  .réseaux-sociaux-footer {
    top: 2%;
    right: 2%;
  }

  .réseaux-sociaux-footer i {
    padding: 5px;
  }

  /*Titre MAISON DU BARBE dans Pied de page ( Footer )*/
  .titre-footer {
    margin-top: 3rem;
    font-size: 200px;
    overflow: hidden;
    user-select: none;
    display: flex;
    gap: 20rem;
  }

  /*Copyright dans Pied de page ( Footer )*/
  .copyright-footer {
    bottom: 3%;
    right: 5%;
  }

  .copyright {
    font-size: 0.7rem;
  }

  /*----------Modal téléphone ( Footer )----------*/

  .telephone {
    position: fixed;
    bottom: 0;
    left: 0%;
    right: 0%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
    transition: 0.4s ease-out;
    transform: translateY(100%);
  }

  .telephone:target {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }

  .rebord-telephone_content {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px 10px 0 10px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem 2rem 0 0;
  }

  .telephone_content {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 1.5rem 1.5rem 0 0;
    background: #f0f0f0;
    cursor: pointer;
    position: relative;
  }

  .telephone_content a {
    color: rgb(0, 0, 0);
  }

  .btn_close-phone {
    position: absolute;
    top: 3.5px;
    right: 9px;
    color: #000000;
    font-size: 1.8rem;
    text-decoration: none;
  }

  /*---------- Modal mail ( Footer ) ----------*/

  .mail-footer {
    position: fixed;
    bottom: 0;
    left: 0rem;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
    transition: 0.4s ease-out;
    transform: translateY(100%);
  }

  .mail-footer:target {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }

  .rebord-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .mail-footer_content form {
    margin: 30px 5px;
  }

  .dbl-field .field {
    height: 40px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }

  form .message i {
    top: 22px;
    font-size: 23px;
  }

  form .message textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 300px;
    padding: 15px 20px 0 50px;
  }

  form .button-area {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-area button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    text-decoration: none;
    border: none;
    width: 120px;
    height: 40px;
    background: var(--nav-bg-color);
    color: white;
    font-size: 1rem;
    transition: 0.6s ease;
    cursor: pointer;
  }

  .button-area .message-span {
    position: absolute;
    left: 5%;
    bottom: 1rem;
  }

  .btn_close-mail {
    position: absolute;
    top: 3.5px;
    right: 9px;
    color: #000000;
    font-size: 1.8rem;
    text-decoration: none;
  }
}
