body, html {
  margin: 0;
  padding: 0;
  height: 100vh;
  position: relative;
}

@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica.woff2");
}
@font-face {
  font-family: "Geologica-Light";
  src: url("/fonts/Geologica-Light.ttf");
}
/* off screen menu */
.off-screen-menu {
  background-color: #2570FB;
  padding: 20px;
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  top: 0;
  left: -2200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  text-align: center;
  transition: 0.3s ease;
}
.off-screen-menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.off-screen-menu ul a {
  font-family: "Geologica";
  margin: 0;
  font-size: 24px;
  text-decoration: none;
  color: white;
}

.off-screen-menu.active {
  left: 0;
}

/* ham menu */
.ham-menu {
  z-index: 3;
  height: 50px;
  width: 40px;
  position: relative;
}

.desktop_nav {
  display: none;
}

.ham-menu span {
  height: 5px;
  width: 100%;
  background-color: #FBFBFB;
  border-radius: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.ham-menu span:nth-child(1) {
  top: 25%;
}

.ham-menu span:nth-child(3) {
  top: 75%;
}

.ham-menu.active span {
  background-color: white;
}

.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
  opacity: 0;
}

.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.logo-text {
  width: 100%;
}

/* end off screen menu */
header {
  z-index: 2;
  background-color: #2570FB;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
header h2 {
  color: white;
  font-family: "Geologica";
  margin: 0;
  font-size: 28px;
}

.desktop_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .ham-menu {
    display: none;
  }
  header {
    justify-content: space-between;
    gap: 16px;
  }
  .desktop_nav {
    display: block;
    width: 700px;
    padding: 0;
  }
  .desktop_nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    gap: 3px;
  }
  .desktop_nav ul a {
    text-align: center;
    font-family: "Geologica";
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    color: white;
  }
}
@media screen and (min-width: 1000px) {
  .desktop_nav ul a {
    font-size: 21px;
  }
}
.heroArea {
  background-image: url("/images/heroimage.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.heroArea .heroContents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60vw;
  padding: 5px;
  gap: 22px;
}
.heroArea .heroContents h2 {
  color: #FBFBFB;
  font-family: "Geologica";
  margin: 0;
  width: 60%;
  text-align: center;
  text-shadow: #534b4b 4px 4px 4px;
}
.heroArea .heroContents a {
  padding: 10px 15px;
  background-color: #2570FB;
  color: white;
  font-family: "Geologica";
  text-decoration: none;
  border-radius: 25px;
}

.us, .services, .secteur {
  padding: 15px;
}
.us h3, .services h3, .secteur h3 {
  margin: 10px;
  font-size: 32px;
  font-family: "Geologica";
  color: #940B72;
}
.us hr, .services hr, .secteur hr {
  background-color: #940B72;
  width: 60%;
  height: 2px;
  margin-left: 0;
}
.us p, .services p, .secteur p {
  font-family: "Geologica-Light";
  margin: 10px;
}

.us img {
  width: 100%;
  border-radius: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.services_content {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.service {
  overflow: hidden;
  border-radius: 13px;
  width: fit-content;
  padding: 0;
  padding-bottom: 12px;
  background-color: #D9D9D9;
  position: relative;
  box-shadow: 0 4px 6.2px 0 rgba(0, 0, 0, 0.25);
}
.service h4 {
  font-family: "Geologica";
  margin: 10px;
}
.service a {
  font-weight: 100;
  margin: 10px;
  font-family: "Geologica-Light";
}
.service .picto {
  position: absolute;
  top: 30%;
  left: 40%;
}

.map {
  margin-top: 15px;
  width: 100%;
  border-radius: 16px;
  height: 431px;
}

@media (min-width: 1024px) {
  main {
    padding-left: 10%;
    padding-right: 10%;
  }
  .us div {
    gap: 12px;
    display: flex;
    flex-direction: row;
  }
  .us div img {
    width: initial;
    aspect-ratio: initial;
  }
  .services_content {
    flex-direction: row;
  }
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 12px;
  flex-direction: column;
  background-color: #2570FB;
  color: #FBFBFB;
}
footer h2 {
  font-family: "Geologica";
  text-align: center;
}
footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
footer ul li a {
  font-family: "Geologica-Light";
  color: #FBFBFB;
  text-decoration: none;
}

.pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reseaux ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  footer {
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0;
  }
}

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