.recent-posts-slider .slick-dots {
  display: none;
}
.recent-posts-slider article {
  scroll-snap-align: start;
  padding: 10px 10px 20px;
  background-color: var(--sp_color_4);
  border-radius: 20px;
  flex: 0 0 70%;
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .recent-posts-slider article {
    flex: 0 0 48%;
  }
}
@media (min-width: 1200px) {
  .recent-posts-slider article {
    flex: 0 0 23%;
  }
}
.recent-posts-slider article:hover {
  transform: scale(1.05);
}
.recent-posts-slider .post-image {
  border-radius: inherit;
  height: 250px;
  position: relative;
}
.recent-posts-slider .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-slider .latest-posts-feed-pagination {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 5px;
  justify-content: center;
  padding-left: 0;
}
.recent-posts-slider .latest-posts-feed-pagination li {
  background-color: var(--sp_color_3);
  border-radius: 20px;
  flex: 0 0 18px;
  height: 18px;
  cursor: pointer;
}
.recent-posts-slider .latest-posts-feed-pagination li:active, .recent-posts-slider .latest-posts-feed-pagination li:focus, .recent-posts-slider .latest-posts-feed-pagination li:hover {
  background-color: var(--sp_color_2);
}
.recent-posts-slider .latest-posts-feed-pagination li.active {
  flex: 0 0 115px;
  aspect-ratio: auto;
  background-color: var(--sp_color_1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .recent-posts-slider .latest-posts-feed-pagination li:nth-of-type(even) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .recent-posts-slider .latest-posts-feed-pagination li:nth-of-type(4n), .recent-posts-slider .latest-posts-feed-pagination li:nth-of-type(4n - 1), .recent-posts-slider .latest-posts-feed-pagination li:nth-of-type(4n - 2) {
    display: none;
  }
}
.recent-posts-slider .post-excerpt {
  display: grid;
  grid-template-areas: "title title" "preview btn";
  align-items: center;
}
.recent-posts-slider .post-excerpt h3 {
  grid-area: title;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.recent-posts-slider .post-excerpt h3 a {
  color: inherit;
}
.recent-posts-slider .post-excerpt h3 a:active, .recent-posts-slider .post-excerpt h3 a:focus, .recent-posts-slider .post-excerpt h3 a:hover {
  color: var(--sp_color_2);
}
.recent-posts-slider .post-excerpt .the-excerpt {
  grid-area: preview;
}
.recent-posts-slider .post-excerpt .view-post {
  grid-area: btn;
}
.recent-posts-slider .post-excerpt .view-post path {
  fill: var(--sp_color_4);
}
.recent-posts-slider .post-excerpt .view-post ellipse {
  fill: var(--sp_color_1);
}
.recent-posts-slider .post-excerpt .view-post:active ellipse, .recent-posts-slider .post-excerpt .view-post:focus ellipse, .recent-posts-slider .post-excerpt .view-post:hover ellipse {
  fill: var(--sp_color_2);
}
.recent-posts-slider .posts {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.recent-posts-slider .posts::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.recent-posts-slider .the-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-posts-slider .view-post {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.slick-slider .slick-slide {
  margin: 0 15px;
}
.slick-slider .slick-list {
  margin: 0 -15px;
}
.slick-slider .slick-track {
  display: flex;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: var(--sp_color_2);
  width: 61px;
}
.slick-dots li:hover button {
  background: var(--sp_color_2);
}
.slick-dots li button {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  padding: 0;
  border: 0;
  font-size: 0;
  background: var(--sp_color_3);
  transition: all 250ms ease-in-out;
}

.page-template-front-page .section-0 > .background-image:before {
  display: none;
}
.page-template-front-page .section-0 > .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #1C5F50 38.5%, rgba(58, 197, 166, 0) 78.5%);
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.page-template-front-page .section-1 .sp-column.has-background-image .background-image {
  height: auto;
}
.page-template-front-page .section-1 .sp-column.has-background-image .background-image:before {
  content: "";
  padding-top: 50%;
  display: block;
}
.page-template-front-page .section-3:before {
  width: 500px;
  height: 500px;
  transform: none;
  left: -100px;
  mask-size: 500px 500px;
}
.page-template-front-page .section-3 #post-202-section-3-tab-0 > .content,
.page-template-front-page .section-3 #post-9-section-3-tab-0 > .content {
  padding: 0 !important;
}
.page-template-front-page .section-3 .sp-column {
  min-height: 309px;
  display: flex;
  align-items: flex-end;
}
.page-template-front-page .section-3 .sp-column#post-282-section-3-tab-0, .page-template-front-page .section-3 .sp-column#post-9-section-3-tab-0 {
  color: #333333 !important;
}
.page-template-front-page .section-3 .sp-column:not(.column-0) {
  padding: 0 26px 26px 62px !important;
}
.page-template-front-page .section-3 .sp-column:not(.column-0):hover p {
  transform: scaleY(1);
  max-height: none;
  opacity: 1;
}
.page-template-front-page .section-3 .sp-column:not(.column-0) p {
  overflow: hidden;
  max-height: 0;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: transform 0.25s ease-out;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.35em;
}
.page-template-front-page .section-3 .sp-column > .background-image {
  right: 0 !important;
  left: 0 !important;
}
.page-template-front-page .section-3 .sp-column h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.page-template-front-page .section-3 .sp-column .content {
  padding: 0;
}
.page-template-front-page .section-4:before {
  width: 500px;
  height: 500px;
  transform: none;
  right: -100px;
  mask-size: 500px 500px;
}
.page-template-front-page .section-4 .sp-column.has-background-image .background-image {
  height: auto;
}
.page-template-front-page .section-4 .sp-column.has-background-image .background-image:before {
  content: "";
  padding-top: 99%;
  display: block;
}
.page-template-front-page .section-5 {
  padding-bottom: 0 !important;
}
.page-template-front-page .section-5 h2 {
  text-align: center;
}

.site-footer {
  padding: 0 !important;
  font-size: 17px;
}
.site-footer:after {
  display: none !important;
}
.site-footer .footer-content {
  padding: 92px 0 50px 0;
  background: linear-gradient(279.92deg, #298C76 0.11%, #1C5F50 100%), #1C5F50;
}
.site-footer .bottom-part {
  padding: 18px 0 !important;
  background: var(--sp_color_1);
}
.site-footer .bottom-part:after {
  display: none;
}
.site-footer .bottom-part .site-credits {
  display: flex;
  align-items: center;
}
.site-footer .bottom-part .site-credits > p {
  margin: 0 40px 0 0;
}
.site-footer .bottom-part .row {
  gap: unset;
}
.site-footer .bottom-part nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.site-footer .bottom-part nav ul li {
  margin-right: 25px;
}
.site-footer .bottom-part nav ul li:last-child {
  margin-right: 0;
}
.site-footer .bottom-part nav ul li a {
  padding: 0;
}
.site-footer .footer-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
}
.site-footer .footer-notice span {
  margin-right: 13px;
}
.site-footer .footer-menu ul {
  list-style: none;
}
.site-footer .footer-menu ul li {
  list-style: none;
  margin-bottom: 16px;
}
.site-footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-menu ul li a {
  display: inline;
  padding: 0;
}
.site-footer .footer-coordinates a {
  font-weight: bold;
  font-size: 18px;
}
.site-footer .footer-coordinates p {
  margin-bottom: 15px;
}
.site-footer .footer-coordinates p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-lang {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 32px 0 0 0;
}
.site-footer .footer-lang li a {
  padding: 0;
}
.site-footer .links a {
  padding: 0 !important;
  margin-right: 10px;
}
.site-footer .links a:last-child {
  margin-right: 0;
}
.site-footer .site-author-link {
  vertical-align: middle;
}
.site-footer .site-author-link .prepend {
  position: relative;
  top: 3px;
  margin-right: 30px;
}

.the-content a {
  padding: 0 !important;
  display: inline !important;
}

img,
svg {
  max-width: 100%;
}

body:not(.page-template-front-page) h1 {
  color: var(--sp_color_3) !important;
  margin-top: 115px;
}

.page-template-page-services .section:not(.techniques-parent) .sp-column {
  gap: 0 !important;
}
.page-template-page-services .section:not(.techniques-parent) .sp-column .background-image {
  position: relative;
}
.page-template-page-services .section:not(.techniques-parent) .sp-column .background-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: var(--sp_color_4);
  z-index: -1;
}
.page-template-page-services .section:not(.techniques-parent) .sp-column > .content {
  background: var(--sp_color_4);
  margin: 0 !important;
  padding: 47px 59px 47px 36px;
  border-radius: 0 0 20px 20px;
}

.cartes-images {
  position: relative;
}
.cartes-images:after {
  content: "";
  position: absolute;
  z-index: -5;
  top: 478px;
  left: -250px;
  width: 500px;
  height: 500px;
  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: 500px 500px;
  mask-size: 500px 500px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sp-column-tabs .tab-content {
  display: block;
  scroll-snap-type: unset;
}
.sp-column-tabs .tab-pane {
  display: block !important;
  flex: unset !important;
  background: #BEBEBE;
}
.sp-column-tabs .tab-pane:before {
  display: none;
}
.sp-column-tabs .tab-pane:after {
  display: none;
}
.sp-column-tabs .tab-pane h3 {
  border-bottom: 1px solid var(--sp_color_4);
  padding-bottom: 100px;
}
.sp-column-tabs .tab-pane.active {
  padding: 60px 30px 30px 30px;
  border-radius: 20px;
}
.sp-column-tabs .tab-pane.active:before {
  display: none;
}
.sp-column-tabs .tab-pane.active h3 {
  color: var(--sp_color_4);
}
.sp-column-tabs .tab-pane.active > :not(h3):not(.sp_btn) {
  max-height: 0;
}
.sp-column-tabs .tab-pane.active .sp_btn {
  margin-bottom: 0 !important;
  background: #D1D1D1;
}
.sp-column-tabs .tab-pane > :not(h3):not(.sp_btn) {
  padding: 0;
  margin: 0 !important;
}
.sp-column-tabs .tab-pane .sp_btn {
  background: #D1D1D1;
}

.cartes-slider > .container > .row > .column-even {
  width: 50%;
}
.cartes-slider > .container > .row > .column-odd {
  width: 50%;
}
.cartes-slider .recent-post-nav {
  width: 150px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cartes-slider hr {
  border-top: 2px solid #BEBEBE;
  margin: 70px 0 30px 0;
}

.module-techniques .techniques article {
  background: var(--sp_color_2);
}

.site-content {
  overflow-x: hidden;
}

.inner-page-content {
  text-align: left;
  margin-top: 70px;
}

.eg-accordion.active .the-content {
  display: block;
}
.eg-accordion.active .action button .close_btn {
  display: block;
}
.eg-accordion.active .action button .open_btn {
  display: none;
}
.eg-accordion .action button {
  border: 0;
  appearance: none;
}
.eg-accordion .action button .close_btn {
  display: none;
}
.eg-accordion .the-content {
  margin-top: 25px;
  display: none;
}

h2 {
  font-size: 70px;
  margin-bottom: 60px;
}

.section li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}

.site-header {
  display: flex;
  align-items: center;
  height: 180px;
  /*
  .nav-primary{

  	.navbar-nav {

  		> li {
  			margin-right: 40px;

  			&:last-child{
  				margin-right: 0;
  			}
  		}
  	}
  }*/
}
.site-header.smaller {
  height: 130px;
}
.site-header .container {
  width: 100%;
  padding: 0 80px;
}
.site-header .logo-container {
  transition: none;
  width: 180px;
  margin: 0;
}
.site-header .logo-container .site-logo {
  transition: none;
}

.page-template-page-services #page-container > .hentry {
  position: relative;
}
.page-template-page-services #page-container > .hentry:after {
  content: "";
  position: absolute;
  z-index: -5;
  width: 500px;
  height: 500px;
  top: 430px;
  right: -250px;
  background-color: var(--sp_color_2);
  mask-image: url("/wp-content/uploads/2024/05/spinner-valgo-canada.svg");
  mask-size: 500px 500px;
  mask-repeat: no-repeat;
}
.page-template-page-services #page-container > .hentry:before {
  content: "";
  position: absolute;
  z-index: -5;
  width: 500px;
  height: 500px;
  top: 2130px;
  left: -250px;
  background-color: var(--sp_color_2);
  mask-image: url("/wp-content/uploads/2024/05/spinner-valgo-canada.svg");
  mask-size: 500px 500px;
  mask-repeat: no-repeat;
}
.page-template-page-services .section.section-0 {
  padding-top: 0;
}
.page-template-page-services .section .container {
  max-width: 1245px;
}
.page-template-page-services .section .container h2 {
  font-size: 50px;
}
.page-template-page-services .section .container .content {
  color: #767171;
}
.page-template-page-services .section .background-image {
  min-height: 0 !important;
  height: auto !important;
}
.page-template-page-services .section .background-image:before {
  content: "";
  padding-top: 24%;
  display: block;
}

.blog-page-title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0 !important;
}

.blog article {
  background: white;
  border-radius: 20px;
  padding: 20px !important;
}
.blog article .preview-image {
  border-radius: 20px;
}
.blog article h3:hover {
  color: var(--sp_color_s1);
}
.blog article h3 a {
  color: inherit;
}

.rounded-corners {
  border-radius: 20px;
}

#techniques-grid .tags {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 60px;
  padding-left: 0;
}
#techniques-grid .tags > li {
  border: 2px solid var(--sp_color_1);
  color: var(--sp_color_1);
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font: 800 14px/1em "Manrope", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
#techniques-grid .tags > li:last-child {
  margin-right: 0;
}
#techniques-grid .tags > li:hover, #techniques-grid .tags > li.active {
  background: var(--sp_color_1);
  color: white;
}
#techniques-grid .technique-block > article {
  background: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
#techniques-grid .technique-block > article h3 {
  font-size: 22px;
}
#techniques-grid .technique-block > article .the-content {
  font-size: 14px;
}

.esg-section {
  padding: 115px 0;
}
.esg-section.esg-section__intro {
  text-align: left;
}
.esg-section.esg-section__intro .section-heading {
  margin-bottom: 40px;
  margin-top: 0;
}
.esg-section.esg-section__intro img {
  position: sticky;
  top: 100px;
}
.esg-section__no-pd-top {
  padding-top: 0;
}
.esg-section__white-bg {
  background: white;
}
.esg-section__headings {
  max-width: 960px;
  margin: 0 auto 40px auto;
}
.esg-section__headings h1, .esg-section__headings h2, .esg-section__headings h3, .esg-section__headings h4, .esg-section__headings h5, .esg-section__headings h6 {
  margin-bottom: 40px;
}
.esg-section__cta {
  margin-top: 40px;
}
.esg-section img.rounded {
  border-radius: 20px;
}

.icon-list {
  margin: 40px 0;
  list-style: none;
  padding: 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 0;
  color: var(--sp_color_1);
  font-weight: bold;
}
.icon-list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.icon-list li:last-child:after {
  display: none;
}
.icon-list li svg {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.icon-col {
  max-width: 90%;
  margin: 0 auto 60px auto;
}
.icon-col svg {
  width: 120px;
  height: auto;
  margin: 0 auto 40px 0;
}
.icon-col .heading {
  color: var(--sp_color_1);
}
.icon-col .the-content {
  font-size: 16px;
}

#esg-accordions {
  max-width: 1200px;
  margin: 0 auto;
}
#esg-accordions .card {
  background: white;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
}
#esg-accordions .card .card-header {
  background: var(--sp_color_1);
}
#esg-accordions .card .card-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  text-align: left;
  color: white;
  text-decoration: none;
  text-wrap: wrap;
}
#esg-accordions .card .card-header button.collapsed .actions .close-card {
  display: none;
}
#esg-accordions .card .card-header button.collapsed .actions .open-card {
  display: block;
}
#esg-accordions .card .card-header button .actions {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  margin-left: auto;
}
#esg-accordions .card .card-header button .actions .open-card {
  display: none;
}
#esg-accordions .card .card-header h3 {
  margin: 0;
  color: white;
}
#esg-accordions .card .card-header svg {
  height: 30px;
  width: auto;
  margin-right: 15px;
}
#esg-accordions .card .card-header svg path {
  stroke: white;
  fill: white;
}
#esg-accordions .card .card-body {
  padding: 20px;
}

.page-id-17,
.page-id-284 {
  background-color: white;
}

@media (max-width: 1200px) {
  .page-template-front-page .section-3 .sp-column > .background-image {
    right: 15px !important;
    left: 15px !important;
  }

  .site-footer {
    text-align: left !important;
  }
  .site-footer .copyright,
.site-footer .links,
.site-footer .author-container {
    text-align: center;
  }

  .cartes-images:after {
    width: 275px;
    height: 275px;
    mask-size: 275px 275px;
    left: -137px;
  }

  .recent-posts-slider .slick-dots {
    display: flex;
  }

  h2 {
    font-size: 34px;
  }

  .esg-section {
    padding: 40px 0;
  }
  .esg-section__intro img {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .page-template-front-page .section-3 .sp-column:not(.column-0) p {
    overflow: auto;
    max-height: none;
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .page-template-front-page .section-3 .sp-column {
    align-items: flex-start;
    min-height: 0;
  }
  .page-template-front-page .section-3 .sp-column.column-0 {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .page-template-front-page .section-3 .sp-column:not(.column-0) {
    padding: 0 !important;
  }
  .page-template-front-page .section-3 .sp-column:not(.column-0) .content {
    padding: 41px 30px !important;
  }
  .page-template-front-page .section-3 .sp-column:not(.column-0) .content > p {
    display: block;
  }

  .site-footer #footer-logo {
    display: block;
    margin: 0 auto 52px auto;
  }
  .site-footer .footer-menu {
    text-align: center;
  }
  .site-footer .footer-menu ul {
    padding-left: 0;
  }
  .site-footer .footer-notice {
    display: block;
    margin: 67px 0 52px 0;
    text-align: center;
    font-size: 15px;
  }
  .site-footer .footer-notice svg {
    display: block;
    margin: 10px auto 0 auto;
  }
  .site-footer .footer-coordinates,
.site-footer .footer-lang {
    text-align: center;
  }
  .site-footer .bottom-part .site-credits {
    display: block;
    text-align: center;
  }
  .site-footer .bottom-part .site-credits > p {
    margin: 0 0 15px 0;
  }
  .site-footer .bottom-part .site-credits nav {
    margin-bottom: 25px;
  }
  .site-footer .bottom-part .site-credits nav ul {
    display: block;
  }

  .cartes-slider > .container > .row > .column-even {
    width: 100%;
  }
  .cartes-slider > .container > .row > .column-odd {
    width: 100%;
    margin-top: 40px;
  }

  #techniques-grid .tags {
    display: block;
  }
  #techniques-grid .tags > li {
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-front-page .section-0 > .background-image:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #1C5F50 38.5%, rgba(58, 197, 166, 0) 78.5%);
    mix-blend-mode: multiply;
    opacity: 0.6;
  }

  .page-template-page-services .hentry:after {
    display: none;
  }
  .page-template-page-services .section .container h2 {
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  .page-template-page-services .section .background-image:before {
    padding-top: 56%;
  }

  .blog article h3 {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
