/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|||||  Web Agency SC-CONCEPTION ---------------------- sc-conception.com  |||||
|||||  Powered by cms Iminence.com software --------------- iminence.com  |||||
\*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
html {
  scroll-behavior: smooth;
  /* Active le défilement fluide */
}
main.main > section.main-section > .section-center {
  padding: 0 !important;
}
main.main > section.main-section section.section-configurator .configurator-header {
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-configurator .configurator-header .header-image {
  float: left;
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-configurator .configurator-header .header-image img.image-source {
  float: left;
  height: 125px;
}
main.main > section.main-section section.section-configurator .configurator-header .header-title > .title-value > span {
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .configurator-header .header-title > .title-value:hover > span {
  opacity: 1;
}
main.main > section.main-section section.section-configurator .configurator-header .header-description {
  display: -webkit-box;
  /* Utiliser un conteneur flex spécifique à Webkit */
  -webkit-box-orient: vertical;
  /* Définit l'orientation des boîtes en vertical */
  min-height: calc(4.5em);
  /* Hauteur maximale en fonction du nombre de lignes */
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step {
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav {
  background-color: #f3f3f3;
  border-radius: 2rem;
  border: 1px solid #c41b1b;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav > li.nav-item {
  width: 16.66%;
  border-right: 1px solid #c41b1b;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link {
  position: relative;
  color: #c41b1b;
  padding: .75rem;
  text-align: center;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link::after {
  content: "\ea69";
  font-family: 'IcoFont';
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: -21px;
  color: #c41b1b;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link.active {
  background-color: #c41b1b;
  color: #fff;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav > li.nav-item.disabled {
  color: #000;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav > li.nav-item.disabled > a {
  pointer-events: none;
  color: #a5a5a5;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav li:first-child > a.nav-link {
  border-radius: 2rem 0 0 2rem;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav li:last-child {
  border-right: none;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav li:last-child > a.nav-link {
  border-radius: 0 2rem 2rem 0;
}
main.main > section.main-section section.section-configurator nav.nav-configurator-step > ul.nav li:last-child > a.nav-link::after {
  content: "";
}
main.main > section.main-section section.section-configurator .section-wrapper {
  display: table;
  width: 100%;
  margin-top: 2rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content {
  float: left;
  width: 62%;
  padding-right: 30px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card {
  margin-bottom: 1rem;
  opacity: 100%;
  cursor: pointer;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card > .card-image {
  position: relative;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card > .card-image > .image-selection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card > .card-image > .image-selection > span.is-selected {
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card > .card-image > .image-selection > span.not-selected {
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card > .card-image > img.image-source {
  width: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card > .card-body {
  padding: .5rem 1rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card > .card-body > h5.card-title {
  margin: 0;
  text-align: center;
  ransform: uppercase;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card:not(.is-selected):hover {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card:not(.is-selected):hover > .card-image > .image-selection {
  opacity: 1;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card:not(.is-selected):hover > .card-image > .image-selection > span.is-selected {
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card:not(.is-selected):hover > .card-image > .image-selection > span.not-selected {
  display: block;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card.is-selected > .card-image > .image-selection {
  opacity: 1;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card.is-selected > .card-image > .image-selection > span.is-selected {
  display: block;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card.is-selected > .card-image > .image-selection > span.not-selected {
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-item .card.not-selected {
  opacity: 75%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .card-header {
  padding: 0;
  background-color: #ededed;
  border-radius: .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .card-header > h3 {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .card-header > h3 > button.btn {
  background-color: #c41b1b;
  color: #fff;
  padding: .5rem;
  border-radius: .5rem;
  margin: 0;
  border: none;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .card-header > h3 > button.btn > span.data-feature-advantage-icon {
  float: right;
  padding: 0 .5rem;
  border-left: 1px solid #ededed;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .card-header > h3 > button.btn.collapsed {
  background-color: #ededed !important;
  color: #000 !important;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .card-header > h3 > button.btn.collapsed > span.data-feature-advantage-icon {
  border-left: 1px solid #c41b1b;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .card-header > h3 > button.btn:hover {
  color: #c41b1b;
  background-color: #e8e8e8;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body p.canvas-color-selection > span.color-selection-value,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body p.canvas-color-selection > span.color-selection-value {
  color: #c41b1b;
  font-weight: 800;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body p.small-text,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body p.small-text {
  font-size: .9rem;
  font-style: italic;
  color: #6f6f6f;
  line-height: 16px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body ul.canvas-feature > li,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body ul.canvas-feature > li {
  padding: 0 0 0.25rem 0;
  border: none;
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body ul.canvas-feature > li > span.feature-icon,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body ul.canvas-feature > li > span.feature-icon {
  color: #c41b1b;
  background-color: #ededed;
  border-radius: .5rem;
  height: 23px;
  width: 23px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-booklet > a.btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-booklet > a.btn {
  background-color: #ededed;
  border-color: #c41b1b;
  color: #000;
  font-weight: bold;
  border-radius: 1rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-booklet > a.btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-booklet > a.btn:hover {
  color: #fff;
  background-color: #c41b1b;
  border-color: #ededed;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 1rem 1rem 0;
  line-height: 50px;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge {
  opacity: 0%;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price {
  position: absolute;
  z-index: 2;
  top: -9px;
  right: -9px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus {
  background-color: #f00;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus {
  background-color: #f00;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color > i {
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  border-radius: 25px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover {
  border-radius: 0;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover > .badge {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.active,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected {
  pointer-events: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 4px #c41b1b;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > .badge {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > i {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 5px 0 0 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet {
  text-align: right;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn {
  color: #c41b1b;
  background-color: #ededed;
  border-color: #ededed;
  border-radius: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn > i {
  color: #333;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus {
  background-color: #c41b1b;
  color: #ededed;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus > i {
  color: #ededed;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > thead > tr > th {
  background-color: #ededed;
  border-color: #c41b1b;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > thead > tr > th.article-image {
  width: 33px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td {
  border-color: #ededed;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-image {
  padding: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-image > a {
  display: block;
  width: 33px;
  height: 33px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-image > a > img {
  width: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button.article-quantity-m {
  background-color: #cd0000;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button.article-quantity-value {
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  padding: 0 .5rem;
  color: #000;
  width: 40px;
  opacity: 1;
  margin: 0 .25rem;
  border-radius: 0;
  pointer-events: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button.article-quantity-p {
  background-color: #048500;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  float: left;
  width: 38%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > h3 {
  background-color: #e7e7e7;
  border-radius: .5rem .5rem 0 0;
  border: 1px solid #e7e7e7;
  color: #000;
  padding: .75rem;
  margin: 0;
  text-align: center;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0 0 .5rem .5rem;
  border: 1px solid #e7e7e7;
  border-top: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer {
  position: relative;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer {
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item {
  background-size: 100% 100%;
  opacity: 0%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-object.active {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-rating {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-rating.active {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-canvas {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-canvas.active {
  opacity: 80%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-hem,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-eyelet,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-zipper,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-blowhole {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-hem.active,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-eyelet.active,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-zipper.active,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-blowhole.active {
  opacity: 80%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-hem {
  z-index: 4;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-eyelet {
  z-index: 5;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-zipper {
  z-index: 6;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .view-configurateur > .group-layer > .layer.layer-item-option-blowhole {
  z-index: 7;
}
@media screen and (max-width: 768px) {
  main.main > section.main-section > .section-center {
    padding: 0 !important;
  }
  main.main > section.main-section > .section-center > nav.block-breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
  }
  main.main > section.main-section > .section-center > nav.block-breadcrumb > ol.breadcrumb {
    padding: .5rem;
  }
  main.main > section.main-section > .section-center section.section-configurator {
    margin-bottom: 2rem;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header {
    margin-bottom: 1rem;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header .header-image > img {
    height: 70px;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header .header-image > h1.header-title {
    font-size: 1.4rem;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header .header-image > .header-description {
    -webkit-line-clamp: 3;
    line-height: 1.2;
    max-height: calc(4em);
    font-size: .9rem;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content {
    float: none;
    width: 100%;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content nav.nav-configurator-step {
    margin-bottom: 1rem;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link {
    padding: 0;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link::after {
    font-size: 1.8rem;
    top: -8px;
    right: -18px;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-sidebar {
    position: relative;
    top: 0;
    float: none;
    width: 100%;
  }
}
main.main > section.main-section nav.block-breadcrumb {
  background-color: #c41b1b;
  display: block !important;
}
main.main > section.main-section nav.block-breadcrumb ol {
  background-color: transparent;
  border-radius: 0;
}
main.main > section.main-section nav.block-breadcrumb ol > li {
  color: #fff;
}
main.main > section.main-section nav.block-breadcrumb ol > li > a {
  color: #ededed;
}
main.main > section.main-section section .section-header {
  margin-bottom: 2rem;
}
main.main > section.main-section section .section-header > .header-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
main.main > section.main-section section .section-header > .header-subtitle {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 2rem auto;
}
main.main > section.main-section section.section-configurator {
  margin-bottom: 4rem;
}
main.main > section.main-section section.section-configurator .configurator-header .header-image img.image-source {
  border-radius: 1rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane h2 {
  margin: 0 0 1rem;
  border-bottom: 2px solid #c41b1b;
  max-width: max-content;
  padding: 0 1rem .25rem 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane h3 {
  background-color: #ededed;
  padding: .25rem .5rem;
  border-radius: .5rem;
  color: #c41b1b;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .form-control {
  border-color: #e7e7e7;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .input-group-text,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .input-group-text {
  background-color: #f7f7f7;
  color: #000;
  border-color: #e7e7e7;
  font-size: 1rem;
  font-weight: 500;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn {
  border-color: #e7e7e7;
  background-color: #ededed;
  color: #000;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn > img,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn > img {
  width: 36px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn.article-image-link,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn.article-image-link {
  padding: 0;
  border-radius: 0 .25rem .25rem 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn:hover {
  border-color: #ededed;
  background-color: #c41b1b;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-submit,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-return {
  border-color: #c41b1b;
  background-color: #ededed;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 2rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-submit:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-return:hover {
  border-color: #ededed;
  background-color: #c41b1b;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane > form.form-configurator-resume .media > img {
  width: 42px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > h3 {
  background-color: #e7e7e7;
  border-radius: .5rem .5rem 0 0;
  border: 1px solid #e7e7e7;
  color: #000;
  padding: .75rem;
  margin: 0;
  text-align: center;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .configurator-preview {
  padding: 2rem;
  background-color: #f7f7f7;
  border-radius: 0 0 .5rem .5rem;
  border: 1px solid #e7e7e7;
  border-top: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price {
  margin-top: 1rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price > h3 {
  text-transform: uppercase;
  background-color: #e7e7e7;
  border-radius: .25rem;
  border: 1px solid #e7e7e7;
  color: #000;
  padding: .25rem .75rem;
  margin: 0 0 1rem auto;
  width: 100%;
  text-align: right;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item {
  border: none;
  text-align: right;
  padding: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-tht > span {
  font-size: 1rem;
  font-weight: 400;
  color: #676767;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-ttc > span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment {
  margin-top: .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > h5 {
  background-color: #c41b1b;
  color: #ededed;
  font-weight: 500;
  padding: .25rem .5rem;
  border-radius: .5rem .5rem 0 0;
  font-size: .8rem;
  margin: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > p {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
  padding: 0.25rem 0.5rem;
  background-color: #f0f0f0;
  border-radius: 0 0 .5rem .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > p > b {
  font-size: 0.9rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > p > a {
  display: block;
  margin-top: .5rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
  color: #3a5fa4;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .widget-google-review {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .widget-google-review > .google-review-content > .google-review-image {
  width: 35px;
  float: left;
  margin: 5px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .widget-google-review > .google-review-content > .google-review-label {
  font-size: 0.9rem;
  width: 180px;
  line-height: 19px;
  margin: 5px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .widget-google-review > .google-review-content > .google-review-label > a {
  font-weight: 600;
  color: #5b5b5b;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .widget-google-review > .google-review-content > .google-review-label > i.star-fill {
  color: #f9d100;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card {
  margin-top: .5rem;
  max-width: 240px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button {
  border-color: #c41b1b;
  background-color: #ededed;
  color: #000;
  padding: .5rem;
  font-weight: 700;
  line-height: 25px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button > .btn-icon {
  font-size: 2.2rem;
  float: left;
  background-color: #c41b1b;
  color: #ededed;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button:hover {
  color: #fff;
  border-color: #c41b1b;
  background-color: #c41b1b;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button:hover > .btn-icon {
  background-color: #ededed;
  color: #c41b1b;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > p.add-to-card-text {
  font-size: .8rem;
  color: #7d0000;
  line-height: 16px;
  margin-top: .5rem;
  font-weight: 600;
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled {
  opacity: .5;
  cursor: not-allowed;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > button {
  border-color: #797979;
  background-color: #c1c1c1;
  color: #595959;
  pointer-events: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > button > .btn-icon {
  background-color: #757575;
  color: #020202;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > p.add-to-card-text {
  display: block;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > .form-progress {
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic > button.btn {
  display: block;
  text-transform: uppercase;
  background-color: #e7e7e7;
  border-radius: .25rem .25rem 0 0;
  border: 1px solid #e7e7e7;
  color: #000;
  padding: .25rem .75rem;
  margin: 0 0 0 auto;
  width: 100%;
  margin-top: 1rem;
  border: none;
  text-align: right;
  font-weight: 600;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic > button.btn.collapsed {
  border-radius: .25rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card {
  border-radius: 0 0 .25rem .25rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card > .card-body > h4 {
  color: #c41b1b;
  background-color: #ededed;
  padding: .25rem .5rem;
  border-radius: .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card > .card-body > ul.list-group {
  margin-bottom: 1rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card > .card-body > ul.list-group > li.list-group-item {
  padding: .25rem .5rem;
}

/*# sourceMappingURL=protectCoverV2.min.css.map */