.languageselector div .lang:hover {
  color: #E60003;
}
.obco-checkbox:hover {
  border-color: #E60003;
}
.obco-checkbox.checked:hover {
  border-color: #989898;
}
.obco-checkbox.checked::before {
  content: '×';
  position: relative;
  height: 100%;
  width: 100%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  color: transparent;
  background: transparent url('img/check.png') no-repeat center;
  display: block;
  background-size: contain;
  transition-duration: 0.2s;
}
/* HEADER */
body header {
  height: 165px;
  background: #1b1e1f;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body header h1 {
  font-size: 3em;
}
body header .header-logo {
  margin-right: 40px;
  line-height: 62px;
}
body header .header-logo img {
  width: 200px;
  max-width: 100%;
  margin-top: 12px;
}
body header .repli {
  display: none;
}
/* REDUIT HEADER */
body.reduit header {
  height: 78px !important;
  overflow: hidden;
}
body.reduit header .header-logo {
  margin-right: 40px;
  line-height: 38px;
}
body.reduit header .header-logo img {
  width: 150px;
  height: auto;
}
/* HEADER NAVIGATION */
body header nav {
  background: #F0F0F0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body header nav ul li a,
body header nav ul li a:hover {
  color: #0f0f0f;
}
body header nav ul li a > span,
body.reduit header nav ul li a > span {
  background: #f0f0f0;
}
header nav ul li a.start {
  padding: 0 0 0 113px !important;
}
header nav ul li a.start span span,
.reduit header nav ul li a.start span span {
  background: url(img/next.svg);
  background-position: 20px center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 0 20px 0 50px;
  position: relative;
  right: 30px;
}
@media (max-width: 991px) {
  header nav ul li a.start span span,
  .reduit header nav ul li a.start span span {
    background-size: 10px;
    padding: 0 10px 0 25px;
    background-position: 10px center;
  }
}
header nav ul li a.rea span span,
.reduit header nav ul li a.rea span span {
  background: url(img/image.svg);
  background-position: 20px center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 0 20px 0 50px;
}
@media (max-width: 1099px) {
  header nav ul li.navbutton.prev span span,
  header nav ul li.navbutton.next span span {
    font-size: 0.7em;
  }
}
header nav ul li.navbutton.prev,
.reduit header nav ul li.navbutton.prev {
  margin-left: 30px;
  margin-right: 10px;
}
header nav ul li.navbutton.prev span span,
.reduit header nav ul li.navbutton.prev span span {
  color: #0f0f0f;
  background: url(img/precedent.svg);
  background-position: 10px center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding: 0 10px 0 40px;
}
body button.triggerNextButton,
header nav ul li.navbutton.next span span,
.reduit header nav ul li.navbutton.next span span {
  background: url(img/suivant.svg);
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  background-repeat: no-repeat;
  padding: 0 40px 0 10px;
  height: 30px;
  background-color: #ff0000;
  vertical-align: middle;
  line-height: 30px;
}
@media (max-width: 991px) {
  header nav ul li.navbutton.next span span,
  .reduit header nav ul li.navbutton.next span span {
    background-size: 10px;
    padding: 0 25px 0 10px;
  }
}

body button.triggerNextButton[disabled],
header nav ul li.navbutton.next[disabled],
.reduit header nav ul li.navbutton.next[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 991px) {
  header nav ul li a.rea span span,
  .reduit header nav ul li a.rea span span {
    background-size: 10px;
    padding: 0 10px 0 25px;
    background-position: 10px center;
  }
}
body:not(.reduit) header ul li a.contact {
  font-size: 0;
}
header ul li a.contact::after {
  content: url(img/contact.svg);
  width: 45px;
  height: 45px;
}
body header nav > .inner {
  text-align: center;
}
body header nav > .inner ul {
  margin: 0;
}
body header nav > .inner ul li {
  margin: 0;
  background: transparent;
  margin: 0 10px;
}
body header nav > .inner ul li a,
body header nav > .inner ul li a:hover {
  padding: 0 10px !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
body header nav > .inner ul li.with-icon a {
  padding-left: 50px !important;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 30px;
}
body header nav > .inner ul li.with-icon.new-prog a {
  background-image: url(../css/img/new-prog.svg);  
}
body header nav > .inner ul li.with-icon.new-prog.act a {
  color: #000;
  background-color: #f2f2f3;
  background-image: url(../css/img/new-prog-act.svg);  
}
body header nav > .inner ul li.with-icon.our-prog a {
  background-image: url(../css/img/our-prog.svg);  
}
body header nav > .inner ul li.with-icon.our-prog.act a {
  color: #000;
  background-color: #f2f2f3;
  background-image: url(../css/img/our-prog-act.svg);  
}
body header nav > .inner ul li.with-icon.next-btn a {
  padding-left: 10px !important;
  padding-right: 50px !important;
  background-color: #E60003;
  background-image: url(../css/img/next-btn.svg);
  background-position: calc(100% - 10px) center;
  background-size: 7px;
}
body header nav > .inner ul li.with-icon.prev-btn a {
  background-color: #E60003;
  background-image: url(../css/img/prev-btn.svg);
  background-size: 7px;
}
body header nav > .inner ul li.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
/* REDUIT HEADER NAVIGATION */
body.reduit header nav > .inner ul li,
body.reduit header nav > .inner ul li a {
  height: 35px;
  line-height: 35px;
}
body.reduit header nav > .inner ul li.with-icon a {
  background-size: 0;
  padding-left: 10px !important;
}


.reduit header .inner .repli {
  background: url(img/depli.png) 0 0 no-repeat;
  height: 14px;
  width: 18px;
  right: 13px;
  top: 14px;
}
header nav .sousmenu .number {
  font-weight: 900;
  color: #fff;
  background: #E60003;
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  margin: 17px 10px 0 0;
}
body {
  padding: 200px 0 130px;
  font-family: Arial, Helvetica, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Arial Narrow", Arial, sans-serif;
}
body button {
  font-family: Arial, Helvetica, sans-serif;
}
body#home {
  padding: 130px 0;
}
#home section:nth-child(odd) {
  background: #E60003;
}
article a:visited,
article a {
  color: #E60003;
}
article a.button,
article button {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0 13px;
  height: 51px;
  line-height: 51px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: #E60003;
  border: none;
}
body#home article a,
body#home article button {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0 13px;
  height: 51px;
  line-height: 51px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: #1b1e1f;
  border: none;
}
#home section:nth-child(odd) article a,
#home section:nth-child(odd) article button {
  color: #E60003;
}
.slider .slick-slide h2 {
  color: #E60003;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.1em;
}
.slider .slick-slide p.ref span {
  color: #E60003;
  font-weight: 700;
}

#troisetapes th span {
  height: 68px;
  width: 68px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  text-align: center;
  line-height: 68px;
  background: #E60003;
  font-size: 4em;
  font-weight: 900;
}
header nav .sousmenu .vue button::after {
  content: "";
  background: url(img/flechevue.png) 0 0 no-repeat;
  height: 10px;
  width: 22px;
  position: absolute;
  top: 19px;
  right: 13px;
}
header nav .side ul li.configured {
  background: transparent url("img/checkcontrols.png") no-repeat scroll right 50%;
}
header nav .side ul li.isInErrorState {
  background: transparent url("img/sensinterdit.png") no-repeat scroll right 50%;
}
header nav .side ul li:hover {
  background: #E60003;
  color: #fff;
}
header nav .side div button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 40px;
  background: url(img/buttonlist.png) 0 0 no-repeat #3f3e3e;
  text-indent: -3000px;
  padding: 0;
}
header nav .side div button.open {
  background: url(img/buttonlist.png) 0 -40px no-repeat #3f3e3e;
}
header nav .sousmenu .tools button.undo {
  background: url(img/undo.png) 0 0 no-repeat;
  height: 15px;
  width: 16px;
}
header nav .sousmenu .tools button.undo:hover {
  background: url(img/undo.png) 0 -15px no-repeat;
}
header nav .sousmenu .tools button.redo {
  background: url(img/redo.png) 0 0 no-repeat;
  height: 15px;
  width: 16px;
}
header nav .sousmenu .tools button.redo:hover {
  background: url(img/redo.png) 0 -15px no-repeat;
}
header nav .sousmenu .tools .loupe {
  background: url(img/loupe.png) 0 0 no-repeat;
  height: 26px;
  width: 17px;
}
header nav .sousmenu .tools .loupe:hover {
  background: url(img/loupe.png) 0 -26px no-repeat;
}
header nav .sousmenu .tools .loupeplus {
  background: url(img/loupeplus.png) 50% 0 no-repeat;
  height: 36px;
  width: 36px;
}
header nav .sousmenu .tools .loupeplus:hover {
  background: url(img/loupeplus.png) 50% -36px no-repeat;
}
header nav .sousmenu .tools .loupemoins {
  background: url(img/loupemoins.png) 50% 0 no-repeat;
  height: 36px;
  width: 36px;
}
header nav .sousmenu .tools .loupemoins:hover {
  background: url(img/loupemoins.png) 50% -36px no-repeat;
}
header nav .sousmenu .tools .louperasterize {
  background: url(img/louperasterize.png) 50% 0 no-repeat;
  height: 36px;
  width: 36px;
}
header nav .sousmenu .tools .louperasterize:hover {
  background: url(img/louperasterize.png) 50% -36px no-repeat;
}
header nav .sousmenu .tools button.help {
  background: url(img/help.png) 0 0 no-repeat;
  height: 26px;
  width: 13px;
}
header nav .sousmenu .tools button.undo {
  background: url(img/undo.png) 0 0 no-repeat;
  height: 15px;
  width: 16px;
}
header nav .sousmenu .tools button.undo:hover {
  background: url(img/undo.png) 0 -15px no-repeat;
}
header nav .sousmenu .tools button.redo {
  background: url(img/redo.png) 0 0 no-repeat;
  height: 15px;
  width: 16px;
}
header nav .sousmenu .tools button.redo:hover {
  background: url(img/redo.png) 0 -15px no-repeat;
}
header nav .sousmenu .vue button.open::after {
  background: url(img/flechevue.png) 0 -10px no-repeat;
}
header nav .sousmenu .vue ul li:hover {
  color: #fff;
  background: #E60003;
}
header nav .sousmenu .vue ul li.profil:hover {
  background: url(img/camion_profil.png) 178px -50px no-repeat #E60003;
}
header nav .sousmenu button.add {
  background-image: url(img/down.svg);
  background-position: calc(100% - 10px) center;
  background-size: 10px;
  background-repeat: no-repeat;
  padding: 0 35px 0 10px;
}
.info .inner {
  background: url(img/info.png) 0 50% no-repeat;
  padding: 0 0 0 34px;
  color: #898888;
  font-weight: 400;
  font-size: 1.6em;
  width: 1000px;
}
.popin {
  font-size: 1.8em;
  color: #3f3e3e;
  position: absolute;
  top: 133px;
  left: 112px;
  background: #fff;
  width: 611px;
  padding: 35px;
  border: 2px solid #E60003;
  -moz-box-shadow: 0 0 9px #aaa;
  -webkit-box-shadow: 0 0 9px #aaa;
  box-shadow: 0 0 9px #555;
  z-index: 2;
}
.popin span {
  color: #E60003;
}
.list_radio li.on label,
.list_radio .on label {
  background: #E60003;
}
.list_radio li label, 
.list_radio label {
  font-family: Arial, Helvetica, sans-serif;
}
.listmodule > div button {
  background: url(img/buttonlist.png) -2px 0 no-repeat #3f3e3e;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  font-size: 0;
  line-height: 0;
  width: 37px;
  height: 37px;
  border: 0;
}
.listmodule > div button:hover {
  background: url(img/buttonlist.png) -2px 0 no-repeat #E60003;
}
.listmodule > div button.open {
  background: url(img/buttonlist.png) -2px -41px no-repeat #3f3e3e;
}
.listmodule > div button:hover.open {
  background: url(img/buttonlist.png) -2px -41px no-repeat #E60003;
}
.listmodule ul li:hover {
  color: #fff;
  background: #E60003;
}
.listproduit ul li .col1 button {
  text-indent: -3000px;
  height: 37px;
  width: 40px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: url(img/button_insertion.png) 0 -37px no-repeat;
  border: 0;
}
.listproduit ul li .col1 button:hover {
  background: url(img/button_insertion.png) 0 0 no-repeat;
}
.listproduit ul li .col3 h2 {
  line-height: normal;
  text-transform: uppercase;
  color: #E60003;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  margin: 1px 0 4px 0;
  padding: 0;
}
.listproduit ul li .col4 button {
  text-indent: -3000px;
  height: 22px;
  width: 22px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  background: url(img/plus.png) 0 0 no-repeat;
  border: 0;
}
.listproduit ul li .col4 button:hover {
  background: url(img/plus.png) 0 -22px no-repeat;
}
article#liste table td {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
article#liste table tr.ht td {
  font-weight: 700;
  color: #fff;
  height: 48px;
  text-align: right;
  padding: 0 16px 0 0;
  border: none !important;
  background: #E60003 !important;
  font-size: 1.2em;
  text-transform: none;
}
.prefabcustom.on {
  border: 1px solid #E60003;
}
.finder .categorie {
  font-family: Arial, Helvetica, sans-serif;
}
.finder .categorie ul li:hover {
  background: #E60003;
  color: #fff;
}
.finder .categorie div button {
  position: absolute;
  right: 0;
  margin: 0;
  width: 38px;
  height: 38px;
  background: url(img/buttonlist.png) -2px -2px no-repeat #3f3e3e;
  text-indent: -3000px;
  padding: 0;
}
.finder .categorie div button.open {
  background: url(img/buttonlist.png) -2px -42px no-repeat #3f3e3e;
}
.finder .categorie div button:hover {
  background-color: #E60003;
}
.tournepage {
  font-family: Arial, Helvetica, sans-serif;
}
.tournepage li span.cur,
.tournepage li span:hover {
  color: #E60003;
}
.tournepage li:first-child span {
  text-indent: -3000px;
  display: inline-block;
  height: 38px;
  width: 10px;
  background: url(img/fleche_tournepage.png) 0 -1px no-repeat;
}
.tournepage li:first-child {
  padding: 0 8px 0 0;
}
.tournepage li:first-child span:hover {
  background: url(img/fleche_tournepage.png) 0 -39px no-repeat;
}
.tournepage li:last-child span {
  text-indent: -3000px;
  display: inline-block;
  height: 38px;
  width: 10px;
  background: url(img/fleche_tournepage.png) -10px -1px no-repeat;
}
.tournepage li:last-child span:hover {
  background: url(img/fleche_tournepage.png) -10px -39px no-repeat;
}
.list_options li .col2 h2 {
  margin: 0;
  color: #E60003;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
}
.list_options li .col3 span {
  display: block;
  font-size: 2em;
  color: #E60003;
  padding: 10px 0 0 0;
}
.list_options li .col4 button {
  font-family: Arial, Helvetica, sans-serif
}
.list_options li .col4 button:hover {
  background: url(img/add.png) 50% -98px no-repeat #fff;
  color: #E60003;
}
article#liste .cold ul li.content .d h3 {
  color: #E60003;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}
article#liste .cold ul li .pied p span {
  color: #E60003;
}
article#liste .cold ul li .pied button:hover {
  color: #E60003;
  background: url(img/suppr.png) 100% -18px no-repeat;
}
.infomodule dd {
  float: right;
  width: 50%;
  font-size: 1.4em;
  color: #E60003;
  margin: 0;
  text-align: right;
}
.dimensions,
.zones .dimensions {
  color: #0f0f0f;
  font-size: 2em;
  font-weight: 700;
  padding: 0 0 5px;
  margin: 0 0 20px;
}
.gauche > div {
  font-size: 1.2em;
  text-align: right;
}
.gauche label {
  color: #E60003;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 0.8em;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
}
article .zones .trash:hover {
  color: #E60003;
  background: url(img/suppr.png) 100% -18px no-repeat;
}
.selecteur ul li:hover {
  background: #E60003;
  color: #fff;
}
.selecteur button:hover {
  background-color: #E60003;
}
.lexic p span {
  font-weight: 700;
  color: #E60003;
}
.plus {
  background: url(img/oeil.png) 0 0 no-repeat;
  top: 3px;
}
.plus:hover {
  background: url(img/oeil.png) 0 -25px no-repeat;
}
.configContainer .error .plus {
  left: 1px;
}
.close {
  background: url(img/croix2.png) 0 0 no-repeat;
  top: 0;
}
.close:hover {
  background: url(img/croix2.png) 0 -25px no-repeat;
}
.vice {
  font-weight: 700;
  color: #E60003;
  background: url(img/warninginfo.png) 0 50% no-repeat;
  padding: 0 0 0 43px;
}
article .surmesure .gauche > div .infomesure {
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-indent: -5000px;
  display: inline-block;
  background: url(img/infolt.png) 0 0 no-repeat;
  cursor: pointer;
}
article .surmesure .gauche > div .tooltip {
  background: #ff0000;
  color: #fff;
  width: 180px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: -190px;
  top: -10px;
  font-size: 14px;
  padding: 0 10px;
}
article .surmesure .gauche > div .tooltip:before {
  content: url(img/flechetooltip.png);
  width: 10px;
  height: 15px;
  position: absolute;
  left: -10px;
  top: -1px;
  display: inline-block;
}

article .surmesure .wall-info {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
article .surmesure .wall-configurator {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
article .surmesure .wall-configurator .rectangle {
  display: inline-block;
  position: relative;
}
article .surmesure .wall-configurator .rectangle .wall {
  position: absolute;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 2;
}
article .surmesure .wall-configurator .rectangle .wall .wall-name {
  position: absolute;
  font-size: 12px;
  transition: 0.3s ease-out;
}
article .surmesure .wall-configurator .rectangle .wall.left {
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
}
article .surmesure .wall-configurator .rectangle .wall.left .wall-name {
  left: -75px;
}
article .surmesure .wall-configurator .rectangle .wall.top {
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
}
article .surmesure .wall-configurator .rectangle .wall.top .wall-name {
  top: -35px;
}
article .surmesure .wall-configurator .rectangle .wall.right {
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
}
article .surmesure .wall-configurator .rectangle .wall.right .wall-name {
  left: 75px;
}
article .surmesure .wall-configurator .rectangle .wall > input[type="checkbox"] {
  display: none;
}
article .surmesure .wall-configurator .rectangle .wall > label.obco-checkbox {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: white;
}
article .surmesure .wall-configurator .rectangle .wall.left > label.obco-checkbox,
article .surmesure .wall-configurator .rectangle .wall.right > label.obco-checkbox {
  top: 47.5%;
}
article .surmesure .wall-configurator .rectangle input[type="checkbox"]:checked + .wall {
  background-color: #ff0000;
}
article .surmesure .wall-configurator .rectangle .wall.is-disabled {
  background-color: #ccc;
  z-index: 1;
}
article .surmesure .wall-configurator .rectangle .wall.is-disabled .wall-name {
  opacity: 0;
}
article .surmesure .wall-configurator .animate-switch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

article .surmesure .colbutton button span.act {
  background: #E60003;
}
article .surmesure .colbutton button:hover span {
  background: #E60003;
}
article .surmesure .colbutton button.profil {
  background: url(/css/img/buttonprofil.jpg) 50% 14px no-repeat;
}
article .surmesure .colbutton button.dos {
  background: url(/css/img/buttonback.jpg) 50% 14px no-repeat;
}
.act {
  color: #E60003;
}
.custom-errors {
  color: #E60003;
  font-size: large;
  border: 2px solid #E60003;
  padding: 1em;
}
#choixcloisonrenderer .side .zone.opening.selected {
  background-color: #E60003;
}
#choixcloisonrenderer .zone.selected {
  background: #E60003;
}
#choixcloisonrenderer .zone.opening.selected {
  border: 2px dashed #E60003;
}
#admin-config a.log-out {
  padding: 10px;
  width: 170px;
  background-color: #E60003;
  color: #fff;
  text-align: center;
  transition: 0.25s;
  position: absolute;
  top: 0;
  right: 0;
}
#admin-config a.log-out:hover {
  transform: scale(1.03);
  background-color: #E60003;
}
#admin-config #authentication a.log-in {
  padding: 10px;
  display: block;
  width: 170px;
  background-color: #E60003;
  color: #fff;
  text-align: center;
  transition: 0.25s;
}
#admin-config #authentication a.log-in:hover {
  transform: scale(1.03);
  background-color: #E60003;
}
#admin-config .file-upload .drop-zones .file-input-container i.remove-file:hover {
  color: #E60003;
}
#admin-config .file-upload .admin-actions .admin-action {
  margin: 15px;
  padding: 15px 20px;
  background-color: #E60003;
  color: #fff;
  transition: 0.25s;
  width: 330px;
  text-align: center;
  position: relative;
}
#admin-config .file-upload .admin-actions .admin-action:hover {
  transform: scale(1.03);
  background-color: #E60003;
}
.ngdialog.ngdialog-theme-custom .ngdialog-content .ngdialog-message .mt li {
  list-style: none;
  padding: 6px 25px;
  margin-right: 10px;
  background: #ff5c5c;
  color: #fff;
  font-weight: 400;
}
.ngdialog.ngdialog-theme-custom .ngdialog-content .ngdialog-button .close-dialog {
  background: #E60003;
}
.ngdialog.ngdialog-theme-custom * {
  font-family: Arial, Helvetica, sans-serif;
}
.ngdialog.ngdialog-theme-custom h1,
.ngdialog.ngdialog-theme-custom h2,
.ngdialog.ngdialog-theme-custom h3,
.ngdialog.ngdialog-theme-custom h4,
.ngdialog.ngdialog-theme-custom h5,
.ngdialog.ngdialog-theme-custom h6 {
  font-family: "Arial Narrow", Arial, sans-serif !important;
}

/* FOOTER */
body#home footer,
body footer {
  color: #fff;
  background: #222 !important;
  height: auto;
  border-top: 5px solid #e60003;
}
body#home footer a,
body footer a {
  color: #fff;
  text-decoration: none;
}
body#home footer .inner,
body footer .inner {
  height: auto !important;
  padding: 0;
  overflow: auto;
}
body#home footer .inner .flexContainer,
body footer .inner .flexContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}
body#home footer .inner .flexContainer .rightSide a,
body footer .inner .flexContainer .rightSide a {
  margin-left: 20px;
}
body .boutons button,
body .cote {
  font-family: Arial, Helvetica, sans-serif;
}

#stepLoader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#stepLoader img {
  width: 100px;
  height: 100px;
}
#stepLoader::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  left: -200px;
  width: 200px;
  height: 6px;
  background-color: #ff0000;
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
@-webkit-keyframes loading {
  0% {
      left: -200px;
      width: 30%;
  }

  50% {
      width: 30%;
  }

  70% {
      width: 70%;
  }

  80% {
      left: 50%;
  }

  95% {
      left: 120%;
  }

  100% {
      left: 100%;
  }
}

@keyframes loading {
  0% {
      left: -200px;
      width: 30%;
  }

  50% {
      width: 30%;
  }

  70% {
      width: 70%;
  }

  80% {
      left: 50%;
  }

  95% {
      left: 120%;
  }

  100% {
      left: 100%;
  }
}

#mobile-scroller .move {
  position: fixed;
  right: 5px;
  z-index: 9;
  background-color: #ff0000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#mobile-scroller .move::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
#mobile-scroller .move.up {
  right: 55px;
  bottom: 105px;
  border-radius: 10px 10px 0 0;
}
#mobile-scroller .move.up::before {
  border-bottom-color: #fff;
  margin-top: -10px;
}
#mobile-scroller .move.down {
  right: 55px;
  bottom: 5px;
  border-radius: 0 0 10px 10px;
}
#mobile-scroller .move.down::before {
  border-top-color: #fff;
  margin-bottom: -10px;
}
#mobile-scroller .move.left {
  right: 105px;
  bottom: 55px;
  border-radius: 10px 0 0 10px;
}
#mobile-scroller .move.left::before {
  border-right-color: #fff;
  margin-left: -10px;
}
#mobile-scroller .move.right {
  right: 5px;
  bottom: 55px;
  border-radius: 0 10px 10px 0;
}
#mobile-scroller .move.right::before {
  border-left-color: #fff;
  margin-right: -10px;
}
/* STICKY TOP CANVAS */
body .topView-container.is-fixed {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 9;
  width: 0;
  height: 0;
  background-color: #fff;
  /* transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out; */
  -webkit-transform: rotate(-90deg) translate3d(0,0,0);
  transform: rotate(-90deg) translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body .topView-container.is-fixed .topviewcontainer {
  width: calc(100% - 15px) !important;
  height: calc(100% - 15px) !important;
  padding-bottom: 15px;
}

body .topView-container.is-fixed .topviewcontainer .canvas-container {
  width: 100% !important;
  height: 100% !important;
  margin: 15px 15px 15px 0;
}

body .topView-container.is-fixed .topviewcontainer .canvas-container > canvas {
  width: 100% !important;
  height: 100% !important;
}

body .topView-container.is-fixed .infos {
  position: absolute;
  background-color: rgba(255,255,255,0.85);
  padding: 3px 8px;
  border: 1px solid transparent;
  font-size: 11px;
  cursor: pointer;
}

body .topView-container.is-fixed .infos.left {
  top: 45px;
  left: 50%;
  transform: translateX(-60%) rotate(90deg) translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body .topView-container.is-fixed .infos.front {
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(90deg) translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body .topView-container.is-fixed .infos.right {
  bottom: 45px;
  left: 50%;
  transform: translateX(-60%) rotate(90deg) translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body .topView-container.is-fixed .infos.is-active {
  border-color: #ff0000;
  pointer-events: none;
}

body .topView-container.is-fixed .infos.disabled  {
  display: none;
  pointer-events: none;
}

body .topView-container.is-fixed .walls {
  position: absolute;
  background-color: #ccc;
  font-size: 0;
  cursor: pointer;
}

body .topView-container.is-fixed .walls.left {
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
}

body .topView-container.is-fixed .walls.front {
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
}

body .topView-container.is-fixed .walls.right {  
  left: 0;
  bottom: 0;
  right: 0;
  height: 15px;
}

body .topView-container.is-fixed .walls.is-active {
  background-color: #ff0000;
  pointer-events: none;
  z-index: 1;
}

body .topView-container.is-fixed .walls.disabled {
  pointer-events: none;
}

body .topView-container.is-fixed .topviewcontainer .canvas-container > canvas {
  border: 0 !important;
}

body .topView-container.is-fixed .toggle-reduce {
  position: absolute;
  top: 10px;
  right: -40px;
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f3e3e;
  -webkit-transform: rotate(90deg) translate3d(0,0,0);
  transform: rotate(90deg) translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body .topView-container.is-fixed .toggle-reduce::before {
  content: "\e5cf";
  color: #fff;
  font-family: Material Symbols Outlined;
  font-size: 26px;
}

body .topView-container.is-fixed.reduced {
  height: 0 !important;
  width: 0 !important;
}

body .topView-container.is-fixed.reduced .toggle-reduce {
  height: 50px;
  top: 26px;
  right: 155px;
  background-color: #ff0000;
}

body .topView-container.is-fixed.reduced .toggle-reduce::before {
  content: '\e5ce';
}

body .topView-container .surfaceLibre {
  display: none;
}

body .topView-container.is-fixed.reduced .infos,
body .topView-container.is-fixed.reduced .walls {
  display: none;
} 

/* STICKY MEASURE SELECTOR */
body #measure-selector:not(.is-fixed) {
  opacity: 0;
}

body #measure-selector.is-fixed {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  z-index: 9;
  transition: 0.3s ease-out;
}

@media (min-width: 992px) {
  body #measure-selector.is-fixed {
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom: 2px solid #f0f0f0;
  }
  
  body #measure-selector.is-fixed > p,
  body #measure-selector.is-fixed > div {
    margin: 0;
    padding: 0;
  }
  
  body #measure-selector.is-fixed > .customNumber-container {
    width: 255px;
  }
  body #measure-selector.is-fixed > .customNumber-container .wall-name {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  body #measure-selector.is-fixed > .customNumber-container .wall-name > span {
    font-size: 12px;
  }
  
  body #measure-selector.is-fixed > .warningAlert  {
    width: 100%;
    padding-top: 10px;
  }
}

@media (max-width: 1400px) and (min-width: 992px) {
  body #measure-selector.is-fixed {
    font-size: 9px;
  }
}

@media (max-width: 991px) {
  body #config {
    padding-top: 0 !important;
  }
  
  body #measure-selector.is-fixed {
    font-size: 9px;
    margin-bottom: 30px;
  }
}

footer .icosocialbrand a.social.instagram img {
  width: 21px;
  margin-bottom: -2px;
}

/* FACOM INDEX */
body.facom-index {
  color: #fff;
  background-color: #1b1e1f;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 40px);
}
body.facom-index .center-box {
  text-align: center;
}

body.facom-index .center-box .logo img {
  width: 250px;
  max-width: 100%;
  margin-bottom: 20px;
}

body.facom-index .center-box .sub-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  body.facom-index .center-box .sub-logo {
    flex-direction: column;
  }
}
body.facom-index .center-box .sub-logo img {
  width: 100px;
  max-width: 100%;
  margin-right: 10px;
}

body.facom-index .center-box .inputs {
  margin-bottom: 20px;
}
body.facom-index .center-box .inputs label {
  display: block;
  margin-bottom: 10px;
}
body.facom-index .center-box .inputs select {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  min-width: 200px;
  max-width: 100%;
  padding: 7px;
}
body.facom-index .center-box .inputs select option {
  color: #fff;
  background-color: #1b1e1f;
}

body.facom-index .center-box button[type="button"] {
  color: #fff;
  background-color: #e60003;
  border: 0;
  padding: 5px 15px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}