@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;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@media (min-width: 992px) {
  .animate-img {
    animation: float 6s ease-in-out infinite;
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.text-color-gradient, .content-text h5 {
  background: linear-gradient(339deg, #E50097 15.78%, #E5005B 59.81%, #F1910D 100.53%);
  color: transparent;
  background-clip: text !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.bg-gradient-color {
  background: -webkit-linear-gradient(#F1910D, #E5005B, #E50097);
}

.line-height-1 {
  line-height: 1.2em !important;
}
@media (min-width: 768px) {
  .line-height-1 {
    line-height: 1 !important;
  }
}

.style-font-main {
  font-family: var(--font-main);
}

.style-font-secondary {
  font-family: var(--font-secondary);
}

.style-h1,
h1 {
  font-size: clamp(3.4375rem, 7.2916666667vw, 8.75rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-h1,
  h1 {
    line-height: 1.25;
  }
}

.style-h2,
h2 {
  font-size: clamp(2.3125rem, 4.1666666667vw, 5rem);
  line-height: 1.15;
}
@media (min-width: 992px) {
  .style-h2,
  h2 {
    line-height: 1.1;
  }
}

.style-h3,
h3 {
  font-size: clamp(2.375rem, 3.125vw, 3.75rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-h3,
  h3 {
    line-height: 1.25;
  }
}

.style-h4,
h4 {
  font-size: clamp(2rem, 2.6041666667vw, 3.125rem);
  line-height: 1.1;
}
@media (min-width: 992px) {
  .style-h4,
  h4 {
    line-height: 1.15;
  }
}

.style-h5,
h5 {
  font-size: clamp(1.625rem, 2.34375vw, 2.8125rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-h5,
  h5 {
    line-height: 1.55;
  }
}

.style-h6,
h6 {
  font-size: clamp(1.875rem, 1.9270833333vw, 2.3125rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-h6,
  h6 {
    line-height: 1.25;
  }
}

.style-font-title-slider,
font-title-slider {
  font-size: clamp(2.75rem, 7.2916666667vw, 8.75rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-title-slider,
  font-title-slider {
    line-height: 1.25;
  }
}

.style-font-75 {
  font-size: clamp(3.625rem, 3.90625vw, 4.6875rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-75 {
    line-height: 1.25;
  }
}

.style-font-45 {
  font-size: clamp(1.5rem, 2.34375vw, 2.8125rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-45 {
    line-height: 1.4;
  }
}

.style-font-40 {
  font-size: clamp(2.5rem, 2.0833333333vw, 2.5rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-40 {
    line-height: 1.25;
  }
}

.style-font-36 {
  font-size: clamp(2.25rem, 1.875vw, 2.25rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-36 {
    line-height: 1.25;
  }
}

.style-font-32 {
  font-size: clamp(2rem, 1.6666666667vw, 2rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-32 {
    line-height: 1.25;
  }
}

.style-font-30 {
  font-size: clamp(1.875rem, 1.5625vw, 1.875rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-30 {
    line-height: 1.25;
  }
}

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

.style-font-22 {
  font-size: clamp(1.125rem, 1.1458333333vw, 1.375rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-22 {
    line-height: 1.25;
  }
}

.style-font-20 {
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  line-height: 1.35;
}
@media (min-width: 992px) {
  .style-font-20 {
    line-height: 1.65;
  }
}

.style-font-18, header ul li a {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  line-height: 1.35;
}
@media (min-width: 992px) {
  .style-font-18, header ul li a {
    line-height: 1.55;
  }
}

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

.style-font-15 {
  font-size: clamp(0.9375rem, 0.78125vw, 0.9375rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-15 {
    line-height: 1.25;
  }
}

.style-font-14 {
  font-size: clamp(0.875rem, 0.7291666667vw, 0.875rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-14 {
    line-height: 1.25;
  }
}

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

.style-p, .content-text ul,
.content-text ol,
p {
  font-size: clamp(1rem, 0.8333333333vw, 1rem);
  line-height: 1.65;
}
@media (min-width: 992px) {
  .style-p, .content-text ul,
  .content-text ol,
  p {
    line-height: 1.65;
  }
}

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

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

.style-font-button, .text-link {
  font-size: clamp(1.125rem, 0.9375vw, 1.125rem);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-button, .text-link {
    line-height: 1.25;
  }
}

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

.style-font-main-menu {
  font-size: clamp(1rem, 0.8333333333vw, 1.125rem);
  line-height: 1;
}
@media (min-width: 992px) {
  .style-font-main-menu {
    line-height: 1;
  }
}

.style-font-main-sub-menu {
  font-size: clamp(1.125rem, 1.1458333333vw, 1.25rem);
  line-height: 1;
}
@media (min-width: 992px) {
  .style-font-main-sub-menu {
    line-height: 1;
  }
}

.style-font-form {
  font-size: clamp(1.25rem, 1.0416666667vw, 1.25rem);
  line-height: 1;
}
@media (min-width: 992px) {
  .style-font-form {
    line-height: 1;
  }
}

/* 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 {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

/* ---------------------------------------------------------------------------- */
/* Components - Buttons */
/* ---------------------------------------------------------------------------- */
.btn-group {
  width: 100%;
}
.btn-group .button:hover {
  background: linear-gradient(96deg, #E50097 17.93%, #E5005B 55.11%, #F1910D 89.5%);
}
@media (min-width: 768px) {
  .btn-group {
    width: auto;
  }
}
.btn-group .button {
  color: var(--color-white);
  text-decoration: none;
  background: -webkit-linear-gradient(#F1910D, #E5005B, #E50097);
  cursor: pointer;
  padding: 0.4rem 0.4rem 0.4rem 1.2rem;
  line-height: 1.25;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-group .button {
    line-height: 1;
    width: auto;
  }
}
.btn-group .button.outline-fake {
  position: relative;
}
.btn-group .button.outline-fake span {
  position: relative;
  z-index: 1;
}
.btn-group .button.outline-fake:before {
  z-index: 0;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  content: "";
  background: var(--color-white);
}
.btn-group .button.bg-color-white {
  background: var(--color-white);
}
.btn-group .button.btn-big {
  padding: clamp(2.0625rem, 2.2395833333vw, 2.6875rem) clamp(3.125rem, 4.4791666667vw, 5.375rem);
}
.btn-group .button.btn-medium {
  padding: clamp(-52.625rem, 0.945205vw, 0.6875rem) clamp(0.9375rem, 1.561644vw, 0.5rem);
}
.btn-group .button.btn-square {
  padding: 0 clamp(1.75rem, 2.5520833333vw, 3.0625rem);
  max-height: 110px;
  height: 100%;
}
.btn-group .button .icon-load {
  opacity: 0;
}
.btn-group .button.full-w-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  .btn-group .button.full-w-mobile {
    width: auto;
  }
}
.btn-group .button.opaque-color-secondary {
  border: 2px solid var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-white);
}
.btn-group .button.opaque-color-secondary:hover {
  border-color: var(--color-blue);
  background: var(--color-blue);
}
.btn-group .button.outline-color-secondary {
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}
.btn-group .button.outline-color-secondary:hover {
  box-shadow: inset 0 0 0 1px var(--color-white);
  border-color: var(--color-white);
  background: transparent;
  color: var(--color-white);
}
.btn-group .button.outline-color-white {
  border: 2px solid var(--color-white);
  color: var(--color-white);
}
.btn-group .button.outline-color-white:hover {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
}
.btn-group .button.outline-color-white:hover i {
  color: var(--color-white);
}
.btn-group .button.outline-color-white i {
  color: var(--color-secondary);
  transition: all 0.3s ease;
}
.btn-group .button span {
  color: var(--color-white) !important;
  font-family: var(--font-secondary);
}
@media (max-width: 991.98px) {
  .btn-group.full-mobile {
    margin: 0 -50px;
  }
}
@media (max-width: 991.98px) {
  .btn-group.full-mobile .button {
    width: 100%;
    text-align: center;
  }
}
.btn-group .square {
  width: 61.936px;
  height: 61.936px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------------------------------------- */
/* Components - Content-text */
/* ---------------------------------------------------------------------------- */
/* Titles */
.suptitle {
  font: 500 1.4375rem/1.3 var(--font-secondary);
  margin-bottom: 15px;
  color: var(--color-secondary);
}

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

b, strong {
  font-weight: bold;
}

i, em {
  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 + .btn-group {
  margin-top: clamp(2.1875rem, 2.2395833333vw, 2.6875rem);
}
.content-text * {
  margin: 0;
}
.content-text ul {
  list-style: disc;
  padding-left: 28px;
}
.content-text ul li {
  margin: 5px 0;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  margin-top: 50px;
}
.content-text h1 + *,
.content-text h2 + *,
.content-text h3 + *,
.content-text h4 + *,
.content-text h5 + *,
.content-text h6 + * {
  margin-top: 0;
}
.content-text h5 {
  font-weight: var(--fw-semibold);
}
.content-text p {
  margin-top: 25px;
}
.content-text p + p {
  margin-top: 25px;
}
.content-text p + ol, .content-text p + ul {
  margin-top: 25px;
}
.content-text ul,
.content-text ol {
  font-family: var(--font-secondary);
}
.content-text ul + ol, .content-text ul + ul,
.content-text ol + ol,
.content-text ol + ul {
  margin-top: 0;
}
.content-text > *:first-child {
  margin-top: 0 !important;
}
.content-text > *:first-child {
  margin-top: 0;
}
.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text .text-holder > *:first-child {
  margin-top: 0;
}
.content-text .text-holder > *:last-child {
  margin-bottom: 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: 1111;
  position: relative;
  transition: all 0.3s ease;
  /* End Shrink */
}
@media (min-width: 1100px) {
  header {
    height: 100%;
    max-height: 8.3333333333vw;
  }
}
header svg {
  height: 100%;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img1.png") repeat, linear-gradient(339deg, #E50097 15.78%, #E5005B 59.81%, #F1910D 100.53%);
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s ease;
}
header ul li {
  position: relative;
}
header ul li a {
  font-weight: var(--fw-bold);
  position: relative;
  font-family: var(--font-secondary);
  z-index: 1;
  color: var(--color-white);
  transition: all 0.3s ease;
}
header ul li:hover > a {
  border-bottom: 1px solid var(--color-white);
}
header .btn-header {
  border: 2px solid var(--color-white);
  transition: all 0.3s ease;
}
header .btn-header:hover {
  text-shadow: inherit !important;
  border: 2px solid var(--color-main);
}
header .btn-header:hover span {
  text-shadow: inherit !important;
}
header .svg-hover {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
header .btn-header:hover .svg-default {
  display: none;
}
header .btn-header:hover .svg-hover {
  display: inline-block;
  opacity: 1;
}
header .hamburger {
  transition: all 0.3s ease-in-out;
  padding: 7px;
  padding-right: 0;
}
header .hamburger .line {
  width: 37px;
  height: 2px;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
  background: -webkit-linear-gradient(#F1910D, #E5005B, #E50097);
}
header .hamburger .line:first-of-type {
  margin-top: 0;
}
header .hamburger .line:last-of-type {
  margin-bottom: 0;
}
header .hamburger:hover {
  cursor: pointer;
}
header .hamburger.is-active {
  animation: smallbig 0.6s forwards;
  opacity: 1;
  visibility: visible;
}
header .hamburger.is-active .line:nth-child(1),
header .hamburger.is-active .line:nth-child(2),
header .hamburger.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}
header .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
header .hamburger.is-active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
header.home-page .inner-white {
  stop-color: var(--color-white);
}
header.home-page .hamburger .line {
  background: var(--color-white);
}
header.inner-page, header.shrink {
  box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1100px) {
  header.inner-page, header.shrink {
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  }
}
header .container {
  background-color: transparent;
}
header.inner-page {
  background: white;
}
header.inner-page .inner-white:nth-child(1) {
  stop-color: #E50097;
}
header.inner-page .inner-white:nth-child(2) {
  stop-color: #E5005B;
}
header.inner-page .inner-white:nth-child(3) {
  stop-color: #F1910D;
}
header.inner-page ul li:hover > a {
  border-bottom: 1px solid var(--color-main);
}
header.inner-page a,
header.inner-page i {
  background: -webkit-linear-gradient(#F1910D, #E5005B, #E50097);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .logo-holder {
  flex: 0 0 80px;
}
@media (min-width: 1600px) {
  header .logo-holder {
    flex: 0 0 150px;
  }
}
header .logo-holder a {
  text-decoration: none !important;
  border: none !important;
}
header .logo-holder .logo {
  flex: 1;
  position: relative;
}
header .logo-holder .logo svg {
  width: 100%;
  transition: all 0.3s ease;
}
header.shrink {
  min-height: 120px;
}
@media (min-width: 1100px) {
  header.shrink {
    max-height: 6.25vw;
  }
}
header.shrink:before {
  opacity: 1;
}
header.shrink.inner-page .hamburger .line {
  background: var(--color-white);
}
header.shrink.inner-page .inner-white:nth-child(1) {
  stop-color: #FFF;
}
header.shrink.inner-page .inner-white:nth-child(2) {
  stop-color: #FFF;
}
header.shrink.inner-page .inner-white:nth-child(3) {
  stop-color: #FFF;
}
header.shrink.inner-page ul li:hover > a {
  border-bottom: 1px solid var(--color-white);
}
header.shrink .logo-holder .logo svg {
  max-width: 100px !important;
}
header.shrink .menu-item a {
  color: var(--color-white);
  background: transparent !important;
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
header .menu-item {
  margin: 0 1.5625vw;
  padding: 25px 0;
}
header .menu-item .sub-menu {
  min-width: 385px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.1);
}
header .menu-item .sub-menu .menu-item {
  display: flex;
  align-items: center;
  align-self: stretch;
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
}
header .menu-item .sub-menu .menu-item a {
  border: none !important;
  width: 100%;
  padding: 20px 25px;
  position: relative;
  font-family: var(--font-secondary);
  background: transparent;
  background: -webkit-linear-gradient(#F1910D, #E5005B, #E50097) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 0.3s ease;
}
header .menu-item .sub-menu .menu-item:hover a {
  background: linear-gradient(339deg, #E50097 15.78%, #E5005B 59.81%, #F1910D 100.53%) !important;
  color: var(--color-white);
  text-shadow: inherit !important;
  border: none !important;
  -webkit-text-fill-color: initial !important;
  text-decoration: none !important;
}
header .menu-item:hover > .sub-menu {
  pointer-events: auto;
  opacity: 1;
}
header .color-input a {
  -webkit-text-fill-color: unset !important;
}

.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: 1100px) {
  .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);
}