@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Black.woff") format("woff"), url("../fonts/CastoPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Regular.woff") format("woff"), url("../fonts/CastoPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Light.woff") format("woff"), url("../fonts/CastoPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro";
  src: url("../fonts/CastoPro-Bold.woff") format("woff"), url("../fonts/CastoPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Casto Pro Beta";
  src: url("../fonts/CastoProBeta-Italic.woff") format("woff"), url("../fonts/CastoProBeta-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
header {
  height: 65px;
  background: linear-gradient(90deg, #fff 90%, #0072BD 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  header {
    background: #fff;
  }
}
header .right_section {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 9.2%;
}
@media screen and (max-width: 1023px) {
  header .right_section {
    right: 20px;
  }
}
header button,
header a {
  border: none;
  background: none;
  height: 100%;
}
header button img,
header a img {
  width: auto;
  height: 30px;
}
header button.logo img,
header a.logo img {
  height: 50px;
}
header button.cart img,
header a.cart img {
  height: 55px;
}
@media screen and (max-width: 1023px) {
  header button.cart img,
  header a.cart img {
    height: 40px;
  }
}
header a {
  display: flex;
  align-items: center;
}

.homepage {
  height: calc(100dvh - 65px);
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding-top: 30px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .homepage {
    overflow-y: auto;
    height: calc(100dvh - 65px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }
}
.homepage .hp_background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  overflow: hidden;
  top: 65px;
}
.homepage .hp_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .hp_content_title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content_title {
    font-size: 40px;
    line-height: 35px;
    position: relative;
    left: unset;
    bottom: unset;
    font-size: 26px;
    text-align: center;
    line-height: 25px;
  }
}
.homepage .hp_content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content {
    margin: 20px 0;
    position: relative;
    height: unset;
  }
}
.homepage .hp_content .hp_content_header {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1097px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_content_header {
    margin-bottom: 20px;
  }
}
.homepage .hp_content .hp_content_header img {
  position: absolute;
  left: 0;
  height: 7px;
}
@media (max-width: 1365px) {
  .homepage .hp_content .hp_content_header img {
    height: 4px;
  }
}
@media (max-width: 1152px) {
  .homepage .hp_content .hp_content_header img {
    height: 1px;
  }
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_content_header img {
    width: 10%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 7px;
  }
}
.homepage .hp_content .hp_content_header .hp_content_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_content_header .hp_content_text {
    justify-content: center;
  }
}
.homepage .hp_content .hp_content_header .hp_content_text .hp_categories_btn {
  position: absolute;
  right: 0;
}
.homepage .hp_content .hp_projet_inspiration {
  max-width: 1097px;
  margin: 0 auto;
  width: 100%;
  background-color: #454545;
  height: 196px;
  display: flex;
  padding: 20px 0;
  gap: 10px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_projet_inspiration {
    height: 160px;
    margin-bottom: 20px;
  }
}
.homepage .hp_content .hp_projet_inspiration .hp_projet_text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage .hp_content .hp_projet_inspiration .hp_projet_inspiration_bg {
  position: absolute;
  right: 20px;
  height: 100%;
  width: 70%;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_projet_inspiration .hp_projet_inspiration_bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage .hp_content .hp_projet_inspiration img {
  width: 25px;
  height: 3px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_projet_inspiration img {
    margin-top: 20px;
  }
}
.homepage .hp_content .hp_projet_inspiration h2 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_projet_inspiration h2 {
    font-size: 26px;
  }
}
.homepage .hp_content .hp_projet_inspiration p {
  font-size: 23px;
  color: #Fff;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_projet_inspiration p {
    font-size: 18px;
  }
}
.homepage .hp_content .hp_projet_inspiration .btns {
  display: flex;
  gap: 20px;
}
.homepage .hp_content .hp_projet_inspiration a {
  transform: translateX(0);
  transition: transform 0.5s;
  height: 52px;
  border: none;
  background-color: #0072BD;
  padding: 12px 50px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  display: block;
  line-height: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.homepage .hp_content .hp_projet_inspiration a:hover {
  transform: translateX(0) scale(1.1);
}
@media (hover: none) {
  .homepage .hp_content .hp_projet_inspiration a:hover {
    transform: translateX(0) scale(1.1);
  }
}
@media screen and (max-width: 1280px) {
  .homepage .hp_content .hp_projet_inspiration a {
    height: 48px;
    line-height: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1152px) {
  .homepage .hp_content .hp_projet_inspiration a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_projet_inspiration a {
    font-size: 14px;
    line-height: 1;
    height: 35px;
    margin-top: unset;
    padding: 12px;
  }
}
.homepage .hp_content .hp_categories {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 50px;
  max-width: 1097px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .homepage .hp_content .hp_categories {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories {
    flex-direction: column;
  }
}
.homepage .hp_content .hp_categories .hp_category {
  position: relative;
  width: 285px;
  height: 100%;
  padding: 20px;
  background-color: #706e6f;
  color: #fff;
  display: flex;
  padding: 20px 0;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category {
    width: 85%;
    max-width: 400px;
  }
}
.homepage .hp_content .hp_categories .hp_category img {
  width: 25px;
  height: 3px;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category img {
    margin-top: 26px;
  }
}
.homepage .hp_content .hp_categories .hp_category .hp_category_content {
  margin-top: 15px;
}
.homepage .hp_content .hp_categories .hp_category .hp_category_title {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_title {
    font-size: 18px;
  }
}
.homepage .hp_content .hp_categories .hp_category .hp_category_description {
  font-size: 14px;
  color: #373634;
  font-weight: bold;
  margin-bottom: 10px;
}
.homepage .hp_content .hp_categories .hp_category .hp_category_description a {
  color: #373634;
}
.homepage .hp_content .hp_categories .hp_category .hp_category_btn {
  transform: translateX(0);
  transition: transform 0.5s;
  height: 52px;
  border: none;
  background-color: #0072BD;
  padding: 12px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  display: block;
  line-height: 30px;
  position: relative;
  max-width: 231px;
  border-radius: 50px;
  bottom: -25px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.homepage .hp_content .hp_categories .hp_category .hp_category_btn:hover {
  transform: translateX(-50%) scale(1.1);
}
@media (hover: none) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_btn:hover {
    transform: translateX(-50%) scale(1.1);
  }
}
@media screen and (max-width: 1280px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_btn {
    height: 48px;
    line-height: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1152px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_btn {
    width: 60%;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_btn {
    font-size: 14px;
    height: 35px;
    width: 53%;
    line-height: 1;
    bottom: -17px;
  }
}
.homepage .hp_categories_btn {
  border: none;
  height: 52px;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
  padding: 0 20px;
  padding-right: 40px;
  background: #ffd500;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  font-family: "Casto Pro";
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage .hp_categories_btn {
    border-radius: 34px;
    height: 35px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.homepage .hp_categories_btn span {
  font-size: 25px;
  font-weight: 700;
  color: #0175BF;
  position: relative;
  top: 2px;
}
@media (max-width: 1024px) {
  .homepage .hp_categories_btn span {
    font-size: 16px;
  }
}
.homepage img {
  width: auto;
  height: 30px;
}
@media (max-width: 1300px) {
  .homepage img {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .homepage img {
    height: 16px;
  }
}
.homepage .scroll_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: none;
  border: none;
}
.homepage .scroll_btn img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
.homepage .scroll_btn img.rotated {
  transform: rotate(180deg);
}
.homepage #bottom-el {
  height: 1px;
  width: 100%;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

a,
p {
  color: black;
  text-decoration: none;
}

html {
  height: 100%;
  width: 100%;
  font-family: "Casto Pro";
}

body {
  height: 100%;
  width: 100%;
}

button {
  cursor: pointer;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */