@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.sellerie-thomas.boutique/public/fonts/circularpro/book/CircularPro-Book.eot");
  src: url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/book/CircularPro-Book.eot#iefix") format("embedded-opentype"), url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/book/CircularPro-Book.woff2") format("woff2"), url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/book/CircularPro-Book.woff") format("woff"), url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/book/CircularPro-Book") format("truetype"), url("https://www.sellerie-thomas.boutique/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.sellerie-thomas.boutique/public/fonts/circularpro/bold/CircularPro-Bold.eot");
  src: url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/bold/CircularPro-Bold.eot#iefix") format("embedded-opentype"), url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/bold/CircularPro-Bold.woff2") format("woff2"), url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/bold/CircularPro-Bold.woff") format("woff"), url("https://www.sellerie-thomas.boutique/public/fonts/circularpro/bold/CircularPro-Bold.ttf") format("truetype"), url("https://www.sellerie-thomas.boutique/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 */
}
#sectionConfigurator .configurator-header {
  margin-bottom: 2rem;
}
#sectionConfigurator .configurator-header .header-image {
  float: left;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
#sectionConfigurator .configurator-header .header-image img.image-source {
  float: left;
  height: 125px;
}
#sectionConfigurator .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;
}
#sectionConfigurator .configurator-header .header-title > .title-value:hover > span {
  opacity: 1;
}
#sectionConfigurator .configurator-header .header-description {
  position: relative;
  min-height: calc(5em);
}
#sectionConfigurator .configurator-header .header-description .block-html {
  max-height: 3em;
  overflow: hidden;
  transition: max-height 0.35s ease;
  line-height: 1.6;
}
#sectionConfigurator .configurator-header .header-description .block-html .froala-element {
  min-height: inherit !important;
}
#sectionConfigurator .configurator-header .header-description button.read-more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
#sectionConfigurator .configurator-header .header-description.is-open .block-html {
  max-height: 1000px;
}
#sectionConfigurator .configurator-header .header-description.is-open .read-more-btn {
  position: static;
  margin-top: 8px;
}
#sectionConfigurator .resume-step {
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
}
#sectionConfigurator .resume-step > ul.nav-tabs > li.nav-item > a.nav-link {
  font-size: .8rem;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #f5f5f5;
  color: #858585;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
#sectionConfigurator .resume-step > ul.nav-tabs > li.nav-item > a.nav-link:hover {
  color: #000000 !important;
}
#sectionConfigurator .resume-step > ul.nav-tabs > li.nav-item > a.nav-link.active {
  background-color: #fff !important;
  color: #db0b1a !important;
  font-weight: bold !important;
  pointer-events: none;
}
#sectionConfigurator .resume-step > .tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
#sectionConfigurator .resume-step .view-content-sketch-cadre > img,
#sectionConfigurator .resume-step .view-content-sketch-chevron > img {
  width: 100%;
}
#sectionConfigurator .resume-step .view-content-preview {
  position: relative;
}
#sectionConfigurator .resume-step .view-content-preview .preview-cadre-image {
  width: 100%;
}
#sectionConfigurator .resume-step .view-content-preview .preview-set-view {
  position: absolute;
  bottom: 0rem;
  width: min-content;
  margin: auto;
  left: 0;
  right: 0;
}
#sectionConfigurator .resume-step .view-content-preview .preview-set-view .btn {
  border-radius: 0;
  background-color: #e6e6e6;
  color: #777;
  border: none;
  margin: 0.5rem;
  min-width: 100px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
#sectionConfigurator .resume-step .view-content-preview .preview-set-view .btn:hover,
#sectionConfigurator .resume-step .view-content-preview .preview-set-view .btn.active {
  background-color: #db0b1a;
  color: #fff;
}
#sectionConfigurator .resume-step .view-content-console > div {
  margin: 1rem;
  padding: 1rem;
  background-color: #f0f0f0;
}
#sectionConfigurator .resume-step .view-content-console > div > div {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
}
#sectionConfigurator .resume-step .module-copyright {
  text-align: right;
  color: #999;
  font-size: 0.6rem;
  padding: 0.25rem 0;
  display: block;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
#sectionConfigurator .resume-step .module-copyright > img {
  width: 20px;
  float: right;
  opacity: 0.5;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
#sectionConfigurator .resume-step .module-copyright > span {
  display: inline-block;
  box-shadow: 0px 3px 0px 0px #fff, 0px 5px 0px 0px #aeaeae;
}
#sectionConfigurator .resume-step .module-copyright:hover {
  color: #000;
}
#sectionConfigurator .resume-step .module-copyright:hover > img {
  opacity: 1;
}
#sectionConfigurator .resume-step .module-copyright:hover > span {
  box-shadow: 0px 3px 0px 0px #fff, 0px 5px 0px 0px #6d6d6d;
}
#sectionConfigurator .resume-step .resume-delivery,
#sectionConfigurator .resume-step .resume-price,
#sectionConfigurator .resume-step .add-to-card {
  background-color: #f0f0f0;
  padding: 0.75rem;
  border-radius: 0.75rem;
  box-shadow: 0px 2px 2px 0px #777;
  margin-bottom: 1rem;
}
#sectionConfigurator .resume-step .resume-delivery > h3,
#sectionConfigurator .resume-step .resume-price > h3,
#sectionConfigurator .resume-step .add-to-card > h3 {
  background-color: #fff;
  width: max-content;
  min-width: 50%;
  padding: 0.5rem 2.5rem 0.3rem 0.5rem;
  border-radius: 0.5rem;
  box-shadow: inset 2px 2px 4px -2px #777;
  font-size: 1rem;
  text-transform: uppercase;
}
#sectionConfigurator .resume-step .resume-delivery > ul,
#sectionConfigurator .resume-step .resume-price > ul,
#sectionConfigurator .resume-step .add-to-card > ul {
  margin: 1rem 0.5rem 0 0.5rem;
  padding: 0;
  list-style: none;
}
#sectionConfigurator .resume-step .resume-delivery > ul > li,
#sectionConfigurator .resume-step .resume-price > ul > li,
#sectionConfigurator .resume-step .add-to-card > ul > li {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 0.5rem;
  font-size: .9em;
}
#sectionConfigurator .resume-step .resume-delivery > ul > li > b,
#sectionConfigurator .resume-step .resume-price > ul > li > b,
#sectionConfigurator .resume-step .add-to-card > ul > li > b {
  font-size: .9em;
}
#sectionConfigurator .resume-step .resume-delivery.resume-price > h3,
#sectionConfigurator .resume-step .resume-price.resume-price > h3,
#sectionConfigurator .resume-step .add-to-card.resume-price > h3 {
  margin: 0;
}
#sectionConfigurator .resume-step .resume-delivery.resume-price .block-price,
#sectionConfigurator .resume-step .resume-price.resume-price .block-price,
#sectionConfigurator .resume-step .add-to-card.resume-price .block-price {
  float: right;
  text-align: right;
  margin-top: -13px;
}
#sectionConfigurator .resume-step .resume-delivery.resume-price .block-price > .price-intval,
#sectionConfigurator .resume-step .resume-price.resume-price .block-price > .price-intval,
#sectionConfigurator .resume-step .add-to-card.resume-price .block-price > .price-intval {
  color: red;
  font-size: 38px;
  font-weight: bold;
}
#sectionConfigurator .resume-step .resume-delivery.resume-price .block-price > .price-floatval,
#sectionConfigurator .resume-step .resume-price.resume-price .block-price > .price-floatval,
#sectionConfigurator .resume-step .add-to-card.resume-price .block-price > .price-floatval {
  font-size: 20px;
  color: red;
  top: -12px;
  font-weight: bold;
}
#sectionConfigurator .resume-step .resume-delivery.resume-price .block-price > .price-floatval > small,
#sectionConfigurator .resume-step .resume-price.resume-price .block-price > .price-floatval > small,
#sectionConfigurator .resume-step .add-to-card.resume-price .block-price > .price-floatval > small {
  font-weight: normal;
  color: #000;
}
#sectionConfigurator .resume-step .resume-delivery.add-to-card > .custom-control,
#sectionConfigurator .resume-step .resume-price.add-to-card > .custom-control,
#sectionConfigurator .resume-step .add-to-card.add-to-card > .custom-control {
  margin-bottom: 0.5rem;
}
#sectionConfigurator .resume-step .resume-delivery.add-to-card > button.btn,
#sectionConfigurator .resume-step .resume-price.add-to-card > button.btn,
#sectionConfigurator .resume-step .add-to-card.add-to-card > button.btn {
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
#sectionConfigurator .resume-step .resume-delivery.add-to-card > button.btn.disabled,
#sectionConfigurator .resume-step .resume-price.add-to-card > button.btn.disabled,
#sectionConfigurator .resume-step .add-to-card.add-to-card > button.btn.disabled {
  color: #e6e6e6;
  background-color: #777777;
  border-color: #e6e6e6;
  cursor: no-drop;
}
#sectionConfigurator .step-group > div {
  display: none;
}
#sectionConfigurator .step-group > div > .step-title {
  display: none;
}
#sectionConfigurator .step-group > div > .step-title > .step-num {
  float: left;
  background-color: #db0b1a;
  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#sectionConfigurator .step-group > div > .step-title > h3 {
  margin: 0px 0px 15px 50px;
  padding: 0px;
  text-align: left;
  line-height: 40px;
  border-bottom: 1px solid #db0b1a;
}
#sectionConfigurator .step-group > div > .step-title > h3 > .icofont-edit {
  float: right;
  font-size: 20px;
  margin-top: 10px;
  display: none;
}
#sectionConfigurator .step-group > div > .step-desc {
  display: none;
  background-color: #f0f0f0;
  padding: 15px;
  margin-bottom: 15px;
  font-style: italic;
}
#sectionConfigurator .step-group > div > .step-content {
  display: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sectionConfigurator .step-group > div > .step-button {
  display: none;
  text-align: right;
  background-color: #f0f0f0;
  padding: 15px;
}
#sectionConfigurator .step-group > div > .step-button > .btn {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: .25rem 1.5rem;
}
#sectionConfigurator .step-group > div.already-open {
  display: block;
}
#sectionConfigurator .step-group > div.already-open > .step-title {
  display: block;
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: pointer;
}
#sectionConfigurator .step-group > div.already-open > .step-title > h3 > .icofont-edit {
  display: inline-block;
}
#sectionConfigurator .step-group > div.current > .step-title {
  display: block;
  opacity: 1;
  filter: grayscale(0%);
  pointer-events: none;
}
#sectionConfigurator .step-group > div.current > .step-title > h3 > .icofont-edit {
  display: none;
}
#sectionConfigurator .step-group > div.current > .step-desc {
  display: block;
}
#sectionConfigurator .step-group > div.current > .step-content {
  display: block;
}
#sectionConfigurator .step-group > div.current > .step-button {
  display: block;
}
#sectionConfigurator .step-group > div.disabled {
  pointer-events: none !important;
}
#sectionConfigurator .step-group > div.disabled > .step-title > h3 > i {
  display: none !important;
}
#sectionConfigurator .step-group > div > .step-content .form-group > .input-group > .input-group-prepend > .input-group-text,
#sectionConfigurator .step-group > div > .step-content .form-group > .input-group > .input-group-append > .input-group-text {
  background-color: #db0b1a;
  color: #fff;
  border-color: #db0b1a;
  border-radius: 0;
}
#sectionConfigurator .step-group > div > .step-content .form-group .form-control {
  border-radius: 0;
  box-shadow: none !important;
}
#sectionConfigurator .step-group > div > .step-content .form-group .form-control.is-valid,
#sectionConfigurator .step-group > div > .step-content .form-group .form-control.is-invalid {
  border-color: #db0b1a !important;
  font-weight: bold;
}
#sectionConfigurator .step-group > div > .step-content .form-group .form-control.is-valid {
  color: #28a745 !important;
}
#sectionConfigurator .step-group > div > .step-content .form-group .form-control.is-invalid {
  color: #dc3545 !important;
}
#sectionConfigurator .step-group > div > .step-content .form-group > .help-block {
  text-align: right;
  font-size: .9rem;
  background-color: #fff5db;
  padding: 5px;
  border: 1px solid #e3dac1;
  border-top: none;
  margin: 0 -1px;
}
#sectionConfigurator .step-group > div > .step-content .custom-control {
  background-color: #f0f0f0;
}
#sectionConfigurator .step-group > div > .step-content .custom-control > span.price-info {
  float: right;
  display: block;
  background-color: #f0f0f0;
  padding: 0 0.5rem 0 1.5rem;
  font-weight: bold;
  color: #db0b1a;
}
#sectionConfigurator .step-group > div > .step-content .custom-control.custom-switch {
  padding: .5rem .5rem .5rem 2.75rem;
}
#sectionConfigurator .step-group > div > .step-content .custom-control.custom-radio {
  padding: .5rem .5rem .5rem 2.25rem;
}
#sectionConfigurator .step-group > div > .step-content .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #db0b1a;
  background-color: #db0b1a;
}
#sectionConfigurator .step-group > div > .step-content .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(157, 10, 27, 0.25);
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .card-header {
  padding: 0;
  background-color: #000;
  border-radius: .5rem;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .card-header > h3 {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .card-header > h3 > button.btn {
  background-color: #db0b1a;
  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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .card-header > h3 > button.btn > span.data-feature-advantage-icon {
  float: right;
  padding: 0 .5rem;
  border-left: 1px solid #000;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .card-header > h3 > button.btn.collapsed {
  background-color: #000 !important;
  color: #000 !important;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .card-header > h3 > button.btn.collapsed > span.data-feature-advantage-icon {
  border-left: 1px solid #db0b1a;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .card-header > h3 > button.btn:hover {
  color: #db0b1a;
  background-color: #e8e8e8;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body p.canvas-color-selection > span.color-selection-value,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body p.canvas-color-selection > span.color-selection-value {
  color: #db0b1a;
  font-weight: 800;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body p.small-text,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body p.small-text {
  font-size: .9rem;
  font-style: italic;
  color: #6f6f6f;
  line-height: 16px;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body ul.canvas-feature > li,
#sectionConfigurator .step-group > div.step-2 .step-content .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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body ul.canvas-feature > li > span.feature-icon,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body ul.canvas-feature > li > span.feature-icon {
  color: #db0b1a;
  background-color: #000;
  border-radius: .5rem;
  height: 23px;
  width: 23px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-booklet > a.btn,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-booklet > a.btn {
  background-color: #000;
  border-color: #db0b1a;
  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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-booklet > a.btn:hover,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-booklet > a.btn:hover {
  color: #fff;
  background-color: #db0b1a;
  border-color: #000;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color,
#sectionConfigurator .step-group > div.step-2 .step-content .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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge,
#sectionConfigurator .step-group > div.step-2 .step-content .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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price,
#sectionConfigurator .step-group > div.step-2 .step-content .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);
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus {
  background-color: #f00;
  color: #fff;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus {
  background-color: #f00;
  color: #fff;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color > i,
#sectionConfigurator .step-group > div.step-2 .step-content .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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover,
#sectionConfigurator .step-group > div.step-2 .step-content .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);
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover > .badge,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover > .badge {
  opacity: 100%;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.active,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected {
  pointer-events: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 4px #db0b1a;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > .badge,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > .badge,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > .badge,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > .badge {
  opacity: 100%;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > i,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > i,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > i,
#sectionConfigurator .step-group > div.step-2 .step-content .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);
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-footer {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 5px 0 0 0;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet {
  text-align: right;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn {
  color: #db0b1a;
  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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn > i,
#sectionConfigurator .step-group > div.step-2 .step-content .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;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus {
  background-color: #db0b1a;
  color: #fff;
}
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover > i,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover > i,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus > i,
#sectionConfigurator .step-group > div.step-2 .step-content .accordion-canvas > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus > i {
  color: #fff;
}
#sectionConfigurator .step-group > div.step-3 .media,
#sectionConfigurator .step-group > div.step-4 .media {
  background-color: #ffffff;
  margin: 0;
  padding: 0.5rem;
}
#sectionConfigurator .step-group > div.step-3 .media > a > img,
#sectionConfigurator .step-group > div.step-4 .media > a > img,
#sectionConfigurator .step-group > div.step-3 .media > img,
#sectionConfigurator .step-group > div.step-4 .media > img {
  width: 160px;
  box-shadow: 0px 4px 4px -3px #000;
}
#sectionConfigurator .step-group > div.step-3 .media:hover,
#sectionConfigurator .step-group > div.step-4 .media:hover {
  background-color: #f0f0f0;
}
#sectionConfigurator .step-group > div.step-5 > .step-content > .content-resume {
  background-color: #f0f0f0;
  padding: 0.5rem 1rem;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 0;
  box-shadow: 5px 5px 5px -5px #000;
}
#sectionConfigurator .step-group > div.step-5 > .step-content > .content-resume > h4 {
  background-color: #9d0a1b;
  min-width: 50%;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0 0 50px 0;
  font-size: 1rem;
  font-weight: normal;
}
#sectionConfigurator .step-group > div.step-5 > .step-content > .content-resume > ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style: none;
}
#sectionConfigurator .step-group > div.step-5 > .step-content > .content-resume > ul > li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.25rem 0;
}
#sectionConfigurator .step-group > div.step-5 .file-upload {
  border: 1px solid #ffcc43;
  background: #ffe6b7;
  padding: 15px;
}
#sectionConfigurator .step-group > div.step-5 .file-upload .upload-picture {
  width: 155px;
}
#sectionConfigurator .step-group > div.step-5 .file-upload.file-upload-success {
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
}
#sectionConfigurator .step-group > div.step-5 .file-upload.file-upload-success .alert {
  padding: 0;
  color: #155724;
}
#sectionConfigurator .step-group > div.step-5 .file-upload.file-upload-warning {
  border: 1px solid #f8d7da;
  background-color: #f5c6cb;
}
#sectionConfigurator .step-group > div.step-5 .file-upload.file-upload-warning .alert {
  padding: 0;
  color: #721c24;
}
#sectionConfigurator .step-group > div.step-5 .file-upload.file-upload-progress {
  border: 1px solid #cce5ff;
  background-color: #b8daff;
}
#sectionConfigurator .step-group > div.step-5 .file-upload.file-upload-progress .alert {
  padding: 0;
  color: #004085;
}
#sectionConfigurator {
  margin-top: 2rem;
}
#sectionConfigurator > hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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