/* SCSS HEX */
/* SCSS Gradient */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Roboto;
}
* a {
  text-decoration: none;
  color: inherit;
}

body {
  background-color: #0f0f0f;
  color: #fbfbfb;
}
body button.scroll-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 500;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fbfbfb;
  border: 2px solid #fbfbfb;
  background: none;
}
body .nav {
  position: absolute;
  top: 0;
  padding: 40px;
}
body .nav .logo {
  width: 25vw;
}
body .nav .burger {
  width: 30px;
  height: 30px;
}
body .nav .burger:hover {
  cursor: pointer;
}
body .nav .offcanvas {
  background: #777979;
  color: #fbfbfb;
  font-size: 22px;
}
body .nav .offcanvas img {
  width: 40px;
}
body .messages {
  width: 80vw;
  position: relative;
  top: -25vw;
  left: 10vw;
}
body .phone {
  position: absolute;
  top: 20vw;
  left: 8vw;
  background: #0f0f0f;
  color: #fbfbfb;
  padding: 10px;
  border: 1px solid #fbfbfb;
  border-radius: 5px;
}
body .phone:hover {
  background: #2d2e2e;
}
body section .pictures {
  background: #2d2e2e;
  color: #fbfbfb;
}
body section .pictures img {
  border-left: 2px solid #b35d9a;
}
body .main {
  background: #2d2e2e;
}
body .main .container .card {
  background: #0f0f0f;
  color: #fbfbfb;
}
body .main .container .card ul li {
  list-style: disc;
  font-size: 12px;
}
body .main .container h4 {
  color: #fbfbfb;
}
body .footer .infos .forms input {
  width: 30vw;
  height: 40px;
  margin-bottom: 5px;
}
body .footer .infos .forms button {
  width: 50%;
  height: 40px;
}
body .footer .infos .forms button img {
  width: 25px;
}
body .footer .infos .adress img {
  width: 40px;
}
body .footer .web {
  font-size: xx-small;
}
body .footer .web a {
  color: #005eff;
}
body .modal {
  color: #0f0f0f;
}
body .modal .btn {
  background: #0f0f0f;
  color: #fbfbfb;
}

@media (max-width: 1499px) {
  body .main .container .card h5 {
    font-size: small;
  }
  body .main .container .card a {
    padding: 1px 5px;
  }
  body .footer .infos .forms button {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  body section .pictures .w-25 p {
    font-weight: 100 !important;
    font-size: 14px !important;
  }
  body .footer .infos .forms button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .nav {
    padding: 20px;
  }
  body .nav .toggle-menu {
    margin: 0;
  }
  body .messages {
    width: 55vw;
    font-size: small;
  }
  body section .pictures {
    flex-direction: column;
    align-items: center;
  }
  body section .pictures .w-25 {
    width: 90vw !important;
    margin-bottom: 50px;
  }
  body .footer .infos {
    flex-direction: column;
    align-items: center !important;
  }
  body .footer .infos .forms {
    margin-top: 50px;
  }
  body .footer .infos .forms input {
    width: 60vw;
  }
  body .footer .infos .forms button {
    width: 100%;
  }
  body .footer .infos .test {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .footer .infos .test .adress {
    display: flex;
    justify-content: center;
    gap: 5vw;
  }
  body .footer .infos .test .adress #contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  body .footer .infos .test .adress #contact a {
    margin: 10px 0px !important;
  }
  body .footer .infos .test .paiement h5 {
    text-align: center;
  }
  body .footer .infos .test .paiement div {
    display: flex;
    justify-content: center;
    gap: 5vw;
  }
  body .footer .infos .test .paiement div img {
    width: 50px !important;
    height: auto;
  }
}
@media (max-width: 480px) {
  body .nav .logo {
    width: 34vw;
  }
  body .messages {
    position: relative;
    top: 5vw;
    width: 90vw;
  }
  body .phone {
    position: absolute;
    top: 30vw;
    left: 10vw;
    font-size: 12px;
    width: 100px;
  }
}/*# sourceMappingURL=style.css.map */