.breadcrumbs {
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #46676a;
  color: #fff;
  padding: 0 20px;
}
.breadcrumbs .path {
  list-style-type: none;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs .path {
    padding: 0;
  }
}
.breadcrumbs .path span {
  position: relative;
  color: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs .path span {
    font-size: 12px;
  }
}
.breadcrumbs .path span a {
  color: #fff;
}
.breadcrumbs .path span:not(:first-child)::before {
  content: ">";
  position: absolute;
  display: block;
  left: -15px;
  top: 0;
}

@font-face {
  font-family: "Casto Pro";
  src: url("../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;
}

.category {
  height: calc(100dvh - 65px - 42px);
  width: 100%;
  overflow-y: auto;
  background-color: #46676a;
}
.category .category_wrapper {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category .category_wrapper h1,
.category .category_wrapper h2 {
  color: #fff;
}
.category .category_wrapper.les-guides-projets {
  display: block;
  height: 100%;
}
.category .category_wrapper .category_title {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_title {
    display: block;
    height: unset;
  }
}
.category .category_wrapper .category_title h1 {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_title h1 {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_title h2 {
    text-align: center;
  }
}
.category .category_wrapper .category_container {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container {
    margin: -6px;
    height: initial;
  }
}
.category .category_wrapper .category_container.les-guides-projets {
  height: unset;
  padding: 20px 0;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets {
    padding: 10px 0;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards {
  width: 100%;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards {
    gap: unset;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card {
  position: relative;
}
.category .category_wrapper .category_container.les-guides-projets .cards .card .image_container {
  transition: transform 0.2s;
  position: relative;
}
.category .category_wrapper .category_container.les-guides-projets .cards .card .image_container:hover {
  transform: scale(1.04);
  z-index: 1;
}
.category .category_wrapper .category_container.les-guides-projets .cards .card .image_container:hover .new-card-label {
  top: -20px;
}
@media (hover: none) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card .image_container:hover {
    transform: scale(1);
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: 14%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label {
    top: -13px;
    right: 10%;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label .main-element {
  background-color: #3273b8;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label .main-element {
    padding: 8px 16px;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label .main-element span {
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 20px;
  top: 2px;
  position: relative;
}
@media (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label .main-element span {
    font-size: 12px;
    line-height: 11px;
    top: 1px;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label .before-element {
  width: 80px;
  height: 100%;
  left: -25px;
  position: absolute;
  background: #67bcea;
  z-index: -1;
  isolation: isolate;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card .image_container .new-card-label .before-element {
    left: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card {
    padding: 6px;
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card:nth-child(even) {
    margin-top: 40px;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card:nth-child(odd) {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card:nth-child(odd) {
    padding-top: unset;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card img {
  height: auto;
  border-radius: 20px;
}
.category .category_wrapper .category_container.les-guides-projets .cards .card p {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 34px;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card p {
    font-size: 20px;
  }
}
.category .category_wrapper .category_container.les-guides-projets .cards .card p:not(:first-of-type) {
  background-color: #fff;
  padding: 0px 5px;
  color: #46676a;
  margin-top: 3px;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  .category .category_wrapper .category_container.les-guides-projets .cards .card p:not(:first-of-type) {
    font-size: 12px;
  }
}
.category .category_wrapper .category_container img {
  width: 100%;
  height: 100%;
}

.scroll-btn {
  width: 35px;
  height: 35px;
  padding: 5px;
  margin: 0 auto;
  background-color: #ffdc10;
  border-radius: 50px;
  cursor: pointer;
}
.scroll-btn img {
  width: 100%;
  height: 100%;
}

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

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

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

body {
  background-color: #46676a;
}

button {
  cursor: pointer;
}

.text_color {
  color: #79BC72;
  font-weight: 700;
}

.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 */