*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  display: block;
  font-size: 17px;
  font-family: "Arial", sans-serif;
  color: #e8c793;
  margin: 0;
  padding: 0;
  font-weight: 200;
  line-height: 1.4;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-color: black;
}

.fxr {
  display: flex;
  flex-direction: row;
}

.fxc {
  display: flex;
  flex-direction: column;
}

@keyframes customanim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
header {
  padding: 20px 0;
}

.wrapper {
  z-index: 100;
}

footer {
  z-index: 100;
}

footer h2,
main h2 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2:first-of-type {
  margin-top: 0;
}

p:only-child {
  margin-bottom: 0 !important;
}

main.center {
  text-align: center;
  background-color: transparent;
}

main.left {
  text-align: left;
  background-color: transparent;
}

.text {
  max-width: 960px;
  margin: auto;
}

.wrapper {
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.main-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5rem auto;
}

.main-header > img {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.main-logo {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 18rem;
  min-width: 12rem;
}

.main-logo img {
  display: block;
  width: 100%;
}

.main-logo span {
  position: absolute;
  top: 100%;
}

.slider-wrap {
  padding: 0 0;
  width: 100%;
  overflow: hidden;
}

.slick-slider {
  margin: 0;
  background-color: transparent;
  height: 250px;
}

.visually-hidden,
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.map {
  padding: 0;
  margin: 0 auto 0 auto;
}

.map iframe {
  width: 100%;
  height: 350px;
  display: block;
}

footer {
  text-align: center;
  margin: 3rem auto;
  font-size: 14px;
}

.footer_inner {
  text-align: justify;
  max-width: 500px;
}

footer h2 {
  font-size: 18px;
  margin-top: auto;
}

.footer_inner strong {
  display: inline-block;
  text-align: justify;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.7px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  /* set a reasonnable width */
  font-size: 14px;
  font-weight: 700;
}

.footer_inner strong span {
  font-size: 12px;
  font-weight: 400;
}

.footer_inner p {
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  display: block;
  margin: 0 auto 20px auto;
  line-height: 1;
  /* set a reasonnable width */
  text-align: center;
  font-size: 14px;
}

.footer_inner p span {
  display: inline-block;
  width: 100%;
}

.footer_inner .contact-data {
  text-transform: unset;
  font-size: 14px;
}

a {
  color: #e8c793;
  text-decoration: none;
}

a:hover {
  color: #e2e0e0;
}

.footer-links {
  gap: 1rem;
  justify-content: center;
}

.footer-bar,
.infos {
  gap: 0.5rem;
}

footer p:last-child a {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .form {
    max-width: 90%;
  }
  .form-item {
    margin-bottom: 20px;
    width: 100%;
  }
  body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.gold {
  text-align: center;
  background: linear-gradient(90deg, rgb(255, 230, 153) 0%, rgb(204, 163, 105) 20%, rgb(186, 148, 62) 39%, rgb(249, 244, 180) 50%, rgb(186, 148, 62) 60%, rgb(204, 163, 125) 80%, rgb(186, 148, 62) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
  background-size: 200%;
  background-position: left;
}

@keyframes shine {
  to {
    background-position: right;
  }
}

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