@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap");
#contact h1 {
  font-family: "Trend Sans One Regular";
  background-image: url("../images/multi2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  overflow: visible;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
#contact h2 {
  padding: 10px;
}
#contact .mail {
  font-family: "Micolesther Free Regular";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Micolesther Free Regular";
  font-size: 1.9rem;
  cursor: url("./images/mouse.png") 6 2, default;
}

html {
  font-size: 62.5%;
}

.bold {
  text-decoration: none;
  color: #000000;
  text-shadow: 0px 0px 1px #5d5a5a;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: "Trend Sans One Regular";
  cursor: url("./images/mouse copie.png") 6 2, default;
}

span {
  color: white;
}

img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  z-index: 2;
}

.header {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 20px;
  background-position: 10% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header .background-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  object-position: 0px -450px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 1rem 1.5rem;
  z-index: 2;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin-top: 20px;
}

.nav-item {
  position: relative;
}
.nav-item:hover img {
  animation: rotate-90-vertical-fwd 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding: 20px 20px 0;
}
.nav-item img {
  position: absolute;
  z-index: -1;
  height: 50px;
  width: 50px;
  top: -10px;
  left: 20px;
}
.nav-item .red {
  opacity: 0.8;
}

.nav-link:hover, :active {
  letter-spacing: 5px;
}

.nav-link:after,
.nav-link:before {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.nav-link:hover:after,
.nav-linkhover:before {
  backface-visibility: hidden;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.nav-link:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

.nav-logo {
  font-size: 2.1rem;
  font-weight: 500;
  color: #482ff7;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.4784313725);
}

.flex {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  position: relative;
}
.flex .picture-div {
  display: flex;
  justify-content: space-between;
}
.flex .picture-div img {
  width: 40%;
  height: 10%;
  padding: 20px;
  border-radius: 30px;
}
.flex .main {
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed; /* C'est ce qui rend l'image fixe */
  z-index: -1; /* L'image reste derrière le contenu */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex .main h1, .flex .main h2 {
  font-size: 3rem;
  font-family: "Trend Sans One Regular";
}
.flex .content {
  padding: 200px 10px 100px;
}
.flex .content h3 {
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid black;
  font-family: "Trend Sans One Regular";
}

.one {
  background-image: url("./images/multi1.png");
}

.two {
  background-image: url("./images/multi2.png");
}

.three {
  background-image: url("./images/multi3.png");
}

.hours {
  text-align: center;
}

footer {
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
footer h3 {
  font-family: "Trend Sans One Regular";
}
footer .reseau {
  padding: 5px 0;
}
footer .reseau img {
  height: 50px;
  width: 50px;
  margin: 0 20px;
}
footer p {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .header .background-image {
    position: absolute;
    object-position: center;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    height: 100vh;
    margin-top: -20px;
    justify-content: space-around;
  }
  .nav-menu .nav-link {
    color: #101010;
  }
  .nav-menu.active {
    left: 0;
    z-index: 2;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 3;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    background-color: #101010;
  }
  .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    background-color: #101010;
  }
  .flex {
    flex-direction: column;
  }
  .flex .picture-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex .picture-div img {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 30px;
  }
  .flex .main {
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    height: 70px;
    width: 100%;
    text-align: center;
  }
  .flex .content {
    padding: 100px 10px 50px;
  }
}
@keyframes rotate-90-vertical-fwd {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

/*# sourceMappingURL=styles.css.map */
