:root {
  --c-white: #fff;
  --c-black: #000;
  --body-text: #979797;
  --primary-color: #4cb7b2;
  --primary-light-color: #d4f3ee;
  --c-light: #f4f4f4;
  --light-color: #d9d9d9;
  --dark-color: #1e1e1e;
  --primary_color_dark: #4cb7b2;
  --primary_color_light: #a5e6e3;
  --primary_color_lighter: #d4f3ee;
}

@font-face {
  font-family: "Mont";
  src: url("../fonts/MontLight.woff2") format("woff2"),
  url("../fonts/MontLight.woff") format("woff"),
  url("../fonts/MontLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  color: var(--body-text);
  --side-container: 0px;
  --p-50: 20px;
  --p-60: 30px;
  --p-80: 30px;
  --p-100: 30px;
  --p-120: 30px;
  --p-150: 30px;
  --p-180: 40px;
  --p-200: 50px;
  --p-250: 50px;
  --side-container: 0px;
}

@media screen and (min-width: 768px) {
  body {
    --p-50: 30px;
    --p-60: 40px;
    --p-80: 45px;
    --p-100: 50px;
    --p-120: 60px;
    --p-150: 70px;
    --p-180: 80px;
    --p-200: 90px;
    --p-250: 100px;
  }
}

@media screen and (min-width: 992px) {
  body {
    --p-50: 35px;
    --p-60: 45px;
    --p-80: 55px;
    --p-100: 62px;
    --p-120: 65px;
    --p-150: 95px;
    --p-180: 110px;
    --p-200: 130px;
    --p-250: 160px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    --p-50: 40px;
    --p-60: 50px;
    --p-80: 70px;
    --p-100: 80px;
    --p-120: 100px;
    --p-130: 130px;
  }
}

@media screen and (min-width: 1400px) {
  body {
    --p-80: 80px;
    --p-120: 120px;
    --p-150: 150px;
    --p-180: 180px;
    --p-200: 200px;
    --p-250: 250px;
  }
}

@media screen and (min-width: 1600px) {
  body {
    --p-50: 50px;
    --p-60: 60px;
  }
}

@media screen and (min-width: 768px) {
  body {
    --container-size: 720px;
  }
}

@media screen and (min-width: 992px) {
  body {
    --container-size: 940px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    --container-size: 1170px;
  }
}

@media screen and (min-width: 1400px) {
  body {
    --container-size: 1350px;
  }
}

@media screen and (min-width: 1600px) {
  body {
    --container-size: 1600px;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td
.title,
.graph-wrap .graph-item .text p,
.view-les-tests .view-inner .content-wrapper .view-content table thead tr th,
.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
h2.block-title,
.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
h2.block-title {
  line-height: 1.1;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td
  .title,
  .graph-wrap .graph-item .text p,
  .view-les-tests .view-inner .content-wrapper .view-content table thead tr th,
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--range-slider
  h2.block-title,
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  h2.block-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td
  .title,
  .graph-wrap .graph-item .text p,
  .view-les-tests .view-inner .content-wrapper .view-content table thead tr th,
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--range-slider
  h2.block-title,
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  h2.block-title {
    font-size: 20px;
  }
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td,
.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
th,
.view-recent-promoted-products .view-content .product-front-inner .product-type,
.view-recent-promoted-products .view-header p {
  line-height: 1.1;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td,
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th,
  .view-recent-promoted-products
  .view-content
  .product-front-inner
  .product-type,
  .view-recent-promoted-products .view-header p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td,
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th,
  .view-recent-promoted-products
  .view-content
  .product-front-inner
  .product-type,
  .view-recent-promoted-products .view-header p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td,
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th,
  .view-recent-promoted-products
  .view-content
  .product-front-inner
  .product-type,
  .view-recent-promoted-products .view-header p {
    font-size: 24px;
  }
}

.empty .view-empty h4,
.product-outer
.product-left
.product-category-list
.paragraph--type--dropdown
.field
.field--item,
.product-outer
.product-left
.product-category-list
.paragraph--type--dropdown
.field
.field--label {
  line-height: 1.1;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (min-width: 992px) {
  .empty .view-empty h4,
  .product-outer
  .product-left
  .product-category-list
  .paragraph--type--dropdown
  .field
  .field--item,
  .product-outer
  .product-left
  .product-category-list
  .paragraph--type--dropdown
  .field
  .field--label {
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .empty .view-empty h4,
  .product-outer
  .product-left
  .product-category-list
  .paragraph--type--dropdown
  .field
  .field--item,
  .product-outer
  .product-left
  .product-category-list
  .paragraph--type--dropdown
  .field
  .field--label {
    font-size: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .empty .view-empty h4,
  .product-outer
  .product-left
  .product-category-list
  .paragraph--type--dropdown
  .field
  .field--item,
  .product-outer
  .product-left
  .product-category-list
  .paragraph--type--dropdown
  .field
  .field--label {
    font-size: 30px;
  }
}

h2.section-title {
  line-height: 1.1;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  h2.section-title {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) {
  h2.section-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  h2.section-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  h2.section-title {
    font-size: 35px;
  }
}

@media screen and (min-width: 1600px) {
  h2.section-title {
    font-size: 40px;
  }
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item
.title
a {
  line-height: 1.1;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title
  a {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title
  a {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title
  a {
    font-size: 28px;
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title
  a {
    font-size: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title
  a {
    font-size: 32px;
  }
}

.compare-products-wrapper .compare-products-inner .title-wrap .title,
.view-les-tests .view-inner .content-wrapper .view-header h2 span,
.banner-wrapper .related-products .view-content .title-controllers-wrap h3 {
  line-height: 1.1;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (min-width: 576px) {
  .compare-products-wrapper .compare-products-inner .title-wrap .title,
  .view-les-tests .view-inner .content-wrapper .view-header h2 span,
  .banner-wrapper .related-products .view-content .title-controllers-wrap h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  .compare-products-wrapper .compare-products-inner .title-wrap .title,
  .view-les-tests .view-inner .content-wrapper .view-header h2 span,
  .banner-wrapper .related-products .view-content .title-controllers-wrap h3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper .compare-products-inner .title-wrap .title,
  .view-les-tests .view-inner .content-wrapper .view-header h2 span,
  .banner-wrapper .related-products .view-content .title-controllers-wrap h3 {
    font-size: 42px;
  }
}

@media screen and (min-width: 1600px) {
  .compare-products-wrapper .compare-products-inner .title-wrap .title,
  .view-les-tests .view-inner .content-wrapper .view-header h2 span,
  .banner-wrapper .related-products .view-content .title-controllers-wrap h3 {
    font-size: 54px;
  }
}

.title-categories-wrap .title h1 {
  line-height: 1.1;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (min-width: 576px) {
  .title-categories-wrap .title h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 992px) {
  .title-categories-wrap .title h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .title-categories-wrap .title h1 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1600px) {
  .title-categories-wrap .title h1 {
    font-size: 65px;
  }
}

.title-categories-wrap .img-link-items .img-link-item .cat-link a {
  line-height: 1.1;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (min-width: 576px) {
  .title-categories-wrap .img-link-items .img-link-item .cat-link a {
    font-size: 32px;
  }
}

@media screen and (min-width: 992px) {
  .title-categories-wrap .img-link-items .img-link-item .cat-link a {
    font-size: 38px;
  }
}

@media screen and (min-width: 1200px) {
  .title-categories-wrap .img-link-items .img-link-item .cat-link a {
    font-size: 44px;
  }
}

@media screen and (min-width: 1600px) {
  .title-categories-wrap .img-link-items .img-link-item .cat-link a {
    font-size: 50px;
  }
}

@media screen and (min-width: 1800px) {
  .title-categories-wrap .img-link-items .img-link-item .cat-link a {
    font-size: 56px;
  }
}

.product-outer .product-left .product-title h1,
.view-recent-promoted-products .view-header h2,
.banner-wrapper .img-text-wrapper .text-wrap .title h1 {
  line-height: 1.1;
  font-weight: 500;
  font-size: 30px;
}

@media screen and (min-width: 576px) {
  .product-outer .product-left .product-title h1,
  .view-recent-promoted-products .view-header h2,
  .banner-wrapper .img-text-wrapper .text-wrap .title h1 {
    font-size: 35px;
  }
}

@media screen and (min-width: 992px) {
  .product-outer .product-left .product-title h1,
  .view-recent-promoted-products .view-header h2,
  .banner-wrapper .img-text-wrapper .text-wrap .title h1 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .product-outer .product-left .product-title h1,
  .view-recent-promoted-products .view-header h2,
  .banner-wrapper .img-text-wrapper .text-wrap .title h1 {
    font-size: 65px;
  }
}

@media screen and (min-width: 1600px) {
  .product-outer .product-left .product-title h1,
  .view-recent-promoted-products .view-header h2,
  .banner-wrapper .img-text-wrapper .text-wrap .title h1 {
    font-size: 70px;
  }
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-info
.content-inner
.content-index::before {
  line-height: 1;
  font-family: "Galano Grotesque Bold";
  font-size: 50px;
}

@media screen and (min-width: 992px) {
  .cards-wrapper
  .cards-inner
  .field--name-field-add-text-image
  .card-item
  .paragraph-content-inner
  .content-info
  .content-inner
  .content-index::before {
    font-size: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .cards-wrapper
  .cards-inner
  .field--name-field-add-text-image
  .card-item
  .paragraph-content-inner
  .content-info
  .content-inner
  .content-index::before {
    font-size: 150px;
  }
}

@media screen and (min-width: 1400px) {
  .cards-wrapper
  .cards-inner
  .field--name-field-add-text-image
  .card-item
  .paragraph-content-inner
  .content-info
  .content-inner
  .content-index::before {
    font-size: 200px;
  }
}

.footer {
  padding-top: var(--p-50);
}

.product-description .text,
.view-les-tests .view-inner .filter-wrapper {
  padding-top: var(--p-60);
}

.view-recent-promoted-products .view-content {
  padding-top: var(--p-80);
}

.product-category-top > .field--item,
nav.breadcrumb {
  padding-top: var(--p-80);
  padding-bottom: var(--p-80);
}

.compare-products-wrapper .compare-products-inner .title-wrap,
.cards-wrapper .cards-inner .field--name-field-add-text-image .card-item {
  padding-bottom: var(--p-80);
}

.certimoov-content .description-inner,
.project-content .description-inner,
.page-node-type-methodology .acceleration-section {
  padding-bottom: var(--p-100);
}

.view-les-tests .view-inner,
.content-reverse {
  padding-top: var(--p-100);
}

.view-recent-promoted-products {
  padding-top: var(--p-120);
}

.history-content .paragraph--type--history-of-certimoov,
.cards-wrapper {
  padding-top: var(--p-150);
}

.paragraph--type--the-latest-technology {
  padding-top: var(--p-180);
}

.advices-moto-section {
  padding-bottom: var(--p-180);
}

.advices-moto-section,
.graph-wrap {
  padding-top: var(--p-200);
}

.cards-wrapper {
  padding-bottom: var(--p-200);
}

.standard-content .paragraph--type--section-title-texct {
  padding-top: var(--p-250);
}

.compare-products-wrapper .compare-products-inner .product-items {
  padding-bottom: var(--p-250);
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 950px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1660px;
  }
}

@media screen and (min-width: 2100px) {
  .container {
    max-width: 85%;
  }
}

.small-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .small-container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .small-container {
    max-width: 740px;
  }
}

@media screen and (min-width: 992px) {
  .small-container {
    max-width: 950px;
  }
}

@media screen and (min-width: 1200px) {
  .small-container {
    max-width: 1250px;
  }
}

@media screen and (min-width: 1400px) {
  .small-container {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1600px) {
  .small-container {
    max-width: 1450px;
  }
}

@media screen and (min-width: 1800px) {
  .small-container {
    max-width: 1660px;
  }
}

@media screen and (min-width: 2100px) {
  .small-container {
    max-width: 85%;
  }
}

.header .header-main-menu > ul.sf-main {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 50px;
  padding-right: var(--p-100);
}

.header .header-main-menu > ul.sf-main li a {
  text-transform: capitalize;
}

@media screen and (max-width: 991.75px) {
  .header .region.region-header {
    background-color: var(--primary-color);
  }
}

.header .logo {
  background-color: var(--primary-color);
}

.header .header-main-menu > ul.menu > li > a {
  text-transform: capitalize;
}

@media screen and (min-width: 992px) {
  .header .header-main-menu > ul.menu > li > a.is-active {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }
}

@media screen and (min-width: 992px) {
  .header .header-main-menu > ul.menu > li > a.is-active::after {
    background-color: var(--primary-color);
  }
}

@media screen and (min-width: 992px) {
  .header .header-main-menu > ul.menu > li > a:hover,
  .header .header-main-menu > ul.menu > li > a:focus {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }
}

@media screen and (min-width: 992px) {
  .header .header-main-menu > ul.menu > li > a:hover::after,
  .header .header-main-menu > ul.menu > li > a:focus::after {
    background-color: var(--primary-color);
  }
}

@media screen and (min-width: 992px) {
  .header .header-main-menu > ul.menu > li.active-trail > a {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }
}

@media screen and (min-width: 992px) {
  .header .header-main-menu > ul.menu > li.active-trail > a::after {
    opacity: 1;
    visibility: visible;
    background-color: var(--primary-color);
  }
}

@media screen and (max-width: 991.75px) {
  .header .sf-accordion {
    background-color: var(--primary-color);
    z-index: 9999;
  }
}

.header #block-dropdownlanguage {
  background-color: var(--primary-color);
}

.header .dropdown-language-item {
  min-width: unset;
}

.banner-wrapper {
  position: relative;
  z-index: 1;
}

.banner-wrapper .taxonomy-info .img-text-wrapper {
  position: relative;
}

@media screen and (min-width: 992px) {
  .banner-wrapper .taxonomy-info .img-text-wrapper {
    position: unset;
  }
}

.banner-wrapper .taxonomy-info .img-text-wrapper .img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-wrapper .taxonomy-info .img-text-wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.banner-wrapper .taxonomy-info .img-text-wrapper .text-wrap {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.banner-wrapper .related-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-wrapper .related-products > .block {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .header-main-menu {
    width: 55% !important;
  }
}

/* Homepage Start */
.title-categories-wrap .title h1 {
  color: var(--c-black);
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .title-categories-wrap .title h1 {
    margin-top: 30px;
  }
}

.title-categories-wrap .img-link-items > .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .title-categories-wrap .img-link-items > .field {
    gap: 25px;
  }
}

.title-categories-wrap .img-link-items .full-width-wrap {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .title-categories-wrap .img-link-items .full-width-wrap {
    margin-top: 30px;
  }
}

.title-categories-wrap .img-link-items .img-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.title-categories-wrap .img-link-items .img-link-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 26%;
}

@media screen and (min-width: 768px) {
  .title-categories-wrap .img-link-items .img-link-item .image {
    padding: 0 0 18%;
  }
}

.title-categories-wrap .img-link-items .img-link-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.title-categories-wrap .img-link-items .img-link-item .cat-link {
  width: 100%;
  margin-left: -100%;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.title-categories-wrap .img-link-items .img-link-item .cat-link a {
  color: var(--c-white);
  font-family: "Galano Grotesque Bold";
  width: 100%;
  height: 100%;
  padding: 0px 24px 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.title-categories-wrap .img-link-items .img-link-item:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.title-categories-wrap .img-link-items .img-link-item:hover .cat-link {
  background-color: var(--primary-color);
}

.title-categories-wrap .img-link-items .half-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.title-categories-wrap .img-link-items .half-content-wrap .left-content-wrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .title-categories-wrap .img-link-items .half-content-wrap .left-content-wrap {
    width: calc(50% - 10px);
  }
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.left-content-wrap
.field--item {
  height: 100%;
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.left-content-wrap
.field--item
.paragraph {
  height: 100%;
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.left-content-wrap
.field--item
.paragraph
.img-link-item {
  height: 100%;
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.left-content-wrap
.field--item
.paragraph
.img-link-item
.image {
  height: 100%;
}

.title-categories-wrap .img-link-items .half-content-wrap .right-content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .title-categories-wrap
  .img-link-items
  .half-content-wrap
  .right-content-wrap {
    gap: 25px;
    width: calc(50% - 10px);
  }
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.right-content-wrap
.field--item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .title-categories-wrap
  .img-link-items
  .half-content-wrap
  .right-content-wrap
  .field--item {
    height: calc(50% - 12.5px);
  }
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.right-content-wrap
.field--item
.paragraph {
  height: 100%;
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.right-content-wrap
.field--item
.paragraph
.img-link-item {
  height: 100%;
}

.title-categories-wrap
.img-link-items
.half-content-wrap
.right-content-wrap
.field--item
.paragraph
.img-link-item
.image {
  height: 100%;
  padding: 0 0 26%;
}

@media screen and (min-width: 768px) {
  .title-categories-wrap
  .img-link-items
  .half-content-wrap
  .right-content-wrap
  .field--item
  .paragraph
  .img-link-item
  .image {
    padding: 0 0 24%;
  }
}

@media screen and (min-width: 1400px) {
  .title-categories-wrap
  .img-link-items
  .half-content-wrap
  .right-content-wrap
  .field--item
  .paragraph
  .img-link-item
  .image {
    padding: 0 0 21%;
  }
}

.content-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  gap: 20px;
}

@media screen and (max-width: 767.75px) {
  .content-reverse {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .content-reverse {
    gap: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .content-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    gap: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .content-reverse {
    gap: 78px;
  }
}

.content-reverse .content-info {
  padding: 0 !important;
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .content-reverse .content-info {
    width: calc(50% - 20px) !important;
  }
}

@media screen and (min-width: 1400px) {
  .content-reverse .content-info {
    width: calc(60% - 39px) !important;
  }
}

.content-reverse .content-info .content-inner {
  width: 100%;
}

.content-reverse .content-info .content-inner .content-index,
.content-reverse .content-info .content-inner .content-title {
  display: none;
}

.content-reverse .content-info .content-inner .content-description {
  max-width: 100%;
}

.content-reverse
.content-info
.content-inner
.content-description
.field--name-field-content-description
p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .content-reverse
  .content-info
  .content-inner
  .content-description
  .field--name-field-content-description
  p {
    font-size: 16px;
  }
}

.content-reverse .content-image {
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .content-reverse .content-image {
    width: calc(50% - 20px) !important;
  }
}

@media screen and (min-width: 1400px) {
  .content-reverse .content-image {
    width: calc(40% - 39px) !important;
  }
}

.content-reverse .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Homepage End */
/* Banner Section Start */
.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-wrapper .taxonomy-info {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .banner-wrapper .taxonomy-info {
    width: 60%;
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper .taxonomy-info {
    width: 65%;
  }
}

.banner-wrapper .taxonomy-info .field--name-field-banner {
  height: 100%;
}

.banner-wrapper
.taxonomy-info
.field--name-field-banner
.paragraph--type--title-link-image {
  height: 100%;
}

@media screen and (min-width: 992px) {
  .banner-wrapper .taxonomy-info .img-text-wrapper::before {
    content: "";
    width: 1px;
    margin-right: -1px;
    min-height: calc(100vh - 100px);
  }
}

.banner-wrapper .img-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

.banner-wrapper .img-text-wrapper .img-wrap {
  width: 100%;
  height: 100%;
}

.banner-wrapper .img-text-wrapper .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-wrapper .img-text-wrapper .text-wrap {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 20px;
}

@media screen and (max-width: 575.75px) {
  .banner-wrapper .img-text-wrapper .text-wrap {
    margin-left: -100%;
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 576px) {
  .banner-wrapper .img-text-wrapper .text-wrap {
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .banner-wrapper .img-text-wrapper .text-wrap {
    max-width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .banner-wrapper .img-text-wrapper .text-wrap {
    max-width: 75%;
  }
}

.banner-wrapper .img-text-wrapper .text-wrap .title h1 {
  color: var(--c-white);
}

.banner-wrapper .img-text-wrapper .text-wrap .link {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .banner-wrapper .img-text-wrapper .text-wrap .link {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-wrapper .img-text-wrapper .text-wrap .link {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper .img-text-wrapper .text-wrap .link {
    margin-top: 70px;
  }
}

.banner-wrapper .related-products {
  background-color: var(--primary-color);
  width: 100%;
}

@media screen and (min-width: 992px) {
  .banner-wrapper .related-products {
    width: 40%;
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper .related-products {
    width: 35%;
  }
}

.banner-wrapper .related-products .form-group {
  width: 100%;
  height: 100%;
}

.banner-wrapper .related-products .form-group .view-banner-slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-wrapper .related-products .view-content {
  max-width: calc(100% - 40px);
}

@media screen and (min-width: 1200px) {
  .banner-wrapper .related-products .view-content {
    max-width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper .related-products .view-content {
    max-width: 80%;
  }
}

@media screen and (min-width: 1800px) {
  .banner-wrapper .related-products .view-content {
    max-width: 70%;
  }
}

.banner-wrapper .related-products .view-content .title-controllers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .banner-wrapper .related-products .view-content .title-controllers-wrap {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

@media screen and (min-width: 1200px) {
  .banner-wrapper .related-products .view-content .title-controllers-wrap {
    gap: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper .related-products .view-content .title-controllers-wrap {
    gap: 40px;
  }
}

.banner-wrapper .related-products .view-content .title-controllers-wrap h3 {
  color: var(--c-white);
  font-family: "Galano Grotesque Medium";
  max-width: 5em;
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 0;
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-prev,
.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-next {
  position: unset;
  margin: 0;
  background-image: none;
  height: 25px;
  width: 25px;
  border: 2px solid var(--c-white);
  border-radius: 50%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 992px) {
  .banner-wrapper
  .related-products
  .view-content
  .title-controllers-wrap
  .swiper-controllers-wrap
  .swiper-button-prev,
  .banner-wrapper
  .related-products
  .view-content
  .title-controllers-wrap
  .swiper-controllers-wrap
  .swiper-button-next {
    height: 30px;
    width: 30px;
  }
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-prev::after,
.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-next::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 14px;
  mask-size: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 992px) {
  .banner-wrapper
  .related-products
  .view-content
  .title-controllers-wrap
  .swiper-controllers-wrap
  .swiper-button-prev::after,
  .banner-wrapper
  .related-products
  .view-content
  .title-controllers-wrap
  .swiper-controllers-wrap
  .swiper-button-next::after {
    -webkit-mask-size: 20px;
    mask-size: 20px;
  }
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-prev:hover,
.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-next:hover {
  border-color: var(--c-black);
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-prev:hover::after,
.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-next:hover::after {
  background-color: var(--c-black);
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-prev:focus-visible,
.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-next:focus-visible {
  outline: none;
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-next::after {
  -webkit-mask-image: url("../images/Arrow Right.svg");
  mask-image: url("../images/Arrow Right.svg");
}

.banner-wrapper
.related-products
.view-content
.title-controllers-wrap
.swiper-controllers-wrap
.swiper-button-prev::after {
  -webkit-mask-image: url("../images/Arrow Left.svg");
  mask-image: url("../images/Arrow Left.svg");
}

.banner-wrapper .related-products .view-content .recentProducts {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .banner-wrapper .related-products .view-content .recentProducts {
    margin-top: 26px;
  }
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.banner-wrapper .related-products .view-content .recentProducts .swiper-slide {
  height: auto;
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.views-field-nothing {
  height: 100%;
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.views-field-nothing
.field-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767.75px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 576px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item
.image {
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .image {
    max-width: 177px;
    height: 177px;
  }
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item
.image
img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item
.title {
  margin-top: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item
.title
a {
  font-family: "Galano Grotesque Bold";
  color: var(--c-black);
}

@media screen and (max-width: 575.75px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .title
  a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item
.link {
  margin-top: auto;
}

@media screen and (min-width: 992px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .link
  a {
    padding: 12px 20px 18px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .link
  a {
    padding: 16px 26px 22px;
  }
}

@media screen and (min-width: 1400px) {
  .banner-wrapper
  .related-products
  .view-content
  .recentProducts
  .swiper-slide
  .product-item
  .link
  a {
    padding: 20px 32px 26px;
  }
}

.banner-wrapper
.related-products
.view-content
.recentProducts
.swiper-slide
.product-item
.link
a:hover {
  background-color: var(--c-white);
  color: var(--c-black);
}

/* Banner Section End */
/* Promoted Product Section Start */
.view-recent-promoted-products .view-header {
  padding: 0px 20px;
}

.view-recent-promoted-products .view-header h2 {
  color: var(--c-black);
  margin-bottom: 0;
}

.view-recent-promoted-products .view-header p {
  color: var(--c-black);
  margin-top: 16px;
}

.view-recent-promoted-products .view-content {
  gap: 9px;
}

@media screen and (max-width: 575.75px) {
  .view-recent-promoted-products .view-content {
    gap: 0;
    padding-top: 20px;
  }
}

.view-recent-promoted-products .view-content .views-row {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (max-width: 575.75px) {
  .view-recent-promoted-products .view-content .views-row {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .view-recent-promoted-products .view-content .views-row {
    width: calc(50% - 4.5px);
  }
}

@media screen and (min-width: 992px) {
  .view-recent-promoted-products .view-content .views-row {
    width: calc(25% - 6.75px);
  }
}

.view-recent-promoted-products .view-content .product-front-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.view-recent-promoted-products
.view-content
.product-front-inner
.product-type {
  border-bottom: 2px solid var(--light-color);
  color: var(--body-text);
}

@media screen and (max-width: 1199.75px) {
  .view-recent-promoted-products
  .view-content
  .views-field-field-rating
  .product-score
  .produce-score-default {
    margin-right: 5px;
  }
}

.view-recent-promoted-products
.view-content
.views-field-field-rating
.product-star-text {
  background-color: var(--primary-color);
}

@media screen and (max-width: 575.75px) {
  .view-recent-promoted-products .view-footer {
    margin-top: 0;
  }
}

.view-recent-promoted-products .view-footer a {
  background-color: var(--c-black);
}

@media screen and (max-width: 767.75px) {
  .view-recent-promoted-products .view-footer a {
    padding: 20px 30px;
  }
}

.view-recent-promoted-products .view-footer a:hover {
  background-color: var(--primary-color);
}

/* Promoted Product Section End */
/* Card Wrapper Section Start */
body {
  counter-reset: card-section;
}

.cards-wrapper .cards-inner .field--name-field-add-text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.cards-wrapper .cards-inner .field--name-field-add-text-image .card-item {
  width: 100%;
  background-color: var(--c-light);
}

@media screen and (min-width: 768px) {
  .cards-wrapper .cards-inner .field--name-field-add-text-image .card-item {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 992px) {
  .cards-wrapper .cards-inner .field--name-field-add-text-image .card-item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-info {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-info
.content-inner {
  width: 100%;
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-info
.content-inner
.content-index {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-info
.content-inner
.content-index::before {
  counter-increment: card-section;
  content: "0" counter(card-section);
  color: var(--primary-color);
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .cards-wrapper
  .cards-inner
  .field--name-field-add-text-image
  .card-item
  .paragraph-content-inner
  .content-info
  .content-inner
  .content-index::before {
    margin-top: -16px;
  }
}

@media screen and (min-width: 992px) {
  .cards-wrapper
  .cards-inner
  .field--name-field-add-text-image
  .card-item
  .paragraph-content-inner
  .content-info
  .content-inner
  .content-index::before {
    margin-top: -26px;
  }
}

@media screen and (min-width: 1200px) {
  .cards-wrapper
  .cards-inner
  .field--name-field-add-text-image
  .card-item
  .paragraph-content-inner
  .content-info
  .content-inner
  .content-index::before {
    margin-top: -45px;
  }
}

@media screen and (min-width: 1400px) {
  .cards-wrapper
  .cards-inner
  .field--name-field-add-text-image
  .card-item
  .paragraph-content-inner
  .content-info
  .content-inner
  .content-index::before {
    margin-top: -62px;
  }
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-title {
  max-width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-title
h2 {
  margin-bottom: 0;
}

.cards-wrapper
.cards-inner
.field--name-field-add-text-image
.card-item
.paragraph-content-inner
.content-description {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Card Wrapper Section End */
/* View Call To Action Section Start */
.view-call-to-action
.call-to-action-outer
.call-to-action-inner
.action-link
a:hover {
  color: var(--primary-color);
}

/* View Call To Action Section End */
/* Banner Bottom Section Start */
.fixed .banner-scroll {
  position: sticky;
}

@media screen and (max-width: 767.75px) {
  .banner-scroll .field--name-field-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-scroll .field--name-field-header-title > .field--item {
    width: 50%;
  }
}

/* Banner Bottom Section End */
/* Breadcrumb Start */
nav.breadcrumb {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}

@media screen and (min-width: 576px) {
  nav.breadcrumb {
    max-width: 610px;
  }
}

@media screen and (min-width: 768px) {
  nav.breadcrumb {
    max-width: 820px;
  }
}

@media screen and (min-width: 992px) {
  nav.breadcrumb {
    max-width: 1050px;
  }
}

@media screen and (min-width: 1200px) {
  nav.breadcrumb {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1400px) {
  nav.breadcrumb {
    max-width: 1450px;
  }
}

@media screen and (min-width: 1600px) {
  nav.breadcrumb {
    max-width: 1550px;
  }
}

@media screen and (min-width: 1800px) {
  nav.breadcrumb {
    max-width: 1760px;
  }
}

nav.breadcrumb ol.breadcrumb__list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

nav.breadcrumb ol.breadcrumb__list li {
  color: var(--c-black);
  line-height: 1;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  nav.breadcrumb ol.breadcrumb__list li {
    font-size: 14px;
  }
}

nav.breadcrumb ol.breadcrumb__list li a {
  color: var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

nav.breadcrumb ol.breadcrumb__list li a::after {
  content: "";
  height: 9px;
  width: 14px;
  -webkit-mask-image: url("../images/right-thin-arrow-angle-svgrepo-com.svg");
  mask-image: url("../images/right-thin-arrow-angle-svgrepo-com.svg");
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: 8px;
  mask-size: 8px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 576px) {
  nav.breadcrumb ol.breadcrumb__list li a::after {
    height: 14px;
  }
}

nav.breadcrumb ol.breadcrumb__list li a:hover {
  color: var(--primary-color);
}

/* Breadcrumb End */
/* Certi Moov Le Test Page Start */
/* Banner Section Start */
@media screen and (max-width: 767.75px) {
  .banner-video .mobile-banner-image .page-scroll-down p {
    padding: 14px 30px 20px;
  }
}

/* Banner Section End */
/* Certi moov Categorie Section Start */
.view-les-tests {
  padding-top: 25px;
}

.view-les-tests .block-custom-breadcrumb nav.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
}

.view-les-tests .view-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner {
    gap: 34px;
  }
}

.view-les-tests .view-inner .filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-les-tests .view-inner .filter-inner .filter-dropdown {
  width: 100%;
  min-width: 100%;
}

.view-les-tests .view-inner .filter-inner .filter-toggle {
  border: 1px solid var(--primary-color);
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: "Galano Grotesque Bold";
}

@media screen and (min-width: 768px) {
  .view-les-tests .view-inner .filter-inner .filter-toggle {
    display: none;
  }
}

.view-les-tests .view-inner .filter-inner .filter-toggle svg {
  position: relative;
  top: 3px;
}

.view-les-tests .view-inner .filter-wrapper {
  width: 100%;
}

@media screen and (max-width: 767.75px) {
  .view-les-tests .view-inner .filter-wrapper {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .view-les-tests .view-inner .filter-wrapper {
    width: calc(25% - 10px);
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner .filter-wrapper {
    width: calc(20% - 17px);
  }
}

.view-les-tests .view-inner .filter-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.view-les-tests .view-inner .filter-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.view-les-tests .view-inner .filter-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary-color);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.view-les-tests .view-inner .filter-wrapper a.facet-reset-btn {
  text-decoration: underline !important;
  color: var(--c-black);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner .filter-wrapper a.facet-reset-btn {
    font-size: 14px;
  }
}

.view-les-tests .view-inner .filter-wrapper a.facet-reset-btn:hover {
  color: var(--primary-color);
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
h2.block-title {
  color: var(--c-black);
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox {
    margin-top: 30px;
    margin-bottom: 25px;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1200px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox {
    padding-left: 12px;
  }
}

@media screen and (min-width: 1400px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox {
    gap: 20px;
    margin-bottom: 30px;
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox
li {
  position: relative;
  width: calc(50% - 6px);
}

@media screen and (min-width: 576px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox
  li {
    width: calc(33.3333% - 8px);
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox
li:only-child {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox
  li {
    width: 100%;
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox
li
input[type="checkbox"] {
  display: none;
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox
li
label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox
li
label::before {
  content: "";
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  border: 1px solid var(--body-text);
  background-color: var(--c-white);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
  inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
  inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 2px;
}

@media screen and (min-width: 1200px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox
  li
  label::before {
    margin-right: 10px;
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox
li
label
span {
  color: var(--c-black);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox
  li
  label
  span {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--checkbox
  .facets-widget-checkbox
  ul.item-list__checkbox
  li
  label
  span {
    width: unset;
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--checkbox
.facets-widget-checkbox
ul.item-list__checkbox
li
input[type="checkbox"]:checked
+ label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--c-black);
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
h2.block-title {
  color: var(--c-black);
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--range-slider
  .facets-widget-range_slider {
    margin-bottom: 30px;
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
ul.item-list__range_slider {
  padding-left: 0;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
}

@media screen and (max-width: 575.75px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--range-slider
  .facets-widget-range_slider
  ul.item-list__range_slider {
    width: calc(100% - 24px);
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
ul.item-list__range_slider
li
.ui-slider {
  height: 2px;
  margin-top: 50px;
  margin-bottom: 40px;
  background: var(--c-black);
  border: none;
  position: relative;
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
ul.item-list__range_slider
li
.ui-slider
.ui-slider-range {
  background: var(--c-black);
  border-radius: 4px;
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
.facet-range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 19px;
  padding-left: 5px;
  padding-right: 5px;
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
.facet-range-labels
span {
  color: var(--c-black);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .filter-wrapper
  section.block-facet--range-slider
  .facets-widget-range_slider
  .facet-range-labels
  span {
    font-size: 14px;
  }
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
.ui-slider-horizontal
.ui-slider-handle {
  top: -0.6em;
  background-color: var(--c-black);
  border-radius: 50%;
  border: none;
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
.ui-slider-pips
.ui-slider-label {
  color: #000;
  font-weight: 700;
}

.view-les-tests
.view-inner
.filter-wrapper
section.block-facet--range-slider
.facets-widget-range_slider
.ui-slider-pips
.ui-slider-line {
  top: -4px;
}

.view-les-tests .view-inner .content-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .view-les-tests .view-inner .content-wrapper {
    width: calc(75% - 10px);
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner .content-wrapper {
    width: calc(80% - 17px);
  }
}

.view-les-tests .view-inner .content-wrapper .view-header h2 {
  margin-bottom: 0;
  width: 100%;
}

.view-les-tests .view-inner .content-wrapper .view-header h2 span {
  background-color: var(--primary-color);
  padding: 15px;
  color: var(--c-white);
  font-family: "Galano Grotesque Medium";
  text-transform: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: normal !important;
  display: inline-block;
}

@media screen and (max-width: 575.75px) {
  .view-les-tests .view-inner .content-wrapper .view-header h2 span {
    font-size: 18px;
    line-height: 22px !important;
    text-align: center;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .view-les-tests .view-inner .content-wrapper .view-header h2 span {
    padding: 0px 30px 15px;
  }
}

.view-les-tests .view-inner .content-wrapper .view-content .table-responsive {
  border: none;
  overflow: unset;
}

.view-les-tests .view-inner .content-wrapper .view-content table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 576px) {
  .view-les-tests .view-inner .content-wrapper .view-content table {
    display: table;
  }
}

.view-les-tests .view-inner .content-wrapper .view-content table thead {
  display: none;
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner .content-wrapper .view-content table thead {
    display: table-header-group;
  }
}

.view-les-tests .view-inner .content-wrapper .view-content table thead tr th {
  color: var(--c-black);
  font-family: "Galano Grotesque Bold";
  padding: 32px 0;
  border-bottom: 1px solid var(--c-black);
}

.view-les-tests .view-inner .content-wrapper .view-content table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 576px) {
  .view-les-tests .view-inner .content-wrapper .view-content table tbody {
    width: unset;
    margin-top: unset;
    gap: 20px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner .content-wrapper .view-content table tbody {
    display: table-row-group;
  }
}

.view-les-tests .view-inner .content-wrapper .view-content table tbody tr {
  background-color: var(--primary-light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  gap: 6px;
}

@media screen and (min-width: 576px) {
  .view-les-tests .view-inner .content-wrapper .view-content table tbody tr {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner .content-wrapper .view-content table tbody tr {
    background-color: transparent;
    display: table-row;
    width: unset;
    padding: 0;
    gap: 0;
  }
}

.view-les-tests .view-inner .content-wrapper .view-content table tbody tr td {
  border: none;
  border-spacing: 0 30px;
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-inner .content-wrapper .view-content table tbody tr td {
    border-spacing: 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .view-les-tests .view-inner .content-wrapper .view-content table tbody tr td {
    border-spacing: 0 48px;
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-featured-image {
    padding-right: 12px;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.test-featured-image {
  max-width: 140px;
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .test-featured-image {
    width: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .test-featured-image {
    width: 100px;
  }
}

@media screen and (min-width: 1400px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .test-featured-image {
    width: 120px;
  }
}

@media screen and (min-width: 1600px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .test-featured-image {
    width: 140px;
  }
}

@media screen and (max-width: 575.75px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-featured-image {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 575.75px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-title {
    padding-bottom: 10px;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td.views-field-title
.les-test-title
a:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 575.75px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-gamme-de-prix {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 575.75px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-rating {
    gap: 10px !important;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.les-test-title {
  font-size: 18px;
  white-space: break-spaces;
  text-align: center;
  display: block;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .les-test-title {
    text-align: unset;
    font-size: 15px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .les-test-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1400px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .les-test-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1600px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .les-test-title {
    font-size: 20px;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.les-test-title:hover {
  color: var(--primary-color);
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.les-test-title:hover
a {
  color: var(--primary-color);
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.les-test-title
a {
  font-size: 1em;
  display: inline;
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .product-price {
    padding-right: 10px;
    white-space: nowrap;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.product-price
.product-price-default {
  font-size: 20px;
}

@media screen and (min-width: 1400px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .product-price
  .product-price-default {
    font-size: 26px;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.product-price
.product-price-default.active {
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .product-price
  .product-price-default.active {
    font-size: 26px;
  }
}

@media screen and (max-width: 991.75px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td
  .product-price
  .les-test-price {
    font-size: 20px;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td.views-field-field-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
  margin-top: auto;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-rating {
    display: table-cell;
    width: unset;
    margin-top: unset;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td.views-field-field-rating
.product-score {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-rating
  .product-score {
    padding-right: 80px;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td.views-field-field-rating
.product-score
.produce-score-default {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}

@media screen and (min-width: 576px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-rating
  .product-score
  .produce-score-default {
    width: 19px;
    height: 19px;
    margin-right: 4px;
  }
}

@media screen and (min-width: 1400px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-rating
  .product-score
  .produce-score-default {
    margin-right: 8px;
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td.views-field-field-rating
.product-star-text {
  position: unset;
  width: 100%;
  padding: 0;
  background-color: var(--primary-color);
}

@media screen and (min-width: 992px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  .view-content
  table
  tbody
  tr
  td.views-field-field-rating
  .product-star-text {
    width: 70px;
    position: absolute;
    padding: 0px 14px;
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td.views-field-field-rating
.product-star-text-inner {
  padding: 5px 0px;
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.product-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.product-id
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--body-text);
  border-radius: none;
  position: relative;
  cursor: pointer;
  background-color: var(--c-white);
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.product-id
input:focus {
  outline: none;
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr
td
.product-id
input:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--c-black);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.view-les-tests
.view-inner
.content-wrapper
.view-content
table
tbody
tr:nth-child(even) {
  background-color: var(--primary-light-color);
}

@media screen and (max-width: 575.75px) {
  .view-les-tests .view-inner .content-wrapper nav.pager-nav ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
}

@media screen and (max-width: 575.75px) {
  .view-les-tests .view-inner .content-wrapper nav.pager-nav ul.pagination li {
    width: 25px !important;
    height: 25px !important;
    margin: 0;
  }

  .view-les-tests
  .view-inner
  .content-wrapper
  nav.pager-nav
  ul.pagination
  li.pager__item--next,
  .view-les-tests
  .view-inner
  .content-wrapper
  nav.pager-nav
  ul.pagination
  li.pager__item--previous {
    width: unset !important;
  }
}

.view-les-tests
.view-inner
.content-wrapper
nav.pager-nav
ul.pagination
li:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media screen and (max-width: 575.75px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  nav.pager-nav
  ul.pagination
  li
  a {
    line-height: normal;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 575.75px) {
  .view-les-tests
  .view-inner
  .content-wrapper
  nav.pager-nav
  ul.pagination
  li
  .page-link {
    width: 25px !important;
    height: 25px !important;
    line-height: normal;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.view-les-tests
.view-inner
.content-wrapper
nav.pager-nav
ul.pagination
li.active
a {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0;
}

.normal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.normal-link a {
  color: var(--c-black);
  font-size: 12px;
  margin-left: auto;
  text-decoration: underline !important;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 992px) {
  .normal-link a {
    font-size: 14px;
  }
}

.normal-link a:hover {
  color: var(--primary-color);
}

.user-logged-in .view-le-tests .filter-wrapper {
  top: 50px;
}

/* Certi moov Categorie Section End */
/* Certi Moov Le Test Page End */
/* Certi Moov Methodologie Le Methode Page Start */
.page-node-type-methodology {
  /* Banner Section Start */
  /* Banner Section End */
  /* Method Content Section Start */
  /* Method Content Section End */
  /* Modeling Content Section Start */
  /* Modeling Content Section End */
  /* Acceleration Section Start */
  /* Acceleration Section End */
  /* Test Method Section Start */
  /* Test Method Section End */
  /* Reading Content Section Start */
  /* Reading Content Section End */
  /* Evolution Content Section Start */
  /* Evolution Content Section End */
}

.page-node-type-methodology .banner .banner-video .page-scroll-down p {
  background-color: var(--primary-color);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (max-width: 767.75px) {
  .page-node-type-methodology .banner .banner-video .page-scroll-down p {
    padding: 20px 30px;
  }
}

.page-node-type-methodology .banner .banner-video .page-scroll-down p:hover {
  background-color: var(--c-white);
  color: var(--primary-color);
}

.page-node-type-methodology .method-content {
  background-color: var(--primary-color);
}

.page-node-type-methodology
.modeling-content
.paragraph--type--section-title-text-image-text
h2 {
  color: var(--primary-color);
}

.page-node-type-methodology
.modeling-content
.test-method-outer
.paragraph--type--title-text-text-image
.right-modling-content
.field--name-field-text
p {
  color: var(--primary-color);
}

.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item,
.page-node-type-methodology .paragraph--type--title-text-image .media-img-item,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item {
  height: 100%;
}

.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item
.contextual-region,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-img-item
.contextual-region,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item
.contextual-region,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item
.contextual-region,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item
.contextual-region,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item
.contextual-region,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item
.contextual-region,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item
.contextual-region {
  height: 100%;
}

.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item
.field--name-field-image-video,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-img-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-img-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-img-item
.field--name-field-image-video,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item
.field--name-field-image-video,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item
.field--name-field-image-video,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item
.field--name-field-image-video,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item
.field--name-field-image-video,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item
.field--name-field-image-video,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item
.field--name-field-media-video-file,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item
.field--name-field-media-image,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item
.field--name-field-image-video {
  height: 100%;
}

.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item
.field--item,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-img-item
.field--item,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item
.field--item,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item
.field--item,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item
.field--item,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item
.field--item,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item
.field--item,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item
.field--item {
  height: 100%;
}

.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item
video,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-video-item
img,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-img-item
video,
.page-node-type-methodology
.paragraph--type--title-text-image
.media-img-item
img,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item
video,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-video-item
img,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item
video,
.page-node-type-methodology
.paragraph--type--title-text-text-image
.media-img-item
img,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item
video,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-video-item
img,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item
video,
.page-node-type-methodology
.paragraph--type--points-of-attention
.media-img-item
img,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item
video,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-video-item
img,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item
video,
.page-node-type-methodology
.paragraph--type--title-with-repeated-text
.media-img-item
img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-node-type-methodology .acceleration-section .paragraph--type--vide {
  background-color: var(--primary-color);
}

.page-node-type-methodology
.acceleration-section
.paragraph--type--vide
.paragraph-inner-content
.right-inner-content
.video-scroll
.field--name-field-scroll:hover {
  background-color: var(--primary-color);
}

.page-node-type-methodology
.test-content
.field--name-field-test-and-method
.paragraph--type--section-title-text-image-text {
  padding-top: 0;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
h2 {
  color: var(--primary-color);
  padding-left: 0;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.field--name-field-content-description
h4 {
  color: var(--primary-color);
  padding-left: 0;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.field--name-field-content-description
h4::after {
  content: none;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.field--name-field-content-description
ul
li::after {
  background-color: var(--body-text);
  top: 12px;
  left: -6px;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.field--name-field-content-description
ul.linear-rotary {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.field--name-field-content-description
ul.linear-rotary
li {
  padding-left: 20px;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.field--name-field-content-description
ul.linear-rotary
li::after {
  left: 0;
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.right-modling-content
.field--name-field-text {
  color: var(--primary-color);
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.right-modling-content
p {
  color: var(--primary-color);
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.image-scroll
.field--name-field-scroll {
  background-color: var(--primary-color);
}

@media screen and (max-width: 767.75px) {
  .page-node-type-methodology
  .test-content
  .paragraph--type--section-title-text-image-text
  .image-scroll
  .field--name-field-scroll {
    padding: 20px 30px;
  }
}

.page-node-type-methodology
.test-content
.paragraph--type--section-title-text-image-text
.image-scroll
.field--name-field-scroll:hover {
  background-color: var(--c-black);
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .test-content
  .field--name-field-title-text-image-text
  .paragraph--type--title-text-text-image {
    gap: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-methodology
  .test-content
  .field--name-field-title-text-image-text
  .paragraph--type--title-text-text-image {
    gap: 80px;
  }
}

.page-node-type-methodology
.test-content
.field--name-field-title-text-image-text
.paragraph--type--title-text-text-image
.left-modling-content {
  padding: 0;
  margin-right: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .test-content
  .field--name-field-title-text-image-text
  .paragraph--type--title-text-text-image
  .left-modling-content {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-methodology
  .test-content
  .field--name-field-title-text-image-text
  .paragraph--type--title-text-text-image
  .left-modling-content {
    width: calc(50% - 40px);
  }
}

.page-node-type-methodology
.test-content
.field--name-field-title-text-image-text
.paragraph--type--title-text-text-image
.right-modling-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .test-content
  .field--name-field-title-text-image-text
  .paragraph--type--title-text-text-image
  .right-modling-content {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-methodology
  .test-content
  .field--name-field-title-text-image-text
  .paragraph--type--title-text-text-image
  .right-modling-content {
    width: calc(50% - 40px);
  }
}

.page-node-type-methodology
.test-content
.field--name-field-title-text-image-text
.paragraph--type--title-text-text-image
.right-modling-content
.media-img-item
img {
  width: 100%;
}

.page-node-type-methodology
.reading-content
.paragraph--type--section-title-text-image-text
h2 {
  color: var(--primary-color);
  padding-left: 0;
}

.page-node-type-methodology
.reading-content
.paragraph--type--section-title-text-image-text
.paragraph--type--title-text-text-image
.right-modling-content
.field--name-field-text {
  color: var(--primary-color);
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .paragraph--type--title-text-text-image {
    gap: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .paragraph--type--title-text-text-image {
    gap: 80px;
  }
}

.page-node-type-methodology
.reading-content
.test-method-outer
.paragraph--type--title-text-text-image
.left-modling-content {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .paragraph--type--title-text-text-image
  .left-modling-content {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .paragraph--type--title-text-text-image
  .left-modling-content {
    width: calc(50% - 40px);
  }
}

.page-node-type-methodology
.reading-content
.test-method-outer
.paragraph--type--title-text-text-image
.right-modling-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .paragraph--type--title-text-text-image
  .right-modling-content {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .paragraph--type--title-text-text-image
  .right-modling-content {
    width: calc(50% - 40px);
  }
}

.page-node-type-methodology
.reading-content
.test-method-outer
.paragraph--type--title-text-text-image
.right-modling-content
.media-img-item
img {
  width: 100%;
}

@media screen and (max-width: 767.75px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .right-modling-content {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767.75px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .right-modling-content
  .media-img-item {
    height: auto;
  }
}

.page-node-type-methodology
.reading-content
.test-method-outer
.right-modling-content
p {
  color: var(--primary-color);
}

@media screen and (max-width: 767.75px) {
  .page-node-type-methodology
  .reading-content
  .test-method-outer
  .right-modling-content
  p {
    margin-bottom: 0;
  }
}

.page-node-type-methodology .evolution-content {
  background-color: var(--primary-color);
}

.page-node-type-methodology .evolution-content .field--name-field-title-text {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology .evolution-content .field--name-field-title-text {
    margin-right: -42%;
  }
}

.page-node-type-methodology
.evolution-content
.field--name-field-title-text
.field-items-inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .evolution-content
  .field--name-field-title-text
  .field-items-inner {
    width: 50%;
  }
}

.page-node-type-methodology .evolution-content .field--name-field-image-video {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .evolution-content
  .field--name-field-image-video {
    margin-left: auto;
    width: 42%;
  }
}

@media screen and (max-width: 767.75px) {
  .page-node-type-methodology
  .evolution-content
  .field--name-field__inform-the-consumer
  .paragraph--type--title-text-image {
    gap: 20px;
  }
}

.page-node-type-methodology
.evolution-content
.field--name-field__inform-the-consumer
.paragraph--type--title-text-image
.description-outer {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .evolution-content
  .field--name-field__inform-the-consumer
  .paragraph--type--title-text-image
  .description-outer {
    margin-left: -43%;
  }
}

.page-node-type-methodology
.evolution-content
.field--name-field__inform-the-consumer
.paragraph--type--title-text-image
.description-outer
.description-inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .evolution-content
  .field--name-field__inform-the-consumer
  .paragraph--type--title-text-image
  .description-outer
  .description-inner {
    width: 50%;
    margin-left: auto;
  }
}

.page-node-type-methodology
.evolution-content
.field--name-field__inform-the-consumer
.paragraph--type--title-text-image
.project-side-image {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-node-type-methodology
  .evolution-content
  .field--name-field__inform-the-consumer
  .paragraph--type--title-text-image
  .project-side-image {
    width: 43%;
  }
}

@media screen and (max-width: 767.75px) {
  .page-node-type-methodology
  .evolution-content
  .field--name-field-media-image {
    margin-bottom: 0;
  }
}

/* Certi Moov Methodologie Le Methode Page End */
/* Le Projet Page Start */
/* Banner Section Start */
.page-banner-text .page-scroll-down p {
  background-color: var(--primary-color);
}

@media screen and (max-width: 767.75px) {
  .page-banner-text .page-scroll-down p {
    padding: 20px 30px !important;
  }
}

/* Banner Section End */
/* Certi Moov Content Section Start */
.paragraph--type--section-title-texct h2 {
  color: var(--primary-color);
}

.project-outer
.certimoov-content.project-field
.paragraph--type--section-title-texct {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .project-outer
  .certimoov-content.project-field
  .paragraph--type--section-title-texct {
    padding-top: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .project-outer
  .certimoov-content.project-field
  .paragraph--type--section-title-texct {
    padding-top: 70px;
  }
}

.project-outer
.certimoov-content.project-field
.paragraph--type--section-title-texct
.field--name-field-information
> .field--item {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .project-outer
  .certimoov-content.project-field
  .paragraph--type--section-title-texct
  .field--name-field-information
  > .field--item {
    padding-top: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .project-outer
  .certimoov-content.project-field
  .paragraph--type--section-title-texct
  .field--name-field-information
  > .field--item {
    padding-top: 70px;
  }
}

.certimoov-content .project-title h2,
.project-content .project-title h2 {
  padding: 0;
}

.certimoov-content .paragraph--type--title-text-image,
.project-content .paragraph--type--title-text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575.75px) {
  .certimoov-content
  .project-text-content
  .field--name-field-information
  > .field--item,
  .project-content
  .project-text-content
  .field--name-field-information
  > .field--item {
    padding-top: 30px;
  }
}

.certimoov-content .description-inner,
.project-content .description-inner {
  width: 100%;
}

@media screen and (max-width: 575.75px) {
  .certimoov-content .description-inner,
  .project-content .description-inner {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .certimoov-content .description-inner,
  .project-content .description-inner {
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 992px) {
  .certimoov-content .description-inner,
  .project-content .description-inner {
    width: calc(50% - 60px);
  }
}

@media screen and (min-width: 1200px) {
  .certimoov-content .description-inner,
  .project-content .description-inner {
    width: calc(50% - 80px);
  }
}

@media screen and (min-width: 1400px) {
  .certimoov-content .description-inner,
  .project-content .description-inner {
    width: calc(50% - 160px);
  }
}

@media screen and (max-width: 575.75px) {
  .certimoov-content .description-inner .sub-title h3,
  .project-content .description-inner .sub-title h3 {
    margin-bottom: 15px;
  }
}

.certimoov-content .description-outer,
.project-content .description-outer {
  width: 100% !important;
  padding-bottom: 32px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .certimoov-content .description-outer,
  .project-content .description-outer {
    padding: 0 !important;
    margin-right: -42%;
  }
}

.certimoov-content .project-side-image,
.project-content .project-side-image {
  width: 100% !important;
  margin-top: unset !important;
}

@media screen and (min-width: 768px) {
  .certimoov-content .project-side-image,
  .project-content .project-side-image {
    width: 42% !important;
  }
}

@media screen and (min-width: 768px) {
  .certimoov-content
  .field--name-field-information
  > .field--item:nth-child(2n + 1)
  .description-outer
  .description-inner,
  .project-content
  .field--name-field-information
  > .field--item:nth-child(2n + 1)
  .description-outer
  .description-inner {
    width: 50%;
  }
}

.certimoov-content
.field--name-field-information
> .field--item:nth-child(2n)
.description-outer,
.project-content
.field--name-field-information
> .field--item:nth-child(2n)
.description-outer {
  padding: 0 !important;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .certimoov-content
  .field--name-field-information
  > .field--item:nth-child(2n)
  .description-outer,
  .project-content
  .field--name-field-information
  > .field--item:nth-child(2n)
  .description-outer {
    margin-left: -42%;
    margin-right: 0;
  }

  .certimoov-content
  .field--name-field-information
  > .field--item:nth-child(2n)
  .description-outer
  .description-inner,
  .project-content
  .field--name-field-information
  > .field--item:nth-child(2n)
  .description-outer
  .description-inner {
    margin-left: auto;
    width: 50%;
  }
}

.certimoov-content
.field--name-field-information
> .field--item:nth-child(2n)
.project-side-image,
.project-content
.field--name-field-information
> .field--item:nth-child(2n)
.project-side-image {
  padding-right: 0;
}

.history-content .certimoov-history-content .side-image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .history-content .certimoov-history-content .side-image {
    width: 35%;
  }
}

.history-content .certimoov-history-content .text-content {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .history-content .certimoov-history-content .text-content {
    margin-left: -35%;
  }
}

.history-content .certimoov-history-content .text-content .text-content-inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .history-content
  .certimoov-history-content
  .text-content
  .text-content-inner {
    width: calc(70% - 70px);
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .history-content
  .certimoov-history-content
  .text-content
  .text-content-inner {
    width: calc(70% - 100px);
  }
}

@media screen and (min-width: 1200px) {
  .history-content
  .certimoov-history-content
  .text-content
  .text-content-inner {
    width: calc(70% - 120px);
  }
}

@media screen and (min-width: 1400px) {
  .history-content
  .certimoov-history-content
  .text-content
  .text-content-inner {
    width: calc(70% - 160px);
  }
}

@media screen and (max-width: 575.75px) {
  .history-content
  .certimoov-history-content
  .text-content
  .text-content-inner
  .field--name-field-title-text-with-logo
  > .field--item {
    padding-top: 10px;
  }
}

@media screen and (max-width: 575.75px) {
  .history-content
  .certimoov-history-content
  .text-content
  .text-content-inner
  .history-content
  .history-inner-content {
    padding-right: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 575.75px) {
  .history-content
  .certimoov-history-content
  .text-content
  .text-content-inner
  .history-content
  .history-inner-content
  .history-content-title
  h4 {
    margin-bottom: 20px;
  }
}

.media-video-item,
.media-img-item {
  height: 100%;
}

.media-video-item .field--name-field-media-video-file,
.media-video-item .field--name-field-media-image,
.media-img-item .field--name-field-media-video-file,
.media-img-item .field--name-field-media-image {
  height: 100%;
  margin-bottom: 35px;
}

.media-video-item .field--item,
.media-img-item .field--item {
  height: 100%;
}

.media-video-item video,
.media-video-item img,
.media-img-item video,
.media-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-category-top.moto-cat .media-video-item {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .product-category-top.moto-cat .media-video-item {
    max-width: 82%;
  }
}

@media screen and (min-width: 1400px) {
  .product-category-top.moto-cat .media-video-item {
    max-width: 75%;
  }
}

.popup-overlay
.popup-box
.media-video-item
.field--name-field-media-video-file {
  margin: 0;
  padding: 5px;
  background: #4cb7b2;
}

.paragraph--type--image-with-text video,
.paragraph--type--image-with-text img,
.field--name-field-media-image video,
.field--name-field-media-image img {
  width: auto;
}

/* Certi Moov Content Section End */
/* Standard Section Start */
@media screen and (min-width: 768px) {
  .standard-content
  .project-content
  .project-text-content
  .project-side-image
  .media-img-item
  > .field {
    margin-bottom: -40px;
  }
}

/* Standard Section End */
/* Latest Technology Section Start */
.paragraph--type--the-latest-technology {
  background-color: var(--primary-color);
}

@media screen and (max-width: 767.75px) {
  .paragraph--type--the-latest-technology {
    padding-top: 0;
  }
}

.paragraph--type--the-latest-technology
.project-tech-outer
.project-tech-image {
  width: 42%;
}

@media screen and (max-width: 767.75px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-image {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767.75px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-image
  .background-tech-image {
    padding-bottom: unset;
  }
}

.paragraph--type--the-latest-technology
.project-tech-outer
.project-tech-inner {
  padding: 0;
  width: 100%;
  margin-top: unset;
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner {
    margin-left: -42%;
  }
}

.paragraph--type--the-latest-technology
.project-tech-outer
.project-tech-inner
.small-container {
  height: 100%;
}

.paragraph--type--the-latest-technology
.project-tech-outer
.project-tech-inner
.project-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .project-content {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .project-content {
    width: calc(60% - 70px);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .project-content {
    width: calc(60% - 100px);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .project-content {
    width: calc(60% - 120px);
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .project-content {
    width: calc(60% - 160px);
  }
}

@media screen and (max-width: 575.75px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .title-latest-tech
  h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575.75px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .field--name-field-content
  > .field--item {
    padding-bottom: 20px;
  }
}

.paragraph--type--the-latest-technology
.project-tech-outer
.project-tech-inner
.project-scroll {
  margin-top: auto;
}

@media screen and (max-width: 767.75px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .project-scroll {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767.75px) {
  .paragraph--type--the-latest-technology
  .project-tech-outer
  .project-tech-inner
  .project-scroll
  .field--name-field-scroll {
    padding: 20px 30px;
  }
}

.paragraph--type--the-latest-technology
.project-tech-outer
.project-tech-inner
.project-scroll
.field--name-field-scroll:hover {
  background-color: var(--primary-color);
}

/* Latest Technology Section End */
/* Notes Content Section Start */
.notes-content .title2-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph--type--title2-image- h2 {
  color: var(--primary-color);
  padding-left: 0;
}

@media screen and (max-width: 575.75px) {
  .paragraph--type--title2-image-
  .title-with-text
  .paragraph--type--title-with-text {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575.75px) {
  .paragraph--type--title2-image- .image-with-text .title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767.75px) {
  .field--name-field-title2-image-with-text-2
  > .field--item:nth-child(even)
  .image-with-text
  .image-color-text {
    padding-right: 0 !important;
  }
}

.field--name-field-title2-image-with-text-2
> .field--item:nth-child(even)
.image-with-text
.image-color-text::before {
  content: none;
}

.field--name-field-title2-image-with-text-2
> .field--item:nth-child(even)
.image-with-text
.image-color-text
p {
  color: var(--body-text);
}

.image-with-text .title .image-color-text {
  background-image: none !important;
  position: relative;
}

.image-with-text .title .image-color-text::before {
  content: "";
  -webkit-mask-image: url("../images/Arrow 1.svg");
  mask-image: url("../images/Arrow 1.svg");
  -webkit-mask-position: left top 3px;
  mask-position: left top 3px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--primary-color);
  width: 50px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .image-with-text .title .image-color-text::before {
    width: 76px;
    left: -15px;
  }
}

@media screen and (min-width: 1200px) {
  .image-with-text .title .image-color-text::before {
    left: -78px;
  }
}

.image-with-text .title .image-color-text p {
  color: var(--primary-color);
}

/* Notes Content Section End */
/* Attention Conten Section Start */
.paragraph--type--section-points-of-attention {
  background-color: var(--primary-color);
}

@media screen and (max-width: 767.75px) {
  .paragraph--type--section-points-of-attention
  .paragraph--type--points-of-attention
  .attention-inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 767.75px) {
  .paragraph--type--section-points-of-attention
  .paragraph--type--points-of-attention
  .attention-image
  img {
    width: 100%;
  }
}

/* Attention Conten Section End */
/* Le Projet Page End */
/* Prodect Page Start */
/* Product Detail Section Start */
.product-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.product-outer .product-right {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product-outer .product-right {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 575.75px) {
  .product-outer .product-right .product-slider {
    padding: 0;
  }
}

.product-outer
.product-right
.product-slider
.swiper-slide
.field--name-field-image {
  max-width: 560px;
}

.product-outer
.product-right
.product-slider
.swiper-slide
.field--name-field-image
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-outer .product-right .product-slider .swiper-pagination {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 28px;
  max-width: 560px;
}

.product-outer
.product-right
.product-slider
.swiper-pagination
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 992px) {
  .product-outer
  .product-right
  .product-slider
  .swiper-pagination
  .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}

.product-outer
.product-right
.product-slider
.swiper-pagination
.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.product-outer .product-left {
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .product-outer .product-left {
    width: calc(50% - 10px);
  }
}

.product-outer .product-left .product-title h1 {
  max-width: unset;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1;
}

.product-outer .product-left .product-category-list .paragraph--type--dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .product-outer
  .product-left
  .product-category-list
  .paragraph--type--dropdown {
    gap: 40px;
  }
}

.product-outer
.product-left
.product-category-list
.paragraph--type--dropdown
.field {
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.product-outer
.product-left
.product-category-list
.paragraph--type--dropdown
.field
.field--label {
  color: var(--primary-color);
  font-family: "Galano Grotesque Medium";
  width: 100%;
  max-width: 50%;
}

.product-outer
.product-left
.product-category-list
.paragraph--type--dropdown
.field
.field--item {
  color: var(--dark-color);
  font-family: "Galano Grotesque Medium";
  width: 100%;
  max-width: 50%;
}

/* Product Detail Section End */
h2.section-title {
  color: var(--c-white);
  background-color: var(--primary-color);
  font-family: "Galano Grotesque Medium";
  line-height: 1;
  padding: 20px 30px;
}

@media screen and (min-width: 576px) {
  h2.section-title {
    padding: 10px 30px 20px 20px;
  }
}

/* Product Graph Start */
.graph-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.graph-wrap .graph-item {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .graph-wrap .graph-item {
    width: calc(50% - 10px);
  }
}

.graph-wrap .graph-item .text p {
  text-align: center;
  margin-top: 25px;
}

.graph-wrap #ratingGraph .graph-inner {
  position: relative;
  padding-top: 18px;
}

.graph-wrap #ratingGraph .graph-inner .symbol {
  color: var(--c-black);
  line-height: 1;
  position: absolute;
  left: -1px;
  top: 0px;
}

.graph-wrap #ratingGraph .graph-inner .symbol svg {
  width: 14px;
  height: auto;
  display: block;
}

.graph-wrap #priceGraph .graph-inner {
  position: relative;
  padding-top: 18px;
}

.graph-wrap #priceGraph .graph-inner .symbol {
  color: var(--c-black);
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 14px;
}

.graph-wrap #priceGraph .graph-inner .symbol svg {
  width: 14px;
  height: auto;
  display: block;
}

/* Product Graph End */
/* Product Categories Section Start */
.popup-open {
  overflow: hidden;
  padding-right: 15px;
}

.product-category {
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .product-category {
    padding-bottom: 30px;
  }
}

.product-category h2.section-title {
  margin-bottom: 10px;
}

.product-category-top {
  margin-left: -12px;
  margin-right: -12px;
}

.product-category-top > .field--item {
  border-top: none;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 767.75px) {
  .product-category-top > .field--item {
    border-bottom: 0.5px solid var(--c-black);
  }
}

@media screen and (min-width: 768px) {
  .product-category-top > .field--item {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .product-category-top > .field--item {
    width: 33.33%;
  }
}

@media screen and (max-width: 991.75px) {
  .product-category-top > .field--item:nth-child(-n + 4) {
    border-bottom: 0.5px solid var(--c-black);
  }
}

@media screen and (min-width: 992px) {
  .product-category-top > .field--item:nth-child(-n + 3) {
    border-bottom: 0.5px solid var(--c-black);
  }
}

@media screen and (max-width: 767.75px) {
  .product-category-top > .field--item:last-child {
    border-bottom: none;
  }
}

.product-category-top .field--name-field-media-image {
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .product-category-top .field--name-field-media-image {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .product-category-top .field--name-field-media-image {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767.75px) {
  .product-category-top .field--name-field-media-image .field--item {
    margin-right: auto;
  }
}

.product-category-top .popup-item {
  width: 100%;
}

.product-category-top .popup-item .img-wrap .field--item {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.product-category-top .popup-item .img-wrap .field--item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-category-top .popup-item .img-wrap .field--item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-category-top .popup-item .img-wrap .field--name-field-media-image {
  padding-bottom: 0;
}

.product-category-top
.popup-item
.img-wrap
.field--name-field-media-image
.field--item {
  padding: 0 0 56.25%;
  position: relative;
}

.product-category-top
.popup-item
.img-wrap
.field--name-field-media-image
.field--item
img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-position: center;
  object-position: center;
}

.product-category-top .popup-item .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  visibility: hidden;
}

.product-category-top .popup-item .popup-overlay .popup-box {
  background-color: var(--c-white);
  width: 1024px;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: calc(100% - 32px);
  max-height: calc(100vh - 40px);
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
}

.product-category-top .popup-item .popup-overlay .popup-box .field--item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-category-top .popup-item .popup-overlay .popup-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.product-category-top .popup-item .popup-overlay .popup-close {
  height: 40px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  z-index: 9;
}

.product-category-top .popup-item .popup-overlay .popup-close:hover {
  background-color: var(--c-black);
}

.product-category-top .popup-item .popup-overlay .popup-close svg {
  font-size: 30px;
  color: var(--c-white);
}

.product-category-top
.popup-item
.popup-overlay
.field--name-field-media-image {
  padding: 24px 0;
  margin: 0;
}

.product-category-top .popup-item.active .popup-overlay {
  opacity: 1;
  visibility: visible;
}

.product-category-top .text-rating-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1200px) {
  .product-category-top .text-rating-wrap {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}

.product-category-top
.text-rating-wrap
.notation-image
.field--item.field--type-image {
  width: 30px;
}

@media screen and (min-width: 1200px) {
  .product-category-top
  .text-rating-wrap
  .notation-image
  .field--item.field--type-image {
    width: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .product-category-top
  .text-rating-wrap
  .notation-image
  .field--item.field--type-image {
    width: 50px;
  }
}

.product-category-top
.text-rating-wrap
.notation-image
.field--item.field--type-image
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-category-top
.text-rating-wrap
.notation-image
.field--label {
  display: none;
}

.product-category-top .text-rating-wrap .notation-title {
  width: unset;
  padding-left: 0;
}

.product-category-top .text-rating-wrap .notation-title p {
  font-size: 16px;
  color: var(--c-black);
  font-family: "Galano Grotesque Bold";
  line-height: 1.36;
}

@media screen and (min-width: 992px) {
  .product-category-top .text-rating-wrap .notation-title p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1400px) {
  .product-category-top .text-rating-wrap .notation-title p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1600px) {
  .product-category-top .text-rating-wrap .notation-title p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1800px) {
  .product-category-top .text-rating-wrap .notation-title p {
    font-size: 24px;
  }
}

.product-category-top
.text-rating-wrap
.notation-star
.notation-star-box
.notation-score-default {
  width: 16px;
  height: 16px;
  background-image: none;
  -webkit-mask-image: url("../images/default-star.svg");
  mask-image: url("../images/default-star.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--light-color);
  margin-right: 4px;
}

@media screen and (min-width: 1200px) {
  .product-category-top
  .text-rating-wrap
  .notation-star
  .notation-star-box
  .notation-score-default {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1400px) {
  .product-category-top
  .text-rating-wrap
  .notation-star
  .notation-star-box
  .notation-score-default {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
}

.product-category-top
.text-rating-wrap
.notation-star
.notation-star-box
.notation-score-default.full {
  background-color: var(--primary-color);
}

.product-category-top
.text-rating-wrap
.notation-star
.notation-star-box
.notation-score-default.half {
  -webkit-mask-image: url("../images/half-star.svg");
  mask-image: url("../images/half-star.svg");
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, var(--primary-color)),
    color-stop(50%, var(--light-color))
  );
  background: linear-gradient(
    to right,
    var(--primary-color) 50%,
    var(--light-color) 50%
  );
}

@media screen and (min-width: 1200px) {
  .product-category-top
  .text-rating-wrap
  .notation-star
  .notation-star-box
  .notation-score-default:last-child {
    margin-right: 0;
  }
}

/* Product Categories Section End */
/* Product Description Section Start */
/* Product Description Section End */
/* Advices Moto Section Start */
@media screen and (max-width: 767.75px) {
  .advices-moto-section .discover-link a {
    padding: 20px 30px !important;
  }
}

/* Advices Moto Section End */
/* Prodect Page End */
/* Actualites Page Start */
.news-outer .news-inner h3 {
  color: var(--primary-color);
}

.news-outer .news-inner .news-description a {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.news-outer .news-inner .news-description a:hover {
  color: var(--c-black);
}

/* Actualites Page End */
/* Contact Page Start */
.page-node-15 .page.full {
  background-color: var(--primary-color);
}

.bottom-content {
  background-color: var(--primary-color);
}

.webform-submission-form .form-actions button:hover {
  background-color: var(--primary-color);
}

@media screen and (min-width: 768px) {
  .webform-submission-form .form-item textarea {
    height: 238px;
  }
}

.webform-submission-form .captcha {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .webform-submission-form .captcha {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

/* Contact Page End */
/* Partenaires Page Start */
.page.full .field--name-body h4 {
  color: var(--primary-color);
}

/* Partenaires Page End */
/* Mentions Page Start */
.page.full .field--name-body ul li::after {
  background-color: var(--primary-color);
}

/* Mentions Page End */
/* Compare Product Page Start */
.path-compare-products nav.breadcrumb {
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .path-compare-products nav.breadcrumb {
    padding-top: 40px;
  }
}

.compare-products-wrapper .compare-products-inner .title-wrap {
  width: 100%;
}

.compare-products-wrapper .compare-products-inner .title-wrap .title {
  color: var(--primary-color);
  font-family: "Galano Grotesque Medium";
  font-weight: 400;
  text-align: center;
}

.compare-products-wrapper .compare-products-inner .title-wrap .normal-link a {
  margin-top: 10px;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .compare-products-wrapper .compare-products-inner .title-wrap .normal-link a {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper .compare-products-inner .title-wrap .normal-link a {
    margin-top: 40px;
  }
}

.compare-products-wrapper .compare-products-inner .product-items {
  width: 100%;
}

.compare-products-wrapper .compare-products-inner .product-items table {
  width: 100%;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr:first-child
th,
.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr:first-child
td {
  border-bottom: none;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr:first-child
th {
  vertical-align: bottom;
  padding-bottom: 40px;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr:first-child
td {
  vertical-align: top;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
th {
  width: 25%;
  color: var(--c-black);
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 0.5px solid var(--c-black);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

@media screen and (max-width: 575.75px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th {
    width: 30%;
  }
}

@media screen and (min-width: 1400px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1600px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th {
    width: 28%;
  }
}

@media screen and (min-width: 1800px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  th {
    width: 25%;
  }
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td {
  width: 25%;
  line-height: 1.36;
  color: var(--c-black);
  border-bottom: 0.5px solid var(--c-black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 575.75px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td {
    font-size: 15px;
  }
}

@media screen and (min-width: 576px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td {
    width: 23.3333%;
  }
}

@media screen and (min-width: 1600px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td {
    width: 24%;
  }
}

@media screen and (min-width: 1800px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td {
    width: 25%;
  }
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td
.title {
  font-family: "Galano Grotesque Bold";
  font-weight: 400;
  line-height: 1.36;
  color: var(--c-black);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td
.image {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td
.image
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td.img-title-wrap {
  padding-right: 10px;
}

@media screen and (min-width: 576px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td.img-title-wrap {
    padding-right: 20px;
  }
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td.notation-star {
  font-size: 0;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td.notation-star
.notation-star-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td.notation-star
.notation-star-box
.notation-score-default {
  width: 12px;
  height: 12px;
  background-image: none;
  -webkit-mask-image: url("../images/default-star.svg");
  mask-image: url("../images/default-star.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--light-color);
  margin-right: 4px;
  background-image: none;
}

@media screen and (min-width: 576px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td.notation-star
  .notation-star-box
  .notation-score-default {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td.notation-star
  .notation-star-box
  .notation-score-default {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 1400px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td.notation-star
  .notation-star-box
  .notation-score-default {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td.notation-star
.notation-star-box
.notation-score-default.full {
  background-color: var(--primary-color);
}

.compare-products-wrapper
.compare-products-inner
.product-items
table
tbody
tr
td.notation-star
.notation-star-box
.notation-score-default.half {
  -webkit-mask-image: url("../images/half-star.svg");
  mask-image: url("../images/half-star.svg");
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, var(--primary-color)),
    color-stop(50%, var(--light-color))
  );
  background: linear-gradient(
    to right,
    var(--primary-color) 50%,
    var(--light-color) 50%
  );
}

@media screen and (min-width: 1200px) {
  .compare-products-wrapper
  .compare-products-inner
  .product-items
  table
  tbody
  tr
  td.notation-star
  .notation-star-box
  .notation-score-default:last-child {
    margin-right: 0;
  }
}

/* Compare Product Page End */
/* For Empty Page Start */
.empty {
  padding-top: var(--p-60);
}

.empty .view-empty h4 {
  color: var(--primary-color);
}

/* For Empty Page End */
.footer {
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .footer {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .footer {
    padding-bottom: 40px;
  }
}

.footer_top {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  display: block;
}

.footer_top .region-footer-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (min-width: 576px) {
  .footer_top .region-footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer_top .region-footer-top #block-footerlogo .field {
  width: 100px;
}

@media screen and (min-width: 992px) {
  .footer_top .region-footer-top #block-footerlogo .field {
    width: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_top .region-footer-top #block-footerlogo .field {
    width: 201px;
  }
}

.footer_top .region-footer-top #block-footerlogo .field img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_top .region-footer-top nav#block-liensutiles {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .footer_top .region-footer-top nav#block-liensutiles {
    width: unset;
  }
}

.footer_top .region-footer-top nav#block-liensutiles ul.menu--liens-utiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  gap: 20px;
}

@media screen and (min-width: 576px) {
  .footer_top .region-footer-top nav#block-liensutiles ul.menu--liens-utiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: unset;
  }
}

@media screen and (min-width: 768px) {
  .footer_top .region-footer-top nav#block-liensutiles ul.menu--liens-utiles {
    gap: 10px;
  }
}

@media screen and (min-width: 992px) {
  .footer_top .region-footer-top nav#block-liensutiles ul.menu--liens-utiles {
    gap: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_top .region-footer-top nav#block-liensutiles ul.menu--liens-utiles {
    gap: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .footer_top .region-footer-top nav#block-liensutiles ul.menu--liens-utiles {
    gap: 51px;
  }
}

.footer_top
.region-footer-top
nav#block-liensutiles
ul.menu--liens-utiles::before,
.footer_top
.region-footer-top
nav#block-liensutiles
ul.menu--liens-utiles::after {
  content: none;
}

.footer_top
.region-footer-top
nav#block-liensutiles
ul.menu--liens-utiles
li
a {
  font-size: 12px;
  color: var(--c-white);
  font-family: "Galano Grotesque Bold";
  padding: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 992px) {
  .footer_top
  .region-footer-top
  nav#block-liensutiles
  ul.menu--liens-utiles
  li
  a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_top
  .region-footer-top
  nav#block-liensutiles
  ul.menu--liens-utiles
  li
  a {
    font-size: 16px;
  }
}

.footer_top
.region-footer-top
nav#block-liensutiles
ul.menu--liens-utiles
li
a:hover {
  background-color: unset;
  color: var(--primary-color);
}

.footer_top .region-footer-top .block-views-blockfooter-external-link-block-1 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer_top
  .region-footer-top
  .block-views-blockfooter-external-link-block-1 {
    margin: unset;
  }
}

.footer_top
.region-footer-top
.block-views-blockfooter-external-link-block-1
.form-group {
  margin-bottom: 0;
}

.footer_top .region-footer-top .view-footer-external-link .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .footer_top .region-footer-top .view-footer-external-link .view-content {
    gap: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_top .region-footer-top .view-footer-external-link .view-content {
    gap: 45px;
  }
}

@media screen and (min-width: 1400px) {
  .footer_top .region-footer-top .view-footer-external-link .view-content {
    gap: 55px;
  }
}

.footer-bottom {
  padding-top: 20px;
}

@media screen and (min-width: 1200px) {
  .footer-bottom {
    padding-top: 39px;
  }
}

.footer-bottom #block-copyright {
  width: 100% !important;
}

.footer-bottom #block-copyright .field--type-text-with-summary {
  display: block !important;
}

.footer-bottom #block-copyright .field--type-text-with-summary p {
  text-align: center;
  font-size: 14px;
  line-height: 2.1 !important;
}

@media screen and (min-width: 1200px) {
  .footer-bottom #block-copyright .field--type-text-with-summary p {
    font-size: 16px;
  }
}

.link a {
  color: var(--c-white);
  font-family: "Galano Grotesque Medium";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  background-color: var(--primary-color);
  padding: 20px 30px;
  line-height: 1;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 768px) {
  .link a {
    padding: 18px 30px 24px;
  }
}

@media screen and (min-width: 1200px) {
  .link a {
    padding: 24px 40px 30px;
  }
}

.link a:hover {
  background-color: var(--c-black);
}

.link.type-2 a {
  background-color: var(--c-black);
}

.link.type-2 a:hover {
  background-color: var(--primary-color);
}
