* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
  background-size: 10px 10px;
  background-color: #FF9933;
}

main {
  height: 100vh;
  display: grid;
  align-content: center;
}
main #contact {
  display: flex;
  padding: 10vh;
}
main #contact > div {
  flex: 1;
  padding: 0 5vw;
}
main #contact .call {
  border-right: 1px solid black;
  display: flex;
  align-items: center;
}
main #contact .call div {
  width: 100%;
}
main #contact .call div a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: calc(16px + 0.5vw);
  font-weight: light;
  padding: 2vh;
  border-bottom: 2px solid black;
}
main #contact .call div a i {
  font-size: calc(10px + 0.8vw);
}
main #contact .call div a .text-cta {
  font-size: calc(8px + 0.4vw);
}
main #contact .call div a .text-cta .doi {
  font-size: calc(5px + 0.9vw);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #contact .call {
    padding-bottom: 8vh;
  }
  main #contact .call > div > :not(:nth-child(1), :nth-child(2)) {
    display: none;
  }
  main #contact .call > div > :nth-child(1),
  main #contact .call :nth-child(2) {
    padding-bottom: 0px;
    border-bottom: none;
  }
  main #contact .call > div > :nth-child(1) .text-cta > :nth-child(1),
  main #contact .call :nth-child(2) .text-cta > :nth-child(1) {
    display: none;
  }
  main #contact .call > div > :nth-child(1) .text-cta .doi,
  main #contact .call :nth-child(2) .text-cta .doi {
    font-size: calc(6px + 2vh);
  }
  main #contact .call > div > :nth-child(1) i,
  main #contact .call :nth-child(2) i {
    display: none;
  }
}
main #contact .forma input:not(#gdpr, #trimite),
main #contact .forma textarea {
  width: 30vw;
  height: 4vh;
  padding-left: 1vw;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid black;
}
main #contact .forma input:not(#gdpr, #trimite)::-moz-placeholder, main #contact .forma textarea::-moz-placeholder {
  color: black;
  font-size: 1.2em;
}
main #contact .forma input:not(#gdpr, #trimite)::placeholder,
main #contact .forma textarea::placeholder {
  color: black;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  main #contact .forma input:not(#gdpr, #trimite),
  main #contact .forma textarea {
    width: 80vw;
  }
}
main #contact .forma textarea {
  height: 20vh;
  padding-top: 1vw;
  border-bottom: 1px solid black;
}
main #contact .forma textarea::-moz-placeholder {
  font-size: 1.2em;
  font-family: "Josefin Sans", sans-serif;
}
main #contact .forma textarea::placeholder {
  font-size: 1.2em;
  font-family: "Josefin Sans", sans-serif;
}
main #contact .forma #gdpr {
  width: auto;
}
main #contact .forma label {
  font-size: calc(8px + 0.5vw);
}
main #contact .forma #trimite {
  background-color: black;
  color: #FF9933;
  margin: 0 auto;
  padding: 1vh;
  width: 31.5vw;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main #contact {
    padding: 10vh 0;
    text-align: center;
    flex-direction: column;
  }
}

header {
  position: fixed;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  height: 7.5vh;
  padding: 2.5vw;
}
@media (width > 768px) {
  header {
    padding: 1.5vh 2.5vw;
  }
}
header a {
  margin-top: 5vh;
}
header a .logo {
  width: 10vh;
  height: 10vh;
  background-image: url(../img/logo.webp);
  background-size: cover;
  align-self: flex-start;
}
header nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  background-color: rgba(217, 210, 178, 0.631372549);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  margin-bottom: 2rem;
}
header nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  font-weight: 900;
}
@media (width > 768px) {
  header nav {
    position: static;
    transform: translateX(0);
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin-right: 5vw;
  }
  header nav ul {
    display: flex;
    align-items: center;
    gap: 5vw;
  }
  header nav ul li {
    margin: 0;
  }
  header nav ul li a {
    color: #D9D2B2;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
  }
  header nav ul li a:hover {
    color: #FF9933;
  }
}
header .haiNav {
  transform: translateX(0);
}
header .fa-bars {
  font-size: 1.5rem;
  color: #D9D2B2;
}
@media (width > 768px) {
  header .fa-bars {
    display: none;
  }
}

footer {
  position: relative;
  background-color: #181818;
  text-align: center;
  padding: 2rem;
}
footer .footersus .logo-footer {
  margin: 0 auto;
  width: 50vw;
  height: 50vw;
  background-image: url("../img/logo.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .footersus .corpfooter .social {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.5rem;
  padding: 2rem 0 1rem;
  border-bottom: 3px solid white;
}
footer .footersus .corpfooter .social a {
  color: white;
}
footer .footersus .corpfooter .contactfooter {
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  gap: 0.8rem;
}
footer .footersus .corpfooter .contactfooter a {
  text-decoration: none;
  color: white;
}
footer .footersus .corpfooter .contactfooter a i {
  margin-right: 5vw;
}
footer .footersus .harta {
  padding: 1rem 0 5rem;
}
footer .footersus .harta p {
  color: white;
  padding: 1em;
}
footer .footersus .harta iframe {
  width: 100%;
}
@media (width > 600px) {
  footer .footersus {
    padding: 1.2rem 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
    margin-bottom: 10vh;
  }
  footer .footersus div {
    flex: auto;
  }
  footer .footersus .logo-footer {
    margin: 0;
    width: 5vw;
    height: 30vh;
  }
  footer .footersus .corpfooter .contactfooter a i {
    margin-right: 1vw;
  }
  footer .footersus .harta {
    text-align: right;
  }
  footer .footersus .harta iframe {
    height: 25vh;
  }
}
footer .footer-jos {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: black;
  color: white;
  padding: 1.2rem 0;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
footer .footer-jos a {
  text-decoration: none;
  color: white;
}
@media (width > 600px) {
  footer .footer-jos {
    padding: 1.2rem 5vw;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30vw;
  }
}/*# sourceMappingURL=contact.css.map */