@charset "utf-8";
/*
Theme Name:		Votre thème
Description: 	Thème créé sur mesure pour vous!
Version: 		1.0.0

Author: 		Duo
Author URI: 	https://duoeg.com
Template: 		starting-point
Text Domain:	starting-point-child 
*/
/* Mixins
 * ================================================== */
.fa,
.far,
.fas,
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fad {
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.fal {
  font-weight: 300;
}
.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.transitions {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.bgspin:before {
  content: "";
  position: absolute;
  z-index: -5;
  bottom: -100px;
  right: -75px;
  width: 256px;
  height: 256px;
  background-color: var(--sp_color_2);
  -webkit-mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
  mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
  -webkit-mask-size: 256px 256px;
  mask-size: 256px 256px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
/* General
 * ================================================== */
button,
input[type="submit"],
input[type="reset"],
.sp_btn,
.sp_btn[class*="fx-"],
.add_to_cart_button,
.product_type_simple,
.product_type_variable,
.single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled] {
  padding: 20px 40px;
  border-radius: 15px;
  background-color: var(--sp_color_1);
  box-shadow: none;
  color: var(--sp_color_4);
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
.sp_btn:before,
.sp_btn[class*="fx-"]:before,
.add_to_cart_button:before,
.product_type_simple:before,
.product_type_variable:before,
.single_add_to_cart_button:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:before,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:before {
  background: var(--sp_color_2);
}
@media (min-width: 768px) {
  button,
  input[type="submit"],
  input[type="reset"],
  .sp_btn,
  .sp_btn[class*="fx-"],
  .add_to_cart_button,
  .product_type_simple,
  .product_type_variable,
  .single_add_to_cart_button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled],
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled] {
    padding: 20px 60px;
  }
}
html,
body {
  scroll-behavior: smooth;
}
body {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden !important;
  background-color: var(--sp_color_6);
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
#toTop {
  border-radius: 0;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none !important;
  opacity: 0;
  bottom: 10px;
  visibility: hidden;
}
#toTop i:before {
  content: "\f062";
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  padding: 0;
}
.background-image {
  background-size: cover;
  background-position: center;
}
h1 {
  font-size: clamp(36px, 10vw, 75px);
  line-height: clamp(46px, 13vw, 82px);
  font-weight: 800;
}
h2 {
  color: var(--sp_color_3);
  font-size: clamp(45px, 5vw, 45px);
  line-height: clamp(50px, 6.5vw, 50px);
  font-weight: 800;
  margin-bottom: 30px;
}
h3 {
  font-size: clamp(24px, 5vw, 30px);
  margin: 0 0 20px;
  font-weight: 800;
}
.section {
  position: relative;
  padding: 30px 0;
}
.section p,
.section ul,
.section ol {
  margin-bottom: 25px;
}
.section ol {
  list-style-type: none;
  counter-reset: items 0;
  padding-left: 0;
}
.section ol li {
  counter-increment: items 1;
  position: relative;
  padding: 20px 20px 20px 60px;
  color: var(--sp_color_3);
  font-weight: 800;
  font-size: 30px;
}
.section ol li:before {
  text-align: right;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  bottom: 23px;
  left: 0;
  content: "0" counter(items);
}
.section ol li:nth-child(n+10):before {
  content: counter(items);
}
.section ol li + li {
  border-top: 1px solid var(--sp_color_3);
}
.section .sp-column.has-background-image > .background-image {
  border-radius: 20px;
  height: clamp(300px, 75vw, 500px);
  margin-top: 65px;
}
.section-2 {
  text-align: center;
}
.section.grid-1-4 .container .row .column-0 {
  grid-area: large;
}
.section.grid-1-4 .container .row .column-1 {
  grid-area: sm1;
}
.section.grid-1-4 .container .row .column-2 {
  grid-area: sm2;
}
.section.grid-1-4 .container .row .column-3 {
  grid-area: sm3;
}
.section.grid-1-4 .container .row .column-4 {
  grid-area: sm4;
}
.section.grid-1-4 .container .row .column-1,
.section.grid-1-4 .container .row .column-2,
.section.grid-1-4 .container .row .column-3,
.section.grid-1-4 .container .row .column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 50px;
}
.section.grid-1-4 .container .row .column-1 > .background-image,
.section.grid-1-4 .container .row .column-2 > .background-image,
.section.grid-1-4 .container .row .column-3 > .background-image,
.section.grid-1-4 .container .row .column-4 > .background-image {
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .section.grid-1-4 .container .row {
    display: -ms-grid;
    display: grid;
    gap: 50px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-areas: "large large" "sm1 sm2" "sm3 sm4";
    -ms-grid-columns: 1fr 45%;
        grid-template-columns: 1fr 45%;
  }
}
@media (min-width: 1200px) {
  .section.grid-1-4 .container .row {
    gap: 30px;
    grid-template-areas: "large sm1 sm2" "large sm3 sm4";
    -ms-grid-columns: 1fr 20% 20%;
        grid-template-columns: 1fr 20% 20%;
  }
}
.section > .background-image,
.section > .background-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -600;
}
.section > .background-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -500;
  opacity: 1;
  background: -webkit-linear-gradient(top, #10382f 0%, rgba(28, 95, 80, 0) 30%, rgba(28, 95, 80, 0) 35%, rgba(28, 95, 80, 0.9) 90%);
  background: linear-gradient(to bottom, #10382f 0%, rgba(28, 95, 80, 0) 30%, rgba(28, 95, 80, 0) 35%, rgba(28, 95, 80, 0.9) 90%);
}
@media (min-width: 1200px) {
  .section > .background-image:before {
    background: -webkit-linear-gradient(left, rgba(3, 35, 25, 0.85) 0%, rgba(3, 35, 25, 0.6) 100%);
    background: linear-gradient(to right, rgba(3, 35, 25, 0.85) 0%, rgba(3, 35, 25, 0.6) 100%);
  }
}
@media (min-width: 992px) {
  .section {
    padding: 75px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 100px 0;
  }
}
.sp-column.fifth.has-background-image {
  position: relative;
  padding-top: 300px;
  text-align: left;
  color: var(--sp_color_4);
  font-weight: 800;
  text-shadow: 0 2px 2px black;
  margin-bottom: 40px;
}
.sp-column.fifth.has-background-image .content {
  padding: 15px;
}
.sp-column.fifth.has-background-image > .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -2;
  margin-top: 0;
  height: auto;
  min-height: auto;
  max-height: auto;
}
@media (min-width: 992px) {
  .sp-column.fifth.has-background-image {
    width: 20%;
    margin-bottom: 50px;
  }
  .sp-column.fifth.has-background-image > .background-image {
    right: 15px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .sp-column.fifth.has-background-image {
    margin-bottom: 80px;
  }
}
.sp-column-tabs .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  padding-bottom: 30px;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.sp-column-tabs .tab-content::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.sp-column-tabs .tab-pane {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  scroll-snap-align: start;
  position: relative;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 30px 30px;
}
.sp-column-tabs .tab-pane h3 {
  color: var(--sp_color_4);
}
.sp-column-tabs .tab-pane .sp_btn {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-end;
  background-color: var(--sp_color_5);
}
.sp-column-tabs .tab-pane .sp_btn:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid var(--sp_color_3);
}
.sp-column-tabs .tab-pane:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--sp_color_7);
  z-index: -1;
  border-radius: inherit;
  opacity: 0.2;
}
.sp-column-tabs .tab-pane:after {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  content: "";
  position: absolute;
  bottom: 125px;
  right: 30px;
  left: 30px;
  border-bottom: 2px solid var(--sp_color_4);
}
.sp-column-tabs .tab-pane > *:not(h3):not(.sp_btn) {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  max-height: 0;
  overflow: hidden;
}
.sp-column-tabs .tab-pane > *:not(h3):not(.sp_btn):last-of-type {
  margin-bottom: 75px;
}
.sp-column-tabs .tab-pane.active {
  padding: 0;
  border-radius: 20px 20px 0 0;
}
.sp-column-tabs .tab-pane.active h3 {
  color: var(--sp_color_3);
}
.sp-column-tabs .tab-pane.active .sp_btn {
  margin-bottom: 30px;
  background-color: var(--sp_color_1);
}
.sp-column-tabs .tab-pane.active > *:not(h3):not(.sp_btn) {
  max-height: none;
}
.sp-column-tabs .tab-pane.active:before {
  background-color: var(--sp_color_4);
}
.sp-column-tabs .tab-pane.active:after {
  right: 0;
  left: 0;
  border-color: var(--sp_color_3);
}
@media (min-width: 1200px) {
  .sp-column-tabs .tab-pane {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
  .sp-column-tabs .tab-pane.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }
}
/* Custom arrow nav
 * ================================================== */
.recent-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.recent-post-nav .go-new,
.recent-post-nav .go-old {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
  font-size: 32px;
  color: var(--sp_color_4);
  border-radius: 70px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.recent-post-nav .go-new:before,
.recent-post-nav .go-old:before,
.recent-post-nav .go-new:after,
.recent-post-nav .go-old:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.recent-post-nav .go-new:before,
.recent-post-nav .go-old:before {
  background-color: var(--sp_color_1);
  z-index: -2;
}
.recent-post-nav .go-new:after,
.recent-post-nav .go-old:after {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-color: var(--sp_color_2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
.recent-post-nav .go-new:active:after,
.recent-post-nav .go-old:active:after,
.recent-post-nav .go-new:focus:after,
.recent-post-nav .go-old:focus:after,
.recent-post-nav .go-new:hover:after,
.recent-post-nav .go-old:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* Header
 * ================================================== */
.site-header {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 75;
}
.site-header .navbar {
  display: none;
  min-height: 0;
  margin-bottom: 0;
}
.site-header .navbar-header {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  text-align: center;
  margin: 85px 0 55px;
}
.site-header .navbar-toggle {
  border-radius: 0;
  float: none;
  margin: 0 auto;
  color: var(--sp_color_4);
  font-size: 24px;
  line-height: 75%;
  font-weight: 500;
  padding: 10px;
  width: 100%;
}
.site-header .navbar-toggle i {
  display: none;
}
.site-header .navbar-toggle span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 10px 0;
  border-top: 2px solid var(--sp_color_4);
  border-bottom: 2px solid var(--sp_color_4);
}
.site-header .logo-container {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 313px;
  height: 110px;
  grid-area: logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .site-header .logo-container {
    width: 225px;
  }
}
.site-header .site-logo {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.site-header .site-logo path {
  fill: var(--sp_color_4);
}
.site-header .site-logo-link {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  margin: 0 auto 0 0;
}
.site-header .navbar {
  border-radius: 20px;
  display: none;
}
.site-header .navbar li[data-sp-mod] {
  padding-top: 10px;
}
.site-header .navbar li[data-sp-mod] a:active,
.site-header .navbar li[data-sp-mod] a:focus,
.site-header .navbar li[data-sp-mod] a:hover {
  color: var(--sp_color_2);
  background-color: transparent;
}
.site-header .navbar ul > li a {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  color: var(--sp_color_4);
  font-weight: bold;
  font-size: 17px;
  padding: 15px 12px;
  border-radius: 50px;
}
.site-header .navbar ul > li a:active,
.site-header .navbar ul > li a:focus,
.site-header .navbar ul > li a:hover {
  color: var(--sp_color_4) !important;
  background-color: var(--sp_color_1);
}
@media (min-width: 1500px) {
  .site-header .navbar ul > li a {
    padding: 15px 20px;
  }
}
.site-header .navbar-header {
  display: block;
}
@media (min-width: 768px) {
  .site-header .navbar-header {
    margin: 25px 0;
  }
}
@media (min-width: 992px) {
  .site-header .navbar-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header .navbar {
    display: block;
  }
}
.site-header .nav-primary {
  grid-area: primary;
  border: none;
  background: transparent;
}
.site-header .nav-utility {
  grid-area: utility;
  background-color: var(--sp_color_4);
}
.site-header .nav-utility ul > li a {
  color: var(--sp_color_1);
  font-weight: bold;
  font-size: 17px;
}
.site-header .nav-utility ul > li a svg path:not([fill="white"]) {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.site-header .nav-utility ul > li a:active,
.site-header .nav-utility ul > li a:focus,
.site-header .nav-utility ul > li a:hover {
  color: var(--sp_color_7);
}
.site-header .nav-utility ul > li a:active svg path:not([fill="white"]),
.site-header .nav-utility ul > li a:focus svg path:not([fill="white"]),
.site-header .nav-utility ul > li a:hover svg path:not([fill="white"]) {
  fill: var(--sp_color_2);
}
@media (min-width: 1500px) {
  .site-header .nav-utility {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .site-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .site-header .row {
    display: -ms-grid;
    display: grid;
    gap: 27px 10px;
    grid-template-areas: "logo . utility" "logo primary primary";
    -ms-grid-columns: 320px 1fr auto;
        grid-template-columns: 320px 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
  }
}
@media (min-width: 1200px) {
  .site-header .row {
    grid-template-areas: "logo primary utility";
  }
  .site-header .row .nav-primary {
    justify-self: end;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .site-header .row {
    -ms-grid-columns: 225px 1fr auto;
        grid-template-columns: 225px 1fr auto;
  }
}
/* Footer
 * ================================================== */
.site-footer {
  color: var(--sp_color_4);
  padding: 50px 0 0;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.site-footer a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  color: var(--sp_color_4);
}
.site-footer a:not(.site-author-link) {
  padding: 10px;
}
.site-footer a:active:not(.site-author-link),
.site-footer a:focus:not(.site-author-link),
.site-footer a:hover:not(.site-author-link) {
  color: var(--sp_color_7);
}
.site-footer .bottom-part {
  padding: 20px 0;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .site-footer .bottom-part .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .bottom-part .copyright,
  .site-footer .bottom-part .links,
  .site-footer .bottom-part .author-container {
    -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
  }
  .site-footer .bottom-part .module-socialMedia {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
  }
}
.site-footer .bottom-part:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background-color: var(--sp_color_1);
}
@media (min-width: 1200px) {
  .site-footer .bottom-part .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .site-footer .bottom-part .copyright,
  .site-footer .bottom-part .links,
  .site-footer .bottom-part .author-container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .site-footer .bottom-part .author-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .site-footer .bottom-part .author-container {
    padding-right: 70px;
  }
}
.site-footer .main-sidebar {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-areas: "logo" "nav" "valgo" "contact" "lang";
}
@media (min-width: 768px) {
  .site-footer .main-sidebar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-areas: "logo nav" "contact nav" "valgo lang";
    gap: 20px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .site-footer .main-sidebar {
    grid-template-areas: "logo nav contact" ". valgo lang";
  }
}
.site-footer .widget_polylang {
  grid-area: lang;
  font-weight: bold;
}
.site-footer .widget_polylang ul {
  padding: 0;
}
.site-footer .widget_polylang li {
  list-style-type: none;
}
@media (min-width: 1200px) {
  .site-footer .widget_polylang a {
    padding: 0;
  }
}
.site-footer .module-socialMedia span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.site-footer .widget_media_image {
  grid-area: logo;
}
.site-footer .widget_media_image svg {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  max-height: 88px;
}
@media (min-width: 768px) {
  .site-footer .widget_media_image svg {
    margin-top: 20px;
  }
}
.site-footer .widget_nav_menu {
  grid-area: nav;
  margin: 20px auto;
}
.site-footer .widget_nav_menu ul {
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .site-footer .widget_nav_menu ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 768px) {
  .site-footer .widget_nav_menu {
    margin: 0;
  }
}
.site-footer .widget_text {
  grid-area: contact;
}
.site-footer .widget_text a {
  font-weight: bold;
  padding: 0;
}
.site-footer .widget_custom_html {
  grid-area: valgo;
}
.site-footer .widget_custom_html img,
.site-footer .widget_custom_html svg {
  display: block;
  margin: 10px auto;
}
@media (min-width: 1200px) {
  .site-footer .widget_custom_html {
    text-align: right;
  }
  .site-footer .widget_custom_html img,
  .site-footer .widget_custom_html svg {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
}
.site-footer .row {
  margin: 0;
}
.site-footer svg path {
  fill: var(--sp_color_4);
}
.site-footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -2;
  background-color: var(--sp_color_2);
}
@media (min-width: 1200px) {
  .site-footer {
    text-align: left;
  }
}
/* Home page
 * ================================================== */
.page-template-front-page .section {
  padding-top: 0;
}
.page-template-front-page .section-0 {
  overflow: hidden;
  color: var(--sp_color_4);
  padding-top: 700px;
  padding-bottom: 90px;
  font-size: 20px;
}
.page-template-front-page .section-0 > .background-image {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-animation-name: growHeader;
          animation-name: growHeader;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (min-width: 992px) {
  .page-template-front-page .section-0 > .background-image {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media (min-width: 1200px) {
  .page-template-front-page .section-0 {
    padding-top: clamp(275px, 50vh, 375px);
    padding-bottom: 100px;
  }
  .page-template-front-page .section-0 .sp-column {
    width: 50%;
  }
}
.page-template-front-page .section-1 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .page-template-front-page .section-1 .sp-column.has-background-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .page-template-front-page .section-1 .sp-column.has-background-image .content,
  .page-template-front-page .section-1 .sp-column.has-background-image .background-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%;
  }
}
.page-template-front-page .section-2 {
  text-align: left;
  padding-bottom: 0;
}
.page-template-front-page .section-3 .sp-column {
  position: relative;
  color: var(--sp_color_4);
  border-radius: 20px;
  overflow: hidden;
}
.page-template-front-page .section-3 .sp-column h3 {
  text-shadow: 0 2px 2px black;
}
.page-template-front-page .section-3 .sp-column .content {
  padding: 50px 25px 15px;
}
.page-template-front-page .section-3 .sp-column > .background-image {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: -2;
  height: auto;
  border-radius: inherit;
  overflow: hidden;
}
.page-template-front-page .section-3 .sp-column > .background-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page-template-front-page .section-3 .sp-column:not(.has-background-image) {
  padding: 0;
}
.page-template-front-page .section-3 .sp-column:not(.has-background-image) .content {
  padding: 0 30px;
}
.page-template-front-page .section-3 .sp-column.has-background-image + .has-background-image {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .page-template-front-page .section-3:before {
    content: "";
    position: absolute;
    z-index: -5;
    bottom: -100px;
    right: -75px;
    width: 256px;
    height: 256px;
    background-color: var(--sp_color_2);
    -webkit-mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
    mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
    -webkit-mask-size: 256px 256px;
    mask-size: 256px 256px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .page-template-front-page .section-3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 0;
  }
  .page-template-front-page .section-3 .row .sp-column.has-background-image {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    padding: 0;
  }
  .page-template-front-page .section-3:before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .page-template-front-page .section-3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .page-template-front-page .section-3 .row .sp-column.has-background-image {
    margin-top: 0;
  }
  .page-template-front-page .section-3 .row .sp-column.has-background-image:nth-of-type(4n + 1),
  .page-template-front-page .section-3 .row .sp-column.has-background-image:nth-of-type(4n + 2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(40% - 15px);
            flex: 1 1 calc(40% - 15px);
  }
  .page-template-front-page .section-3 .row .sp-column.has-background-image:nth-of-type(4n + 3),
  .page-template-front-page .section-3 .row .sp-column.has-background-image:nth-of-type(4n + 4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(60% - 15px);
            flex: 1 1 calc(60% - 15px);
  }
}
.page-template-front-page .section-4:before {
  content: "";
  position: absolute;
  z-index: -5;
  bottom: -100px;
  right: -75px;
  width: 256px;
  height: 256px;
  background-color: var(--sp_color_2);
  -webkit-mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
  mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
  -webkit-mask-size: 256px 256px;
  mask-size: 256px 256px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-template-front-page .section-4 .sp-column.has-background-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .page-template-front-page .section-4 .sp-column.has-background-image .content,
  .page-template-front-page .section-4 .sp-column.has-background-image .background-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49%;
            flex: 1 1 49%;
  }
}
.page-template-front-page .section-5 h2 {
  color: var(--sp_color_3);
}
/* News - Latest
 * ================================================== */
.recent-posts-feed article {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  scroll-snap-align: start;
  padding: 10px 10px 20px;
  background-color: var(--sp_color_4);
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .recent-posts-feed article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 1200px) {
  .recent-posts-feed article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}
.recent-posts-feed .post-image {
  border-radius: inherit;
  height: 250px;
  position: relative;
}
.recent-posts-feed .post-image .preview-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: inherit;
}
.recent-posts-feed .latest-posts-feed-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.recent-posts-feed .latest-posts-feed-pagination li {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  background-color: var(--sp_color_3);
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  cursor: pointer;
}
.recent-posts-feed .latest-posts-feed-pagination li:active,
.recent-posts-feed .latest-posts-feed-pagination li:focus,
.recent-posts-feed .latest-posts-feed-pagination li:hover {
  background-color: var(--sp_color_2);
}
.recent-posts-feed .latest-posts-feed-pagination li.active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  aspect-ratio: auto;
  background-color: var(--sp_color_1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .recent-posts-feed .latest-posts-feed-pagination li:nth-of-type(even) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .recent-posts-feed .latest-posts-feed-pagination li:nth-of-type(4n),
  .recent-posts-feed .latest-posts-feed-pagination li:nth-of-type(4n - 1),
  .recent-posts-feed .latest-posts-feed-pagination li:nth-of-type(4n - 2) {
    display: none;
  }
}
.recent-posts-feed .post-excerpt {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title title" "preview btn";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recent-posts-feed .post-excerpt h3 {
  grid-area: title;
  margin-top: 20px;
  margin-bottom: 10px;
}
.recent-posts-feed .post-excerpt h3 a {
  color: inherit;
}
.recent-posts-feed .post-excerpt h3 a:active,
.recent-posts-feed .post-excerpt h3 a:focus,
.recent-posts-feed .post-excerpt h3 a:hover {
  color: var(--sp_color_2);
}
.recent-posts-feed .post-excerpt .the-excerpt {
  grid-area: preview;
}
.recent-posts-feed .post-excerpt .view-post {
  grid-area: btn;
}
.recent-posts-feed .post-excerpt .view-post path {
  fill: var(--sp_color_4);
}
.recent-posts-feed .post-excerpt .view-post ellipse {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  fill: var(--sp_color_1);
}
.recent-posts-feed .post-excerpt .view-post:active ellipse,
.recent-posts-feed .post-excerpt .view-post:focus ellipse,
.recent-posts-feed .post-excerpt .view-post:hover ellipse {
  fill: var(--sp_color_2);
}
.recent-posts-feed .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.recent-posts-feed .posts::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.recent-posts-feed .the-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-posts-feed .view-post {
  width: 48px;
  height: 48px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}
/* Blog home
 * ================================================== */
.page-template-home {
  padding-top: 150px;
}
.page-template-home .view-post {
  color: var(--sp_color_5);
  padding: 5px;
  background-color: transparent;
}
.page-template-home .view-post svg {
  background-color: var(--sp_color_1);
  border-radius: 50px;
}
.page-template-home .view-post svg path {
  fill: var(--sp_color_4);
}
.page-template-home .view-post:active,
.page-template-home .view-post:focus,
.page-template-home .view-post:hover {
  padding-right: 0;
}
.page-template-home .view-post:active svg,
.page-template-home .view-post:focus svg,
.page-template-home .view-post:hover svg {
  background-color: var(--sp_color_2);
}
.page-template-home #page-container {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .page-template-home #page-container {
    padding: 75px 0 0;
  }
}
@media (min-width: 992px) {
  .page-template-home #page-container {
    padding: 75px 0 25px;
  }
}
@media (min-width: 1200px) {
  .page-template-home #page-container {
    padding: 100px 0 40px;
  }
}
.page-template-home .preview-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-home .section a:not(.sp_btn) {
  color: var(--sp_color_5);
  font-weight: bold;
}
.page-template-home .recent-posts article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-home .recent-posts article .post-image {
  aspect-ratio: 2 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: #f6f7f9;
  background-image: -webkit-linear-gradient(left, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
  background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.page-template-home .recent-posts article .post-image .preview-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-template-home .recent-posts article + article {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--sp_color_6);
}
@media (min-width: 992px) {
  .page-template-home .recent-posts article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
  .page-template-home .recent-posts article .post-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}
.page-template-home .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 40px auto;
  font-size: 18px;
  line-height: 18px;
  border-top: 2px solid var(--sp_color_3);
  border-radius: 0;
  padding: 20px 80px 10px 0;
}
.page-template-home .pagination li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-template-home .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  line-height: 1;
  border: none;
  aspect-ratio: 1 / 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: initial;
  color: var(--sp_color_4);
  background-color: var(--sp_color_3);
}
.page-template-home .pagination .page-numbers:not(.next):not(.prev) {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.page-template-home .pagination .page-numbers.current,
.page-template-home .pagination .page-numbers:active,
.page-template-home .pagination .page-numbers:focus,
.page-template-home .pagination .page-numbers:hover {
  background-color: var(--sp_color_2);
}
.page-template-home .pagination svg {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-home .pagination {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .page-template-home .pagination {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-home .pagination {
    margin-top: 90px;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -750px 0;
  }
  100% {
    background-position: 750px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -750px 0;
  }
  100% {
    background-position: 750px 0;
  }
}
/* Secondary pages
 * ================================================== */
body:not(.page-template-front-page) h1 {
  color: var(--sp_color_5);
}
body:not(.page-template-front-page) .section-title-bar {
  padding-top: 150px;
  padding-bottom: 0;
  text-align: center;
}
/* Pages services
 * ================================================== */
body.page-template-page-services .sp-column.has-background-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
body.page-template-page-services .sp-column.has-background-image .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.page-template-page-services .sp-column.has-background-image > .background-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-height: clamp(250px, 25vw, 300px);
  min-width: 100%;
}
@media (min-width: 1200px) {
  body.page-template-page-services .sp-column.has-background-image > .background-image {
    min-height: clamp(350px, 30vw, 450px);
  }
}
/* Secondary pages or when scrolled down
 * ================================================== */
body:not(.page-template-front-page) .site-header,
.scrolled-down .site-header {
  background: var(--sp_color_1);
}
body:not(.page-template-front-page) .site-header .navbar-header,
.scrolled-down .site-header .navbar-header {
  margin: 0;
}
body:not(.page-template-front-page) .site-header .navbar-toggle,
.scrolled-down .site-header .navbar-toggle {
  width: 100%;
}
body:not(.page-template-front-page) .site-header .nav-primary li a:active,
.scrolled-down .site-header .nav-primary li a:active,
body:not(.page-template-front-page) .site-header .nav-primary li a:focus,
.scrolled-down .site-header .nav-primary li a:focus,
body:not(.page-template-front-page) .site-header .nav-primary li a:hover,
.scrolled-down .site-header .nav-primary li a:hover {
  background: var(--sp_color_2);
}
body:not(.page-template-front-page) .site-header .logo-container,
.scrolled-down .site-header .logo-container {
  height: 0;
}
@media (min-width: 768px) {
  body:not(.page-template-front-page) .site-header,
  .scrolled-down .site-header {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  body:not(.page-template-front-page) .site-header .logo-container,
  .scrolled-down .site-header .logo-container {
    height: auto;
    height: 60px;
  }
  body:not(.page-template-front-page) .site-header .site-logo,
  .scrolled-down .site-header .site-logo {
    height: 60px;
  }
  body:not(.page-template-front-page) .site-header .row,
  .scrolled-down .site-header .row {
    gap: 0 10px;
  }
}
@media (min-width: 1200px) {
  body:not(.page-template-front-page) .site-header .row,
  .scrolled-down .site-header .row {
    gap: 0 27px;
    padding: 15px 0;
  }
}
/* Every other page
 * ================================================== */
body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0:before {
  content: "";
  position: absolute;
  z-index: -5;
  bottom: -100px;
  right: -75px;
  width: 256px;
  height: 256px;
  background-color: var(--sp_color_2);
  -webkit-mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
  mask-image: url('/wp-content/uploads/2024/05/spinner-valgo-canada.svg');
  -webkit-mask-size: 256px 256px;
  mask-size: 256px 256px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0 .sp-column.has-background-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
}
@media (min-width: 992px) {
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0 .sp-column.has-background-image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0 .sp-column.has-background-image .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin: 0 15% 0 5%;
  }
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0 .sp-column.has-background-image > .background-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0 .sp-column.has-background-image > .background-image {
    max-width: 50%;
    justify-self: flex-start;
  }
}
@media (min-width: 1200px) {
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0 .sp-column.has-background-image .content {
    margin: 0 10%;
  }
}
body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0:before {
  top: 0;
  bottom: 0;
  height: auto;
  right: 0;
  width: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: min(100%, 400px) min(100%, 400px);
          mask-size: min(100%, 400px) min(100%, 400px);
}
@media (min-width: 992px) {
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0:before {
    -webkit-mask-size: min(100%, 200px) min(100%, 200px);
            mask-size: min(100%, 200px) min(100%, 200px);
  }
}
@media (min-width: 1200px) {
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0:before {
    -webkit-mask-size: min(100%, 275px) min(100%, 275px);
            mask-size: min(100%, 275px) min(100%, 275px);
  }
}
@media (min-width: 1500px) {
  body:not(.page-template-front-page):not(.page-template-home):not(page-template-page-services) .section-0:before {
    -webkit-mask-size: min(100%, 500px) min(100%, 500px);
            mask-size: min(100%, 500px) min(100%, 500px);
  }
}
/* Scrolled down
 * ================================================== */
.scrolled-down #toTop {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
/* Mobile menu
 * ================================================== */
.offscreen-menu {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: -webkit-linear-gradient(left, var(--sp_color_1) 0%, var(--sp_color_2) 100%);
  background: linear-gradient(to right, var(--sp_color_1) 0%, var(--sp_color_2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offscreen-menu .logo-container {
  margin: 40px 0 45px;
}
.offscreen-menu .logo-container path {
  fill: var(--sp_color_4);
}
.offscreen-menu .navbar-header {
  display: block;
  width: 100%;
}
.offscreen-menu .navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--sp_color_4);
  font-size: 20px;
  margin: 0;
  float: none;
  width: 100%;
}
.offscreen-menu #sp-mobile-primary-menu-container {
  width: 100%;
  max-width: 450px;
}
.offscreen-menu .navbar-nav {
  width: 100%;
  font-weight: 700;
  color: var(--sp_color_4);
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.offscreen-menu .navbar-nav li a {
  color: var(--sp_color_4);
}
.offscreen-menu .navbar-nav.mobile-primary {
  border-top: 1px solid var(--sp_color_4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px auto;
  font-size: 25px;
}
.offscreen-menu .navbar-nav.mobile-primary a {
  padding: 25px 40px;
}
.offscreen-menu .navbar-nav.mobile-primary a:active,
.offscreen-menu .navbar-nav.mobile-primary a:focus,
.offscreen-menu .navbar-nav.mobile-primary a:hover {
  background-color: var(--sp_color_2);
}
.offscreen-menu .navbar-nav.mobile-primary a:active .nav-label,
.offscreen-menu .navbar-nav.mobile-primary a:focus .nav-label,
.offscreen-menu .navbar-nav.mobile-primary a:hover .nav-label {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.offscreen-menu .navbar-nav.mobile-primary li {
  border-bottom: 1px solid var(--sp_color_4);
}
.offscreen-menu .navbar-nav.mobile-utility {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--sp_color_4);
  border-radius: 20px;
  padding: 15px 20px;
  gap: 30px;
  font-size: 17px;
}
.offscreen-menu .navbar-nav.mobile-utility > li > a {
  color: var(--sp_color_1);
  border-radius: 10px;
}
.offscreen-menu .navbar-nav.mobile-utility > li > a:active,
.offscreen-menu .navbar-nav.mobile-utility > li > a:focus,
.offscreen-menu .navbar-nav.mobile-utility > li > a:hover {
  color: var(--sp_color_4);
  background-color: var(--sp_color_2);
}
.offscreen-menu .module-socialMedia {
  margin: 0;
}
.offscreen-menu .module-socialMedia .module-inner a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 10px 15px;
  color: var(--sp_color_4);
}
.offscreen-menu .module-socialMedia .module-inner a i {
  background-color: var(--sp_color_1);
  border-radius: 40px;
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offscreen-menu .module-socialMedia .module-inner a:active i,
.offscreen-menu .module-socialMedia .module-inner a:focus i,
.offscreen-menu .module-socialMedia .module-inner a:hover i {
  background-color: var(--sp_color_2);
}
@media (min-width: 992px) {
  .offscreen-menu {
    display: none;
  }
}
.mobile-menu-visible {
  overflow: hidden !important;
}
.mobile-menu-visible .offscreen-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* Custom shortcode: techniques_traitements
 * ================================================== */
.section:has(.module-techniques) h2 {
  padding-right: 120px;
}
.module-techniques {
  position: relative;
}
.module-techniques h3 a {
  color: inherit;
  cursor: text;
}
.module-techniques .recent-post-nav {
  position: absolute;
  right: 0;
  top: 65px;
}
@media (min-width: 992px) {
  .module-techniques .recent-post-nav {
    top: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
.module-techniques .filters {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  margin-bottom: 80px;
}
.module-techniques .filters::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.module-techniques .filters li {
  font-weight: bold;
  color: var(--sp_color_5);
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 15px;
}
.module-techniques .filters li:active,
.module-techniques .filters li:focus,
.module-techniques .filters li:hover {
  color: var(--sp_color_2);
}
.module-techniques .filters li.active {
  color: var(--sp_color_4);
  background-color: var(--sp_color_1);
}
.module-techniques .filters li.active + li {
  border-left--color: var(--sp_color_1);
}
@media (min-width: 992px) {
  .module-techniques .filters li.active {
    color: var(--sp_color_1);
    background-color: transparent;
  }
}
.module-techniques .filters li + li {
  border-left: 2px solid var(--sp_color_3);
}
@media (min-width: 992px) {
  .module-techniques .filters li + li {
    border-top: 2px solid var(--sp_color_3);
    border-left: none;
  }
}
@media (min-width: 992px) {
  .module-techniques .filters li {
    padding: 25px 0;
  }
}
@media (min-width: 1200px) {
  .module-techniques .filters li {
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .module-techniques .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 30px;
  }
  .module-techniques .filters li {
    padding-right: 20px;
  }
}
.module-techniques .techniques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.module-techniques .techniques::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.module-techniques .techniques article {
  scroll-snap-align: start;
  color: var(--sp_color_4);
  background-color: var(--sp_color_1);
  border-radius: 20px;
  padding: 50px 30px 0;
  line-height: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .module-techniques .techniques {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (min-width: 992px) {
  .module-techniques {
    margin-bottom: 75px;
  }
  .module-techniques .module-inner {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "list tech";
  }
  .module-techniques .filters {
    grid-area: list;
  }
  .module-techniques .techniques {
    grid-area: tech;
  }
}
@media (min-width: 1200px) {
  .module-techniques {
    margin-bottom: 100px;
  }
}
@media (min-width: 1500px) {
  .module-techniques {
    margin-bottom: 130px;
  }
}
/* SP Module: Courriel
 * ================================================== */
.module-courriel i {
  display: none;
}
/* SP Module: Témoignages
 * ================================================== */
.module-feedback {
  padding-bottom: 100px;
}
.module-feedback blockquote {
  margin: 0;
  border: none;
}
.module-feedback .module-inner {
  overflow-x: hidden;
}
.module-feedback cite {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  color: var(--sp_color_4);
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  margin: 25px auto 15px;
}
.module-feedback .recent-post-nav {
  margin: 20px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.module-feedback .testimonial-inner {
  color: var(--sp_color_4);
  background-color: var(--sp_color_2);
  border-radius: 20px;
}
.module-feedback .feedback-module-content {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  overflow-x: scroll;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.module-feedback .feedback-module-content::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.module-feedback .feedback-module-content .module-content-item {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  scroll-snap-align: start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}
@media (min-width: 992px) {
  .module-feedback .feedback-module-content .module-content-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (min-width: 1200px) {
  .module-feedback .feedback-module-content .module-content-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
.module-feedback .stars {
  margin: 20px auto;
}
.module-feedback .stars svg path {
  fill: var(--sp_color_1);
}
/* SP Module: socialMedia
 * ================================================== */
.module-socialMedia span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* Custom animations
 * ================================================== */
@-webkit-keyframes growHeader {
  0% {
    -webkit-transform: scale(1.375);
            transform: scale(1.375);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes growHeader {
  0% {
    -webkit-transform: scale(1.375);
            transform: scale(1.375);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
