/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
  object-fit: contain;
}

input, button, textarea, select {
  font: inherit;
}

#root, #__next {
  isolation: isolate;
}

/* End reset */
body {
  margin: 0;
  background: #FFF7E3;
  font-family: "Atkinson Hyperlegible", sans-serif;
}

nav {
  position: sticky;
  top: 0;
  z-index: 1;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgba(146, 161, 176, 0.15);
  background-color: #5C745C;
}

.nav-container {
  display: block;
  position: relative;
  height: 130px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #FFF7E3;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover {
  font-weight: bolder;
  text-decoration: underline;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 55px;
  right: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  height: 26px;
  width: 32px;
  position: absolute;
  top: 55px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #FFF7E3;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  margin-top: 5px;
  padding-top: 120px;
  background-color: rgba(92, 116, 92, 0.85);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: relative;
  top: 5px;
  left: 15px;
  width: 150px;
}

.nav-container input[type=checkbox]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type=checkbox]:checked ~ .logo {
  display: none;
}

.home {
  background-image: url("/images/home/exampleHome.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.home_container {
  padding: 300px 5%;
  max-width: 100vh;
  height: 100vh;
  margin: auto;
}

.home_textIntro {
  font-size: 1rem;
  color: #FFF7E3;
  text-align: justify;
  text-shadow: 0px 1px 0px #000000;
}

.home_buttonPrestation {
  border: none;
  padding: 0 20px;
  font-size: 1.5rem;
  text-align: center;
  color: #FFF7E3;
  border-radius: 15px;
  background-color: rgba(92, 116, 92, 0.6);
  margin-left: 8.5px;
}

.home_buttonPrestation:hover {
  background-color: rgb(92, 116, 92);
}

.section-container {
  padding: 30px 5%;
}

.section-container-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section-container .section-container-content h1 {
  margin: auto;
  font-size: 9vw;
  font-weight: bold;
  text-align: center;
  width: 80%;
  color: #5C745C;
}

.section-container .section-container-content p {
  margin: auto;
  text-align: justify;
  width: 90%;
  color: #5C745C;
}

.imgDropShadow {
  filter: drop-shadow(10px 10px #5C745C);
  justify-content: center;
  z-index: -1;
  width: 800px;
}

.section-container-content-gmap {
  width: 100%;
}

.section-container-address {
  margin: auto;
  background-color: rgba(92, 116, 92, 0.6);
  margin-top: 30px;
  color: #FFF7E3;
}

.section-container-address-imgParking {
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .home_textIntro {
    font-size: 1.5rem;
  }
  .section-container .section-container-content h1 {
    font-size: 5vw;
  }
  .section-container-content-gmap {
    width: 50%;
  }
  .section-container-address {
    width: 600px;
  }
}
.slider-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 25px;
}

.slider {
  --slide-width: clamp(360px, 75vw, 800px);
  --slide-height: clamp(240px, 75vh, 500px);
  display: grid;
  grid-auto-flow: column;
  scroll-snap-type: x mandatory;
  max-width: var(--slide-width);
  box-shadow: 0 2px 15px rgba(92, 116, 92, 0.2), 0 2px 20px rgba(92, 116, 92, 0.25);
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider::-webkit-scrollbar {
  display: none;
}

.slide {
  scroll-snap-align: start;
  width: var(--slide-width);
  height: var(--slide-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-dots a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5C745C;
  opacity: 0.75;
  transition: opacity ease 250ms;
  cursor: pointer;
}
.slider-dots a:hover {
  opacity: 1;
}

.caption {
  display: block;
  margin-top: 25px;
  color: #999;
  letter-spacing: 0.5px;
}

.slider-text {
  background-color: rgba(92, 116, 92, 0.6);
  color: #FFF7E3;
  text-align: justify;
}

.slider-text a {
  text-decoration: none;
  color: #FFF7E3;
}

@media screen and (min-width: 1024px) {
  .slider-wrapper {
    position: relative;
    left: 76.5%;
    transform: translateX(-50%);
  }
  .slider-dots {
    left: 25%;
  }
}
.footer {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.footer-container {
  width: 100%;
  box-shadow: 0 1px 4px rgba(146, 161, 176, 0.15);
  background-color: #5C745C;
}

p {
  text-align: center;
  color: #FFF7E3;
  padding: 10px;
}

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