/* 
Couleurs client :

Couleur logo 1 : #2d4a8a
Couleur logo 2 : #1b3775

Bleu colonne : #2E498A
Bleu colonne + foncé : #354670
Gris prononcé : #f1f4f9

*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-family: League Spartan, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  padding: 0;
  margin: 0;
  height: 100%;
  background-image: url(../models/street/01/pers_street.jpg);
}

.light-grey {
  background-color: #f1f4f9;
}

.bleu {
  background-color: #2d4a8a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d4a8a), color-stop(0%, #1b3775));
  background-image: linear-gradient(#2d4a8a 0%, #1b3775 0%);
}

.anthracite {
  background-color: #2b2b2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), color-stop(0%, #2b2b2b));
  background-image: linear-gradient(#4a4a4a 0%, #2b2b2b 0%);
}

.rose-ponyta {
  background-color: #ff327f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6fa5), color-stop(0%, #ff327f));
  background-image: linear-gradient(#ff6fa5 0%, #ff327f 0%);
}

.briques-rouges {
  background: center 100%/100% no-repeat url("../img/briques-rouges_thumb.jpg");
}

.briques-grises {
  background: center 100%/100% no-repeat url("../img/briques-grises_thumb.jpg");
}

.tuiles-rouges {
  background: center 100%/100% no-repeat url("../img/tuiles-rouges_thumb.jpg");
}

.tuiles-grises {
  background: center 100%/100% no-repeat url("../img/tuiles-grises_thumb.jpg");
}
.style-innov-01 {
  background: center 100%/100% no-repeat url("../img/styl-inov1_thumb.jpg");
}

.style-innov-02 {
  background: center 100%/100% no-repeat url("../img/styl-inov2_thumb.jpg");
}

.style-innov-03 {
  background: center 100%/100% no-repeat url("../img/styl-inov3_thumb.jpg");
}

.bois-cuir {
  background: center 100%/100% no-repeat url("../img/bardage_bois_thumb.jpg");
}

.bois-02 {
  background: center 100%/100% no-repeat url("../img/bardage_bois_02_thumb.jpg");
}

.brun-liege {
  background: center 100%/100% no-repeat url("../img/enduit_liege_thumb.jpg");
}

.brun-rocaille {
  background: center 100%/100% no-repeat url("../img/enduit_rocaille_thumb.jpg");
}

.brun-bardeau {
  background: center 100%/100% no-repeat url("../img/enduit_bardeau_thumb.jpg");
}

.ton-brun {
  background: center 100%/100% no-repeat url("../img/enduit_brun_thumb.jpg");
}

.pierre-claire {
  background: center 100%/100% no-repeat url("../img/enduit_pierre_thumb.jpg");
}

.crepi-01 {
  background: center 100%/100% no-repeat url("../img/crepi_anthracite_thumb.jpg");
}

.crepi-02 {
  background: center 100%/100% no-repeat url("../img/crepi_white_thumb.jpg");
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h2 {
  display: none;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media (min-width: 56.25em) {
  h2 {
    display: unset;
  }
}

h1,
h2,
h3 {
  margin-top: 0px;
}

.Viewer__Layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#logoClient,
.signature {
  z-index: 10;
}

/* #loader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

#flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(50, 72, 132, 0.5);
  backdrop-filter: blur(50px);
}

@media (min-width: 56.25em) {
  #flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-content iframe,
#iframeContainer {
  border: 0;
  min-height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#iframeContainer {
  position: relative;
}

#switchConfigurator {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  min-height: 100%;
  padding: 20px;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (min-width: 56.25em) {
  #switchConfigurator {
    display: none;
  }
}

#configurator {
  min-height: 100%;
  padding: 20px;
  width: 100%;
  background-color: #2e498a;
  background: linear-gradient(180deg, rgba(46, 73, 138, 1) 0%, rgba(33, 58, 116, 1) 100%);
}

@media (min-width: 56.25em) {
  #choiceView {
    /* coucou */
    display: none;
  }
  #configurator {
    /* coucou display: unset; */
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
  }
}

#configurator.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
}

@media (min-width: 56.25em) {
  #configurator.mobile {
    display: unset;
    position: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

#logoClient {
  display: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  /* margin-top: 20px; */
}

@media (min-width: 56.25em) {
  #logoClient {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
  }
}

#logoClient img {
  height: 68px;
}

.btn-group.groupFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.groupFlex .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#configurator input[type="radio"] {
  display: none;
}

#configurator input[type="radio"] + label {
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: inline-block;
  padding: 0 0 0 0px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 12px -4px #203d24;
  box-shadow: 0px 0px 12px -4px #203d24;
}

#configurator input[type="radio"]:checked + label {
  border: 3px solid rgba(255, 255, 255, 0.9);
  height: 60px;
  width: 60px;
  display: inline-block;
  padding: 0 0 0 0px;
  -webkit-box-shadow: inset 0px 0px 12px -4px #000;
  box-shadow: inset 0px 0px 12px -4px #000;
}

/* #option1A,#option1B,#choiceOption2,#option2A,#option2B,#option2C,#gardenOptions, #streetOptions, #garageOptions, #roofAddOnOptions, #stageAddOnOptions {
  display: none;
  margin-top: 25px;
} */

.groupFlex.blockChoice,
.blockOption {
  display: none;
  margin-top: 25px;
}

#tarification {
  display: none;
  margin-top: 5px;
}

@media (min-width: 56.25em) {
  #tarification {
    margin-top: 20px;
  }
}

.light-grey #tarification h3 {
  color: #333;
}

#skbCrossMask {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 40px;
  padding: 5px 20px;
}

#tarificationMobile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
}

#tarification h3,
#tarificationMobile h3 {
  text-align: right;
  font-size: 1.7rem;
  margin-left: 10px;
  color: #fff;
}

@media (min-width: 56.25em) {
  #tarificationMobile h3 > span {
    display: none;
  }
}
/* 
#menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#color-choice {
  margin-top: 10px;
  margin-right: 15px;
}

#menu-bottom input[type="radio"] {
  display: none;
}

#menu-bottom input[type="radio"] + label {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-block;
  padding: 0 0 0 0px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 12px -4px #203D24;
          box-shadow: 0px 0px 12px -4px #203D24;
}

#menu-bottom input[type="radio"]:checked + label {
  border: 3px solid rgba(255, 255, 255, 0.9);
  height: 30px;
  width: 30px;
  display: inline-block;
  padding: 0 0 0 0px;
  -webkit-box-shadow: inset 0px 0px 12px -4px #000;
          box-shadow: inset 0px 0px 12px -4px #000;
} */

.signature {
  position: absolute;
  bottom: 5px;
  left: 5px;
  height: 40px;
  padding-left: 15px;
}

.btn {
  font-size: 1.15rem;
}

@media (min-width: 56.25em) {
  .signature {
    padding-left: 5px;
  }
}

.signature a {
  display: block;
  height: 40px;
  width: 40px;
  background: left top 100%/100% no-repeat url("../img/3dimmo-white.png");
  opacity: 0.3;
}

.light-grey .signature a {
  background: left top 100%/100% no-repeat url("../img/logo-3dimmo.jpg");
}

.signature a:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
  background: left top 100%/100% no-repeat url("../img/logo-3dimmo.jpg");
  -webkit-transition: opacity 0.3s ease;
}

.signature a > span {
  display: none;
}

.btn-close {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
}

@media (min-width: 56.25em) {
  .btn-close {
    display: none;
  }
}

/* Options liste tarification */
.option_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px #fff solid;
}

.line_desc {
  padding: 5px 10px;
}

.line_price {
  padding: 5px 10px;
  white-space: nowrap;
}

/* Bootstrap Overwrite */
.card {
  margin: 15px 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  /* coucou */
  opacity: 0;
  left: 100px;
  margin-left: -50px;
}

.card,
.card-header {
  background-color: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.card-header .btn {
  line-height: 1;
}

.btn.config-item,
.btn.config-switch {
  margin: 0;
  padding: 17px 0px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: League Spartan, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.btn.config-item.collapsed {
  border-radius: 5px;
}

.btn.config-switch {
  display: inline-block;
  border-radius: 5px;
}

.card-body {
  border-radius: 0 0 5px 5px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.card-body p {
  color: rgba(255, 255, 255, 0.9);
}

.btn-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}

.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-light {
  color: #000;
  background-color: #fff;
}

.btn-link {
  font-weight: bold;
  color: #fff;
  padding-left: 25px;
}

button.btn.config-item:before {
  content: "";
  background: top left 100%/100% no-repeat url("../img/chevron-top.png");
  position: absolute;
  width: 30px;
  height: 30px;
  right: 3px;
  bottom: 3px;
}

button.btn.config-item.collapsed:before {
  content: "";
  background: top left 100%/100% no-repeat url("../img/chevron-down_black.png");
  opacity: 0.5;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 3px;
  bottom: 3px;
}

.btn-link:hover {
  color: #203d24;
}

button.close {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 3.5rem;
  border-radius: 50%;
  opacity: 1;
  font-family: auto;
  line-height: 1.13;
  background-color: #fff;
}
/*# sourceMappingURL=styles.css.map */

.Viewer__option {
  display: none;
}

.Viewer__option.open {
  display: block;
}

.Viewer__choice {
  display: none;
}

.Viewer__choice.open {
  display: block;
}

/* Fix */
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7f90be;
  border-color: #7f90be;
}

@font-face {
  font-display: swap;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 300;
  src: local(""), url(league-spartan-v4-latin-300.woff2) format("woff2"), url(league-spartan-v4-latin-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 400;
  src: local(""), url(league-spartan-v4-latin-regular.woff2) format("woff2"), url(league-spartan-v4-latin-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 600;
  src: local(""), url(league-spartan-v4-latin-600.woff2) format("woff2"), url(league-spartan-v4-latin-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: League Spartan;
  font-style: normal;
  font-weight: 700;
  src: local(""), url(league-spartan-v4-latin-700.woff2) format("woff2"), url(league-spartan-v4-latin-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: bdl;
  font-style: normal;
  font-weight: 400;
  src: url(groupe-bdl.woff) format("woff"), url(groupe-bdl.svg#groupe-bdl) format("svg");
}

/* 

*/

#api-frame {
  width: 100%;
  height: 100%;
}
.burger_box {
  position: relative;
  z-index: 10;
  display: block;
  float: right;
  /* coucou */
  margin-top: 15px;
}

.burger_box a.menu-icon {
  display: inline-block;
  float: none;
  height: 45px;
  padding: 10px;
  /* opacity: 0.5; */
  width: 45px;
  z-index: 100;
  border-radius: 5px 0 0 5px;
}
.burger_box a.menu-icon:hover,
.burger_box a.menu-icon.opened {
  opacity: 1;
}
.burger_box a.menu-icon.opened {
  background-color: #2e498a;
}
.burger_box a.menu-icon.closed {
  background-color: rgba(46, 73, 138, 0.5);
}
.burger_box .menu-icon_box {
  display: inline-block;
  height: 25px;
  position: relative;
  text-align: left;
  width: 25px;
}
.burger_box .menu-icon_line {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  position: absolute;
  width: 100%;
}
.burger_box .menu-icon_line--1 {
  top: 2px;
}
.burger_box .menu-icon_line--2 {
  top: 10px;
}
.burger_box .menu-icon_line--3 {
  top: 18px;
}
.burger_box .menu-icon_line--1 {
  transition: top 200ms 250ms, transform 200ms;
  -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}
.burger_box .menu-icon_line--2 {
  transition: opacity 0ms 300ms;
  -webkit-transition: opacity 0ms 300ms;
}
.burger_box .menu-icon_line--3 {
  transition: top 100ms 300ms, transform 200ms;
  -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}
.burger_box .menu-icon.opened .menu-icon_box {
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
}
.burger_box .menu-icon.opened .menu-icon_line {
  top: 10px;
}
.burger_box .menu-icon.opened .menu-icon_line--1 {
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transition: top 100ms, transform 200ms 250ms;
  -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}
.burger_box .menu-icon.opened .menu-icon_line--2 {
  opacity: 0;
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
}
.burger_box .menu-icon.opened .menu-icon_line--3 {
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transition: top 200ms, transform 200ms 250ms;
  -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

.Configurateur:after {
  content: '';
  opacity: 0;

}
.Configurateur.Configurateur--loading:after {
  content: 'Chargement en cours...';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  line-height: 3em;
  padding-top: 0.1em;
  opacity: 1;
  transition: opacity 0.3s;
}