@charset "UTF-8";
/* ---------------------------------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------------------------------- */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

i[class^=icon],
i[class*=" icon"] {
  display: flex;
  align-items: center;
}

.hide {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ---------------------------------------------------------------------------- */
/* Components - Buttons */
/* ---------------------------------------------------------------------------- */
.text-link:hover {
  text-decoration: underline;
}

.button {
  display: inline-block;
  width: auto;
  color: var(--color-white);
  font-weight: 600;
  text-decoration: none;
  background: none;
  cursor: pointer;
  padding: 14px 33px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .button {
    padding: 14px 33px;
  }
}
.button.border-radius {
  border-radius: 50px;
}
.button.small-font {
  padding: 2px 7px;
}
.button.opaque-color-secondary {
  border: 2px solid var(--color-green-1);
  background: var(--color-green-1);
  color: var(--color-white);
}
.button.opaque-color-secondary:hover {
  border-color: var(--color-green-3);
  background: var(--color-green-3);
}
.button.opaque-color-green-4 {
  border: 2px solid var(--color-green-4);
  background: var(--color-green-4);
  color: var(--color-green-1);
}
.button.opaque-color-green-4:hover {
  border-color: var(--color-green-2);
  background: var(--color-green-2);
  color: var(--color-white);
}
.button.opaque-color-green-4:hover i {
  color: var(--color-white);
}
.button.opaque-color-white {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-secondary);
}
.button.opaque-color-white:hover {
  border-color: var(--color-green-3);
  background: var(--color-green-3);
  color: var(--color-white);
}
.button.generic-color-secondary {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-green-1);
  font-weight: 600;
  overflow: visible !important;
}
.button.generic-color-secondary i {
  transition: color 250ms ease;
  color: var(--color-green-1);
}
.button.generic-color-secondary:hover {
  text-shadow: 0 0 7px rgba(0, 168, 163, 0.5);
}

/* ---------------------------------------------------------------------------- */
/* Components - Content-text */
/* ---------------------------------------------------------------------------- */
.style-h1,
h1 {
  font-size: clamp(49px, 3.1770833333vw, 61px);
  line-height: 1.15;
}
@media (min-width: 992px) {
  .style-h1,
  h1 {
    line-height: 1.1;
  }
}

.style-h2,
h2 {
  font-size: clamp(31px, 2.5520833333vw, 49px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h2,
  h2 {
    line-height: 1.1;
  }
}

.style-h3,
h3 {
  font-size: clamp(31px, 2.03125vw, 39px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h3,
  h3 {
    line-height: 1.2;
  }
}

.style-h4,
h4 {
  font-size: clamp(25px, 1.6145833333vw, 31px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h4,
  h4 {
    line-height: 1.2;
  }
}

.style-h5,
h5 {
  font-size: clamp(20px, 1.3020833333vw, 25px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h5,
  h5 {
    line-height: 1.2;
  }
}

.style-h6,
h6 {
  font-size: clamp(18px, 1.09375vw, 21px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h6,
  h6 {
    line-height: 1.2;
  }
}

.style-font-10 {
  font-size: clamp(10px, 0.5208333333vw, 10px);
  line-height: 1.4;
}
@media (min-width: 992px) {
  .style-font-10 {
    line-height: 1.4;
  }
}

.style-font-12 {
  font-size: clamp(12px, 0.625vw, 12px);
  line-height: 1.4;
}
@media (min-width: 992px) {
  .style-font-12 {
    line-height: 1.4;
  }
}

.style-font-13, header.header-template2 .header-content-top p, header.header-template2 .header-content-top a, .button.small-font, .button.small-font i {
  font-size: clamp(13px, 0.6770833333vw, 13px);
  line-height: 1.4;
}
@media (min-width: 992px) {
  .style-font-13, header.header-template2 .header-content-top p, header.header-template2 .header-content-top a, .button.small-font, .button.small-font i {
    line-height: 1.4;
  }
}

.style-font-14, header nav ul li ul li a {
  font-size: clamp(14px, 0.7291666667vw, 14px);
  line-height: 1.4;
}
@media (min-width: 992px) {
  .style-font-14, header nav ul li ul li a {
    line-height: 1.4;
  }
}

.style-font-15, header nav ul li a, header a:not(.button) {
  font-size: clamp(15px, 0.78125vw, 15px);
  line-height: 1.4;
}
@media (min-width: 992px) {
  .style-font-15, header nav ul li a, header a:not(.button) {
    line-height: 1.4;
  }
}

.style-font-16 {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  line-height: 1.5;
}
@media (min-width: 992px) {
  .style-font-16 {
    line-height: 1.5;
  }
}

.style-font-18 {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .style-font-18 {
    line-height: 1.3;
  }
}

.style-font-20 {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .style-font-20 {
    line-height: 1.3;
  }
}

.style-font-60 {
  font-size: clamp(31px, 3.1770833333vw, 61px);
  line-height: 1.1;
}
@media (min-width: 992px) {
  .style-font-60 {
    line-height: 1.1;
  }
}

.style-font-61-49 {
  font-size: clamp(49px, 3.1770833333vw, 61px);
  line-height: 1.15;
}
@media (min-width: 992px) {
  .style-font-61-49 {
    line-height: 1.1;
  }
}

.style-font-49-39 {
  font-size: clamp(39px, 2.5520833333vw, 49px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-font-49-39 {
    line-height: 1.2;
  }
}

.style-font-menu-mobile {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1;
}
@media (min-width: 992px) {
  .style-font-menu-mobile {
    line-height: 1;
  }
}

.style-font-button, .text-link, .button {
  font-size: clamp(16px, 0.8333333333vw, 16px);
  line-height: 1;
}
@media (min-width: 992px) {
  .style-font-button, .text-link, .button {
    line-height: 1;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1:has(> [class^=style-]), h2:has(> [class^=style-]), h3:has(> [class^=style-]), h4:has(> [class^=style-]), h5:has(> [class^=style-]), h6:has(> [class^=style-]) {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Font Weight */
.fw-thin {
  font-weight: 100 !important;
}

.fw-extralight {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium, header.header-template2 .header-content-top p, header.header-template2 .header-content-top a {
  font-weight: 500 !important;
}

.fw-semibold, header nav ul li a, .content-text a,
.block-text .content-holder a {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

/* Titles */
h1:has(> [class^=style-]), h2:has(> [class^=style-]), h3:has(> [class^=style-]), h4:has(> [class^=style-]), h5:has(> [class^=style-]), h6:has(> [class^=style-]) {
  font-size: inherit !important;
  line-height: inherit !important;
}

.style-h1, .style-h2, .style-h3, .style-h4, .style-h5, .style-h6 {
  font-family: var(--font-secondary);
  font-weight: 600;
}

.suptitle {
  font: 400 1.5625rem/1.3 var(--font-main);
  margin-bottom: 30px;
}

b, strong {
  font-weight: bold;
}

i, em, .font-italic {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4rem;
}

sub {
  bottom: -0.25rem;
}

.content-text,
.block-text .content-holder {
  /* ---------- Images ---------- */
}
.content-text p,
.content-text li,
.block-text .content-holder p,
.block-text .content-holder li {
  font-size: inherit;
  font-weight: inherit;
}
.content-text > *:first-child,
.block-text .content-holder > *:first-child {
  margin-top: 0;
}
.content-text > *:last-child,
.block-text .content-holder > *:last-child {
  margin-bottom: 0;
}
.content-text .style-p,
.content-text p,
.block-text .content-holder .style-p,
.block-text .content-holder p {
  margin-bottom: 25px;
}
.content-text .style-p strong,
.content-text p strong,
.block-text .content-holder .style-p strong,
.block-text .content-holder p strong {
  font-weight: 700;
}
.content-text .style-p + *:not(p):not(ol):not(ul):not(img),
.content-text p + *:not(p):not(ol):not(ul):not(img),
.block-text .content-holder .style-p + *:not(p):not(ol):not(ul):not(img),
.block-text .content-holder p + *:not(p):not(ol):not(ul):not(img) {
  margin-top: 50px;
}
.content-text .style-p:last-of-type,
.content-text p:last-of-type,
.block-text .content-holder .style-p:last-of-type,
.block-text .content-holder p:last-of-type {
  margin-bottom: 0 !important;
}
.content-text a,
.block-text .content-holder a {
  color: var(--color-secondary);
  text-decoration: underline;
}
.content-text a:hover,
.block-text .content-holder a:hover {
  color: var(--color-black);
}
.content-text hr,
.block-text .content-holder hr {
  height: 1px;
  display: block;
  margin: 3rem auto;
  background: var(--color-grey-light);
  border: none;
  clear: both;
}
.content-text ul,
.block-text .content-holder ul {
  list-style-type: disc;
}
.content-text ol,
.block-text .content-holder ol {
  list-style-type: decimal;
}
.content-text ul,
.content-text ol,
.block-text .content-holder ul,
.block-text .content-holder ol {
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-text ul li,
.content-text ol li,
.block-text .content-holder ul li,
.block-text .content-holder ol li {
  margin: 0;
}
.content-text img,
.block-text .content-holder img {
  border-radius: 2px;
}
.content-text .alignleft,
.block-text .content-holder .alignleft {
  float: left;
  max-width: 45%;
  margin: 5px 35px 15px 0;
}
.content-text .alignleft.wp-caption,
.block-text .content-holder .alignleft.wp-caption {
  margin-right: 2rem;
}
.content-text .alignright,
.block-text .content-holder .alignright {
  float: right;
  max-width: 45%;
  margin: 5px 0 15px 35px;
}
.content-text .alignright.wp-caption,
.block-text .content-holder .alignright.wp-caption {
  margin-left: 2rem;
}
.content-text .aligncenter,
.block-text .content-holder .aligncenter {
  padding: 10px 0;
  margin: 0 auto 2rem;
  clear: both;
}
.content-text .aligncenter.wp-caption,
.block-text .content-holder .aligncenter.wp-caption {
  max-width: 100%;
}
.content-text .wp-caption p,
.block-text .content-holder .wp-caption p {
  color: #888;
  font: italic 12px/16px var(--font-main);
  text-align: center;
  padding: 0 5px;
  margin: 10px 10px 0 0;
}

/* ---------------------------------------------------------------------------- */
/* Layout - Header */
/* ---------------------------------------------------------------------------- */
/*
Utiliser la fonction map-get($colors, nom-de-la-couleur) pour les variables de couleur dynamique.
Les variables root ne fonctionneront pas vue à cause de l'utilisation de certaines mixins.
*/
/* ***** GÉNÉRAL ***** */
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  position: relative;
  background: #e6f0f0;
  transition: all 0.3s ease;
  /* End Shrink */
  /* Hint Colors */
  /* Hint General Elements */
  /* Hint Logo */
  /* Hint Menu */
  /* Hint Burger */
}
header.hide-header {
  top: -100%;
  transition: none;
}
header.stop-animation {
  top: 0;
  transition: none;
}
header.burger-active .menu-border-bottom {
  border: 0;
}
header.scrollUp {
  opacity: 0;
  transform: translateY(-100%) !important;
}
header.shrink {
  background: #e6f0f0;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}
header.shrink .logo-holder .logo-dark {
  opacity: 1;
}
header.shrink .logo-holder .logo-clear {
  opacity: 0;
}
header.shrink a,
header.shrink i {
  color: #004d59;
  transition: text-shadow 0.5s ease;
}
header.shrink a:hover,
header.shrink i:hover {
  color: #004d59;
  text-shadow: 0 0 7px rgba(0, 168, 163, 0.5);
}
header.shrink .searchbar-holder form input {
  background: #e6f0f0;
  border-color: #004d59;
  color: #004d59;
}
header.shrink .searchbar-holder form input::-webkit-input-placeholder {
  color: rgba(0, 77, 89, 0.6);
}
header.shrink .searchbar-holder form input:-moz-placeholder {
  color: rgba(0, 77, 89, 0.6);
}
header.shrink .searchbar-holder form input::-moz-placeholder {
  color: rgba(0, 77, 89, 0.6);
}
header.shrink .searchbar-holder form input:-ms-input-placeholder {
  color: rgba(0, 77, 89, 0.6);
}
header.shrink .hamburger .line {
  background-color: #004d59;
}
header.shrink .menu-border-bottom {
  border-bottom: 1px solid rgba(0, 77, 89, 0.3);
}
header.shrink .dropdown-menu {
  background: #e6f0f0;
}
header.shrink .dropdown-menu li a.current-menu-item, header.shrink .dropdown-menu li a.current-menu-parent, header.shrink .dropdown-menu li a.current-page-parent, header.shrink .dropdown-menu li a.current_page_item, header.shrink .dropdown-menu li a:hover {
  color: #004d59;
}
header.shrink .dropdown-menu li a:after {
  background: rgba(0, 77, 89, 0.4);
}
header .header-wrapper {
  padding: 20px clamp(1.5625rem, 3.6458333333vw, 4.375rem);
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  header .header-wrapper {
    padding: 0 clamp(1.5625rem, 3.6458333333vw, 4.375rem);
  }
}
header a,
header i {
  color: #004d59;
  transition: text-shadow 0.5s ease;
}
header a:hover,
header i:hover {
  color: #004d59;
  text-shadow: 0 0 7px rgba(0, 168, 163, 0.5);
}
header .dropdown-menu {
  background: #e6f0f0;
}
header .dropdown-menu li a.current-menu-item, header .dropdown-menu li a.current-menu-parent, header .dropdown-menu li a.current-page-parent, header .dropdown-menu li a.current_page_item, header .dropdown-menu li a:hover {
  color: #004d59;
}
header .dropdown-menu li a:after {
  background: rgba(0, 77, 89, 0.4);
}
header i {
  font-size: 21px;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .logo-holder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  flex: 0 0 175px;
  z-index: 1000;
}
@media (min-width: 576px) {
  header .logo-holder {
    flex: 0 0 205px;
  }
}
header .logo-holder .logo {
  position: relative;
  padding: 15px 0;
}
header .logo-holder .logo img {
  width: 175px;
}
@media (min-width: 576px) {
  header .logo-holder .logo img {
    width: 205px;
  }
}
header .search-control .search-menu {
  align-items: center;
  margin-left: 1.1458333333vw;
}
header .search-control .search-menu li a.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-green-1);
  border: 2px solid var(--color-green-1);
  transition: background-color 250ms ease, border-color 250ms ease;
}
header .search-control .search-menu li a.search-button.active {
  background-color: transparent;
  border-color: var(--color-green-1);
}
header .search-control .search-menu li a.search-button.active i {
  color: var(--color-green-1);
}
header .search-control .search-menu li a.search-button.active:hover i {
  color: var(--color-white);
}
header .search-control .search-menu li a.search-button i {
  font-size: 1.15rem !important;
  color: var(--color-white);
  line-height: normal;
  transition: color;
}
header .search-control .search-menu li a.search-button:hover {
  background-color: var(--color-green-2);
  border-color: var(--color-green-2);
}
header .search-control .search-menu li a.search-button:focus-visible {
  background-color: var(--color-green-2);
  border-color: var(--color-green-2);
  outline: 4px solid var(--color-secondary) !important;
}
header .menu-principal {
  flex: 1;
  padding: 0 clamp(1.5625rem, 1.8229166667vw, 2.1875rem);
}
@media screen and (min-width: 767px) {
  header .menu-principal {
    padding: 21.5px 0;
  }
}
header .menu-principal.visible {
  display: flex;
}
header .menu-principal .menu > li.current_page_item a {
  text-decoration: underline;
  color: var(--color-green-2);
}
header .menu-principal .menu > li > a {
  white-space: nowrap;
}
header .header-control {
  padding: 19.5px 0;
}
@media screen and (min-width: 767px) {
  header .header-control {
    padding: 21.5px 0;
  }
}
header .hamburger-holder {
  display: none;
}
header .hamburger-holder.active {
  display: inline-flex;
}
header .hamburger-holder .hamburger {
  transition: all 0.3s ease-in-out;
}
header .hamburger-holder .hamburger .line {
  width: 24px;
  height: 2px;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
  background-color: #004d59;
  border-radius: 100vh;
}
header .hamburger-holder .hamburger .line:first-of-type {
  margin-top: 0;
}
header .hamburger-holder .hamburger .line:last-of-type {
  width: 70%;
  margin: 0;
}
header .hamburger-holder .hamburger:hover {
  cursor: pointer;
}
header .hamburger-holder .hamburger.is-active {
  animation: smallbig 0.6s forwards;
}
header .hamburger-holder .hamburger.is-active .line:nth-child(1),
header .hamburger-holder .hamburger.is-active .line:nth-child(2),
header .hamburger-holder .hamburger.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}
header .hamburger-holder .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
header .hamburger-holder .hamburger.is-active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header .hamburger-holder .hamburger.is-active .line:nth-child(3) {
  width: 100%;
  transform: translateY(-9px) rotate(-45deg);
}

header {
  /* ***** Template 2 ***** */
}
header.header-template2 .header-content-top {
  display: none;
  background: var(--color-white);
  padding: 7px 0;
}
@media screen and (min-width: 767px) {
  header.header-template2 .header-content-top {
    display: block;
  }
}
header.header-template2 .header-content-top .user-control ul.menu {
  display: flex;
}
header.header-template2 .header-content-top .user-control ul.menu li:not(:last-child) {
  margin-right: 1.25rem;
}
header.header-template2 .header-content-bottom .menu-side.right {
  padding-right: 0;
  padding-left: 0;
}
header.header-template2 .header-content-bottom .menu-side.left {
  padding-left: 0;
}

header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0 1.1458333333vw;
}
header nav ul li:last-of-type {
  margin-right: 0;
}
header nav ul li:first-of-type {
  margin-left: 0;
}
header nav ul li.menu-item-has-children:hover > a:before {
  opacity: 1;
}
header nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
header nav ul li a:before {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--color-main);
  transition: all 0.3s ease;
}
header nav ul li:hover ul {
  pointer-events: auto;
  opacity: 1;
}
header nav ul li.current_page_parent > a, header nav ul li.current-menu-item > a, header nav ul li.current-menu-parent > a, header nav ul li.current-page-parent > a, header nav ul li.current_page_item > a {
  font-weight: bold;
  text-shadow: 0 0 transparent !important;
}
header nav ul li ul {
  pointer-events: none;
  opacity: 0;
  width: 420px;
  display: block;
  margin: 0;
  left: -2px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
header nav ul li ul li {
  margin: 0;
  position: relative;
}
header nav ul li ul li:last-of-type a:after {
  display: none !important;
}
header nav ul li ul li a {
  padding: 1.5625vw 1.3020833333vw;
  width: 100%;
  display: block;
  margin: 0 !important;
  text-align: left;
  position: relative;
}
header nav ul li ul li a:after {
  content: "";
  height: 1px;
  background: #176776;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 365px;
  left: 50%;
  transform: translateX(-50%);
}
header nav ul li ul li a:before {
  display: none;
}

.banner {
  position: relative;
  color: #fff;
  background: var(--color-main);
  padding: 3.125rem 0;
  min-height: 33vh;
  overflow: hidden;
}
.banner.full-height {
  min-height: 33vh;
}
@media (min-width: 992px) {
  .banner.full-height {
    min-height: auto;
  }
}
.banner.two-third-height {
  min-height: 33vh;
}
@media (min-width: 992px) {
  .banner.two-third-height {
    min-height: 66vh;
  }
}
.banner.mid-height {
  min-height: 50vh;
}
@media (min-width: 992px) {
  .banner.mid-height {
    min-height: 50vh;
  }
}
.banner.one-third-height {
  min-height: 33vh;
}
@media (min-width: 992px) {
  .banner.one-third-height {
    min-height: 33vh;
  }
}
.banner.banner_map.auto-height {
  min-height: 260px;
}
.banner video {
  z-index: 1;
  position: absolute;
  left: 0;
  transform: scale(5);
}
@media (min-width: 768px) {
  .banner video {
    transform: scale(2.5);
  }
}
@media (min-width: 1200px) {
  .banner video {
    transform: scale(1.25);
  }
}
.banner .video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.banner .video-holder:hover {
  cursor: pointer;
}
.banner .video-holder:hover .play .stroke-dotted {
  stroke-width: 2px;
  opacity: 1;
}
.banner .video-holder:hover .play .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.banner .video-holder a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner .video-holder a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
}
.banner .video-holder a .play .stroke-dotted {
  stroke-width: 1px;
  stroke-dasharray: 4, 5;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: stroke-width 1s ease;
}
.banner .video-holder a .play .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 2px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.banner .svg-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .overlay-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-blend-mode: multiply;
}
.banner .container {
  z-index: 11;
}
.banner .banner-background {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner.video_banner {
  position: relative;
}
.banner.video_banner .btn-banner {
  position: absolute;
  z-index: 111;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.banner.video_banner .btn-banner:hover .play {
  opacity: 1;
}
.banner.video_banner .btn-banner:hover .play .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.banner.video_banner .btn-banner:hover .play .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.banner.video_banner .btn-banner:hover .play .icon {
  transform: scale(1.05);
}
.banner.video_banner .btn-banner .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.banner.video_banner .btn-banner .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  z-index: 9999;
  opacity: 0;
  width: 2px;
}
.banner .banner-container {
  display: flex;
  flex-direction: column;
}
.banner .banner-container h1,
.banner .banner-container p {
  color: var(--color-white);
}
.banner .banner-container.align-center {
  align-items: center;
}
.banner .banner-container.align-center .banner-content {
  max-width: 1090px;
  text-align: center;
}
.banner .banner-container.align-left {
  align-items: flex-start;
}
.banner .banner-container.align-left .banner-content {
  text-align: left;
  max-width: 560px;
}
.banner .banner-container.align-right {
  align-items: flex-end;
}
.banner .banner-container.align-right .banner-content {
  text-align: right;
  max-width: 560px;
}
.banner .slide-link {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 1111;
  max-width: 325px;
}
.banner .slide-link svg g path,
.banner .slide-link svg g circle {
  transition: all 0.3s ease;
}
.banner .slide-link:hover {
  cursor: pointer;
}
.banner .slide-link:hover svg g circle {
  stroke: var(--color-secondary);
}
.banner .slide-link:hover svg path {
  fill: var(--color-secondary);
}