: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");
}
.hero-container {
  display: flex;
  gap: 1.56%;
}

.hero-img {
  position: relative;
  width: 49.22%;
  background-position: center;
  background-size: cover;
}

.hero-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-container .content-container {
  width: 49.22%;
  padding-top: 94px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
}

.headings-tags {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.content-top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.headings {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.headings h1 {
  font-family: "HostGrotesk_regular";
  font-size: 44px;
  line-height: 100%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
}

.headings p {
  font-family: "HostGrotesk_regular";
  font-size: 18px;
  line-height: 143%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
}

.summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.summary-paragraph {
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
}

.post-date {
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: #A2A3A8;
}

.tags-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tags-container .tag {
  /*
      $colors attendu :
      (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          active: #c0c0c0
      );
  */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px !important;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 18.5rem;
  overflow: hidden;
  cursor: pointer !important;
  white-space: nowrap;
  padding: 4px 12px !important;
  height: 24px;
  border-radius: 999px !important;
  background-color: #fff !important;
  border-width: 1px;
  border-style: solid;
  border-color: #EDEDF2 !important;
  color: rgb(46, 45, 56) !important;
}
.tags-container .tag:hover {
  background-color: !important;
  border-width: 1px;
  border-style: solid;
  border-color: !important;
}
.tags-container .tag:focus, .tags-container .tag:focus-visible, .tags-container .tag:focus-within {
  background-color: !important;
  border-width: 0px;
  border-style: none;
  border-color: none !important;
  color: #fff !important;
}
.tags-container .tag:active {
  background-color: !important;
  color: rgb(46, 45, 56) !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #EDEDF2 !important;
}

.content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: 100%;
}
.content-bottom .animate-btn {
  text-decoration: none !important;
}
.content-bottom .animate-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  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: 20px;
  background-color: #fff;
  height: 40px;
  border: 1px solid #358F8F;
  transition: color 200ms ease-in-out;
  color: #027373;
  text-decoration: none !important;
  text-align: center;
  gap: 8px;
  cursor: pointer;
}
.content-bottom .animate-btn button span {
  display: none;
  visibility: hidden;
  width: 0;
  margin-left: 0;
  transition: opacity 200ms ease-in-out, visibility 0s linear 200ms, width 200ms ease-in-out;
}
.content-bottom .animate-btn button:hover {
  color: #FFFFFF;
  background-color: #358F8F;
  text-decoration: none !important;
}
.content-bottom .animate-btn button:hover span {
  display: block;
  visibility: visible;
  width: auto;
  transition-delay: 0s;
}
.content-bottom .icon-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;
}
.content-bottom .icon-btn:hover {
  background-color: #f25f29;
}
.content-bottom .icon-btn:hover > .arrow path {
  stroke: #FFFFFF;
}
.content-bottom .icon-btn .arrow {
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=hero.css.map */