@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #F8F8F8;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  line-height: 1.3;
  transition: all 0.3s ease-in-out;
  color: #000314;
}

main {
  background-color: #F8F8F8;
  flex: 1 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.btn {
  padding: 0.6875rem 1.25rem;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-size: 0.9375rem;
  line-height: 1;
  width: fit-content;
  margin-top: 1.25rem;
  display: block;
}
@media (min-width: 992px) {
  .btn {
    font-size: 1rem;
  }
}
.btn.round {
  border-radius: 1.5625rem;
}
.btn.orange {
  background-color: #FC4C02;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1rem;
  margin-top: 0;
}
.btn.orange:hover {
  background-color: #000314;
}
@media (min-width: 992px) {
  .btn.orange {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.btn.white {
  background-color: #fff;
  color: #68757F;
}
.btn.white:hover {
  background-color: #006FFF;
  color: #fff;
}
.btn.blue {
  border: 0.0625rem solid #006FFF;
  background-color: #006FFF;
  color: #fff;
}
.btn.blue:hover {
  background-color: #fff;
  color: #006FFF;
}
.btn.blue-sleever {
  border: 0.0625rem solid #0075BD;
  background-color: #0075BD;
  color: #fff;
}
.btn.blue-sleever:hover {
  background-color: #fff;
  color: #0075BD;
}
.btn.black {
  background-color: #000314;
  color: #fff;
}
.btn.black:hover {
  background-color: #fff;
  color: #000314;
}
.btn.white-border {
  border: 0.0625rem solid #fff;
  color: #fff;
}
.btn.white-border:hover, .btn.white-border.active {
  background-color: #fff;
  color: #0075BD;
}
.btn.black-border {
  border: 0.0625rem solid #000314;
  color: #000314;
}
.btn.black-border:hover, .btn.black-border.active {
  background-color: #000314;
  color: #fff;
}

.btn-link {
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: all 0.3s ease-in-out;
  margin-top: 1.25rem;
}
.btn-link.blue:hover {
  color: #68757F;
}

p {
  font-size: 0.9375rem;
  margin-bottom: 0.8125rem;
}
@media (min-width: 992px) {
  p {
    font-size: 0.8125rem;
    margin-bottom: 0.9375rem;
  }
}
p a {
  color: #0075BD;
}

strong {
  font-weight: 700;
}

.title {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem !important;
}
@media (min-width: 992px) {
  .title {
    margin-top: 3.75rem;
  }
}

.wp-block-image img {
  margin: 0 auto;
  display: block;
}

.wp-block-heading {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.wp-block-button__link {
  background-color: #006FFF !important;
  border: 0.0625rem solid #006FFF !important;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
}
.wp-block-button__link:hover {
  background-color: #fff !important;
  color: #006FFF !important;
}

main ul {
  padding-left: 0.9375rem;
}
main ul li {
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 992px) {
  main ul li {
    font-size: 0.8125rem;
  }
}

.big-title {
  font-size: 1.875rem;
  line-height: 1;
}
.big-title.fat {
  font-size: 4.0625rem;
  font-weight: 800;
}
@media (min-width: 992px) {
  .big-title {
    font-size: 4.0625rem;
  }
}

.title-medium {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .title-medium {
    font-size: 1.875rem;
    font-weight: 800;
  }
}

.title-light {
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .title-light {
    font-size: 2.5rem;
  }
}
.title-light.arrow {
  display: flex;
  align-items: flex-start;
  font-size: 1.5625rem;
}
@media (min-width: 992px) {
  .title-light.arrow {
    font-size: 2.5rem;
    align-items: center;
  }
}
.title-light.arrow:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: transparent url("../../img/arrow-title.svg") center center no-repeat;
  margin-right: 0.75rem;
  margin-top: 0.3125rem;
}
@media (min-width: 992px) {
  .title-light.arrow:before {
    margin-right: 1.25rem;
    margin-top: 0;
  }
}
.title-light.arrow.white:before {
  background: transparent url("../../img/arrow-title-white.svg") center center no-repeat;
}
.title-light.arrow.black:before {
  background: transparent url("../../img/arrow-title-black.svg") center center no-repeat;
}

.title-regular {
  font-size: 2.375rem;
}
@media (min-width: 992px) {
  .title-regular {
    font-size: 2.5rem;
  }
}

.title-small {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .title-small {
    font-size: 1.5rem;
  }
}

.white {
  color: #fff;
}

.blue {
  color: #0075BD;
}

.black {
  color: #000314;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #FC4C02;
}

.bg-blue {
  background-color: #0075BD;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1rem !important;
}
@media (min-width: 992px) {
  .swiper-pagination {
    bottom: 1.875rem !important;
  }
}
.swiper-pagination span:first-of-type {
  margin-left: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 9px;
  height: 9px;
  border: 0.0625rem solid #fff;
  margin: 0 6px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FC4C02;
}
.swiper-pagination.swiper-pagination-fraction {
  left: calc(100% - 65px);
  top: calc(15.625rem - 65px);
  width: fit-content;
  bottom: auto;
  font-size: 0.875rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  padding: 1.25rem;
  background-color: #0075BD;
  color: #fff;
  width: 4.0625rem;
  height: 4.0625rem;
}
@media (min-width: 992px) {
  .swiper-pagination.swiper-pagination-fraction {
    left: calc(50% + 12px);
    top: auto;
    bottom: -0.0625rem !important;
  }
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
  font-size: 1.25rem;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-products-prev,
.swiper-button-products-next {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  display: none;
  position: absolute;
  top: 50%;
  left: 0.625rem;
  right: auto;
  z-index: 10;
  background-color: #D9D9D9;
}
@media (min-width: 992px) {
  .swiper-button-prev:not(.swiper-button-lock),
  .swiper-button-next:not(.swiper-button-lock),
  .swiper-button-products-prev:not(.swiper-button-lock),
  .swiper-button-products-next:not(.swiper-button-lock) {
    display: block;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-products-prev:after,
.swiper-button-products-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-products-prev.swiper-button-disabled,
.swiper-button-products-next.swiper-button-disabled {
  opacity: 0;
  background-color: #fff;
}

.swiper-button-prev:after,
.swiper-button-products-prev:after {
  background-color: #444B51;
  mask: url("../../img/arrow-left.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next,
.swiper-button-products-next {
  left: auto;
  right: 0.625rem;
}
.swiper-button-next:after,
.swiper-button-products-next:after {
  background-color: #444B51;
  mask: url("../../img/arrow-right.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}

.swiper-button-products-prev,
.swiper-button-products-next {
  background-color: #F8F8F8;
  transform: translateY(-50%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.swiper-button-products-prev:hover,
.swiper-button-products-next:hover {
  background-color: #006FFF;
}
.swiper-button-products-prev:hover:after,
.swiper-button-products-next:hover:after {
  background-color: #fff;
}

.swiper-button-brands-prev,
.swiper-button-brands-next {
  width: 2rem;
  height: 6.75rem;
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.625rem;
  right: auto;
  display: none;
}
@media (min-width: 992px) {
  .swiper-button-brands-prev,
  .swiper-button-brands-next {
    display: block;
  }
}
.swiper-button-brands-prev:after,
.swiper-button-brands-next:after {
  display: none;
}
.swiper-button-brands-prev svg,
.swiper-button-brands-next svg {
  transition: all 0.3s ease-in-out;
}
.swiper-button-brands-prev svg path,
.swiper-button-brands-next svg path {
  transition: all 0.3s ease-in-out;
}
.swiper-button-brands-prev:hover svg,
.swiper-button-brands-next:hover svg {
  transform: translateX(10%);
}
.swiper-button-brands-prev:hover svg path,
.swiper-button-brands-next:hover svg path {
  stroke-width: 2;
  stroke: #006FFF;
}
.swiper-button-brands-prev.disabled, .swiper-button-brands-prev.disabled,
.swiper-button-brands-next.disabled,
.swiper-button-brands-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  display: none;
}

.swiper-button-brands-next {
  left: auto;
  right: 0.625rem;
}
.swiper-button-brands-next:hover svg {
  transform: translateX(-10%);
}

.swiper-arrows-pagination {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 17.1875rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0.5rem 0.25rem;
  border-radius: 6.25rem;
}
@media (min-width: 992px) {
  .swiper-arrows-pagination {
    top: 5.3125rem;
    left: 61%;
  }
}
.swiper-arrows-pagination .swiper-button-prev-pagination,
.swiper-arrows-pagination .swiper-button-next-pagination {
  padding: 0 0.3125rem;
  display: flex;
  align-items: center;
}
.swiper-arrows-pagination .swiper-button-prev-pagination.swiper-button-disabled svg path,
.swiper-arrows-pagination .swiper-button-next-pagination.swiper-button-disabled svg path {
  stroke: #D9D9D9;
}

.media {
  max-height: 23.4375rem;
}
@media (min-width: 992px) {
  .media {
    max-height: 34.375rem;
  }
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.spacer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .section.spacer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .section.big-spacer {
    margin-top: 7.5rem;
    margin-bottom: 5.625rem;
  }
}

.side-space {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .side-space {
    padding-right: 2.375rem;
    padding-left: 2.375rem;
  }
}

.spacer-mobile {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .spacer-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.border-b {
  border-bottom: 0.0625rem solid #D9D9D9;
}

.separator {
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 90rem;
  padding: 0.625rem 1.25rem;
}
.separator.sticky {
  position: fixed;
  top: 4.6875rem;
  z-index: 8;
}
@media (min-width: 992px) {
  .separator.sticky {
    top: 5.3125rem;
  }
}
.separator .title-small {
  margin-bottom: 0;
}
.separator.conditionnement-vertical {
  background-color: #0075BD;
}
.separator.conditionnement-horizontal {
  background-color: #B59861;
}

.modal {
  z-index: 99999;
}
.modal.show .modal-dialog {
  transform: translateY(0);
  margin: 0 auto;
}
@media (min-width: 992px) {
  .modal.show .modal-dialog {
    transform: translateY(10dvh);
  }
}

.breadcrumb {
  padding: 1.875rem 0 0.625rem;
  border-bottom: 0.0625rem solid #D9D9D9;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 1.875rem 1.375rem 0.625rem;
  }
}
.breadcrumb #breadcrumbs {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.breadcrumb #breadcrumbs > span {
  display: flex;
  align-items: center;
}
.breadcrumb #breadcrumbs > span > span {
  display: flex;
  align-items: center;
}
.breadcrumb #breadcrumbs > span > span a {
  text-decoration: none;
  color: #000314;
}
.breadcrumb #breadcrumbs > span > span:first-of-type a {
  text-transform: uppercase;
  font-weight: 700;
  color: #68757F;
}
.breadcrumb #breadcrumbs > span > span:not(:first-of-type):before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.25rem;
  background: transparent url("../../img/breadcrumb-sep.png") center center no-repeat;
  background-size: contain;
}
.breadcrumb #breadcrumbs > span > span.breadcrumb_last {
  color: #0075BD;
}

.single-fiche-machine #breadcrumbs > span span:nth-of-type(3) {
  display: none;
}

#scroll-to-next,
#scroll-to-top {
  width: 3rem;
  height: 3rem;
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 2.5rem;
  bottom: 1.875rem;
  display: none;
}
@media (min-width: 992px) {
  #scroll-to-next,
  #scroll-to-top {
    display: block;
  }
}
#scroll-to-next svg,
#scroll-to-top svg {
  width: 100%;
  height: 100%;
}
#scroll-to-next svg .bg-scroll-next,
#scroll-to-top svg .bg-scroll-next {
  fill: #0075BD;
  transition: all 0.3s ease-in-out;
}
#scroll-to-next svg .arrow,
#scroll-to-top svg .arrow {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
#scroll-to-next:hover svg .bg-scroll-next,
#scroll-to-top:hover svg .bg-scroll-next {
  fill: #fff;
}
#scroll-to-next:hover svg .arrow,
#scroll-to-top:hover svg .arrow {
  fill: #0075BD;
}

#scroll-to-top {
  position: fixed;
  width: 2.5rem;
  height: 2.5rem;
  bottom: 1.875rem;
  right: 1.875rem;
  transform: rotate(180deg);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  #scroll-to-top {
    display: block;
  }
}
#scroll-to-top.active {
  opacity: 1;
  z-index: 2;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 2.9375rem;
}
@media (min-width: 992px) {
  .select {
    height: 3.5625rem;
  }
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem 0.625rem;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
}
@media (min-width: 992px) {
  .select-styled {
    padding: 1.0625rem 0.625rem;
  }
}
.select-styled:before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.select-styled:after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-color: #fff;
  mask: url("../../img/arrow-dropdown.svg") center center no-repeat;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}
.select-styled.active {
  border: 1px solid #fff;
}
.select-styled.active:after {
  background-color: #fff;
}

.select-options {
  display: none;
  position: absolute;
  top: 107%;
  right: 0;
  left: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #0075BD;
  max-height: 420px;
  height: auto;
  overflow-y: auto;
  border: 0.0625rem solid #fff;
  border-radius: 0.3125rem;
}
.select-options li {
  margin: 0;
  padding: 1.0625rem 0.625rem;
  transition: all 0.4s ease-in-out;
  list-style: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.select-options li:hover {
  background-color: #fff;
  color: #0075BD;
}
.select-options li[rel=hide] {
  display: none;
}

.section-404 .btn {
  margin: 1.875rem auto;
}

.wysiwyg-section h1 {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .wysiwyg-section h1 {
    font-size: 3.125rem;
  }
}
.wysiwyg-section h2 {
  font-size: 2.1875rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .wysiwyg-section h2 {
    font-size: 2.5rem;
  }
}
.wysiwyg-section h3 {
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .wysiwyg-section h3 {
    font-size: 2.1875rem;
  }
}
.wysiwyg-section h4 {
  font-size: 1.5625rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .wysiwyg-section h4 {
    font-size: 1.875rem;
  }
}
.wysiwyg-section h5 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .wysiwyg-section h5 {
    font-size: 1.5625rem;
  }
}
.wysiwyg-section h6 {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .wysiwyg-section h6 {
    font-size: 1.25rem;
  }
}

.img-full img {
  height: 15.625rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .img-full img {
    height: initial;
  }
}

header {
  min-height: 4.6875rem;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  header {
    height: 5.3125rem;
  }
}
header .sticky-header {
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 4.6875rem;
}
@media (min-width: 992px) {
  header .sticky-header {
    height: 5.3125rem;
  }
}
header .sticky-header .logo {
  position: relative;
  z-index: 3;
}
header .sticky-header .logo img {
  transition: all 0.3s ease-in-out;
  max-width: 3.4375rem;
}
@media (min-width: 992px) {
  header .sticky-header .logo img {
    max-width: initial;
  }
}
header .sticky-header .container {
  position: relative;
  padding: 0.625rem 1.25rem;
}
@media (min-width: 992px) {
  header .sticky-header .container {
    padding: 0.625rem 2.125rem;
  }
}
header .sticky-header .trigger-container {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #0075BD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .sticky-header .trigger-container {
    display: none;
  }
}
header .sticky-header .trigger-container .trigger-nav {
  display: flex;
  width: 20px;
  height: 12px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header .sticky-header .trigger-container .trigger-nav div {
  height: 2px;
  width: 20px;
  background-color: #fff;
  transition: 0.4s;
}
header .sticky-header .trigger-container .trigger-nav div:last-of-type {
  margin-bottom: 0;
}
header .sticky-header .wrapper-menu {
  height: 100%;
}
@media (max-width: 991px) {
  header .sticky-header .wrapper-menu {
    height: 100dvh;
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 110%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background: #0075BD url("../../img/subtract.svg") right 70% bottom -50% no-repeat;
    background-size: 714px 416px;
  }
}
header .sticky-header .wrapper-menu:before {
  content: "";
  display: block;
  width: calc(100% - 2.5rem);
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.1875rem;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu:before {
    display: none;
  }
}
header .sticky-header .wrapper-menu .main-menu {
  height: 100%;
  width: 100%;
}
header .sticky-header .wrapper-menu .primary-menu {
  display: flex;
  flex-direction: column;
  padding-top: 7.9375rem;
  align-items: flex-start;
  list-style: none;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: initial;
    padding-top: 0;
  }
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item {
  padding: 0 0.5625rem;
  margin: 0 0.5625rem;
  color: #fff;
  cursor: default;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item {
    font-size: 0.875rem;
    color: #0075BD;
    margin-bottom: 0;
    height: 100%;
  }
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item > a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item > a {
    color: #0075BD;
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item > a:before {
    content: "";
    display: block;
    height: 0.25rem;
    width: 100%;
    left: 50%;
    bottom: -2.0625rem;
    transform: translateX(-50%);
    background-color: #fff;
    position: absolute;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item:hover {
    text-decoration-color: #0075BD;
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item:hover .sub-menu {
    height: 17.875rem;
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item:hover a:before {
    background-color: #0075BD;
  }
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 0.625rem);
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out;
  z-index: 0;
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub {
  padding: 1.75rem 2.125rem;
  background-color: #fff;
  height: 17.875rem;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub {
    margin-top: 0.625rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub {
    background: #0075BD url("../../img/subtract.svg") right 70% bottom -50% no-repeat;
    background-size: 714px 416px;
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: #F8F8F8;
    position: absolute;
    z-index: 0;
    top: 0.625rem;
    left: 0;
    width: 100%;
  }
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub .back-menu {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub .back-menu:before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.9375rem;
  background: transparent url("../../img/back-menu.svg") center center no-repeat;
  margin-right: 0.625rem;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub .back-menu {
    display: none;
  }
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item {
  display: flex;
  width: fit-content;
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item .menu-item-image {
  max-width: 35.4375rem;
  flex: 1;
  top: 2.375rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item:first-of-type .menu-item-image {
  opacity: 1;
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item a {
  margin-left: 38.375rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item a {
    margin-bottom: 25px;
    min-width: 14.375rem;
    color: #0075BD;
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item a:hover {
    color: #68757F;
    text-decoration: underline;
    text-underline-offset: auto;
  }
}
header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item a:hover + .menu-item-image {
  opacity: 1;
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item.column {
    margin-left: calc(-100% + 17.375rem);
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item.column a {
    margin-left: 55.75rem;
  }
}
@media (max-width: 991px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu {
    position: absolute;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 110%;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .wrapper-sub {
    background-color: #0075BD;
    display: flex;
    flex-direction: column;
    padding-top: 7.9375rem;
    border-top: 0;
    height: 100%;
  }
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item-image {
    display: none;
  }
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu .menu-item a {
    margin-left: 0;
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu.active {
    transform: translateX(-110%);
  }
}
@media (min-width: 992px) {
  header .sticky-header .wrapper-menu .primary-menu > .menu-item .sub-menu.active {
    height: 17.25rem;
  }
}

.language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 992px) {
  .language {
    justify-content: flex-start;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .language {
    justify-content: center;
    padding-left: 0;
  }
}
.language .btn {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  color: transparent;
  background: #FC4C02 url("../../img/contact.svg") center center no-repeat;
  margin-right: 0.375rem;
}
@media (min-width: 992px) {
  .language .btn {
    width: fit-content;
    height: initial;
    padding: 0.6875rem 1.25rem;
    color: #fff;
    margin-right: 0;
    background-image: none;
  }
}

.language-switcher {
  width: fit-content;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 0.0625rem solid #fff;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 0.25rem;
  text-transform: lowercase;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  position: absolute;
  right: 0.75rem;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .language-switcher {
    opacity: 0;
    bottom: 1.25rem;
    top: auto;
  }
}
@media (max-width: 1199px) {
  .language-switcher {
    right: 1.25rem;
    flex-direction: row;
    width: 5.75rem;
    border-color: #68757F;
  }
}
@media (min-width: 992px) {
  .language-switcher {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .language-switcher {
    top: 0.4375rem;
    transform: none;
  }
}
.language-switcher:hover {
  height: 3rem;
  border-color: #68757F;
}
@media (min-width: 1200px) {
  .language-switcher:hover {
    height: 5.75rem;
  }
}
.language-switcher li {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.6s ease-in-out;
}
.language-switcher li a {
  color: #68757F;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-weight: 600;
  transition: all 0.6s ease-in-out;
}
.language-switcher li.active a {
  color: #fff;
}
.language-switcher li:hover {
  background-color: rgba(104, 117, 127, 0.2);
}
.language-switcher li:hover a {
  color: #fff;
}
.language-switcher .switcher {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #68757F;
  padding: 0.75rem;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.language-switcher .switcher.left-move {
  transform: translateX(0);
}
.language-switcher .switcher.right-move {
  transform: translateX(calc(100% + 0.125rem));
}
.language-switcher .switcher.move {
  transform: translateY(calc(100% + 0.125rem));
}

.js-menu-open {
  height: 100%;
  overflow: hidden;
}
.js-menu-open .logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(16%);
}
.js-menu-open .trigger-nav div:nth-child(1) {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.js-menu-open .trigger-nav div:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.js-menu-open .trigger-nav div:nth-child(3) {
  transform: rotate(45deg) translate(-3px, -3px);
}
.js-menu-open .wrapper-menu {
  transform: translateX(-110%);
}

footer {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, rgb(248, 248, 248) 10%, rgb(255, 255, 255) 10%);
  overflow: hidden;
}
footer .contact-container {
  background-color: #0075BD;
}
footer .contact-container .contact-footer {
  margin-top: 5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  min-height: 26.0625rem;
}
@media (min-width: 992px) {
  footer .contact-container .contact-footer {
    min-height: 21rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 90rem;
    margin: 3.75rem auto 0;
  }
}
footer .contact-container .contact-footer .avatar {
  max-width: 6.375rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
  footer .contact-container .contact-footer .avatar {
    max-width: 8.875rem;
    margin: 0 auto;
  }
}
footer .contact-container .contact-footer:before {
  content: "";
  display: block;
  background: transparent url("../../img/subtract.svg") right -1.25rem top no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.25rem;
  top: -4.5vw;
  z-index: 0;
  width: 85vw;
  height: 50vw;
}
@media (min-width: 992px) {
  footer .contact-container .contact-footer:before {
    background-position: left top;
    background-size: auto;
    right: 0;
    top: -2.625rem;
    width: 55vw;
    height: calc(100% + 2.625rem);
    max-width: 49.4375rem;
  }
}
footer .contact-container .contact-footer .contact-content {
  position: relative;
  z-index: 1;
}
footer .contact-container .contact-footer .contact-content h2 {
  font-size: 1.875rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  footer .contact-container .contact-footer .contact-content h2 {
    font-size: 2.8125rem;
  }
}
footer .contact-container .contact-footer .contact-content p {
  font-size: 0.9375rem;
  color: #fff;
}
@media (min-width: 992px) {
  footer .contact-container .contact-footer .contact-content p {
    font-size: 1.25rem;
  }
}
footer .contact-container .contact-footer .contact-content .btn {
  margin-top: 1.5625rem;
  font-weight: 400;
}
footer .footer-container {
  padding: 0 2.125rem;
  background-color: #fff;
  padding-top: 1.25rem;
}
@media (min-width: 992px) {
  footer .footer-container {
    padding-top: 3.75rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}
footer .footer-container ul {
  list-style: none;
}
footer .footer-container ul li a {
  color: #0075BD;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer .footer-container ul li a:hover {
  text-decoration: underline;
  font-weight: 600;
}
footer .footer-container #footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-container #footer .footer-menu > .menu-item {
  width: 100%;
  color: #0075BD;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #0075BD;
}
footer .footer-container #footer .footer-menu > .menu-item:last-of-type {
  border-bottom: 0;
}
@media (min-width: 992px) {
  footer .footer-container #footer .footer-menu > .menu-item {
    padding-bottom: 1.25rem;
    width: 25%;
    padding-bottom: 3.125rem;
    border-bottom: 0;
  }
}
footer .footer-container #footer .footer-menu > .menu-item > a {
  padding-top: 0.5rem;
  font-size: 0.9375rem;
  width: 100%;
}
@media (min-width: 992px) {
  footer .footer-container #footer .footer-menu > .menu-item > a {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  footer .footer-container #footer .footer-menu > .menu-item:last-of-type {
    padding-left: 3.125rem;
    border-left: 0.0625rem solid #0075BD;
  }
}
footer .footer-container #footer .footer-menu > .menu-item > .sub-menu {
  padding-top: 0.625rem;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  footer .footer-container #footer .footer-menu > .menu-item > .sub-menu {
    display: block;
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  footer .footer-container #footer .footer-menu > .menu-item > .sub-menu:before {
    content: "";
    display: block;
    width: 75%;
    height: 0.0625rem;
    background-color: #0075BD;
    position: absolute;
    top: 0;
  }
}
footer .footer-container #footer .footer-menu > .menu-item > .sub-menu li a {
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  footer .footer-container #footer .footer-menu > .menu-item > .sub-menu li a {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
footer .footer-container #footer .footer-menu > .menu-item > .sub-menu li > .sub-menu {
  margin-left: 1.25rem;
}
footer .footer-container .social-networks {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #0075BD;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-container .social-networks {
    justify-content: flex-start;
  }
}
footer .footer-container .social-networks a {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  footer .footer-container .social-networks a {
    margin-right: 0.9375rem;
  }
}
footer .footer-container .social-networks a:hover {
  transform: scale(1.1);
}
footer .footer-container .social-networks a.fb {
  background-color: #3b5998;
}
footer .footer-container .social-networks a.x {
  background-color: #000;
}
footer .footer-container .social-networks a.youtube {
  background-color: #cd201f;
}
footer .footer-container .social-networks a.linkedin {
  background-color: #0077b5;
}
footer .footer-container .social-networks a.insta {
  background-color: #C85700;
}
footer .footer-container .location {
  padding-bottom: 1.875rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  footer .footer-container .location {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
footer .footer-container .location .logo img {
  width: 100%;
  max-width: 6.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  footer .footer-container .location .logo img {
    max-width: 8.625rem;
    margin-bottom: 0;
  }
}
footer .footer-container .location .address {
  margin-bottom: 1.5625rem;
}
footer .footer-container .location p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
footer .footer-container .location span {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.625rem;
}
footer .footer-container .location a {
  display: block;
  color: #0075BD;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer .footer-container .location a:hover {
  text-decoration: underline;
  font-weight: 700;
}

.page-template-contact footer {
  background: #fff;
}

.hero {
  height: 36.875rem;
  background-color: #BBD9EF;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4.6875rem;
  position: relative;
}
@media (min-width: 992px) {
  .hero {
    height: 42.8125rem;
    padding-bottom: 6.25rem;
  }
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  margin-bottom: 0.9375rem;
}
.hero span {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero p {
  font-size: 1.5625rem;
  margin-bottom: 0;
}
.hero video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
}
@media (min-width: 992px) {
  .hero video {
    object-fit: fill;
  }
}

.large-image .content {
  position: relative;
  padding-top: 1.875rem;
  order: 1;
}
.large-image .content .brand {
  position: absolute;
  right: -20%;
  display: none;
}
@media (min-width: 992px) {
  .large-image .content .brand {
    display: block;
  }
}
@media (min-width: 992px) {
  .large-image .content {
    order: 2;
    padding-top: 0;
  }
}
.large-image .media {
  position: relative;
  height: 14.125rem;
  order: 2;
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .large-image .media {
    height: initial;
  }
}
.large-image .media .slider-home,
.large-image .media .slider-intro-machine {
  height: 100%;
  position: absolute;
  width: calc(100% + 1.625rem);
  height: 100%;
  left: -0.8125rem;
}
@media (min-width: 992px) {
  .large-image .media .slider-home,
  .large-image .media .slider-intro-machine {
    position: relative;
    width: 100%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .large-image .media {
    order: 1;
    margin-top: 0;
  }
}

.single-fiche-machine .large-image .media {
  order: 1;
  margin-top: 0;
  height: 17.25rem;
}
@media (min-width: 992px) {
  .single-fiche-machine .large-image .media {
    height: 40.625rem;
    max-height: 40.625rem;
  }
}
.single-fiche-machine .large-image .content {
  order: 2;
}

.large-content .media:not(.not-full) {
  position: relative;
  height: 23.4375rem;
}
@media (min-width: 992px) {
  .large-content .media:not(.not-full) {
    height: initial;
  }
}
.large-content .media:not(.not-full) > img {
  height: 100%;
  position: absolute;
  width: calc(100% + 1.625rem);
  max-width: calc(100% + 1.625rem);
  height: 100%;
  left: -0.8125rem;
}
@media (min-width: 992px) {
  .large-content .media:not(.not-full) > img {
    position: relative;
    width: 100%;
    left: auto;
  }
}
.large-content.left .content {
  order: 2;
}
@media (min-width: 992px) {
  .large-content.left .content {
    order: initial;
  }
}
.large-content.left .media {
  order: 1;
}
@media (min-width: 992px) {
  .large-content.left .media {
    order: initial;
  }
}
.large-content.right .content {
  order: 1;
}
@media (min-width: 992px) {
  .large-content.right .content {
    order: 2;
  }
}
.large-content.right .media {
  order: 2;
}
@media (min-width: 992px) {
  .large-content.right .media {
    order: 1;
  }
}

.page-template-products .large-content.left .content {
  order: 1;
}
@media (min-width: 992px) {
  .page-template-products .large-content.left .content {
    order: initial;
  }
}
.page-template-products .large-content.left .media {
  order: 2;
}
@media (min-width: 992px) {
  .page-template-products .large-content.left .media {
    order: initial;
  }
}

.single-fiche-produit .large-content.right .content {
  order: 2;
}
@media (min-width: 992px) {
  .single-fiche-produit .large-content.right .content {
    order: initial;
  }
}
.single-fiche-produit .large-content.right .media {
  order: 1;
}
@media (min-width: 992px) {
  .single-fiche-produit .large-content.right .media {
    order: initial;
  }
}

.page-template-custom .large-content.right .content {
  order: 2;
}
.page-template-custom .large-content.right .media {
  order: 1;
}

.page-template-index .large-content.right .content, .page-template-index .large-content.left .content {
  order: 1;
}
@media (min-width: 992px) {
  .page-template-index .large-content.right .content, .page-template-index .large-content.left .content {
    order: initial;
  }
}
.page-template-index .large-content.right .media, .page-template-index .large-content.left .media {
  order: 2;
}
@media (min-width: 992px) {
  .page-template-index .large-content.right .media, .page-template-index .large-content.left .media {
    order: initial;
  }
}

.une {
  border-top: 0.0625rem solid #D9D9D9;
}
@media (min-width: 992px) {
  .une {
    padding-left: 3.9375rem;
    padding-right: 3.9375rem;
  }
}
.une .title-light {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .une .title-light {
    margin-bottom: 3.125rem;
  }
}
.une .actu-item {
  padding: 2.4375rem;
  height: 25.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}
.une .actu-item:first-of-type {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
}
@media (min-width: 992px) {
  .une .actu-item:first-of-type {
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-top-right-radius: 0;
  }
}
.une .actu-item:last-of-type {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
@media (min-width: 992px) {
  .une .actu-item:last-of-type {
    border-top-right-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    border-bottom-left-radius: 0;
  }
}
.une .actu-item .tag {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
  border: 0.0625rem solid #fff;
  border-radius: 5rem;
  margin-bottom: 0.9375rem;
}
.une .actu-item p {
  font-size: 1.0625rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .une .actu-item p {
    font-size: 1.25rem;
  }
}

.marches {
  background-repeat: no-repeat;
  background-size: cover;
  height: 36.875rem;
  display: flex;
  align-items: center;
}
.marches .title-medium {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .marches .title-medium {
    margin-bottom: 2.5rem;
  }
}
.marches p {
  font-size: 0.8125rem;
}

.features {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 992px) {
  .features {
    height: 34.6875rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .features .title-medium {
    margin-bottom: 0;
  }
}
.features ul {
  padding-left: 1.125rem;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .features ul {
    margin-top: 0;
  }
}
.features ul li {
  margin-bottom: 0.625rem;
  font-size: 1.0625rem;
}
@media (min-width: 992px) {
  .features ul li {
    font-size: 0.9375rem;
  }
}

.news {
  margin-top: 3.75rem;
  border-top: 0.0625rem solid #D9D9D9;
  padding-top: 1.25rem;
  position: relative;
  padding-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .news {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 3.75rem;
  }
}
.news .intro {
  font-size: 0.75rem;
  margin-top: 0.4375rem;
  margin-bottom: 0;
}
.news .slider-container {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
.news .slider-container .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.news .slider-news {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .news .slider-news {
    margin-bottom: 3.75rem;
  }
}
.news .slider-news .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.news .slider-news .swiper-slide {
  height: auto;
}
.news .slider-news .swiper-slide .item {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background-color: #fff;
  height: 100%;
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.news .slider-news .swiper-slide .item img {
  max-width: 26.25rem;
  max-height: 12.5rem;
  width: 100%;
  margin-bottom: 1.25rem;
  object-fit: cover;
}
.news .slider-news .swiper-slide .item .tag {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
  border: 0.0625rem solid #000314;
  width: fit-content;
  border-radius: 5rem;
  margin-bottom: 0.625rem;
}
.news .slider-news .swiper-slide .item p {
  font-size: 1.25rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limite à 2 lignes */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute les trois petits points */
}
.news .swiper-arrows {
  position: absolute;
  right: 3.125rem;
  top: 1.25rem;
  display: none;
}
@media (min-width: 992px) {
  .news .swiper-arrows {
    display: flex;
  }
}
.news .swiper-arrows .swiper-button-next,
.news .swiper-arrows .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  margin: 0 0.625rem;
}

@media (min-width: 992px) {
  .page-template-nouveautes .all-news {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-bottom: 3.75rem;
  }
}
.page-template-nouveautes .news-filter-buttons {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .page-template-nouveautes .news-filter-buttons {
    padding-top: 3.125rem;
    padding-bottom: 4.6875rem;
  }
}
.page-template-nouveautes .card-item {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background-color: #fff;
  height: calc(100% - 2.5rem);
  margin-bottom: 2.5rem;
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.page-template-nouveautes .card-item img {
  max-width: 26.25rem;
  max-height: 12.5rem;
  width: 100%;
  margin-bottom: 1.25rem;
  object-fit: cover;
}
.page-template-nouveautes .card-item .tag {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
  border: 0.0625rem solid #000314;
  width: fit-content;
  border-radius: 5rem;
  margin-bottom: 0.625rem;
}
.page-template-nouveautes .card-item p {
  font-size: 1.25rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limite à 2 lignes */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute les trois petits points */
}
.page-template-nouveautes .load-more {
  margin: 0 auto;
}

.banner-title {
  padding: 3.75rem 0;
}
@media (min-width: 992px) {
  .banner-title {
    padding: 7.5rem 0;
  }
}
.banner-title h1 {
  max-width: 90%;
  margin: 0 auto;
}
.banner-title span {
  color: #000314;
}
.banner-title p {
  text-align: center;
  margin: 2.125rem auto 0;
}
@media (min-width: 992px) {
  .banner-title p {
    max-width: 70%;
  }
}

.single-fiche-produit .banner-title {
  padding: 3.75rem 0 1.875rem;
}
@media (min-width: 992px) {
  .single-fiche-produit .banner-title {
    padding: 7.5rem 0 3.125rem;
  }
}
.single-fiche-produit .banner-title h1 br {
  display: none;
}
@media (min-width: 992px) {
  .single-fiche-produit .banner-title h1 br {
    display: inline;
  }
}

.intro-section {
  position: relative;
}
@media (min-width: 992px) {
  .intro-section {
    border-top: 0.0625rem solid #D9D9D9;
    border-bottom: 0.0625rem solid #D9D9D9;
  }
}
.intro-section p,
.intro-section li {
  font-size: 1rem;
}
.intro-section .media {
  position: relative;
  height: 15.375rem;
}
@media (min-width: 992px) {
  .intro-section .media {
    height: initial;
  }
}
.intro-section .media > img {
  height: 100%;
  position: absolute;
  width: calc(100% + 1.625rem);
  max-width: calc(100% + 1.625rem);
  height: 100%;
  left: -0.8125rem;
}
@media (min-width: 992px) {
  .intro-section .media > img {
    position: relative;
    width: 100%;
    left: auto;
  }
}

.solutions {
  padding-top: 1.25rem;
}
@media (min-width: 992px) {
  .solutions {
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
  }
}
.solutions .slider-container {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
.solutions .slider-container .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.solutions .slider-products {
  padding: 1.875rem 0 0;
}
@media (min-width: 992px) {
  .solutions .slider-products {
    padding: 1.875rem 1.875rem 5rem;
  }
}
.solutions .slider-products .swiper-wrapper {
  align-items: stretch;
}
.solutions .slider-products .swiper-slide {
  height: auto;
  display: flex;
}
.solutions .slider-products .swiper-slide a {
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  padding: 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .solutions .slider-products .swiper-slide a:hover {
    filter: drop-shadow(0px 30px 20px rgba(0, 0, 0, 0.1));
  }
}
.solutions .slider-products .swiper-slide a:hover span,
.solutions .slider-products .swiper-slide a:hover p {
  color: #0075BD;
}
.solutions .slider-products .swiper-slide a img {
  width: 100%;
  max-height: 15.75rem;
  object-fit: cover;
}
.solutions .slider-products .swiper-slide a span {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  color: #000314;
  transition: all 0.3s ease-in-out;
}
.solutions .slider-products .swiper-slide a p {
  margin: 0;
  text-transform: uppercase;
  color: #68757F;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.solutions .swiper-button-products-prev {
  left: 0.625rem;
}
.solutions .swiper-button-products-next {
  right: 0.625rem;
}

.machines-section {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .machines-section {
    padding-top: 3.75rem;
  }
}
.machines-section .slider-container {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
.machines-section .slider-container .col-12 {
  padding-right: 0;
  padding-left: 0;
}

.slider-machines,
.group-machines {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .slider-machines,
  .group-machines {
    padding-bottom: 3.75rem;
  }
}
.slider-machines .swiper-wrapper,
.slider-machines .card-wrapper,
.group-machines .swiper-wrapper,
.group-machines .card-wrapper {
  align-items: stretch;
}
@media (min-width: 992px) {
  .slider-machines .swiper-wrapper,
  .slider-machines .card-wrapper,
  .group-machines .swiper-wrapper,
  .group-machines .card-wrapper {
    justify-content: center;
  }
}
.slider-machines .swiper-wrapper .swiper-slide,
.slider-machines .swiper-wrapper .card-machines,
.slider-machines .card-wrapper .swiper-slide,
.slider-machines .card-wrapper .card-machines,
.group-machines .swiper-wrapper .swiper-slide,
.group-machines .swiper-wrapper .card-machines,
.group-machines .card-wrapper .swiper-slide,
.group-machines .card-wrapper .card-machines {
  display: flex;
  height: auto;
}
@media (min-width: 992px) {
  .slider-machines .swiper-wrapper .swiper-slide,
  .slider-machines .swiper-wrapper .card-machines,
  .slider-machines .card-wrapper .swiper-slide,
  .slider-machines .card-wrapper .card-machines,
  .group-machines .swiper-wrapper .swiper-slide,
  .group-machines .swiper-wrapper .card-machines,
  .group-machines .card-wrapper .swiper-slide,
  .group-machines .card-wrapper .card-machines {
    padding: 0 1.1875rem;
    box-sizing: border-box;
  }
}
.slider-machines .swiper-wrapper .swiper-slide a,
.slider-machines .swiper-wrapper .swiper-slide .child-cat,
.slider-machines .swiper-wrapper .card-machines a,
.slider-machines .swiper-wrapper .card-machines .child-cat,
.slider-machines .card-wrapper .swiper-slide a,
.slider-machines .card-wrapper .swiper-slide .child-cat,
.slider-machines .card-wrapper .card-machines a,
.slider-machines .card-wrapper .card-machines .child-cat,
.group-machines .swiper-wrapper .swiper-slide a,
.group-machines .swiper-wrapper .swiper-slide .child-cat,
.group-machines .swiper-wrapper .card-machines a,
.group-machines .swiper-wrapper .card-machines .child-cat,
.group-machines .card-wrapper .swiper-slide a,
.group-machines .card-wrapper .swiper-slide .child-cat,
.group-machines .card-wrapper .card-machines a,
.group-machines .card-wrapper .card-machines .child-cat {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.slider-machines .swiper-wrapper .swiper-slide a:hover,
.slider-machines .swiper-wrapper .swiper-slide .child-cat:hover,
.slider-machines .swiper-wrapper .card-machines a:hover,
.slider-machines .swiper-wrapper .card-machines .child-cat:hover,
.slider-machines .card-wrapper .swiper-slide a:hover,
.slider-machines .card-wrapper .swiper-slide .child-cat:hover,
.slider-machines .card-wrapper .card-machines a:hover,
.slider-machines .card-wrapper .card-machines .child-cat:hover,
.group-machines .swiper-wrapper .swiper-slide a:hover,
.group-machines .swiper-wrapper .swiper-slide .child-cat:hover,
.group-machines .swiper-wrapper .card-machines a:hover,
.group-machines .swiper-wrapper .card-machines .child-cat:hover,
.group-machines .card-wrapper .swiper-slide a:hover,
.group-machines .card-wrapper .swiper-slide .child-cat:hover,
.group-machines .card-wrapper .card-machines a:hover,
.group-machines .card-wrapper .card-machines .child-cat:hover {
  filter: drop-shadow(0px 30px 16px rgba(0, 0, 0, 0.1));
}
.slider-machines .swiper-wrapper .swiper-slide a:hover span,
.slider-machines .swiper-wrapper .swiper-slide a:hover p,
.slider-machines .swiper-wrapper .swiper-slide .child-cat:hover span,
.slider-machines .swiper-wrapper .swiper-slide .child-cat:hover p,
.slider-machines .swiper-wrapper .card-machines a:hover span,
.slider-machines .swiper-wrapper .card-machines a:hover p,
.slider-machines .swiper-wrapper .card-machines .child-cat:hover span,
.slider-machines .swiper-wrapper .card-machines .child-cat:hover p,
.slider-machines .card-wrapper .swiper-slide a:hover span,
.slider-machines .card-wrapper .swiper-slide a:hover p,
.slider-machines .card-wrapper .swiper-slide .child-cat:hover span,
.slider-machines .card-wrapper .swiper-slide .child-cat:hover p,
.slider-machines .card-wrapper .card-machines a:hover span,
.slider-machines .card-wrapper .card-machines a:hover p,
.slider-machines .card-wrapper .card-machines .child-cat:hover span,
.slider-machines .card-wrapper .card-machines .child-cat:hover p,
.group-machines .swiper-wrapper .swiper-slide a:hover span,
.group-machines .swiper-wrapper .swiper-slide a:hover p,
.group-machines .swiper-wrapper .swiper-slide .child-cat:hover span,
.group-machines .swiper-wrapper .swiper-slide .child-cat:hover p,
.group-machines .swiper-wrapper .card-machines a:hover span,
.group-machines .swiper-wrapper .card-machines a:hover p,
.group-machines .swiper-wrapper .card-machines .child-cat:hover span,
.group-machines .swiper-wrapper .card-machines .child-cat:hover p,
.group-machines .card-wrapper .swiper-slide a:hover span,
.group-machines .card-wrapper .swiper-slide a:hover p,
.group-machines .card-wrapper .swiper-slide .child-cat:hover span,
.group-machines .card-wrapper .swiper-slide .child-cat:hover p,
.group-machines .card-wrapper .card-machines a:hover span,
.group-machines .card-wrapper .card-machines a:hover p,
.group-machines .card-wrapper .card-machines .child-cat:hover span,
.group-machines .card-wrapper .card-machines .child-cat:hover p {
  color: #0075BD;
}
.slider-machines .swiper-wrapper .swiper-slide a .item-img,
.slider-machines .swiper-wrapper .swiper-slide .child-cat .item-img,
.slider-machines .swiper-wrapper .card-machines a .item-img,
.slider-machines .swiper-wrapper .card-machines .child-cat .item-img,
.slider-machines .card-wrapper .swiper-slide a .item-img,
.slider-machines .card-wrapper .swiper-slide .child-cat .item-img,
.slider-machines .card-wrapper .card-machines a .item-img,
.slider-machines .card-wrapper .card-machines .child-cat .item-img,
.group-machines .swiper-wrapper .swiper-slide a .item-img,
.group-machines .swiper-wrapper .swiper-slide .child-cat .item-img,
.group-machines .swiper-wrapper .card-machines a .item-img,
.group-machines .swiper-wrapper .card-machines .child-cat .item-img,
.group-machines .card-wrapper .swiper-slide a .item-img,
.group-machines .card-wrapper .swiper-slide .child-cat .item-img,
.group-machines .card-wrapper .card-machines a .item-img,
.group-machines .card-wrapper .card-machines .child-cat .item-img {
  position: relative;
}
.slider-machines .swiper-wrapper .swiper-slide a .item-img img,
.slider-machines .swiper-wrapper .swiper-slide .child-cat .item-img img,
.slider-machines .swiper-wrapper .card-machines a .item-img img,
.slider-machines .swiper-wrapper .card-machines .child-cat .item-img img,
.slider-machines .card-wrapper .swiper-slide a .item-img img,
.slider-machines .card-wrapper .swiper-slide .child-cat .item-img img,
.slider-machines .card-wrapper .card-machines a .item-img img,
.slider-machines .card-wrapper .card-machines .child-cat .item-img img,
.group-machines .swiper-wrapper .swiper-slide a .item-img img,
.group-machines .swiper-wrapper .swiper-slide .child-cat .item-img img,
.group-machines .swiper-wrapper .card-machines a .item-img img,
.group-machines .swiper-wrapper .card-machines .child-cat .item-img img,
.group-machines .card-wrapper .swiper-slide a .item-img img,
.group-machines .card-wrapper .swiper-slide .child-cat .item-img img,
.group-machines .card-wrapper .card-machines a .item-img img,
.group-machines .card-wrapper .card-machines .child-cat .item-img img {
  width: 100%;
  height: 100%;
  max-height: 9.6875rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .slider-machines .swiper-wrapper .swiper-slide a .item-img img,
  .slider-machines .swiper-wrapper .swiper-slide .child-cat .item-img img,
  .slider-machines .swiper-wrapper .card-machines a .item-img img,
  .slider-machines .swiper-wrapper .card-machines .child-cat .item-img img,
  .slider-machines .card-wrapper .swiper-slide a .item-img img,
  .slider-machines .card-wrapper .swiper-slide .child-cat .item-img img,
  .slider-machines .card-wrapper .card-machines a .item-img img,
  .slider-machines .card-wrapper .card-machines .child-cat .item-img img,
  .group-machines .swiper-wrapper .swiper-slide a .item-img img,
  .group-machines .swiper-wrapper .swiper-slide .child-cat .item-img img,
  .group-machines .swiper-wrapper .card-machines a .item-img img,
  .group-machines .swiper-wrapper .card-machines .child-cat .item-img img,
  .group-machines .card-wrapper .swiper-slide a .item-img img,
  .group-machines .card-wrapper .swiper-slide .child-cat .item-img img,
  .group-machines .card-wrapper .card-machines a .item-img img,
  .group-machines .card-wrapper .card-machines .child-cat .item-img img {
    max-height: 12.625rem;
  }
}
.slider-machines .swiper-wrapper .swiper-slide a .item-img:after,
.slider-machines .swiper-wrapper .swiper-slide .child-cat .item-img:after,
.slider-machines .swiper-wrapper .card-machines a .item-img:after,
.slider-machines .swiper-wrapper .card-machines .child-cat .item-img:after,
.slider-machines .card-wrapper .swiper-slide a .item-img:after,
.slider-machines .card-wrapper .swiper-slide .child-cat .item-img:after,
.slider-machines .card-wrapper .card-machines a .item-img:after,
.slider-machines .card-wrapper .card-machines .child-cat .item-img:after,
.group-machines .swiper-wrapper .swiper-slide a .item-img:after,
.group-machines .swiper-wrapper .swiper-slide .child-cat .item-img:after,
.group-machines .swiper-wrapper .card-machines a .item-img:after,
.group-machines .swiper-wrapper .card-machines .child-cat .item-img:after,
.group-machines .card-wrapper .swiper-slide a .item-img:after,
.group-machines .card-wrapper .swiper-slide .child-cat .item-img:after,
.group-machines .card-wrapper .card-machines a .item-img:after,
.group-machines .card-wrapper .card-machines .child-cat .item-img:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  background: transparent url("../../img/brand.jpeg") center center no-repeat;
  bottom: 0.3125rem;
  right: 0.3125rem;
}
.slider-machines .swiper-wrapper .swiper-slide a span,
.slider-machines .swiper-wrapper .swiper-slide .child-cat span,
.slider-machines .swiper-wrapper .card-machines a span,
.slider-machines .swiper-wrapper .card-machines .child-cat span,
.slider-machines .card-wrapper .swiper-slide a span,
.slider-machines .card-wrapper .swiper-slide .child-cat span,
.slider-machines .card-wrapper .card-machines a span,
.slider-machines .card-wrapper .card-machines .child-cat span,
.group-machines .swiper-wrapper .swiper-slide a span,
.group-machines .swiper-wrapper .swiper-slide .child-cat span,
.group-machines .swiper-wrapper .card-machines a span,
.group-machines .swiper-wrapper .card-machines .child-cat span,
.group-machines .card-wrapper .swiper-slide a span,
.group-machines .card-wrapper .swiper-slide .child-cat span,
.group-machines .card-wrapper .card-machines a span,
.group-machines .card-wrapper .card-machines .child-cat span {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0.9375rem;
  color: #000314;
  transition: all 0.3s ease-in-out;
}
.slider-machines .swiper-wrapper .swiper-slide a .ref,
.slider-machines .swiper-wrapper .swiper-slide .child-cat .ref,
.slider-machines .swiper-wrapper .card-machines a .ref,
.slider-machines .swiper-wrapper .card-machines .child-cat .ref,
.slider-machines .card-wrapper .swiper-slide a .ref,
.slider-machines .card-wrapper .swiper-slide .child-cat .ref,
.slider-machines .card-wrapper .card-machines a .ref,
.slider-machines .card-wrapper .card-machines .child-cat .ref,
.group-machines .swiper-wrapper .swiper-slide a .ref,
.group-machines .swiper-wrapper .swiper-slide .child-cat .ref,
.group-machines .swiper-wrapper .card-machines a .ref,
.group-machines .swiper-wrapper .card-machines .child-cat .ref,
.group-machines .card-wrapper .swiper-slide a .ref,
.group-machines .card-wrapper .swiper-slide .child-cat .ref,
.group-machines .card-wrapper .card-machines a .ref,
.group-machines .card-wrapper .card-machines .child-cat .ref {
  margin: 0;
  text-transform: uppercase;
  color: #68757F;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.slider-machines .swiper-wrapper .swiper-slide a .intro,
.slider-machines .swiper-wrapper .swiper-slide .child-cat .intro,
.slider-machines .swiper-wrapper .card-machines a .intro,
.slider-machines .swiper-wrapper .card-machines .child-cat .intro,
.slider-machines .card-wrapper .swiper-slide a .intro,
.slider-machines .card-wrapper .swiper-slide .child-cat .intro,
.slider-machines .card-wrapper .card-machines a .intro,
.slider-machines .card-wrapper .card-machines .child-cat .intro,
.group-machines .swiper-wrapper .swiper-slide a .intro,
.group-machines .swiper-wrapper .swiper-slide .child-cat .intro,
.group-machines .swiper-wrapper .card-machines a .intro,
.group-machines .swiper-wrapper .card-machines .child-cat .intro,
.group-machines .card-wrapper .swiper-slide a .intro,
.group-machines .card-wrapper .swiper-slide .child-cat .intro,
.group-machines .card-wrapper .card-machines a .intro,
.group-machines .card-wrapper .card-machines .child-cat .intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}
.slider-machines .card-wrapper,
.group-machines .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.slider-machines .swiper-button-products-prev,
.slider-machines .swiper-button-products-next,
.group-machines .swiper-button-products-prev,
.group-machines .swiper-button-products-next {
  display: none;
}

.brands {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .brands {
    padding-top: 3.75rem;
  }
}
.brands .slider-container {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
.brands .slider-container .col-12 {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
@media (min-width: 992px) {
  .brands .slider-container .col-12 {
    padding: 0 3.125rem;
  }
}
.brands .swiper-wrapper {
  align-items: center;
  height: 9.375rem;
  padding: 1.875rem 0;
}
@media (min-width: 992px) {
  .brands .swiper-wrapper {
    height: 19.375rem;
    padding: 3.75rem 0;
  }
}
.brands .swiper-slide {
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  opacity: 0.4;
  display: flex;
  transform: scale(0.8);
}
.brands .swiper-slide .item-brand {
  width: 11.5625rem;
  background-color: #fff;
  border-radius: 1.25rem;
  filter: drop-shadow(0px 14px 35px rgba(186, 186, 186, 0.25));
  padding: 1.25rem 0;
  box-sizing: border-box;
}
.brands .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.brands .swiper-slide .item-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands .swiper-slide .item-brand img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.brands .swiper-slide:hover {
  opacity: 1;
}

.page-template-sleeve .brands {
  background-color: #0075BD;
}
.page-template-sleeve .brands .swiper-slide .item-brand {
  filter: none;
}
.page-template-sleeve .brands .swiper-button-brands-prev svg path,
.page-template-sleeve .brands .swiper-button-brands-next svg path {
  stroke: #fff;
}
.page-template-sleeve .brands .swiper-button-brands-prev:hover svg path,
.page-template-sleeve .brands .swiper-button-brands-next:hover svg path {
  stroke: #006FFF;
}

.single-fiche-machine .brands {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  padding-top: 0;
}

.functions {
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .functions {
    padding-bottom: 0;
  }
}
.functions .content {
  order: 2;
}
@media (min-width: 992px) {
  .functions .content {
    order: 1;
  }
}
.functions .media {
  order: 1;
}
@media (min-width: 992px) {
  .functions .media {
    order: 2;
  }
}
.functions .media img {
  object-fit: contain;
}
@media (min-width: 992px) {
  .functions .media img {
    object-fit: cover;
  }
}
.functions .function-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #0075BD;
}
.functions .function-item:last-of-type {
  border: 0;
}
.functions .function-item img {
  margin-right: 2.25rem;
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
}
.functions .function-item p {
  text-align: right;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}

.list {
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .list {
    padding-bottom: 7.5rem;
  }
}
.list .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .list .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.list .container > .row {
  margin: 0;
}
.list .accordion-item {
  background-color: transparent;
  border-bottom: 0;
}
.list .accordion-item .accordion-header {
  border-bottom: 0.0625rem solid #D9D9D9;
}
.list .accordion-item .accordion-button {
  background-color: transparent !important;
  box-shadow: none;
  padding: 0.625rem 1.5625rem;
  font-size: 1.5625rem;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  color: #000314;
}
@media (min-width: 992px) {
  .list .accordion-item .accordion-button {
    padding: 0.625rem 3.125rem;
  }
}
.list .accordion-item .accordion-button span {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .list .accordion-item .accordion-button {
    font-size: 2.5rem;
  }
}
.list .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.list .accordion-item .accordion-button:after {
  background-image: url("../../img/arrow-line-electric.svg");
  width: 3.5rem;
  height: 0.9375rem;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.list .accordion-item .accordion-button:before {
  content: "";
  display: block;
  transform: none;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("../../img/close-electric.svg");
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.list .accordion-item .accordion-button:hover {
  color: #006FFF;
}
.list .accordion-item .accordion-button:hover span {
  transform: translateX(10%);
}
.list .accordion-item .accordion-button:hover:after {
  transform: translateX(-10%);
}
.list .accordion-item .accordion-button:not(.collapsed):after {
  opacity: 0;
  transform: none;
}
.list .accordion-item .accordion-button:not(.collapsed):before {
  opacity: 1;
}
.list .accordion-item .accordion-body {
  display: flex;
  align-items: center;
  padding: 1.5625rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .list .accordion-item .accordion-body {
    padding: 1.875rem 3.125rem;
  }
}
.list .accordion-item .accordion-body .media {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  order: 1;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .list .accordion-item .accordion-body .media {
    max-width: 35.4375rem;
    margin-left: 4.6875rem;
    order: 2;
    margin-bottom: 0;
  }
}
.list .accordion-item .accordion-body .content {
  order: 2;
}
@media (min-width: 992px) {
  .list .accordion-item .accordion-body .content {
    flex: 1;
    order: 1;
  }
}
.list .accordion-item .accordion-body .content .btn {
  margin-top: 0.625rem;
}

.page-template-sleeves-list .pagination {
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .page-template-sleeves-list .pagination {
    padding-bottom: 6.25rem;
  }
}
.page-template-sleeves-list .separator {
  margin-bottom: 3.5rem;
}
.page-template-sleeves-list .accordion-item .accordion-body .media img {
  width: auto;
}

.switch-machines-cat {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.switch-machines-cat > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .switch-machines-cat > .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) {
  .switch-machines-cat {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}
.switch-machines-cat .switch-wrapper {
  position: relative;
}
.switch-machines-cat .switch-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.875rem;
  width: fit-content;
  background-color: #F3F6FA;
  border-radius: 0.625rem;
  width: auto;
  max-width: 100%;
  height: 5.625rem;
  position: relative;
  margin: 0 1.5625rem;
}
@media (min-width: 992px) {
  .switch-machines-cat .switch-container {
    margin: 0 auto 4.375rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 36.25rem;
  }
}
.switch-machines-cat .switch-container .switch-item {
  cursor: pointer;
  padding: 0.625rem 1.25rem;
  color: #68757F;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .switch-machines-cat .switch-container .switch-item {
    width: 50%;
    height: auto;
  }
}
.switch-machines-cat .switch-container .switch-item[data-slug=conditionnement-horizontal]:before, .switch-machines-cat .switch-container .switch-item[data-slug=conditionnement-vertical]:before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.0625rem;
  background-color: #68757F;
  mask: url("../../img/arrow-horizontal.svg") center center no-repeat;
  margin-right: 0.3125rem;
  transition: all 0.6s ease-in-out;
}
.switch-machines-cat .switch-container .switch-item[data-slug=conditionnement-vertical]:before {
  width: 1.0625rem;
  height: 1.5625rem;
  mask: url("../../img/arrow-vertical.svg") center center no-repeat;
}
.switch-machines-cat .switch-container .switch-item.active {
  font-weight: 600;
}
.switch-machines-cat .switch-container .switch-item.active[data-slug=conditionnement-vertical] {
  color: #0075BD;
}
.switch-machines-cat .switch-container .switch-item.active[data-slug=conditionnement-vertical]:before {
  background-color: #0075BD;
}
.switch-machines-cat .switch-container .switch-item.active[data-slug=conditionnement-horizontal] {
  color: #B59861;
}
.switch-machines-cat .switch-container .switch-item.active[data-slug=conditionnement-horizontal]:before {
  background-color: #B59861;
}
.switch-machines-cat .switch-container .switcher-cat {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border: 0.125rem solid #EBEDEE;
  background-color: #fff;
  border-radius: 0.625rem;
  z-index: 0;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .switch-machines-cat .switch-container .switcher-cat {
    width: 50%;
    height: 100%;
  }
}
.switch-machines-cat .switch-container .switcher-cat.left {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .switch-machines-cat .switch-container .switcher-cat.left {
    transform: translate3d(0, 0, 0);
  }
}
.switch-machines-cat .switch-container .switcher-cat.right {
  transform: translate3d(0, 100%, 0);
}
@media (min-width: 992px) {
  .switch-machines-cat .switch-container .switcher-cat.right {
    transform: translate3d(100%, 0, 0);
  }
}
.switch-machines-cat .child-container {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.switch-machines-cat .child-container[data-parent=conditionnement-horizontal] {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  opacity: 0;
}
.switch-machines-cat .child-container[data-parent=conditionnement-horizontal].active {
  z-index: 1;
  opacity: 1;
}
.switch-machines-cat .child-container[data-parent=conditionnement-horizontal] .child-cat .anchor-cat svg rect {
  fill: #B59861;
}
.switch-machines-cat .child-container[data-parent=conditionnement-vertical] {
  position: relative;
  z-index: -1;
  opacity: 0;
}
.switch-machines-cat .child-container[data-parent=conditionnement-vertical].active {
  z-index: 1;
  opacity: 1;
}
.switch-machines-cat .child-container .child-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.0625rem solid #D9D9D9;
  padding: 1.25rem 1.5625rem;
  position: relative;
}
@media (min-width: 992px) {
  .switch-machines-cat .child-container .child-cat {
    padding: 1.25rem 0;
    align-items: center;
    flex-direction: row;
  }
}
.switch-machines-cat .child-container .child-cat .content {
  max-width: 70%;
  margin-right: auto;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .switch-machines-cat .child-container .child-cat .content {
    max-width: fit-content;
    margin-right: 0;
    margin-top: 0;
  }
}
.switch-machines-cat .child-container .child-cat .content span {
  color: #000314;
  font-size: 1.25rem;
}
.switch-machines-cat .child-container .child-cat .content p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #68757F;
  text-transform: uppercase;
}
.switch-machines-cat .child-container .child-cat .anchor-cat {
  margin-left: auto;
  position: absolute;
  right: 1.5625rem;
  bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .switch-machines-cat .child-container .child-cat .anchor-cat {
    position: relative;
    left: auto;
    right: auto;
  }
}
.switch-machines-cat .child-container .child-cat .anchor-cat svg rect {
  transition: all 0.3s ease-in-out;
}
.switch-machines-cat .child-container .child-cat:hover .anchor-cat svg rect {
  fill: #000314;
}

.machines {
  display: flex;
  flex-direction: column;
}
.machines .separator-wrapper {
  margin-bottom: 3.5rem;
  height: 3.0625rem;
}
.machines .group-machines {
  position: relative;
  margin-top: 0;
}
.machines .group-machines .anchor-top {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.machines .group-machines .anchor-top svg circle,
.machines .group-machines .anchor-top svg path {
  transition: all 0.3s ease-in-out;
}
.machines .group-machines .anchor-top:hover svg circle {
  fill: #fff;
}
.machines .group-machines .anchor-top:hover svg path {
  stroke: #006FFF;
}
.machines .group-machines .title-light {
  margin-bottom: 1.875rem;
}
.machines .group-machines .card-machines {
  margin-bottom: 2.1875rem;
}
.machines .machines-wrapper {
  order: 2;
}
.machines .machines-wrapper.active {
  order: 1;
}
.machines .machines-wrapper[data-cat=conditionnement-horizontal] .title-light {
  color: #B59861;
}
.machines .machines-wrapper[data-cat=conditionnement-horizontal] .title-light.arrow:before {
  background: transparent url("../../img/arrow-title-gold.svg") center center no-repeat;
}
.machines .machines-wrapper[data-cat=conditionnement-horizontal] .group-machines .anchor-top:hover svg path {
  stroke: #B59861;
}

.slider-pagination .swiper-wrapper .swiper-slide {
  background-color: #F8F8F8;
}
.slider-pagination .swiper-wrapper .swiper-slide .content {
  padding-top: 4.6875rem;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .slider-pagination .swiper-wrapper .swiper-slide .content {
    padding-top: 8.4375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.slider-pagination .swiper-wrapper .swiper-slide .content .subtitle {
  font-size: 1.5rem;
}
.slider-pagination .swiper-wrapper .swiper-slide .media {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 15.625rem;
}
@media (min-width: 992px) {
  .slider-pagination .swiper-wrapper .swiper-slide .media {
    height: 30.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .page-template-about .pagination {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.single-fiche-machine .pagination {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .single-fiche-machine .pagination {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.single-fiche-machine .slider-pagination {
  margin-top: 2.125rem;
}

.page-template-machines-specialities .group-machines {
  padding-bottom: 0;
}
.page-template-machines-specialities .card-machines {
  margin-bottom: 2.1875rem;
}
.page-template-machines-specialities .btn.blue-sleever {
  width: 100%;
  max-width: 21.75rem;
  display: block;
  margin: 2.3125rem auto 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-machines-specialities .modal-dialog {
  height: 100dvh;
  max-width: 46.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .page-template-machines-specialities .modal-dialog {
    height: 80dvh;
  }
}
.page-template-machines-specialities .modal-dialog .modal-content {
  border-radius: 0;
  background-color: #0075BD;
  border: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-template-machines-specialities .modal-dialog .modal-content .modal-header {
  border: 0;
}
.page-template-machines-specialities .modal-dialog .modal-content .modal-header .btn-close {
  background: none;
  width: fit-content;
  text-decoration: underline;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 1.375rem;
  right: 1.75rem;
  outline: none;
}
.page-template-machines-specialities .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-machines-specialities .modal-dialog .modal-content .modal-body {
  border: 0;
  flex: initial;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 90%;
  margin-top: 3.75rem;
}
@media (min-width: 992px) {
  .page-template-machines-specialities .modal-dialog .modal-content .modal-body {
    max-width: 70%;
  }
}
.page-template-machines-specialities .modal-dialog .modal-content .modal-body .btn {
  margin: 0 0.5rem 1.0625rem;
}
.page-template-machines-specialities .modal-dialog .modal-content .modal-footer {
  border: 0;
}
.page-template-machines-specialities .filters {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .page-template-machines-specialities .filters {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3.125rem;
  }
}
.page-template-machines-specialities .filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
}
@media (min-width: 992px) {
  .page-template-machines-specialities .filters-header {
    margin-bottom: 0rem;
  }
}
.page-template-machines-specialities .filters-header-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page-template-machines-specialities .filters-container {
    display: flex;
    gap: 0.4375rem;
  }
}
.page-template-machines-specialities .filters-container .filter-group {
  position: relative;
}
.page-template-machines-specialities .filters-container .filter-group .filter-label {
  gap: 0.6875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0075BD;
  background-color: #fff;
  padding: 0.625rem;
  width: 100%;
  border-radius: 0.625rem;
  border: 2px solid #EBEDEE;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .page-template-machines-specialities .filters-container .filter-group .filter-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.page-template-machines-specialities .filters-container .filter-group .filter-label.open {
  background-color: #0075BD;
  color: #fff;
}
.page-template-machines-specialities .filters-container .filter-group .filter-label.open .filter-label_arrow {
  transform: rotate(180deg);
  transition: all 300ms ease-in-out;
}
.page-template-machines-specialities .filters-container .filter-group .filter-label.open .filter-label_arrow path {
  fill: #fff;
}
.page-template-machines-specialities .filters-container .filter-group .filter-options {
  position: absolute;
  width: 100%;
  z-index: 666;
  top: 100%;
  background-color: #fff;
  padding: 0.625rem 0;
  border-radius: 0.625rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  list-style-type: none;
}
@media (min-width: 992px) {
  .page-template-machines-specialities .filters-container .filter-group .filter-options {
    width: max-content;
    min-width: 8.875rem;
  }
}
.page-template-machines-specialities .filters-container .filter-group .filter-options_item:last-child {
  margin-bottom: 0rem;
}
.page-template-machines-specialities .filters-container .filter-group .filter-options_item > label {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  padding: 0.1875rem 1.5rem 0.1875rem 0.625rem;
  width: 100%;
  color: #68757F;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.page-template-machines-specialities .filters-container .filter-group .filter-options_item > label::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.4375rem;
}
.page-template-machines-specialities .filters-container .filter-group .filter-options_item > label:hover {
  background: #F3F6FA;
}
.page-template-machines-specialities .filters-container .filter-group .filter-options_item > label.has-checked {
  background: #F3F6FA;
}
.page-template-machines-specialities .filters-container .filter-group .filter-options_item > label.has-checked::before {
  background: url("data:image/svg+xml;utf8,<svg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.17794 5.52274L0.807277 3.34601L0 4.08203L3.17794 7L10 0.736018L9.19841 0L3.17794 5.52274Z' fill='%230075BD'/></svg>") no-repeat center center;
  background-size: contain;
}
.page-template-machines-specialities .filters-container .filter-group .filter-options_item input.term-checkbox {
  appearance: none;
}
.page-template-machines-specialities .filters .reset-filters {
  font-size: 0.75rem;
  color: #68757F;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  text-decoration: none;
}

.single-fiche-machine .large-image .machine-number {
  font-size: 2rem;
  color: #68757F;
  font-weight: 300;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (min-width: 992px) {
  .single-fiche-machine .large-image .machine-number {
    text-align: left;
    margin-bottom: 2.9375rem;
  }
}
.single-fiche-machine .large-image .title-light {
  text-align: center;
}
@media (min-width: 992px) {
  .single-fiche-machine .large-image .title-light {
    text-align: left;
  }
}
.single-fiche-machine .large-image .subtitle {
  font-size: 1.125rem;
  font-weight: 800;
  color: #0075BD;
  text-transform: uppercase;
}
.single-fiche-machine .large-image ul {
  list-style: none;
  padding-left: 0;
}
.single-fiche-machine .large-image ul li {
  position: relative;
  padding-left: 2.25rem;
}
.single-fiche-machine .large-image ul li:before {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 1rem;
  background: url("../../img/arrow-list.svg") center center no-repeat;
  background-size: contain;
  margin-right: 0.9375rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-fiche-machine .sticky-wrapper {
  height: 3.125rem;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper {
    height: 5rem;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0075BD;
  height: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav {
    height: 5rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .nav-items {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 1.125rem;
  flex: 1;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .nav-items .home-nav {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.875rem;
  border-left: 0.0625rem solid #fff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .nav-items .home-nav {
    padding: 0 1.25rem;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .nav-items .home-nav svg {
  width: 1.375rem;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .nav-items .home-nav svg {
    width: initial;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .dropdown {
  border-left: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .dropdown {
    border: 0;
    padding: 0;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .dropdown button {
  padding: 0 1.25rem;
  appearance: none;
  background-color: transparent;
  border: 0;
  height: 100%;
  font-size: 0.9375rem;
  color: #fff;
  width: 100%;
  text-align: left;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .dropdown button:after {
  border: 0;
  background: transparent url("../../img/arrow-dropdown.svg") center center no-repeat;
  width: 0.9375rem;
  height: 0.625rem;
  vertical-align: baseline;
  margin: 0;
  position: absolute;
  top: 40%;
  right: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .dropdown button.show:after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .dropdown button {
    display: none;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .dropdown .dropdown-menu {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .dropdown .dropdown-menu {
    display: flex;
    align-items: center;
    border: 0;
    background-color: transparent;
    position: relative;
    padding: 0;
    height: 100%;
    width: initial;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .dropdown .dropdown-menu.show {
  border: 0;
  background-color: #0075BD;
  border-radius: 0;
  transform: translate3d(0, 3.125rem, 0) !important;
  padding: 0;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .dropdown .dropdown-menu li {
  cursor: pointer;
  color: #fff;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .dropdown .dropdown-menu li {
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 0.0625rem solid #fff;
    padding: 0 1.875rem;
    margin: 0;
    transition: all 0.3s ease-in-out;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .dropdown .dropdown-menu li:hover {
    color: #0075BD;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .btn {
  margin-top: 0;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .btn-container {
  display: flex;
  justify-content: flex-end;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn {
  font-size: 1rem;
  font-weight: 400;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn:last-child {
  margin-left: 0.6875rem;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn:last-child {
    margin-left: 1.625rem;
  }
}
@media (max-width: 991px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-play, .single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-download {
    width: 2rem;
    height: 2rem;
    color: transparent;
    padding: 0;
    position: relative;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-play:after, .single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-download:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-play:after, .single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-download:after {
    display: none;
  }
}
.single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-play:after {
  background: transparent url("../../img/btn-play.svg") center center no-repeat;
}
.single-fiche-machine .sticky-wrapper .sticky-nav .btn-container .btn.btn-download:after {
  background: transparent url("../../img/btn-download.svg") center center no-repeat;
}
.single-fiche-machine .modal.show .modal-dialog {
  transform: translateY(0);
}
.single-fiche-machine .modal .modal-dialog {
  height: 100dvh;
  width: 100%;
  max-width: 83.75rem;
}
@media (min-width: 992px) {
  .single-fiche-machine .modal .modal-dialog {
    height: 100dvh;
  }
}
.single-fiche-machine .modal .modal-dialog .modal-content {
  border-radius: 0;
  background-color: #fff;
  border: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.single-fiche-machine .modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
}
.single-fiche-machine .modal .modal-dialog .modal-content .modal-header .btn-close {
  background: none;
  width: fit-content;
  text-decoration: underline;
  color: #000314;
  opacity: 1;
  position: absolute;
  z-index: 2;
  top: 1.375rem;
  right: 1.75rem;
  outline: none;
  box-shadow: none;
}
.single-fiche-machine .modal .modal-dialog .modal-content .modal-body {
  border: 0;
  flex: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  flex: 1;
}
@media (min-width: 992px) {
  .single-fiche-machine .modal .modal-dialog .modal-content .modal-body {
    padding: 5rem;
  }
}
.single-fiche-machine .modal .modal-dialog .modal-content .modal-body video {
  object-fit: fill;
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .single-fiche-machine .modal .modal-dialog .modal-content .modal-body video {
    height: 100%;
  }
}
.single-fiche-machine .modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .single-fiche-machine .modal .modal-dialog .modal-content .modal-body iframe {
    height: 100%;
  }
}

.options {
  position: relative;
}
@media (min-width: 992px) {
  .options {
    margin-top: 3.75rem;
  }
}
.options .slider-container {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
.options .slider-container .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.options .slider-options {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .options .slider-options {
    margin-bottom: 3.75rem;
  }
}
.options .slider-options .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.options .slider-options .swiper-slide {
  height: auto;
}
.options .slider-options .swiper-slide .item {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
  /*&:hover {
      filter: drop-shadow(0px 30px 16px rgba(0, 0, 0, 0.1));

      span,
      p,
      .title {
          color: $sleever-blue;
      }
  }*/
}
.options .slider-options .swiper-slide .item .item-img {
  position: relative;
  margin-bottom: 1.25rem;
  height: 7.75rem;
}
@media (min-width: 992px) {
  .options .slider-options .swiper-slide .item .item-img {
    height: 12.5rem;
  }
}
.options .slider-options .swiper-slide .item .item-img:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  background: transparent url("../../img/brand.jpeg") center center no-repeat;
  bottom: 0.3125rem;
  right: 0.3125rem;
}
.options .slider-options .swiper-slide .item .item-img img {
  max-width: 26.25rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.options .slider-options .swiper-slide .item .item-img video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.options .slider-options .swiper-slide .item .title {
  font-size: 1.25rem;
  color: #000314;
  margin-bottom: 0.625rem;
}
.options .slider-options .swiper-slide .item .subtitle {
  font-size: 1rem;
  color: #0075BD;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.options .slider-options .swiper-slide .item p {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Limite à 2 lignes */
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute les trois petits points */
}
.options .swiper-arrows {
  position: absolute;
  z-index: 1;
  right: 3.125rem;
  top: 0;
  display: none;
}
@media (min-width: 992px) {
  .options .swiper-arrows {
    display: flex;
  }
}
.options .swiper-arrows .swiper-button-next,
.options .swiper-arrows .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  margin: 0 0.625rem;
  background-color: #CDE5F1;
}
.options .swiper-arrows .swiper-button-next.swiper-button-disabled,
.options .swiper-arrows .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  background-color: #fff;
}

.specifications {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .specifications {
    margin-top: 0;
  }
}
.specifications .row {
  margin-left: 0;
  margin-right: 0;
}
.specifications .legend {
  border-top: 0.0625rem solid #0075BD;
  display: block;
  width: 100%;
  margin-top: 1.0625rem;
  padding-top: 1.0625rem;
  font-size: 0.8125rem;
  color: #0075BD;
}
.specifications .specifications-group {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .specifications .specifications-group {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    border-bottom: 0.0625rem solid #D9D9D9;
  }
}
.specifications .specifications-group:last-of-type {
  border: 0;
}
@media (min-width: 992px) {
  .specifications .specifications-group.left .media {
    order: 2;
  }
}
@media (min-width: 992px) {
  .specifications .specifications-group.left .content {
    order: 1;
  }
}
.specifications .media {
  border-radius: 0.625rem;
  overflow: hidden;
  margin-top: 1.5625rem;
  order: 2;
}
@media (min-width: 992px) {
  .specifications .media {
    margin-top: 0;
    order: 1;
  }
}
.specifications .content {
  order: 1;
}
@media (min-width: 992px) {
  .specifications .content {
    order: 2;
  }
}
.specifications .content .title-light {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .specifications .content .title-light {
    font-size: 1.5rem;
  }
}
.specifications .content .title-light:before {
  margin-right: 0.875rem;
}
.specifications .content .specifications-content {
  margin-top: 1.25rem;
  color: #0075BD;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .specifications .content .specifications-content {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}
.specifications .content .specifications-content .item-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #0075BD;
  text-transform: uppercase;
}
.specifications .content .specifications-content .item-infos:last-of-type {
  border-bottom: 0;
}
.specifications .content .specifications-content .item-infos .value-specification {
  max-width: 60%;
  text-align: right;
}
.specifications .tag-container {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.specifications .tag-container .tag {
  border-radius: 1.875rem;
  overflow: hidden;
  width: 100%;
  height: 25rem;
  position: relative;
}
.specifications .tag-container .tag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specifications .tag-container .tag .tag-content {
  position: absolute;
  bottom: 3rem;
  left: 8%;
  max-width: 18.125rem;
}
.specifications .tag-container .tag .tag-content h4 {
  font-size: 1.25rem;
}

.page-template-contact .form-contact {
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-template-contact .form-contact:before {
  content: "";
  display: block;
  background: transparent url("../../img/subtract.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -30%;
  bottom: -41%;
  z-index: 0;
  width: 108%;
  height: 75%;
}
@media (min-width: 992px) {
  .page-template-contact .form-contact:before {
    background-position: center top;
    background-size: contain;
    right: -20%;
    bottom: -45%;
    width: 83%;
    height: 73%;
  }
}
@media (min-width: 992px) {
  .page-template-contact .form-contact {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.page-template-contact .form-contact .big-title {
  margin-bottom: 1.875rem;
}
.page-template-contact .form-contact form {
  width: 100%;
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.page-template-contact .form-contact form label {
  width: 100%;
  display: flex;
  margin-bottom: 1.25rem;
}
.page-template-contact .form-contact form label span {
  width: 100%;
  display: flex;
}
.page-template-contact .form-contact form label span input,
.page-template-contact .form-contact form label span textarea {
  width: 100%;
  appearance: none;
  border: 0.0625rem solid #fff;
  border-radius: 0.3125rem;
  font-size: 1rem;
}
.page-template-contact .form-contact form label span input {
  background-color: transparent;
  color: #fff;
  outline: none;
  padding: 0.75rem 0.625rem;
}
@media (min-width: 992px) {
  .page-template-contact .form-contact form label span input {
    padding: 1.0625rem 0.625rem;
  }
}
.page-template-contact .form-contact form label span input::placeholder {
  color: #fff;
}
.page-template-contact .form-contact form label span textarea {
  padding: 0.625rem;
  color: #000314;
  outline: none;
}
.page-template-contact .form-contact form label span textarea::placeholder {
  color: #000314;
}
.page-template-contact .form-contact form .half {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-contact .form-contact form .half {
    width: 48%;
  }
}
.page-template-contact .form-contact form input[type=submit] {
  margin: 0 auto;
  background-color: #FC4C02;
  border: 0;
  color: #fff;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  transition: all 0.3s ease-in-out;
}
.page-template-contact .form-contact form input[type=submit]:hover {
  background-color: #000314;
}
.page-template-contact .form-contact form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-template-contact .form-contact form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  bottom: -32%;
  position: absolute;
}
.page-template-contact .form-contact form .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
  width: 100%;
}
.page-template-contact .map {
  width: 100%;
  height: 25rem;
}
@media (min-width: 992px) {
  .page-template-contact .map {
    height: 50rem;
  }
}
.page-template-contact .map iframe {
  object-fit: cover;
}/*# sourceMappingURL=style.css.map */