* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.navbar {
  height: 80px;
  background-color: #303030;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
  width: 100dvw;
  box-shadow: 0px 4px 0px 0px #A72310;
  overflow-x: hidden;
  overflow-y: hidden;
}

.page {
  background-color: black;
  max-width: 100vw;
  width: 100vw;
  margin-top: 4px;
  overflow-x: hidden;
  min-height: 90dvh;
  color: white;
}

.page:after {
  content: "";
  display: block;
}

.logo-page {
  width: 80dvw;
  height: auto;
  margin: 0 auto;
  border-radius: 0.4375rem;
}

.photo-page {
  width: 80dvw;
  height: auto;
  margin: 0 auto;
  border-radius: 0.4375rem;
}

.home-text {
  text-align: center;
  font-family: "OPTICopperplate", "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 1.2rem;
}

footer {
  background-color: #303030;
}

.btn {
  border-radius: 0.4375rem;
  background-color: #A72310;
  box-shadow: 4px 4px 4px 0px #303030;
  padding: 0.8em 1em;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  font-family: "Orbitron", sans-serif;
  border: none;
}

h2 {
  color: #A72310;
  font-family: "Orbitron", sans-serif;
  font-size: 2em;
}

.page-text {
  text-align: center;
  font-family: "OPTICopperplate", "Open Sans", sans-serif;
}

.contain {
  max-width: 80dvw;
}

.link {
  text-decoration: none;
  color: white;
  font-family: "Orbitron", sans-serif;
}
.link:visited {
  text-decoration: none;
}
.link:hover {
  color: #A72310;
}

.invisible {
  display: none;
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #A72310;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  pointer-events: none;
}

.nav-link:hover::after {
  opacity: 1;
}

.nav-link:hover {
  color: #A72310;
  filter: invert(19%) sepia(48%) saturate(4997%) hue-rotate(356deg) brightness(79%) contrast(93%);
}
.nav-link:hover img {
  color: #A72310;
  filter: invert(19%) sepia(48%) saturate(4997%) hue-rotate(356deg) brightness(79%) contrast(93%);
}

.alert-danger {
  background-color: #A72310;
  color: white;
  height: 45px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.nav-links {
  overflow-y: hidden;
  overflow-x: hidden;
}

.service {
  text-align: center;
  font-family: "OPTICopperplate", "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: none;
  color: white;
  max-width: 45dvw;
}
.service:hover {
  color: #A72310;
}
.service:not(:last-child)::after {
  content: " - ";
}
.service:visited {
  text-decoration: none;
}

.a:hover, .a:hover img:hover {
  color: #A72310;
  filter: invert(19%) sepia(48%) saturate(4997%) hue-rotate(356deg) brightness(79%) contrast(93%);
}

.btn a:hover {
  color: white;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.btn:hover {
  background-color: #d35d4b;
  cursor: pointer;
}

.active {
  filter: invert(19%) sepia(48%) saturate(4997%) hue-rotate(356deg) brightness(79%) contrast(93%);
  color: #A72310;
}

.carousel {
  width: 80dvw;
  height: auto;
  margin: 0 auto;
  border-radius: 0.4375rem;
}

.carousel-nav {
  position: absolute;
}

.carousel-nav-button {
  width: 40px;
  height: auto;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.carousel-nav-button:hover {
  background-color: #303030;
  cursor: pointer;
  transform: scale(1.1);
}

.form-control {
  height: 2rem;
  margin-top: 0.2em;
  border-radius: 4px;
  background-color: #303030;
  color: white;
}

.carousel-nav-button--next {
  left: 32vw;
}

.carousel-nav-button--prev {
  right: 32vw;
}

.carousel-content {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.carousel-content-item {
  height: 100%;
  min-width: 100%;
}

.carousel-content-item img {
  height: 100%;
  width: 100%;
}

ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  width: calc(100dvw - 4rem);
  gap: 2.5rem;
  padding: 2rem;
  margin-top: 0.2em;
}

.burger {
  display: none;
  position: absolute;
  top: 20px;
  left: 25px;
}

.text {
  color: white;
}

.title {
  color: #A72310;
}

.page-title {
  margin-left: 1.5rem;
}

.flexbox-center_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.center-ajust {
  height: 80dvh;
  margin-top: auto;
}

.flexbox-center {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100dvw;
  overflow-x: hidden;
}

.mobile-flexbox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 100dvw;
  overflow-x: hidden;
  padding: 0;
  font-size: 13px;
  max-height: 80px;
  overflow-y: hidden;
}

.fit {
  max-width: 65dvw;
  margin: 0 auto;
}

.mobile-logo {
  display: flex;
  flex-direction: row;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.map {
  width: 80dvw;
  height: 50dvh;
  margin-bottom: 1.5rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.btn-flex {
  flex-direction: column;
}

.avis {
  max-width: 80dvw;
  margin: 0 auto;
}

.footer-menu {
  display: none;
}

.mobile-foot {
  align-items: center;
}

.container-real {
  display: flex;
  max-width: 95dvw;
  margin-left: 2.5dvw;
  margin-right: 2.5dvw;
  justify-content: center;
  flex-wrap: wrap;
}

.realpic {
  max-width: 33%;
  height: auto;
  margin: 1.2rem;
  transform: scale(1);
  transition: transform 0.3 ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.realpic:hover {
  transform: scale(1.15);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.fullscreen img {
  max-width: 100%;
  max-height: 100%;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-items: center;
  justify-content: center;
}

.page-item {
  width: 4em;
  height: auto;
  color: #A72310;
  padding: 1em;
  border-radius: 4px;
  text-align: center;
}

.page-link {
  position: relative;
  display: flex;
  padding: 1.2em;
  text-decoration: none;
  color: white;
  background-color: #303030;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: flex;
    z-index: 10;
    flex-direction: column;
    height: 80dvh;
    background-color: #303030;
    margin-left: -1000px;
    transition: all 0.25s ease;
    font-size: medium;
    overflow-y: hidden;
  }
  .container-real {
    display: flex;
    flex-direction: column;
    gap: 1em;
    overflow-y: hidden;
  }
  .invisible {
    display: none;
  }
  .realpic {
    max-width: 90%;
    margin: 0 auto;
  }
  .nav-links ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #303030;
    height: 80dvh;
    overflow-y: hidden;
    width: calc(100dvw - 4rem);
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .navbar, .burger {
    display: block;
    overflow-y: hidden;
  }
  .mobile-flexbox {
    display: flex;
    max-width: 100dvw;
    overflow-x: hidden;
    padding: 0.6em;
    font-size: 13px;
    margin-top: 20px;
    max-height: 250px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.4rem;
  }
  .mobile-logo {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu {
    margin-left: 0px;
  }
  .ul {
    font-size: larger;
    margin-top: 80px;
  }
  .footer-menu {
    transition: all 0.25s ease;
    display: block;
    background-color: #303030;
    height: 20dvh;
    overflow-x: hidden;
    position: absolute;
    align-items: end;
    top: 80dvh;
    z-index: 10;
    flex-direction: row;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 540px) {
  .footer-menu {
    flex-direction: column;
    margin-bottom: 20px;
    height: 50dvh;
    top: 50dvh;
    overflow-y: hidden;
  }
  .invisible {
    display: none;
  }
  .mobile-foot {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .nav-links {
    height: 50dvh;
    overflow-y: hidden;
  }
  .nav-links ul {
    height: 50dvh;
    overflow-y: hidden;
  }
  .service {
    max-width: 95dvw;
  }
  .realpic {
    max-width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .photo-page {
    width: 35dvw;
  }
  .invisible {
    display: none;
  }
  .carousel {
    width: 35dvw;
  }
  .carousel-nav-button--next {
    left: 20vw;
  }
  .carousel-nav-button--prev {
    right: 20vw;
  }
  .block-flex {
    display: flex;
    max-width: 90dvw;
    margin: 0 auto;
    margin-bottom: 2.5rem;
  }
  .home-text {
    width: 35dvw;
    margin: 0 auto;
  }
  .flexbox-center {
    width: 45dvw;
    margin: 2rem auto;
  }
  .realpic {
    max-width: 20%;
  }
}/*# sourceMappingURL=custom.css.map */