@charset "UTF-8";
.ficheProduit .contenuPage {
  padding-top: 3rem;
}

.ficheProduit .contenuPage > .container > .row [class*="col-"] + [class*="col-"] {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .ficheProduit .contenuPage > .container > .row [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

.ficheProduit-descriptionCourte {
  margin-top: 1.5rem;
}

.ficheProduit-chapo p,
.ficheProduit-chapo ul,
.ficheProduit-chapo ol {
  margin: 0;
}

.ficheProduit-chapo p {
  line-height: inherit;
  text-align: inherit;
}

.ficheProduit-chapo *:not(i) + p,
.ficheProduit-chapo *:not(i) + ul,
.ficheProduit-chapo *:not(i) + ol {
  margin-top: 1rem;
}

.ficheProduit-chapo ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 0.250rem;
}

.ficheProduit-chapo ul li {
  position: relative;
  list-style: none;
  padding: 0.125rem 0 0.125rem 1rem;
}

.ficheProduit-chapo ul li:before {
  content: "";
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 0.25rem;
  color: #951713;
}

.ficheProduit-chapo ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: list-numbers;
  margin-left: 0.250rem;
}

.ficheProduit-chapo ol li {
  counter-increment: list-numbers;
  display: block;
  padding: 0.125rem 0;
}

.ficheProduit-chapo ol li:before {
  content: counter(list-numbers) ". ";
  color: #951713;
  font-weight: 400;
}

.ficheProduit-actions {
  margin-top: 1.5rem;
}

.ficheProduit-actions .btn {
  margin-top: 0.25rem;
}

.ficheProduit-actions form {
  display: inline-block;
}

.ficheProduit-fotorama {
  position: relative;
  margin-top: -6rem;
  z-index: 1;
}

.ficheProduit-fotorama::before {
  content: '';
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  width: 100%;
  height: 3.625rem;
  max-height: 100%;
  z-index: -1;
  background-color: rgba(11, 12, 34, 0.1);
}

@media (min-width: 992px) {
  .ficheProduit-fotorama {
    margin-top: -14.75rem;
  }
  .ficheProduit-fotorama::before {
    height: 12.375rem;
  }
}

.ficheProduit-onglets {
  margin-top: 3rem;
  overflow: hidden;
  overflow-x: auto;
}

.ficheProduit-onglets.nav-tabs {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -1.25rem;
  width: -moz-calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  padding: 0 1.25rem;
}

@media (min-width: 576px) {
  .ficheProduit-onglets.nav-tabs {
    margin-left: -moz-calc((((100vw - 540px) / 2) + 1.25rem) * -1);
    margin-left: calc((((100vw - 540px) / 2) + 1.25rem) * -1);
    width: -moz-calc(100% + ((((100vw - 540px) / 2) + 1.25rem) * 2));
    width: calc(100% + ((((100vw - 540px) / 2) + 1.25rem) * 2));
    padding: 0 -moz-calc((((100vw - 540px) / 2) + 1.25rem));
    padding: 0 calc((((100vw - 540px) / 2) + 1.25rem));
  }
}

@media (min-width: 768px) {
  .ficheProduit-onglets.nav-tabs {
    margin-left: -moz-calc((((100vw - 720px) / 2) + 1.25rem) * -1);
    margin-left: calc((((100vw - 720px) / 2) + 1.25rem) * -1);
    width: -moz-calc(100% + ((((100vw - 720px) / 2) + 1.25rem) * 2));
    width: calc(100% + ((((100vw - 720px) / 2) + 1.25rem) * 2));
    padding: 0 -moz-calc((((100vw - 720px) / 2) + 1.25rem));
    padding: 0 calc((((100vw - 720px) / 2) + 1.25rem));
  }
}

.ficheProduit-onglets .nav-link {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .ficheProduit-onglets {
    margin-top: 5rem;
    overflow: initial;
    overflow-x: initial;
  }
  .ficheProduit-onglets.nav-tabs {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
}

.ficheProduit-contenusOnglets:last-child {
  margin-bottom: -5rem;
}

@media (min-width: 768px) {
  .ficheProduit-contenusOnglets:last-child {
    margin-bottom: -5rem;
  }
}

@media (min-width: 992px) {
  .ficheProduit-contenusOnglets:last-child {
    margin-bottom: -5rem;
  }
}

.ficheProduit-contenusOnglets .tab-pane {
  position: relative;
  z-index: 0;
  padding: 5rem 0;
}

.ficheProduit-contenusOnglets .tab-pane::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #F2F3FA;
  z-index: -3;
  left: -moz-calc(50% - 50vw);
  left: calc(50% - 50vw);
}

@media (min-width: 992px) {
  .ficheProduit-contenusOnglets .tab-pane {
    padding: 5rem 0;
  }
}

@media (min-width: 768px) {
  .ficheProduit-contenusOnglets .tab-pane#specifications table th {
    width: 15rem;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .ficheProduit-contenusOnglets .tab-pane#specifications table,
  .ficheProduit-contenusOnglets .tab-pane#specifications table tbody,
  .ficheProduit-contenusOnglets .tab-pane#specifications table tr,
  .ficheProduit-contenusOnglets .tab-pane#specifications table th,
  .ficheProduit-contenusOnglets .tab-pane#specifications table td {
    display: block;
  }
  .ficheProduit-contenusOnglets .tab-pane#specifications table th {
    padding-bottom: 0;
  }
  .ficheProduit-contenusOnglets .tab-pane#specifications table td {
    padding-top: 0;
    border-top: 0;
  }
}

.ficheProduit-contenusOnglets .page_list--grilleProduits {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits > li {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 576px) {
  .ficheProduit-contenusOnglets .page_list--grilleProduits > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .ficheProduit-contenusOnglets .page_list--grilleProduits > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .ficheProduit-contenusOnglets .page_list--grilleProduits > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item {
  position: relative;
  display: block;
  padding: 0 0;
  background-color: #F2F3FA;
  z-index: 0;
  -webkit-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #3D3E54;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3125rem solid transparent;
  z-index: -1;
  -webkit-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item[href]:hover {
  background-color: #fff;
  -webkit-box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
  box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item[href]:hover::before {
  border-color: #951713;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  mix-blend-mode: multiply;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: -webkit-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-logo {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 4rem;
  padding: 0.5rem;
  text-align: left;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 2rem;
  mix-blend-mode: multiply;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-contenu {
  display: block;
  padding: 0 1.5rem 2rem 1.5rem;
  text-align: center;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-titre {
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #0B0C22;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.35rem;
}

@media (min-width: 576px) {
  .ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-titre {
    font-size: 1.425rem;
  }
}

@media (min-width: 992px) {
  .ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-titre {
    font-size: 1.5rem;
  }
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description {
  margin-top: 0.5rem;
  line-height: 1.3;
  font-size: 0.750rem;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description p,
.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description ul,
.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description ol {
  margin: 0;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description p {
  line-height: inherit;
  text-align: inherit;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description *:not(i) + p,
.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description *:not(i) + ul,
.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-description *:not(i) + ol {
  margin-top: 0;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item:hover {
  color: #3D3E54;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item:hover .page_list-image img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item:hover .page_list-contenu [class*="tag"] {
  color: #0B0C22;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .page_list-item:hover .page_list-titre {
  color: #951713;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-stage[style*="width"] {
  opacity: 1;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-item {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-list-item .page_list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-nav .owl-prev,
.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-nav .owl-prev {
  right: 100%;
}

.ficheProduit-contenusOnglets .page_list--grilleProduits .owl-nav .owl-next {
  left: 100%;
}
