:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
.big-hero-section {
  margin-bottom: 100px;
  margin-top: 80px;
  max-height: 544px;
}

#kagoo-app {
  overflow: unset !important;
}

.article-container {
  margin-top: 180px;
}

.article-heading {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.article-heading h1 {
  font-family: "ZillaSlab_regular";
  font-size: 52px;
  line-height: 113%;
  font-weight: 600 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  text-align: center;
}

.article-heading p {
  font-family: "HostGrotesk_regular";
  font-size: 20px;
  line-height: 130%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: #5E5E5E;
  text-align: center;
  width: 70%;
}

.article-content {
  display: grid;
  grid-template-columns: 63.75% 33.43%;
  grid-column-gap: 2.82%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.content-left {
  display: flex;
  flex-direction: column;
  gap: 45px;
  height: -moz-fit-content;
  height: fit-content;
}

.simple-btn-group {
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.simple-btn-group button {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  min-width: 60px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  padding: 20px;
  text-decoration: none;
  border: 1.5px solid #026969;
  background-color: transparent;
  color: #026969;
  font-family: "HostGrotesk_regular";
  font-size: 18px;
  line-height: 143%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  height: 56px;
  flex-shrink: 0;
  cursor: pointer;
}
.simple-btn-group button:hover {
  color: #FFFFFF;
  border: 1.5px solid #358F8F;
  background-color: #358F8F;
  text-decoration: none;
}
.simple-btn-group button:focus, .simple-btn-group button:focus-within {
  background-color: #026969;
  color: #FFFFFF;
  border: 1.5px solid #026969;
  box-shadow: none !important;
  outline: none;
}
.simple-btn-group button:disabled, .simple-btn-group button:disabled:hover {
  background-color: #FFFFFF;
  border: 1.5px solid #F0F0F4;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

.simple-btn-group button.active {
  background-color: #027373;
  color: #FFFFFF;
}

.arrow-btn-group {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
}

.left-btn {
  background-color: #FFFFFF;
  padding: 8px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 14.4px 0 rgba(88, 88, 88, 0.19);
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-btn:hover {
  background-color: #f25f29;
}
.left-btn:hover > .arrow path {
  stroke: #FFFFFF;
}
.left-btn .arrow {
  width: 16px;
  height: 16px;
}

.right-btn {
  background-color: #FFFFFF;
  padding: 8px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 14.4px 0 rgba(88, 88, 88, 0.19);
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-btn:hover {
  background-color: #f25f29;
}
.right-btn:hover > .arrow path {
  stroke: #FFFFFF;
}
.right-btn .arrow {
  width: 16px;
  height: 16px;
}

.left-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
}

.l-component-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.content-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 100px;
}

.content-right .etude {
  font-family: "HostGrotesk_regular";
  font-size: 28px;
  line-height: 123%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: #015252;
  height: 44px;
  border-bottom: 2px solid #f25f29;
  width: 272px;
}

.btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn-section::before, .btn-section::after {
  content: "";
  height: 1px;
  background-color: #ccc;
  flex-grow: 1;
}
.btn-section::before {
  margin-right: 52px;
}
.btn-section::after {
  margin-left: 52px;
}
.btn-section button {
  cursor: pointer;
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 5px;
  text-decoration: none;
  border: 1.5px solid #026969;
  background-color: transparent;
  color: #026969;
}
.btn-section button:hover {
  color: #FFFFFF;
  border: 1.5px solid #358F8F;
  background-color: #358F8F;
  text-decoration: none;
}
.btn-section button:focus, .btn-section button:focus-within {
  background-color: #026969;
  color: #FFFFFF;
  border: 1.5px solid #026969;
  box-shadow: none !important;
  outline: none;
}
.btn-section button:disabled, .btn-section button:disabled:hover {
  background-color: #FFFFFF;
  border: 1.5px solid #F0F0F4;
  color: #C9C9CE !important;
  cursor: not-allowed;
}
.btn-section button svg {
  width: 16px;
  height: 16px;
}

#kagoo-loader {
  display: none;
}

@media (max-width: 768px) {
  .hero-container .content-container, .blog-card, .hero-img, .content-image-art, .content-recent-art, .image-recent-art {
    width: 100% !important;
  }
  .hero-img, .content-image-art, .image-recent-art {
    height: 275.36px;
  }
  .article-content, .article-section, .blog-card, .hero-container {
    display: flex;
    flex-direction: column;
  }
  .big-hero-section {
    max-height: unset !important;
  }
  .hero-container .content-container {
    padding: 0 !important;
  }
  .article-content {
    gap: 80px;
  }
  .blog-card:hover .article-button {
    opacity: 0 !important;
  }
}/*# sourceMappingURL=index-blog.css.map */