@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&display=swap');
@font-face {
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sacramento/v17/buEzpo6gcdjy0EiZMBUG0Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Circular Pro Book';
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.eot");
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.eot#iefix") format("embedded-opentype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.woff2") format("woff2"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.woff") format("woff"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book") format("truetype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.svg#AchilleIIFY-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Pro Bold';
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.eot");
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.eot#iefix") format("embedded-opentype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.woff2") format("woff2"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.woff") format("woff"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.ttf") format("truetype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.svg#AchilleIIFY-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
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-description {
  display: -webkit-box;
  /* Utiliser un conteneur flex spécifique à Webkit */
  -webkit-box-orient: vertical;
  /* Définit l'orientation des boîtes en vertical */
  overflow: hidden;
  /* Cache le contenu qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute des points de suspension */
  -webkit-line-clamp: 3;
  /* Limite à 3 lignes */
  line-height: 1.5;
  /* Hauteur de ligne pour ajuster l'espacement */
  max-height: calc(4.5em);
  /* Hauteur maximale en fonction du nombre de lignes */
}
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 > nav.nav-configurator-step {
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav {
  background-color: #f3f3f3;
  border-radius: 2rem;
  border: 1px solid #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item {
  width: 20%;
  border-right: 1px solid #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link {
  position: relative;
  color: #5275ee;
  padding: .75rem;
  text-align: center;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > 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: #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link.active {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item.disabled {
  color: #000;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item.disabled > a {
  pointer-events: none;
  color: #a5a5a5;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > 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 .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav li:last-child {
  border-right: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > 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 .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav li:last-child > a.nav-link::after {
  content: "";
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .card-header {
  padding: 0;
  background-color: #fecb00;
  border-radius: .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn {
  background-color: #5275ee;
  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.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn > span.data-feature-advantage-icon {
  float: right;
  padding: 0 .5rem;
  border-left: 1px solid #fecb00;
  -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.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn.collapsed {
  background-color: #fecb00 !important;
  color: #000 !important;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn.collapsed > span.data-feature-advantage-icon {
  border-left: 1px solid #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn:hover {
  color: #5275ee;
  background-color: #e8e8e8;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapsing > .card-body p.canvas-color-selection > span.color-selection-value {
  color: #5275ee;
  font-weight: 800;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body p.small-text,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapse > .card-body ul.canvas-feature > li,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapsing > .card-body ul.canvas-feature > li > span.feature-icon {
  color: #5275ee;
  background-color: #fecb00;
  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.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-booklet > a.btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-booklet > a.btn {
  background-color: #fecb00;
  border-color: #5275ee;
  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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-booklet > a.btn:hover {
  color: #fff;
  background-color: #5275ee;
  border-color: #fecb00;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected {
  pointer-events: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 4px #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapse > .card-footer,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn {
  color: #5275ee;
  background-color: #fff;
  border-color: #fff;
  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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .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.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus > i {
  color: #fff;
}
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: #fecb00;
  border-color: #5275ee;
}
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: #fecb00;
}
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-gallery {
  padding: 4rem 0;
}
main.main > section.main-section section.section-gallery .gallery-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 200px;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content {
  width: 100%;
  overflow: hidden;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content .content-image {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 10px;
  text-align: center;
  line-height: 200px;
  font-size: 20px;
  border: none;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content .content-image > .card {
  border-radius: 1rem;
  background-color: transparent;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content .content-image > .card > img {
  width: 100%;
  border-radius: 1rem;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-button.left {
  left: 10px;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-button.right {
  right: 10px;
}
main.main > section.main-section section.section-gallery .widget-contact > img {
  height: 200px;
  margin-top: -20px;
}
main.main > section.main-section section.section-argument {
  padding: 4rem 0;
}
main.main > section.main-section section.section-argument .card {
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-argument .card > .card-body {
  padding: 0;
}
main.main > section.main-section section.section-argument .card > .card-body > .card-image {
  float: left;
  margin-right: 1rem;
}
main.main > section.main-section section.section-argument .card > .card-body > .card-image > img {
  height: 75px;
}
main.main > section.main-section section.section-argument .card > .card-body > .card-text {
  padding: .25rem 1rem .25rem 0;
  display: -webkit-box;
  /* Utiliser un conteneur flex spécifique à Webkit */
  -webkit-box-orient: vertical;
  /* Définit l'orientation des boîtes en vertical */
  overflow: hidden;
  /* Cache le contenu qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute des points de suspension */
  -webkit-line-clamp: 3;
  /* Limite à 2 lignes */
  line-height: 1.5;
  /* Hauteur de ligne pour ajuster l'espacement */
  max-height: calc(4.5em);
  /* Hauteur maximale en fonction du nombre de lignes */
}
main.main > section.main-section section.section-similar-product {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
main.main > section.main-section section.section-similar-product .product-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 200px;
}
main.main > section.main-section section.section-similar-product .product-container .product-content {
  width: 100%;
  overflow: hidden;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 10px;
  text-align: center;
  line-height: 200px;
  font-size: 20px;
  border: none;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card > a.card-circle {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px -5px #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-similar-product .product-container .product-content .content-image .card > a.card-circle > .card-image {
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fecb00;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -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-similar-product .product-container .product-content .content-image .card > a.card-circle > .card-image > .image-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 4rem;
  color: #fff;
  opacity: 0;
  text-align: center;
  transform: scaleX(-1);
  -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-similar-product .product-container .product-content .content-image .card > .card-body {
  position: absolute;
  bottom: 0.25rem;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card > .card-body > h3.card-title {
  font-size: .9rem;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card:hover > a.card-circle {
  border: 2px solid #5275ee;
  box-shadow: 0px 0px 20px -10px #5275ee;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card:hover > a.card-circle > .card-image {
  background-color: #5275ee;
  background-size: 110% 110%;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card:hover > a.card-circle > .card-image > .image-icon {
  opacity: .5;
  transform: translateY(-50%);
}
main.main > section.main-section section.section-similar-product .product-container .product-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}
main.main > section.main-section section.section-similar-product .product-container .product-button.left {
  left: 10px;
}
main.main > section.main-section section.section-similar-product .product-container .product-button.right {
  right: 10px;
}
main.main > section.main-section section.section-description {
  padding: 4rem 0;
}
main.main > section.main-section section.section-description .card {
  margin-bottom: 1rem;
}
main.main > section.main-section section.section-description .card .card-header > h3 {
  text-align: left;
  margin: 0;
}
main.main > section.main-section section.section-description .card .card-body > .media > .media-image {
  height: 75px;
  margin-right: 1rem;
}
main.main > section.main-section section.section-description .card .card-body > .media > .media-body {
  margin-bottom: 1rem;
}
main.main > section.main-section section.section-quote {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
main.main > section.main-section section.section-quote .section-body {
  max-width: 1000px;
  margin: 2rem auto 0 auto;
}
main.main > section.main-section section.section-quote .section-body form.form-quote .tarp-upload > .media > img {
  width: 50px;
}
main.main > section.main-section section.section-recommendation {
  background-color: #ffffff;
  padding: 4rem 0;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header {
  padding: .5rem;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header button {
  padding: 0;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header button > .btn-icon {
  float: right;
}
main.main > section.main-section section.section-blog {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
main.main > section.main-section section.section-blog .card > .card-image {
  position: relative;
  height: 250px;
  background-position: center;
  background-size: 100% auto;
  -webkit-transition: 2s ease-out;
  -moz-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out;
}
main.main > section.main-section section.section-blog .card > .card-image > h5.card-title {
  position: absolute;
  bottom: 15px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  padding: .5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  transform: scaleX(-1);
  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-blog .card:hover > .card-image {
  background-size: 125% auto;
}
main.main > section.main-section section.section-blog .card:hover > .card-image > h5.card-title {
  transform: scaleX(1);
  opacity: 1;
}
main.main > section.main-section section.section-opinion {
  background-color: #f0f0f0;
}
main.main > section.main-section section.section-opinion > .opinion-section {
  padding: 4rem 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header {
  border-bottom: none;
  padding: 0 0 35px;
  margin: 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .header-title {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 1.5rem;
  padding: 0.25rem 0;
  margin: 0.75rem auto;
  border-bottom: 1px solid #5275ee;
  max-width: max-content;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review {
  text-align: center;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-content {
  background-color: #4285f4;
  max-width: max-content;
  margin: 0 auto .5rem auto;
  color: white;
  border-radius: 5px;
  padding: 0 1rem 0 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-content > img.google-review-image {
  width: 28px;
  background-color: #fff;
  padding: .25rem;
  border-radius: 5px 0 0 5px;
  margin-right: .5rem;
  float: left;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-content > i.star-fill {
  color: #f9d100;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-label > a {
  color: #676767;
  font-weight: 600;
  font-size: .8rem;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item {
  background-color: #f0f0f0;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  border-color: #5b5b5b;
  padding: 1rem 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body {
  padding: 0;
  margin: 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-avatar {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: .5rem;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-avatar > .avatar-letter {
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 100%;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > img.opinion-icon {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 0;
  right: 0;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
  border-left: solid 10px #fff;
  border-right: solid 10px #fff;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-name {
  font-weight: 400;
  text-align: center;
  margin: .5rem 0;
  padding: 0 .5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-note {
  text-align: center;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-note > i {
  color: #ccc;
  margin: 0 .1rem;
  font-size: 1rem;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-note > i.star-fill {
  color: #f9a300;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-text {
  text-align: center;
  color: #000;
  font-size: .8rem;
  padding: .5rem 1rem;
  height: 58px;
  max-height: 58px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item.active,
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-next,
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-prev {
  display: flex;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-right,
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-left {
  transform: translateX(0);
}
@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 > .section-center section.section-gallery {
    display: none;
  }
  main.main > section.main-section > .section-center section.section-argument {
    padding: 2rem 0;
  }
  main.main > section.main-section > .section-center section.section-argument .section-header > h2.header-title {
    font-size: 1.6rem;
  }
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-right.active,
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-next {
    transform: translateX(16.666%);
  }
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-left.active,
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-16.666%);
  }
  main.main > section.main-section > .section-center section.section-description {
    padding: 2rem 0;
  }
  main.main > section.main-section > .section-center section.section-description .section-header > h2.header-title {
    font-size: 1.6rem;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(1),
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(3) {
    padding: 0;
    width: 50px !important;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(1) > img,
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(3) > img {
    width: 50px !important;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(2),
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(4) {
    padding: .75rem .5rem;
    font-size: .8rem;
    line-height: 14px;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(2) > h3,
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(4) > h3 {
    padding: 0;
    font-size: 1rem;
  }
  main.main > section.main-section > .section-center section.section-recommendation {
    padding: 2rem 0;
  }
  main.main > section.main-section > .section-center section.section-recommendation .section-header > h2.header-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-right.active,
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-next {
    transform: translateX(16.666%);
  }
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-left.active,
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-16.666%);
  }
}
@media (max-width: 768px) {
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item > div {
    display: none;
  }
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
main.main > section.main-section nav.block-breadcrumb {
  background-color: #5275ee;
  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: #fecb00;
}
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 {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 10px -5px #000;
}
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 #5275ee;
  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: #fecb00;
  padding: .25rem .5rem;
  border-radius: .5rem;
  color: #5275ee;
}
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: #fecb00;
  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: #fecb00;
  background-color: #5275ee;
  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: #5275ee;
  background-color: #fecb00;
  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: #fecb00;
  background-color: #5275ee;
  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: #5275ee;
  color: #fecb00;
  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 .add-to-card {
  max-width: 240px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button {
  border-color: #5275ee;
  background-color: #fecb00;
  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: #5275ee;
  color: #fecb00;
  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: #5275ee;
  background-color: #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button:hover > .btn-icon {
  background-color: #fecb00;
  color: #5275ee;
}
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: #5275ee;
  background-color: #fecb00;
  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;
}
main.main > section.main-section section.section-argument .card {
  border-color: transparent;
  border-radius: 0;
}
main.main > section.main-section section.section-description h3 {
  font-size: 1.4rem;
  padding: 0 0 0 .75rem;
}
main.main > section.main-section section.section-description table.table tr > td img {
  border-radius: 1rem;
  width: 125px;
}
main.main > section.main-section section.section-quote form.form-quote .custom-select,
main.main > section.main-section section.section-quote form.form-quote .form-control {
  border-radius: .5rem;
  border: 1px solid #5b5b5b;
  color: #000000;
  font-weight: 500;
}
main.main > section.main-section section.section-quote form.form-quote .card-submit {
  margin: 1rem 0;
}
main.main > section.main-section section.section-quote form.form-quote .card-submit > button.btn {
  color: #000;
  border-color: #5275ee;
  background-color: #fecb00;
  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-quote form.form-quote .card-submit > button.btn:hover {
  color: #fff;
  border-color: #5275ee;
  background-color: #5275ee;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header button {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
main.main > section.main-section section.section-blog .card {
  border-radius: 1rem;
}
main.main > section.main-section section.section-blog .card > .card-image {
  border-radius: 1rem;
}
main.main > section.main-section section.section-notice .section-body .card {
  border-radius: 1rem;
}
main.main > section.main-section section.section-notice .section-footer > a.btn {
  color: #000;
  border-color: #5275ee;
  background-color: #fecb00;
  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-notice .section-footer > a.btn:hover {
  color: #fff;
  border-color: #5275ee;
  background-color: #5275ee;
}
#view {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}
#view > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  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;
}
#view > div.visible {
  opacity: 1;
}
#view > div.thumbnail-shape {
  z-index: 1;
}
#view > div.thumbnail-hem {
  z-index: 2;
}
#view > div.thumbnail-eyelet {
  z-index: 3;
}
#view > div.thumbnail-size-diameter,
#view > div.thumbnail-size-eyelet {
  z-index: 4;
}
main.main > section.main-section > .section-center .block-title {
  display: none;
}

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