@font-face {
  font-family: "Lora";
  src: url("../FONT/Lora-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Lora";
  font-weight: 400;
  color: rgb(40, 40, 40);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 170vh;
  background: rgb(251, 252, 250);
  gap: 50px;
}

.nav-bar {
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px;
  gap: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  background: rgba(84, 80, 73, 0.26);
}
.nav-bar .div-flex {
  position: relative;
  width: calc(100% - 60px);
}
.nav-bar .div-flex .logo {
  position: absolute;
  width: 250px;
  height: 60px;
}
@media only screen and (max-width: 1200px) {
  .nav-bar .div-flex .logo {
    position: relative;
  }
}
.nav-bar .div-flex h1 {
  display: block;
  margin: auto;
  color: whitesmoke;
  font-family: Lora;
  font-size: 30px;
  font-weight: 700;
  line-height: 51.2px;
  letter-spacing: 0.37em;
  height: 60px;
}
@media only screen and (max-width: 1200px) {
  .nav-bar .div-flex h1 {
    font-size: 20px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  .nav-bar .div-flex h1 {
    font-size: 16px;
  }
}
.nav-bar .div-flex .burger {
  position: relative;
  margin: auto 0 auto auto;
  display: none;
  flex-direction: column;
  width: 50px;
  height: 45px;
}
.nav-bar .div-flex .burger .mid {
  margin: auto 0;
}
.nav-bar .div-flex .burger span {
  display: block;
  width: 100%;
  height: 7px;
  background: rgb(217, 217, 217);
}
@media only screen and (max-width: 1080px) {
  .nav-bar .div-flex .burger {
    display: flex;
  }
}
.nav-bar .list-link {
  display: flex;
  margin: 0 auto;
  width: 80%;
  gap: 30px;
  font-weight: 500;
}
.nav-bar .list-link .link {
  margin: auto;
  color: whitesmoke;
}
@media only screen and (max-width: 1080px) {
  .nav-bar .list-link {
    display: none;
  }
}

.fond-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1080px) {
  .fond-nav {
    height: 120px;
  }
}

.nav-mobile {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  display: none;
  flex-direction: column;
  padding: 150px 0;
}
.nav-mobile .link {
  margin: auto;
  color: whitesmoke;
}

.footer {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  background: rgb(255, 255, 255);
}
.footer .div-flex {
  position: relative;
}
.footer .div-flex .imgfooter {
  width: 40%;
  margin-top: -50px;
}
.footer .div-flex .div-info {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.footer .div-flex .div-info .list-network {
  display: flex;
  gap: 20px;
  width: calc(100% - 40px);
  padding: 20px;
}
.footer .div-flex .div-info .list-network a {
  width: 65px;
  height: 65px;
  background-size: cover;
}
.footer .div-flex .div-info .list-network .insta {
  margin: 0 0 0 auto;
  background-image: url("../IMG/insta.webp");
}
.footer .div-flex .div-info .list-network .insta:hover {
  background-image: url("../IMG/Hinsta.webp");
}
.footer .div-flex .div-info .list-network .face {
  background-image: url("../IMG/face.webp");
}
.footer .div-flex .div-info .list-network .face:hover {
  background-image: url("../IMG/Hface.webp");
}
.footer .div-flex .div-info .list-network .what {
  background-image: url("../IMG/what.webp");
}
.footer .div-flex .div-info .list-network .what:hover {
  background-image: url("../IMG/Hwhat.webp");
}
.footer .div-flex .div-info .info {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer .div-flex .div-info .info h2 {
  margin: 40px 0;
  font-size: 26px;
}
.footer .div-flex .div-info .info .name {
  font-weight: 600;
  font-style: normal;
}
.footer .div-flex .div-info .info p {
  font-style: italic;
  margin: 5px 0;
}
.footer .div-flex .div-info .B1 {
  margin: auto;
  width: 450px;
}
@media only screen and (max-width: 1080px) {
  .footer .div-flex {
    flex-direction: column;
  }
  .footer .div-flex .imgfooter {
    width: 100%;
    margin-top: 0;
  }
  .footer .div-flex .div-info {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
.footer .mention {
  width: 100%;
  padding: 20px 0;
  display: flex;
}
.footer .mention p {
  margin: auto;
}

.div-title {
  display: flex;
  gap: 20px;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}
.div-title span {
  width: 330px;
  margin: auto 0;
  display: block;
  height: 2.5px;
  background: rgb(210, 195, 182);
}
.div-title h2 {
  font-weight: 400;
  color: rgb(210, 195, 182);
  margin: auto 0;
  min-width: -moz-max-content;
  min-width: max-content;
}

.div-center {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.B1 {
  display: flex;
  height: 70px;
  background: rgb(210, 195, 182);
}
.B1 p {
  color: whitesmoke;
  margin: auto;
}
.B1:hover {
  transition: 0.2s;
  background: rgb(171, 149, 131);
}

.B2 {
  background: none;
  text-decoration: underline;
  font-weight: 500;
}
.B2:hover {
  transition: 0.2s;
  font-weight: 600;
}

.T1 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T1 {
    font-size: 20px;
  }
}

.T2 {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T2 {
    font-size: 24px;
  }
}

.T3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1080px) {
  .T3 {
    font-size: 24px;
  }
}

.div-flex {
  display: flex;
}

.div-img {
  display: block;
  background-position: center;
  background-size: cover;
}

.input1 {
  padding: 10px;
  display: flex;
  gap: 5px;
  border: 3px rgb(223, 223, 230) solid;
  border-radius: 3px;
  background: rgb(255, 255, 255);
}
.input1 img {
  width: 25px;
  height: 25px;
}
.input1 input {
  font-size: 20px;
  width: calc(100% - 30px);
}
.input1 textarea {
  max-width: calc(100% - 25px);
  min-width: calc(100% - 25px);
}

.input2 {
  padding: 5px;
  border: 3px rgb(223, 223, 230) solid;
  border-radius: 6px;
  background: rgb(255, 255, 255);
}

.input3 {
  border-bottom: 2px rgb(223, 223, 230) solid;
  display: flex;
  gap: 10px;
}
.input3 img {
  width: 25px;
  height: 25px;
  margin: auto 0;
}
.input3 input {
  font-size: 20px;
  padding: 10px 0;
  width: calc(100% - 35px);
}

.input4 {
  display: flex;
  gap: 10px;
  padding: 10px;
  border: 2px rgb(223, 223, 230) solid;
  border-radius: 9px;
}
.input4 img {
  margin: 0 0 auto 0;
}
.input4 textarea {
  max-width: calc(100% - 55px);
  min-width: calc(100% - 55px);
}

.label-docu {
  width: 280px;
  margin: 0 0 0 0;
}
.label-docu span {
  font-weight: 500;
  border-bottom: 1px solid rgb(40, 40, 40);
  cursor: pointer;
}
.label-docu input {
  display: none;
}

a, button, input {
  cursor: pointer;
  border: 0;
  text-decoration: none;
  background: none;
}

input, textarea {
  border: 0;
  background: none;
  outline: none;
}/*# sourceMappingURL=style.css.map */