@charset "UTF-8";
/*#region Settings*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.container, .equipe div, .services section, .accueil {
  max-width: 1240px !important;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

@media (max-width: 1150px) {
  .container, .equipe div, .services section, .accueil {
    overflow: hidden;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* Empêche les sauts de ligne */
  border: 0;
}

body {
  padding: 0;
  background-color: #1a1a1a;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
body p, body a, body quote, body ul {
  font-family: "Inter", sans-serif;
}
@media (max-width: 539px) {
  body h1 {
    font-size: 32px;
  }
  body h2 {
    font-size: 28px;
  }
  body h3 {
    font-size: 24px;
  }
  body a, body p {
    font-size: 16px;
  }
}
@media (min-width: 538px) {
  body h1 {
    font-size: 48px;
  }
  body h2 {
    font-size: 40px;
  }
  body h3 {
    font-size: 32px;
  }
  body a, body p {
    font-size: 18px;
  }
}

/*#endregion Settings*/
/*#region Base*/
nav {
  border-bottom: #F7F7F7 1px solid;
  text-transform: uppercase;
  font-weight: bold;
}
nav div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav div ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-left: #F7F7F7 1px solid;
  border-right: #F7F7F7 1px solid;
  width: 60%;
  padding: 16px 0;
}
nav div ul li {
  margin: 8px 16px;
}
nav div ul li a {
  color: #F7F7F7;
  transition: all 0.3s ease;
}
nav div ul li a:hover {
  text-decoration: underline;
}
nav div a {
  color: #F7F7F7;
  margin: 0 auto;
  text-decoration: none;
  width: 20%;
  text-align: center;
}
nav div a span {
  padding: 8px 12px;
  background-color: #F7F7F7;
  transition: all 0.3s ease;
  color: #1a1a1a;
}
nav div a span:hover {
  text-decoration: underline;
}
@media (max-width: 1150px) {
  nav div {
    padding: 16px 0;
  }
  nav div a {
    width: 100%;
    margin: 0 8px;
  }
  nav div a span {
    text-align: right;
  }
  nav div ul {
    display: none;
  }
}

.col, .services section, .accueil .col3, .accueil .col2, .accueil .col1 {
  color: #F7F7F7;
  display: grid;
  gap: 32px;
  padding: 64px 32px;
  width: 100%;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section .titre-secondaire {
  color: #767676;
}
section .titre {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
section .rendez-vous {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  background-color: #F7F7F7;
  color: #1a1a1a;
  padding: 16px 20px;
  z-index: 1;
  text-transform: uppercase;
}
section .rendez-vous::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 400px;
  background: #FF8C00;
  transform: rotate(125deg) translateX(50%) translateY(20%);
  transition: transform 0.6s ease;
  pointer-events: none;
  z-index: -1;
}
section .rendez-vous:hover::before {
  transform: rotate(125deg) translateX(-50%) translateY(20%);
}
section img {
  display: block;
  max-width: 550px;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 1150px) {
  section img {
    max-width: 100%;
  }
}
.accueil .col1 {
  grid-template-columns: 50% 50%;
}
.accueil .col2 {
  grid-template-columns: 30% 70%;
}
.accueil .col3 {
  grid-template-columns: 30% 70%;
  padding-top: 0;
}
.accueil .item-double {
  grid-column: span 2;
}
.accueil .haut {
  justify-content: start;
}
.accueil .bas {
  justify-content: end;
}
@media (max-width: 1150px) {
  .accueil .col1, .accueil .col2, .accueil .col3 {
    grid-template-columns: 100%;
  }
}

.services {
  background-color: #e6dfd5;
}
.services h2 {
  margin-bottom: 16px;
}
.services section {
  color: #1a1a1a !important;
}
.services section ul {
  list-style: none;
}
.services section ul li {
  border-bottom: 1px solid #767676;
  padding: 16px 0;
}
.services section ul li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services section ul .dernier {
  border-bottom: none;
}
.services .col21 {
  grid-template-columns: 33% 67%;
}
.services .col22 {
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}
.services .avis {
  display: flex;
  transition: transform 0.4s ease-in-out;
  touch-action: pan-y;
  background-color: #FF8C00;
  border-radius: 8px;
  height: 50vh;
}
.services .avis .bloc-avis {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: start;
  margin-top: 5rem;
}
.services .avis .bloc-avis .texte {
  padding: 32px;
}
@media (max-width: 1150px) {
  .services .avis .bloc-avis {
    margin-top: 1rem;
  }
}
.services .container-avis {
  background-color: #FF8C00;
  border-radius: 20px;
  padding: 1rem;
  max-width: 500px;
  max-height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.services .container-avis .avis-buttons {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 10px;
}
.services .container-avis .avis-buttons button {
  background: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #000;
}
.services .carrousel {
  display: flex;
  flex-direction: row;
}
.services .carrousel img {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin-right: 32px;
}
.services .carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.services .carousel {
  display: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.services .carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.services .slide {
  flex: 0 0 80%;
  margin-right: 16px;
  background: #ccc;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1150px) {
  .services .col21 {
    grid-template-columns: 100%;
  }
  .services .col22 {
    grid-template-columns: 100%;
    gap: 64px 0;
  }
  .services .carrousel {
    display: none;
  }
  .services .carousel {
    display: flex;
  }
  .services .container-avis {
    max-width: 100%;
  }
}

.equipe {
  background-color: #F7F7F7;
  padding: 64px 0;
}
.equipe div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.equipe div .carte, .equipe div .carte6, .equipe div .carte5, .equipe div .carte4, .equipe div .carte3, .equipe div .carte2 {
  width: 350px;
  height: 500px;
  background-color: #e6dfd5;
  border-radius: 8px;
  padding: 32px;
  margin: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background-image: url("../img/sebastian.avif");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}
.equipe div .carte .info, .equipe div .carte6 .info, .equipe div .carte5 .info, .equipe div .carte4 .info, .equipe div .carte3 .info, .equipe div .carte2 .info {
  background-color: #F7F7F7;
  padding: 8px 20px;
  border-radius: 8px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.equipe div .carte .info .nom, .equipe div .carte6 .info .nom, .equipe div .carte5 .info .nom, .equipe div .carte4 .info .nom, .equipe div .carte3 .info .nom, .equipe div .carte2 .info .nom {
  font-weight: bold;
  font-size: 20px;
}
.equipe div .carte .info .role, .equipe div .carte6 .info .role, .equipe div .carte5 .info .role, .equipe div .carte4 .info .role, .equipe div .carte3 .info .role, .equipe div .carte2 .info .role {
  color: #767676;
  font-size: 16px;
}
.equipe div .carte img, .equipe div .carte6 img, .equipe div .carte5 img, .equipe div .carte4 img, .equipe div .carte3 img, .equipe div .carte2 img {
  width: 100%;
  height: auto;
}
.equipe div .carte2 {
  background-image: url("../img/abraham.avif");
}
.equipe div .carte3 {
  background-image: url("../img/cristian.avif");
}
.equipe div .carte4 {
  background-image: url("../img/samuel.avif");
}
.equipe div .carte5 {
  background-image: url("../img/lartiste_barbershop.webp");
}
.equipe div .carte6 {
  background-image: url("../img/leo.avif");
}
@media (max-width: 1150px) {
  .equipe div {
    justify-content: center;
  }
}

footer {
  color: #F7F7F7;
  background-color: #1a1a1a;
  border-top: 1px solid #767676;
}
footer div {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 16px;
  align-items: start;
  justify-items: center;
}
footer div div {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 16px 32px;
}
footer div div a {
  text-decoration: none;
  color: #F7F7F7;
  font-family: "Inter", sans-serif;
  margin: 4px 0;
}
footer div div a:hover {
  text-decoration: underline;
}
footer div div span {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
footer div div p {
  padding: 4px 0;
}
footer div div address {
  font-style: normal;
  color: #F7F7F7;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
  font-size: 18px;
}
footer div div img {
  max-width: 256px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 4px;
}
footer section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: start;
  justify-items: center;
  padding: 8px 0;
}
@media (max-width: 914px) {
  footer div {
    justify-items: start;
  }
  footer section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
footer p {
  padding: 16px 0;
}
footer .sif {
  color: #F7F7F7;
}
footer .reserver {
  padding: 8px 12px;
  background-color: #F7F7F7;
  transition: all 0.3s ease;
  color: #1a1a1a;
  border-radius: 8px;
  margin-top: 8px;
  font-weight: bold;
}
footer .reserver:hover {
  text-decoration: underline;
}

/*#region Social Media Icons*/
.icons-wrapper {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0;
}
.icons-wrapper .icon {
  color: #1a1a1a;
  position: relative;
  background: #F7F7F7;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icons-wrapper .icon-tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #1a1a1a;
  color: #1a1a1a;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icons-wrapper .icon-tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #1a1a1a;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icons-wrapper .icon:hover .icon-tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.icons-wrapper .icon:hover span, .icons-wrapper .icon:hover .icon-tooltip {
  text-shadow: 0px -1px 1px e;
}
.icons-wrapper .facebook:hover, .icons-wrapper .facebook:hover .icon-tooltip, .icons-wrapper .facebook:hover .icon-tooltip::before {
  background: #1877f2;
  color: #F7F7F7;
}
.icons-wrapper .twitter:hover, .icons-wrapper .twitter:hover .icon-tooltip, .icons-wrapper .twitter:hover .icon-tooltip::before {
  background: #1da1f2;
  color: #F7F7F7;
}
.icons-wrapper .instagram:hover, .icons-wrapper .instagram:hover .icon-tooltip, .icons-wrapper .instagram:hover .icon-tooltip::before {
  background: #e4405f;
  color: #F7F7F7;
}
.icons-wrapper .github:hover, .icons-wrapper .github:hover .icon-tooltip, .icons-wrapper .github:hover .icon-tooltip::before {
  background: #333333;
  color: #F7F7F7;
}
.icons-wrapper .youtube:hover, .icons-wrapper .youtube:hover .icon-tooltip, .icons-wrapper .youtube:hover .icon-tooltip::before {
  background: #cd201f;
  color: #F7F7F7;
}

/*#endregion Social Media Icons*/
/*#endregion Base*/
/*#region Erreur*/
/*#endregion Erreur*//*# sourceMappingURL=styles.css.map */