.shadow {
  box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
}
.transitions {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-brand img {
  margin: 10px 0;
}
header .navbar .search-popup {
  position: absolute;
}
header {
  height: auto;
  position: relative;
  z-index: 5;
}
header #main-nav {
  align-items: stretch;
  background-color: transparent !important;
}
header #main-menu {
  height: auto;
  position: relative;
  filter: none;
}
header #main-menu .nav-link {
  padding: 35px 10px;
}
header #main-menu:before {
  box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  height: auto;
  top: -10px;
  bottom: -25px;
}
header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -2;
  background-color: white;
}
#navbarNavDropdown {
  justify-content: space-between;
  align-items: center;
}
.main-menu-wrapper {
  justify-self: end;
}
.main-menu-wrapper .navbar-nav .nav-link {
  color: black;
  font-size: 0.8725em;
  font-weight: 300;
}
.main-menu-wrapper .navbar-nav .nav-link:active,
.main-menu-wrapper .navbar-nav .nav-link:focus,
.main-menu-wrapper .navbar-nav .nav-link:hover {
  color: #d70321;
}
header .navbar .utility-menu {
  min-width: none;
  padding: 0 20px;
  height: auto;
  clip-path: none;
  -webkit-clip-path: none;
  background: transparent;
  position: relative;
  margin-left: 40px;
}
header .navbar .utility-menu:before {
  box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  background-color: #bcbec0;
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: skew(-15deg);
}
#main-nav {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
#main-nav:has(.show) .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;utf8,<svg viewPort="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg"><line x1="8" y1="24" x2="24" y2="8" stroke="rgba(0, 0, 0, 0.5)" stroke-width="2"/><line x1="8" y1="8" x2="24" y2="24" stroke="rgba(0, 0, 0, 0.5)" stroke-width="2"/></svg>');
}
.navbar-toggler-wrapper {
  margin-left: 10px;
}
.navbar-toggler-wrapper button {
  padding: 0;
  border: none;
}
#secondaryNavDropdown {
  text-align: right;
  padding: 20px 0;
  text-transform: uppercase;
}
#secondaryNavDropdown .secondary-menu-wrapper,
#secondaryNavDropdown .nav-secondary {
  padding: 0;
}
#secondaryNavDropdown .secondary-menu-wrapper ul,
#secondaryNavDropdown .nav-secondary ul {
  padding: 0;
}
#secondaryNavDropdown .secondary-menu-wrapper ul li,
#secondaryNavDropdown .nav-secondary ul li {
  float: none;
  display: block;
  margin: 0;
}
#secondaryNavDropdown .secondary-menu-wrapper ul li a,
#secondaryNavDropdown .nav-secondary ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #2c2c2c;
  font-weight: 400;
}
#secondaryNavDropdown .secondary-menu-wrapper ul:not(.dropdown-menu),
#secondaryNavDropdown .nav-secondary ul:not(.dropdown-menu),
#secondaryNavDropdown .secondary-menu-wrapper ul.dropdown-menu.show,
#secondaryNavDropdown .nav-secondary ul.dropdown-menu.show {
  display: block;
}
#secondaryNavDropdown .secondary-menu-wrapper ul.dropdown-menu,
#secondaryNavDropdown .nav-secondary ul.dropdown-menu {
  position: static;
  text-align: right;
  width: 100%;
  border: none;
  font-size: 100%;
}
#secondaryNavDropdown .secondary-menu-wrapper ul.dropdown-menu > li > a,
#secondaryNavDropdown .nav-secondary ul.dropdown-menu > li > a {
  padding-right: 40px;
}
#secondaryNavDropdown .secondary-menu-wrapper ul.dropdown-menu > li > a:after,
#secondaryNavDropdown .nav-secondary ul.dropdown-menu > li > a:after {
  margin-left: 5px;
  content: " \2014";
}
.top-bar::before {
  content: "\f358";
}
.wp-block-columns.block-quality {
  margin-bottom: 50px;
}
.wp-block-columns.block-quality:before {
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-position: center;
  background-size: cover;
}
i[class*="fa-phone"] {
  transform: scale(-1, 1);
  /* flipper gauche/droite */
}
.callout-block .row {
  position: relative;
  background-color: transparent;
}
.callout-block .row .highlight-wrapper::before {
  display: none;
}
.callout-block .row:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 70%;
  bottom: 0;
  left: -20px;
  transform: skew(-15deg);
  background-color: #2c2c2c;
}
.services .services-card-wrapper,
.services .services-card-wrapper .services-card {
  height: auto;
}
.services .row {
  align-items: stretch;
  gap: 30px 0;
}
.services .row > div {
  flex: 1 1 30%;
}
.services .row .services-card-wrapper {
  height: 100%;
  max-height: none;
  display: flex;
  align-items: stretch;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
}
.services .row .services-card-wrapper .services-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  justify-content: space-between;
}
.services .row .services-card-wrapper .services-card p {
  flex: 1 1 0;
  line-height: 1.3;
}
.services .row .services-card-wrapper .cta-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
}
.services .row .services-card-wrapper .cta-wrapper:after {
  width: 100%;
}
.section-footer-contact-form .wpcf7-not-valid-tip {
  color: white;
}
.section-footer-contact-form :input {
  font-family: Kanit;
}
.wpcf7 {
  width: 100%;
  max-width: none;
}
.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.wpcf7 form .row {
  flex: 1 0 99%;
}
.wpcf7 form label {
  font-family: Gobold;
  text-transform: uppercase;
}
.wpcf7 form .form-group {
  flex: 1 1 40%;
}
.wpcf7 form p {
  flex: 1 0 99%;
}
.wpcf7 form textarea {
  resize: vertical;
  min-height: 160px;
}
.wpcf7 form .wpcf7-submit {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: auto;
  padding-right: 40px;
  position: relative;
  background-image: url("/wp-content/uploads/2023/08/circle-right-solid-2c2c2c.png?v=2");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  border: 1px solid transparent !important;
  color: #2c2c2c !important;
  text-transform: uppercase;
}
.wpcf7 form .wpcf7-submit:active,
.wpcf7 form .wpcf7-submit:focus,
.wpcf7 form .wpcf7-submit:hover {
  background-color: transparent;
  border: 1px solid #2c2c2c !important;
}
.wpcf7 input[type="submit"] {
  font-weight: bold;
  font-size: 18px;
  border: none;
  float: right;
  color: white;
}
.form-control,
.widget_archive select,
.widget_categories select,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
  border-radius: 0;
}
.section-footer-contact-form .contact-details {
  margin: 50px 0;
  font-family: "Gobold";
  display: block;
}
.section-footer-contact-form .contact-details a {
  color: white;
}
.section-footer-contact-form .contact-details .col {
  display: inline-block;
  width: auto;
  text-align: left !important;
  padding-left: 0;
  padding-right: 0;
}
.section-footer-contact-form .contact-details .col i {
  color: #2c2c2c;
  margin-right: 25px;
  transform: scale(2);
}
.section-footer-contact-form .contact-details .col i[class*="phone"] {
  transform: scale(2) scale(-1, 1);
}
.section-footer-contact-form .contact-details .col + .col {
  margin-left: 60px;
}
.section-footer-contact-form .wpcf7 form .wpcf7-submit {
  background-image: url("/wp-content/uploads/2023/08/circle-right-solid-white.png?v=2");
  border: 1px solid transparent !important;
  color: white !important;
}
.section-footer-contact-form .wpcf7 form .wpcf7-submit:active,
.section-footer-contact-form .wpcf7 form .wpcf7-submit:focus,
.section-footer-contact-form .wpcf7 form .wpcf7-submit:hover {
  border: 1px solid white !important;
}
.page-template-default-services-template .hero-wrapper h1 + h2 {
  margin-top: -1.5rem;
}
.page-template-default-services-template .services-list-cta .cta {
  position: relative;
}
.page-template-default-services-template .services-list-cta .cta:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  left: calc(100% + 16px);
  border-bottom: 2px solid #bcbec0;
  overflow: hidden;
}
.page-template-default-services-template .services-list-cta .cta:active,
.page-template-default-services-template .services-list-cta .cta:focus,
.page-template-default-services-template .services-list-cta .cta:hover {
  color: #2c2c2c;
}
.section-services-header .section-services-header-inner .services-list ul li[data-icon="construction"]:before {
  background-image: url("/wp-content/themes/sma/img/icon_construction.png");
}
.section-services-header .section-services-header-inner .services-list ul li[data-icon="grue"]:before {
  background-image: url("/wp-content/themes/sma/img/icon_grue.png");
}
.section-services-header .section-services-header-inner .services-list ul li[data-icon="minier"]:before {
  background-image: url("/wp-content/themes/sma/img/icone_minier.png");
}
.section-services-header .section-services-header-inner .services-list ul li[data-icon="forage"]:before {
  background-image: url("/wp-content/themes/sma/img/icon_forage.png");
}
.section-services-header .section-services-header-inner .services-list ul li[data-icon="pavage"]:before {
  background-image: url("/wp-content/themes/sma/img/icon_pavage.png");
}
.section-services-header .section-services-header-inner .services-list ul li[data-icon="generatrice"]:before {
  background-image: url("/wp-content/themes/sma/img/icon_generatrice.png");
}
.page-template-default-product-template .hero-wrapper .hero-mask .hero-text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
}
.page-template-default-product-template .hero-wrapper .hero-mask .hero-text-wrapper .hero-text-content {
  position: relative;
  padding: 40px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-default-product-template .hero-wrapper .hero-mask .hero-text-wrapper .hero-text-content img {
  max-width: 100%;
}
.page-template-default-product-template .hero-wrapper .cta {
  position: relative;
}
.page-template-default-product-template .hero-wrapper .cta:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  left: calc(100% + 16px);
  border-bottom: 2px solid #bcbec0;
  overflow: hidden;
}
.section-location {
  margin-bottom: 60px;
}
.section-location .carousel {
  margin-bottom: 0;
}
.section-location:before {
  bottom: 0;
  height: auto;
}
.section-location:before {
  height: auto;
  top: -150px;
}
.section-brand-logos {
  height: auto;
  padding-bottom: 75px;
}
.section-brand-logos h3 strong {
  font-size: 50px;
  line-height: 0.8;
}
@media (min-width: 1200px) {
  .section-brand-logos h3 strong {
    font-size: 70px;
  }
}
.section-brand-logos .row + .row {
  margin-top: 30px;
}
.section-produits-logo,
[data-logo] {
  text-align: center;
}
.section-produits-logo img,
[data-logo] img {
  width: auto;
}
@media (min-width: 576px) {
  .section-produits-logo,
  [data-logo] {
    flex: 1 1 49%;
  }
}
.section-produits-logo #media_image-7 img,
[data-logo="center-rock"] img {
  max-height: 155px !important;
  height: auto;
}
.section-produits-logo #media_image-6 img,
[data-logo="comacchio"] img {
  max-width: 270px !important;
  height: auto;
}
.section-produits-logo #media_image-5 img,
[data-logo="cgr"] img {
  max-width: 150px !important;
  height: auto;
  margin-left: 35px;
}
.section-produits-logo #media_image-4 img,
[data-logo="emde"] img {
  max-width: 200px !important;
  height: auto;
}
.section-produits-logo #media_image-3 img,
[data-logo="euro-drill"] img {
  max-width: 235px !important;
  height: auto;
}
.section-produits-logo #media_image-2 img,
[data-logo="nca"] img {
  max-width: 230px !important;
  height: auto;
}
.section-quick-contacts.contact-details {
  background-color: transparent;
  min-height: initial;
  padding: 20px 0 50px;
  justify-content: flex-start;
}
.section-quick-contacts.contact-details a {
  font-size: 20px;
  font-family: Gobold;
  font-weight: 400;
  color: inherit;
}
.error404 .hero-mask .hero-text-wrapper .hero-text-content {
  position: relative;
  padding: clamp(120px, 10vh, 300px) 0;
}
.error404 .hero-mask .hero-text-wrapper {
  height: auto;
}
.error404 .hero-mask .hero-text-wrapper h1 {
  font-size: 60px;
}
@media (max-width: 1799px) {
  .home .hero-mask .hero-text-wrapper .hero-text-content h1 {
    font-size: 56px;
  }
  #navbarNavDropdown {
    justify-content: start;
  }
  header #main-menu {
    display: none;
  }
}
@media (max-width: 1799px) and (min-width: 1200px) {
  header .main-menu-wrapper {
    justify-self: start;
  }
  header #secondary-menu {
    position: relative;
    padding: 0 40px;
  }
  header #secondary-menu .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8725em;
    font-weight: 500;
    padding: 35px 10px;
  }
  header #secondary-menu .nav-link:active,
  header #secondary-menu .nav-link:focus,
  header #secondary-menu .nav-link:hover {
    color: black;
  }
  header #secondary-menu .dropdown-menu {
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    background-color: #d70321;
    border: none;
    padding: 0;
  }
  header #secondary-menu .dropdown-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: 500;
    padding: 10px 15px;
  }
  header #secondary-menu .dropdown-menu a:active,
  header #secondary-menu .dropdown-menu a:focus,
  header #secondary-menu .dropdown-menu a:hover {
    color: black;
    background-color: transparent;
  }
  header #secondary-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #d70321;
    transform: skew(-15deg);
    z-index: -1;
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    height: auto;
    top: -10px;
    bottom: -25px;
  }
}
@media (max-width: 1199px) {
  header .navbar .utility-menu {
    display: flex !important;
  }
  #navbarNavDropdown {
    display: none !important;
  }
  header #main-nav {
    justify-content: space-between;
  }
  .navbar-toggler-wrapper {
    width: auto;
    margin-left: 30px;
  }
  .navbar-toggler-wrapper .navbar-toggler {
    position: relative;
    padding: 0 20px;
  }
  .navbar-toggler-wrapper:before {
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
    background-color: #d70321;
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: skew(-15deg);
    left: auto;
    width: 120px;
  }
}
@media (max-width: 992px) {
  .navbar-toggler-wrapper:before {
    right: -40px;
    transform: skew(-7deg);
  }
}
.sma-contact-info-footer {
  position: relative;
  padding: 40px 0;
  text-align: center;
  font-family: Gobold;
  font-size: 20px;
  font-weight: bold;
}
.sma-contact-info-footer h4 {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 60px;
  position: relative;
}
.sma-contact-info-footer h4 strong {
  display: block;
  font-family: Plateia, sans-serif;
  font-size: 25px;
  line-height: 1;
}
.sma-contact-info-footer h4:after {
  width: 32px;
  border-bottom: 2px solid #d71221;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%);
}
.sma-contact-info-footer i {
  margin-right: 15px;
}
.sma-contact-info-footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -2;
  background-color: #bcbec0;
}
@media (min-width: 992px) {
  .sma-contact-info-footer {
    display: none;
  }
}
.credits-footer {
  min-height: 0;
}
.credits-footer .row .sma-policy,
.credits-footer .row .credits-social {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
  padding: 25px;
  text-align: center;
}
.credits-footer .row .sma-policy {
  color: #2c2c2c;
}
.credits-footer .row .sma-policy a {
  color: #2c2c2c;
}
.credits-footer .row .sma-policy a:active,
.credits-footer .row .sma-policy a:focus,
.credits-footer .row .sma-policy a:hover {
  color: #d70321;
}
.credits-footer .row .credits-social {
  background: #2c2c2c;
}
@media (min-width: 992px) {
  .credits-footer .row .credits-social {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .credits-footer .row .sma-policy,
  .credits-footer .row .credits-social {
    flex: 1 1 44%;
    padding: 0;
  }
  .credits-footer .row .sma-policy-item {
    flex: 1 1 auto;
  }
  .credits-footer .row .sma-policy {
    padding: 15px 0;
    gap: 5px 15px;
    text-align: left;
  }
  .credits-footer .row .credits-social {
    text-align: right;
    padding: 15px;
    gap: 5px 15px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .credits-footer .row .sma-policy {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .credits-footer .row .sma-policy .sma-copyright {
    flex: 1 1 99%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .credits-footer .row .duoeg-credit {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .credits-footer .row {
    align-items: start;
    padding: 20px 15px;
  }
  .credits-footer .row .sma-policy,
  .credits-footer .row .credits-social {
    flex: 1 1 auto;
  }
  .credits-footer .row .sma-policy {
    justify-content: start;
    padding: 0 15px;
  }
  .credits-footer .row .sma-policy .sma-policy-item {
    flex: 0 0 auto;
    margin: 0;
  }
  .credits-footer .row .credits-social {
    gap: 15px 25px;
    padding: 0;
  }
  .credits-footer .row .credits-social .duoeg-credit,
  .credits-footer .row .credits-social .sma-socials-links {
    flex: 0 0 auto;
  }
}
.credits-footer .credits-social .duoeg-credit,
.credits-footer .credits-social .sma-socials-links {
  width: auto;
  display: block !important;
  margin: 0;
}
.credits-footer .duoeg-credit,
.credits-footer .sma-socials-links,
.credits-footer .sma-policy-item {
  flex: 1 1 99%;
}
@media (max-width: 767px) {
  .utility-menu > ul {
    display: none;
  }
  .utility-menu:before {
    display: none;
  }
}
.xxs-only li {
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .xxs-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  .wp-block-columns.is-layout-flex figure.wp-block-image {
    width: 100%;
    height: auto;
  }
  .wp-block-columns.is-layout-flex figure.wp-block-image img {
    width: 100%;
  }
  .wp-block-columns.is-layout-flex .wp-block-column {
    order: 2;
  }
  .wp-block-columns.is-layout-flex .wp-block-column:has(.wp-block-image) {
    order: 1;
    width: 100%;
  }
  .credits-footer {
    background-color: transparent;
  }
}
@media (max-width: 1199px) {
  .credits-footer,
  .credits-social,
  .sma-policy {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wp-block-columns.block-quality {
    padding: 150px 0 120px;
    height: auto;
  }
  .wp-block-columns.block-quality:before {
    -webkit-clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
    clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
  }
  .callout-block .highlight-wrapper .highlight-text {
    text-align: center;
    padding: 15px;
    width: 100%;
    display: block;
    margin: 0;
  }
  .callout-block .highlight-wrapper {
    display: block;
    text-align: center;
    height: auto;
    padding: 25px 15px 40px;
  }
  .callout-block .row:before {
    display: none;
  }
  .hero-wrapper {
    margin: 0;
  }
  .hero-wrapper .bg-image,
  .hero-mask .hero-text-wrapper {
    height: auto !important;
  }
  .home .hero-mask .hero-text-wrapper .hero-text-content {
    position: static;
    padding: 60px 0;
  }
  .home .hero-mask .hero-text-wrapper .hero-text-content h1 {
    font-size: 25px;
    line-height: 1.3;
    z-index: 2;
    position: relative;
    margin-bottom: 45px !important;
  }
  .home .hero-mask .hero-text-wrapper .hero-text-content h1:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -30px;
    width: clamp(60px, 50vw, 140px);
    background-color: #d70321;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: -1;
  }
  .home .hero-mask .hero-text-wrapper:before {
    display: none;
  }
  .video-block:before {
    height: 80vw;
  }
  .services .services-card-wrapper,
  .services .row > div,
  .services .services-card-wrapper .services-card {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .services .row .services-card-wrapper .services-card {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    padding-bottom: 15px;
  }
  .services .row .services-card-wrapper .cta-wrapper:after {
    width: 100vw;
  }
  .services .row .services-card-wrapper {
    background-size: cover;
  }
  .services .row .services-card-wrapper .services-card p {
    flex-grow: 0;
  }
  .services .row .services-card-wrapper .cta-wrapper {
    text-align: right;
    width: 100%;
  }
  .services .services-card-wrapper .services-card .cta-wrapper:after {
    right: 130px;
  }
  .expertise {
    height: auto;
    min-height: 0;
    padding-bottom: 100px;
  }
  .expertise .row {
    display: block;
  }
  .expertise .row div[class*="col"] {
    width: 100%;
    max-width: 100%;
  }
  .expertise .cta {
    margin-top: 80px;
    display: inline-block;
  }
  .expertise:before {
    top: auto;
    height: 225px;
    background-size: cover;
  }
  .section-expertise-wrapper {
    padding: 60px 0 80px;
    margin: 50px 0;
  }
}
.section-more-info {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-more-info .more-info {
    gap: 1em;
    padding: 2em 0 !important;
  }
  .section-more-info .more-info span {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .section-more-info {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .section-more-info {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .section-more-info {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .section-quick-contacts {
    display: none;
  }
}
@media (max-width: 767px) {
  .video-block {
    min-height: 0;
    margin: 25px 0 15px;
  }
  .video-block .video-embed-wrapper {
    padding: 25px 15px 15px;
  }
  .video-block .video-text {
    padding: 10px 0 0;
  }
  .container {
    max-width: 100%;
  }
  .sma-footer-logo {
    max-width: 75vw;
    margin: 0 auto;
  }
  .sma-primary-footer {
    min-height: 0;
    padding: 25px 25px 0;
  }
}
.hero-product-intro {
  padding: 40px 0;
}
.top-bar {
  padding: 85px 15px;
  margin-bottom: 60px;
  height: auto;
}
@media (min-width: 1200px) {
  .top-bar {
    margin-bottom: 85px;
  }
}
@media (min-width: 1500px) {
  .top-bar {
    margin-bottom: 115px;
  }
}
.wp-block-columns {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wp-block-columns {
    margin-bottom: 40px;
  }
}
ul.projects-list {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  ul.projects-list {
    margin-bottom: 90px;
  }
}
.video-block {
  min-height: 0;
  margin-bottom: 0;
  padding-top: 2em;
}
.video-block .video-embed-wrapper,
.video-block .video-text {
  padding: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-block .video-embed-wrapper p,
  .video-block .video-text p {
    color: white;
  }
}
@media (min-width: 992px) {
  .video-block:before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 40px), 0 calc(100% - 100px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 40px), 0 calc(100% - 100px));
  }
}
.contact-box {
  height: auto;
}
.section-contact-box .contact-link-wrapper {
  position: relative;
  margin: 40px auto;
}
html,
body,
#page {
  overflow-x: hidden !important;
  overflow-y: auto;
}
@media (max-width: 767px) {
  header .navbar .navbar-brand {
    margin: 0 10px;
  }
  header .navbar .utility-menu {
    margin-left: 0;
  }
  .section-contact-box h3,
  .section-expertise h3,
  .services-header h3 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}
h3,
.h3,
.wp-block-columns h3 {
  font-size: 32px;
  line-height: 1.4;
}
.section-rpo {
  height: auto;
  margin-top: 0;
  padding: 100px 0;
}
.section-rpo h3 {
  font-size: 1.625rem;
}
.section-rpo:before {
  -webkit-clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
  clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
}
.section-location {
  padding: 100px 0;
  height: auto;
}
.section-location h3 {
  font-size: 1.625rem;
}
.section-location:before {
  top: 0;
  -webkit-clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
  clip-path: polygon(0 40px, 100% 0%, 100% calc(100% - 40px), 0% 100%);
}
.section-location img.h-100,
.section-location img.w-100 {
  margin-right: auto;
  margin-left: auto;
}
.section-location .carousel-item {
  width: auto;
  height: auto;
}
.section-footer-contact-form {
  height: auto;
  padding: 30px 0;
}
.section-footer-contact-form .contact-details {
  text-align: center;
}
.section-footer-contact-form .contact-details .col {
  margin: 0 !important;
  display: block;
  padding-left: 10px;
}
.section-footer-contact-form .contact-details .col + .col {
  margin-top: 50px !important;
}
.hero-product-intro .hero-product-intro-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.hero-mask .hero-text-wrapper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 60px 15px;
}
.hero-mask .hero-text-wrapper .hero-text-content {
  position: relative;
}
.section-services-header {
  height: auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-services-header:before,
  .section-services-header:after {
    width: 75px;
    height: 85px;
    min-height: 0;
  }
  .section-services-header::after {
    top: auto;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .wp-block-columns.are-vertically-aligned-center + h2,
  .wp-block-columns.are-vertically-aligned-center + h3,
  .wp-block-columns.are-vertically-aligned-center + .wp-block-columns.are-vertically-aligned-center {
    margin-top: 50px;
  }
  iframe[src*='maps.google.com'],
  iframe[src*='google.com/maps'] {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 60px;
  }
  .wpcf7 form {
    display: block !important;
  }
  .hero-mask .hero-text-wrapper h1 {
    font-size: 32px;
  }
  #wrapper-footer:has(.sma-contact-info-footer) .section-more-info {
    display: none;
  }
  .section-services-header .services-mecaniques {
    margin-top: 40px;
  }
  .section-services-header .section-services-header-inner .services-list ul li {
    width: 100%;
  }
  .section-services-header .section-services-header-inner .services-list ul li::before {
    background-color: transparent;
    background-repeat: no-repeat;
  }
  .section-services-header .section-services-header-inner .services-list ul li .services-list-equipment {
    padding-left: 40px;
  }
  .section-services-header .section-services-header-inner .services-list ul li .section-services-header .section-services-header-inner {
    padding-top: 40px;
  }
  body.page-template-default-services-template .wp-block-columns {
    margin-bottom: 30px;
  }
  body.page-template-default-services-template .wp-block-columns h3 {
    font-size: 1.6rem;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
  .section-services-header .section-services-header-inner .services-list ul li {
    -webkit-clip-path: none;
    clip-path: none;
    position: relative;
  }
  .section-services-header .section-services-header-inner .services-list ul li .services-list-equipment {
    background-color: transparent;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .section-services-header .section-services-header-inner .services-list ul li:before {
    z-index: 2;
  }
  .section-services-header .section-services-header-inner .services-list ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    border: 1px solid #2c2c2c;
    background-color: white;
    z-index: 1;
    transform: skew(-20deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-default-services-template .wp-block-columns .is-layout-flex {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .has-text-align-right {
    text-align: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body.page-template-default-services-template .wp-block-columns .is-layout-flex {
    align-items: start;
  }
  body.page-template-default-services-template .wp-block-columns + .wp-block-columns {
    margin-top: 40px;
  }
  .has-text-align-right {
    text-align: left;
  }
  body.page-template-default-services-template .wp-block-columns h3 {
    margin-bottom: 0.25em;
  }
  .section-services-header .section-services-header-inner {
    padding-top: 55px;
  }
  .section-services-header .services-list-text {
    margin-bottom: 40px;
  }
  .section-services-header:before,
  .section-services-header:after {
    width: 105px;
    height: 145px;
    min-height: 0;
  }
  .section-services-header::after {
    top: auto;
    bottom: -40px;
  }
}
@media (min-width: 768px) {
  .section-services-header .section-services-header-inner .services-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
  }
  .section-services-header .section-services-header-inner .services-list ul li {
    flex: 1 1 35%;
  }
  .section-services-header .section-services-header-inner .services-list ul li:before {
    width: 100%;
    clip-path: polygon(15px 0, 100% 0%, calc(100% - 19px) 100%, 0% 100%);
  }
  .section-services-header .section-services-header-inner .services-list ul li .services-list-equipment {
    padding-left: 35px;
  }
  .section-services-header .services-mecaniques {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .home .hero-mask .hero-text-wrapper .hero-text-content {
    top: auto;
  }
  .hero-wrapper .bg-image,
  .hero-mask .hero-text-wrapper {
    height: auto !important;
  }
  .home .hero-mask .hero-text-wrapper .hero-text-content h1 {
    font-size: 46px;
  }
  .hero-mask .hero-text-wrapper {
    padding: 60px 110px;
  }
  .home .hero-mask .hero-text-wrapper {
    margin: 30px auto;
  }
  .home .hero-mask .hero-text-wrapper::before {
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
  }
  .callout-block .row:before {
    left: -40px;
  }
  .callout-block .row > div {
    margin-left: 25%;
  }
  .callout-block .row:before {
    right: 80%;
  }
  .callout-block .highlight-wrapper {
    height: auto;
    gap: 20px;
  }
  .callout-block .highlight-wrapper .highlight-text {
    width: auto;
    height: auto;
    margin: 0;
  }
  .callout-block .highlight-wrapper .highlight-icon,
  .callout-block .highlight-wrapper .highlight-text,
  .callout-block .highlight-wrapper .call-to-action {
    flex: 1 1 auto;
  }
  .video-block:before {
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
  }
  .services .row > div {
    flex: 1 1 45%;
    max-width: none;
  }
  .services .services-card-wrapper,
  .services .row .services-card-wrapper .services-card {
    max-width: 100%;
  }
  .section-expertise-wrapper a.cta {
    margin-top: 80px;
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  figure.wp-block-image {
    height: auto;
    width: auto;
  }
  .section-services-header .section-services-header-inner .services-list ul li:before {
    clip-path: polygon(15px 0, 100% 0%, calc(100% - 28px) 100%, 0% 100%);
  }
  .services .row .services-card-wrapper .cta-wrapper:after {
    width: 100vw;
  }
  .section-expertise-wrapper {
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
  .hero-product-intro {
    padding: 60px 20px;
  }
  .section-services-header .section-services-header-inner {
    padding-top: 55px;
  }
  .section-services-header .services-list-text {
    margin-bottom: 40px;
  }
  .section-services-header:before,
  .section-services-header:after {
    width: 105px;
    height: 145px;
    min-height: 0;
  }
  .section-services-header::after {
    top: auto;
    bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .hero-wrapper {
    margin-top: 0;
  }
  .hero-wrapper .hero-mask {
    padding: clamp(60px, 25vh, 500px) 0;
  }
  .home .hero-mask .hero-text-wrapper .hero-text-content h1 {
    font-size: 42px;
  }
  .video-block {
    padding: 40px 0;
  }
  .services .row > div {
    flex: 1 1 30%;
    max-width: 33.33333333%;
  }
  .services .row .services-card-wrapper {
    margin: 0;
  }
  .services .row .services-card-wrapper .cta-wrapper:after {
    width: 100vw;
  }
  .services:before {
    bottom: 50px;
    top: 50px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .section-more-info {
    padding: 25px 0;
  }
}
@media (min-width: 1200px) {
  .section-expertise-wrapper {
    padding: 60px 0 80px;
    margin: 50px 0;
  }
  .hero-product-intro {
    padding: 75px 15px;
  }
  .section-more-info,
  .section-quick-contacts {
    min-height: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .section-services-header:after {
    height: auto;
    min-height: auto;
    bottom: 0;
    width: 375px;
  }
  .section-services-header:before {
    height: 200px;
    width: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .hero-mask {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .section-footer-contact-form .contact-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 30px;
  }
  .section-footer-contact-form .contact-details .col,
  .section-footer-contact-form .contact-details .col + .col {
    margin: 0 !important;
  }
  .section-quick-contacts {
    padding: 50px 0;
  }
  iframe {
    max-width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .section-services-header .section-services-header-inner .services-list ul li {
    width: auto;
    flex: 1 1 30%;
    max-width: 30%;
  }
  .section-services-header .section-services-header-inner .services-list ul li {
    line-height: 1.5;
  }
  .section-services-header .section-services-header-inner .services-list ul li .services-list-equipment {
    padding-left: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
}
.section-services-header .section-services-header-inner .services-list ul li .services-list-equipment {
  height: auto;
}
@media (min-width: 992px) {
  .section-footer-contact-form a[href*="tel"] {
    color: inherit;
  }
}
.carousel .carousel-item {
  opacity: 0;
  visibility: hidden;
  flex-wrap: nowrap;
}
.carousel .carousel-item .single {
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .carousel-item .single img {
  margin-top: 0;
}
.carousel .carousel-item .single:nth-of-type(2) {
  opacity: 0.8;
}
.carousel .carousel-item .single:nth-of-type(3) {
  opacity: 0.6;
}
.carousel .carousel-item .single:nth-of-type(4) {
  opacity: 0.4;
}
.carousel .carousel-item .single:not(:first-of-type) .carousel-caption {
  display: none;
}
@media (min-width: 768px) {
  .carousel .carousel-item .single {
    flex: 0 0 350px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel-item .single {
    flex: 0 0 400px;
  }
}
.carousel .carousel-item.active {
  opacity: 1;
  visibility: visible;
}
.carousel .carousel-item.active,
.carousel .carousel-item.carousel-item-prev,
.carousel .carousel-item.carousel-item-next,
.carousel .carousel-item.carousel-item-left,
.carousel .carousel-item.carousel-item-right {
  display: flex;
}
.carousel .slider-control {
  display: flex;
  gap: 10px;
  padding: 10px;
  position: relative;
}
.carousel .slider-control:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  left: 140px;
  border-bottom: 2px solid #D70321;
  overflow: hidden;
}
@media (min-width: 768px) {
  .carousel .slider-control {
    margin-left: 375px;
  }
}
@media (min-width: 992px) {
  .carousel .slider-control {
    margin-left: 425px;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-caption {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .carousel .carousel-caption {
    width: 400px;
  }
}
.carousel .carousel-control {
  color: #D70321;
  font-size: 32px;
  margin-top: 0;
  line-height: 32px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: auto;
  bottom: auto;
  min-width: 54px;
  background-color: white;
  border-radius: 75px;
}
.carousel .carousel-control i {
  background-color: transparent;
  border: none;
}
.carousel .carousel-control.right i:before {
  content: "\f35a";
}
.carousel .carousel-control.left i:before {
  content: "\f359";
}
.carousel .carousel-control:active,
.carousel .carousel-control:focus,
.carousel .carousel-control:hover {
  color: #2c2c2c;
}
#slider-control {
  position: relative;
  display: flex;
}
#slider-control a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#slider-control .carousel-control-next i,
#slider-control .carousel-control-prev i {
  border: none;
  padding: 5px;
  font-size: 36px;
  line-height: 1;
}
#slider-control .carousel-control-next {
  margin-left: 25px;
}
#slider-control:after {
  position: absolute;
  content: "";
  background-color: white;
  border-bottom: 2px solid #d70321;
  top: 50%;
  transform: translateY(-50%);
  left: 140px;
  width: 100vw;
}
@media (min-width: 768px) {
  #slider-control {
    margin: 40px 0 0 375px;
  }
}
@media (min-width: 992px) {
  #slider-control {
    margin: 40px 0 0 425px;
  }
}
header #main-menu .nav-link {
  padding: 45px 10px 25px;
}
#secondary-menu {
  padding-top: 15px;
}
.utility-menu ul,
.utility-menu .navbar-toggler-wrapper {
  margin-top: 15px;
}
header .navbar .utility-menu {
  min-width: 0;
}
@media (min-width: 1800px) {
  .navbar-toggler-wrapper {
    display: none;
  }
}
.video-block .row {
  align-items: center;
}
.video-block .row a {
  color: white;
}
.video-block .row a:active,
.video-block .row a:focus,
.video-block .row a:hover {
  color: #D70321;
}
.expertise:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.54105392) 50%), var(--bgimg);
  background-position: center 40%;
}
.home .marches::before {
  background-image: var(--bgimg);
}
.home #page-wrapper ul,
.home section ul {
  display: inline-block;
}
.home #page-wrapper ul li,
.home section ul li {
  text-align: left;
  list-style-type: initial;
}
.marches ul {
  display: inline-block;
}
.marches ul li {
  list-style-type: initial;
  text-align: left;
}
.credits-footer .row .credits-social .sma-socials-links a:active .fab,
.credits-footer .row .credits-social .sma-socials-links a:focus .fab,
.credits-footer .row .credits-social .sma-socials-links a:hover .fab {
  color: #2c2c2c;
}
.duoeg-credit a {
  color: #636466;
}
.duoeg-credit a svg {
  height: 25px;
  width: auto;
  margin-left: 10px;
}
.duoeg-credit a path {
  fill: #636466;
}
.duoeg-credit a:active,
.duoeg-credit a:focus,
.duoeg-credit a:hover {
  color: #2c2c2c;
}
.duoeg-credit a:active path,
.duoeg-credit a:focus path,
.duoeg-credit a:hover path {
  fill: #2c2c2c;
}
@media (min-width: 1200px) {
  .credits-footer .row .credits-social {
    justify-content: flex-end;
    padding: 0 15px;
  }
  .credits-footer .row .credits-social .duoeg-credit,
  .credits-footer .row .credits-social .sma-socials-links {
    flex: 0 0 auto;
  }
}
.services .row .services-card-wrapper {
  background-size: cover;
  background-image: var(--bg);
}
@media (min-width: 992px) {
  .hero-mask .hero-text-wrapper h1 {
    font-size: 56px;
  }
  .hero-mask .hero-text-wrapper h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .hero-mask .hero-text-wrapper h1 {
    font-size: 60px;
  }
  .hero-mask .hero-text-wrapper h2 {
    font-size: 34px;
  }
  .hero-mask .hero-text-wrapper .hero-text-content {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .hero-mask .hero-text-wrapper h1 {
    font-size: 80px;
  }
  .hero-mask .hero-text-wrapper h2 {
    font-size: 38px;
  }
  .hero-mask .hero-text-wrapper .hero-text-content {
    max-width: 60%;
  }
}
.home .section-contact-box {
  padding-bottom: 70px;
}
.home .section-contact-box iframe {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .home .section-contact-box iframe {
    aspect-ratio: 1/1;
  }
}
.home .section-contact-box .cta {
  position: relative;
  background-color: white;
  padding: 0 15px;
  margin-left: -15px;
  display: inline-block;
}
.home .section-contact-box .cta:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #d70321;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 992px) {
  .home .section-contact-box .cta {
    margin-top: 30px;
  }
}
.home .section-contact-box .row {
  display: block;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .home .section-contact-box .row {
    display: flex;
    flex-wrap: inherit;
    gap: 30px;
  }
  .home .section-contact-box .row .col-md-6 {
    flex: 1 1 49%;
  }
  .home .section-contact-box .row h3 {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .section-contact-box .row {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .home .section-contact-box .container,
  .home .section-contact-box .col-md-6 {
    display: block;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .home .section-contact-box {
    padding-top: 50px;
  }
}
.section-services-header:before,
.section-services-header:after {
  box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.25);
}
.section-services-header:after {
  min-height: 0;
  bottom: -30px;
}
@media (min-width: 1200px) {
  .section-services-header:after {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .section-services-header .services-mecaniques {
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  .section-services-header .services-mecaniques {
    margin-top: 120px;
  }
}
@media (min-width: 1500px) {
  .section-services-header .services-mecaniques {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .section-services-header + .entry-content .wp-block-columns:has(.rtl) {
    flex-direction: row-reverse;
  }
}
.hero-wrapper h1 + h2 {
  margin-top: -1.5rem;
}
.hero-wrapper:has(h1):has(h2) h1 {
  color: #D70321;
}
.wp-block-columns.block-quality {
  height: auto;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .wp-block-columns.block-quality:before {
    clip-path: polygon(0 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
}
@media (min-width: 992px) {
  .wp-block-columns.block-quality {
    padding: 150px 0 120px;
  }
  .wp-block-columns.block-quality:before {
    clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
  }
}
hr {
  border-color: transparent !important;
  margin: 30px 0;
}
@media (min-width: 768px) {
  hr {
    margin: 50px 0;
  }
}
@media (min-width: 992px) {
  hr {
    margin: 20px 0;
  }
}
#slider-control .carousel-control-next i,
#slider-control .carousel-control-prev i {
  font-size: 24px;
  padding: 10px;
}
.section-location .carousel-caption {
  bottom: -100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75px;
}
.section-location .carousel-caption h5 {
  line-height: 1.4;
}
.equipement-slider-header img {
  margin-top: 30px;
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 150px;
}
@media (min-width: 992px) {
  .equipement-slider-header img {
    margin-top: 0;
    float: right;
  }
}
.section-rpo:before {
  clip-path: polygon(0 40px, 100% 0%, 100% 100%, 0% 100%);
}
.section-rpo + .section-location {
  margin-top: -40px;
}
.section-rpo + .section-location:before {
  top: -40px;
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 40px), 0% 100%);
}
.page-template-default-product-template h2 {
  font-size: 30px;
  max-width: 800px;
}
.page-template-default-product-template h2:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid #d70321;
  margin: 0.5em 0;
}
.page-template-default-product-template .entry-content {
  position: relative;
}
.page-template-default-product-template .entry-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -150px;
  left: 0;
  z-index: -4;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d6d6d6+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0);
  /* IE6-9 */
}
@media (min-width: 992px) {
  .section-dist .container {
    display: grid;
    grid-template-areas: "titre img" "text img";
    grid-gap: 30px;
    margin-bottom: 80px;
  }
  .section-dist .container .title {
    grid-area: titre;
    align-self: end;
  }
  .section-dist .container .text {
    grid-area: text;
  }
  .section-dist .container .img {
    grid-area: img;
  }
}
figure.wp-block-image img {
  height: 100%;
}
.services-card-wrapper {
  position: relative;
}
.services-card-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+50,0.85+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-9 */
}
.services-card-wrapper .services-card {
  z-index: 2;
}
.wp-block-columns.block-quality:before {
  background-image: url('/wp-content/uploads/2023/12/sma-qualite.jpeg');
  z-index: -2;
}
.wp-block-columns.block-quality:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+0,0.65+20,0.65+80,0.85+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9000000', endColorstr='#d9000000', GradientType=1);
  /* IE6-9 */
  -webkit-clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
  clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
}
figure.wp-block-image {
  aspect-ratio: 1 / 1;
}
#page-content a[name] {
  scroll-padding-top: 72px;
}
.section-expertise-wrapper {
  padding-top: 50px !important;
}
.video-block {
  margin-top: 50px;
}
.navbar-brand img {
  max-width: 175px;
  height: auto;
}
.slide-in {
  opacity: 0;
  position: relative;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.slide-in.from-right {
  -moz-transform: translate3d(200px, 0px, 0px);
  -webkit-transform: translate3d(200px, 0px, 0px);
  -o-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0px, 0px);
}
.slide-in.from-left {
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.slide-in.from-top {
  -moz-transform: translate3d(0px, -200px, 0px);
  -webkit-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate3d(0px, -200px, 0px);
}
.slide-in.from-bottom {
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200px, 0px);
}
.slide-in.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
a.cta {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header#wrapper-navbar {
  animation-name: animate_main_menu;
  animation-duration: 250ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform: translateY(-120%);
  opacity: 0;
}
@keyframes animate_main_menu {
  0% {
    transform: translateY(-120%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-wrapper {
  position: relative;
}
#hero-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#hero-slider .carousel-inner,
#hero-slider .carousel-item {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-slider .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
}
#hero-slider .carousel-inner .active {
  opacity: 1;
}
#hero-slider .carousel-inner .active.left,
#hero-slider .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#hero-slider .carousel-inner .next.left,
#hero-slider .carousel-inner .prev.right {
  opacity: 1;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  #hero-slider .carousel-inner > .carousel-item.next,
  #hero-slider .carousel-inner > .carousel-item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #hero-slider .carousel-inner > .carousel-item.prev,
  #hero-slider .carousel-inner > .carousel-item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #hero-slider .carousel-inner > .carousel-item.next.left,
  #hero-slider .carousel-inner > .carousel-item.prev.right,
  #hero-slider .carousel-inner > .icarousel-tem.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .section-services-header + .entry-content .wp-block-columns {
    flex-direction: column !important;
  }
  .section-services-header + .entry-content .wp-block-columns .wp-block-column:has(img) {
    order: 1;
  }
  .section-services-header + .entry-content .wp-block-columns .wp-block-column:not(:has(img)) {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-services-header + .entry-content .wp-block-columns {
    flex-direction: row !important;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(odd) .wp-block-column:has(img) {
    order: 1;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(odd) .wp-block-column:not(:has(img)) {
    order: 2;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(even) .wp-block-column:has(img) {
    order: 2;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(even) .wp-block-column:not(:has(img)) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .section-services-header + .entry-content .wp-block-columns {
    flex-direction: column !important;
  }
  .section-services-header + .entry-content .wp-block-columns .wp-block-column:has(img) {
    order: 1;
  }
  .section-services-header + .entry-content .wp-block-columns .wp-block-column:not(:has(img)) {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-services-header + .entry-content .wp-block-columns {
    flex-direction: row !important;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(odd) .wp-block-column:has(img) {
    order: 1;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(odd) .wp-block-column:not(:has(img)) {
    order: 2;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(even) .wp-block-column:has(img) {
    order: 2;
  }
  .section-services-header + .entry-content .wp-block-columns:nth-of-type(even) .wp-block-column:not(:has(img)) {
    order: 1;
  }
}
@media (max-width: 991px) {
  .sma-contact-info-footer i {
    margin-left: 0;
  }
}
.sma-contact-info-footer h4:after {
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .section-contact-box h3,
  .section-expertise h3,
  .services-header h3 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .wp-block-columns {
    display: block !important;
  }
  .wp-block-columns:before {
    content: "";
    display: table;
  }
}
.utility-menu ul,
.utility-menu .navbar-toggler-wrapper {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
@media (max-width: 767px) {
  .section-location .carousel {
    scroll-margin-top: 300px;
    position: relative;
  }
  .section-location .carousel .carousel-item {
    background: white;
    width: 100%;
  }
  .section-location .carousel .single {
    background-size: contain;
    height: 280px;
    margin: 10px;
    aspect-ratio: auto;
  }
  .section-location .carousel .single.clone {
    display: none;
  }
  .section-location .carousel-caption {
    margin: 0;
    padding-right: 40px;
    bottom: auto;
    top: calc(100% + 15px);
    right: auto;
    max-width: calc(100% - 144px);
    padding-top: 0;
    min-height: auto;
  }
  .section-location .carousel-caption:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200%;
    background-color: #2c2c2c;
    z-index: -1;
  }
  .carousel-item {
    position: static;
  }
  .carousel-item .single {
    flex: 1 1 100%;
  }
  #slider-control {
    justify-content: flex-end;
    margin-top: 10px;
  }
  #slider-control:after {
    left: auto;
    right: 144px;
  }
}
iframe[src*="google.com/maps"] {
  min-height: clamp(250px, 20vw, 500px);
  margin-bottom: 50px;
}
.wp-block-lazyblock-sma-services .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
@media (min-width: 992px) {
  .wp-block-lazyblock-sma-services .sma-services-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .wp-block-lazyblock-sma-services .sma-services-block .description {
    flex: 1 1 49%;
  }
  .wp-block-lazyblock-sma-services .sma-services-block .image {
    flex: 0 1 49%;
    aspect-ratio: 1 / 1;
    min-height: inherit;
  }
  .wp-block-lazyblock-sma-services:nth-of-type(odd) .description {
    padding-left: 60px;
  }
  .wp-block-lazyblock-sma-services:nth-of-type(odd) .sma-services-block {
    flex-direction: row-reverse;
  }
  .wp-block-lazyblock-sma-services:nth-of-type(even) .description {
    padding-right: 60px;
  }
}
.wp-block-lazyblock-sma-services + .wp-block-lazyblock-sma-services {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .wp-block-lazyblock-sma-services + .wp-block-lazyblock-sma-services {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .wp-block-lazyblock-sma-services + .wp-block-lazyblock-sma-services {
    margin-top: 120px;
  }
}
@media (min-width: 1500px) {
  .wp-block-lazyblock-sma-services + .wp-block-lazyblock-sma-services {
    margin-top: 150px;
  }
}
