body {
    background-color: #f2f2f2;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    top: 0px !important;
}
#collapseFive #production>#barre_production {
  border-bottom: none;
}

#collapseFive #production>#barre_production span.progress-bar-tooltip:before {
  height: 23px;
}

#collapseFive #production>#barre_production #cto_cursor {
  height: 23px;
}

#collapseFive #production {
    padding-top: 30px;
    height: auto;
    width: 100%;
}

#collapseFive #production h6 {
    margin: 0 0 80px 0;
}

/* #collapseFive #production .production-bar { */
#collapseFive .production-bar,
#collapseSix .production-bar {
  position: relative;
  background: #676767;
  box-shadow: 4px 5px 7px #353535 inset;
  border-radius: 3px;
  height: 24px;
  box-sizing: inherit;
  border-top: 1px solid #313131;
  border-left: 1px solid #484848;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

/* #collapseFive #production .production-bar .production-bar__fill { */
#collapseFive .production-bar .production-bar__fill,
#collapseSix .production-bar .production-bar__fill {
  width: 0px;
  height: 23px;
  position: absolute;
  top: 0;
  background: url(../img/summer_bar.png) left top repeat-x;
  border-radius: 2px;
  box-sizing: content-box;
  z-index: 5;
}

#collapseSix .production-bar .production-bar__fill.consumption--green {
  background: green;
}

#collapseSix .production-bar .production-bar__fill.consumption--yellow {
  background: yellow;
}

#collapseSix .production-bar .production-bar__fill.consumption--red {
  background: red;
}

/* #collapseFive #production .production-bar #bar_worst { */
#collapseFive .production-bar #bar_worst,
#collapseFive .production-bar #barre_hiver,
#collapseSix .production-bar #bar_worst {
  background: url(../img/winter_bar.png) left top repeat-x;
}

/* #collapseFive #production .production-bar .production-bar__fill.winter { */
#collapseFive .production-bar .production-bar__fill.winter,
#collapseSix .production-bar .production-bar__fill.winter {
  background: url(../img/winter_bar.png) left top repeat-x;
  z-index: 10;
}

/* #collapseFive #production .production-bar .production-bar__fill .cto_cursor { */
#collapseFive .production-bar .production-bar__fill .cto_cursor,
#collapseSix .production-bar .production-bar__fill .cto_cursor {
  position: absolute;
  height: 23px;
  width: 100%;
}

/* #collapseFive #production .production-bar .production-bar__fill .production-bar__tooltip { */
#collapseFive .production-bar .production-bar__fill .production-bar__tooltip,
#collapseSix .production-bar .production-bar__fill .production-bar__tooltip {
  top: -38px;
  width: 110px;
  text-align: center;
  right: -55px;
  position: absolute;
  padding: 2px 0 2px 4px;
  background-color: #f1f1f1;
  color: #080808;
  border: 1px solid #a7a7a7;
  line-height: 13px;
  font-size: 10px;
  display: block;
  /* width: 77px; */
  position: absolute;
  top: -18px;
  /* right: -47px; */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* #collapseFive #production .production-bar .production-bar__fill .production-bar__tooltip::before { */
#collapseFive .production-bar .production-bar__fill .production-bar__tooltip::before,
#collapseSix .production-bar .production-bar__fill .production-bar__tooltip::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 33px;
  height: 23px;
  display: block;
  margin-left: -1px;
  opacity: 0.75;
  width: 2px;
  text-align: center;
  left: 50%;
  background: url(../img/ligne-limite.png) left top no-repeat;
}

/* #collapseFive #production .production-bar .production-bar__fill .production-bar__tooltip::after { */
#collapseFive .production-bar .production-bar__fill .production-bar__tooltip::after,
#collapseSix .production-bar .production-bar__fill .production-bar__tooltip::after {
  left: 50%;
  border-color: #a7a7a7 transparent;
  margin-left: -5px;
  /* bottom: 30px; */
  /* transform: rotate(180deg); */
  /* border-color: #fff transparent; */
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  /* left: 13px; */
  position: absolute;
  width: 0;
  z-index: 9;
}

/* #collapseFive #production .production-bar .production-bar__fill .production-bar__tooltip.down { */
#collapseFive .production-bar .production-bar__fill .production-bar__tooltip.down,
#collapseSix .production-bar .production-bar__fill .production-bar__tooltip.down {
  top: 28px;
  width: 140px;
  text-align: center;
  right: -70px;
}

/* #collapseFive #production .production-bar .production-bar__fill .production-bar__tooltip.down::before { */
#collapseFive .production-bar .production-bar__fill .production-bar__tooltip.down::before,
#collapseSix .production-bar .production-bar__fill .production-bar__tooltip.down::before {
  top: -28px;
}

/* #collapseFive #production .production-bar .production-bar__fill .production-bar__tooltip.down::after { */
#collapseFive .production-bar .production-bar__fill .production-bar__tooltip.down::after,
#collapseSix .production-bar .production-bar__fill .production-bar__tooltip.down::after {
  bottom: 30px;
  transform: rotate(180deg);
}

#collapseFive #production .toggleProdMonths {
  margin: 70px 0 23px 0;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

#collapseFive .productionMonthsBars {
  clear: both;
  margin-top: 330px;
}

#collapseFive .productionMonthsBars .production-bar,
#collapseSix .production-bar {
  margin-bottom: 50px;
}

#collapseFive .productionMonthsBars .production-bar .production-bar__fill .production-bar__tooltip,
#collapseSix .production-bar .production-bar__fill .production-bar__tooltip {
  top: -38px;
}

#collapseFive #production .toggleProdMonths::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  /* right: -30px; */
  right: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #bbb;
  transform: translateY(-15%);
}

#collapseFive #production .toggleProdMonths.active::after {
  transform: translateY(-50%) rotate(180deg);
}

#collapseSix .production-bar .bar-yearly-consumption-green {
  background: green;
}

#collapseSix .production-bar .bar-yearly-consumption-yellow {
  background: yellow;
}

#collapseSix .production-bar .bar-yearly-consumption-red {
  background: red;
}

#collapseSix p {
  margin: 0;
}

#collapseSix .simu-instructions {
  font-size: 18px;
}

#collapseSix .simulator-settings {
  padding-top: 40px;
}

#collapseSix .simulator-settings .reset-devices {
  padding: 20px;
  border: 1px solid #333;
  border-radius: 10px;
  margin: 0 auto 20px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  cursor: pointer;
  width: fit-content;
  background-color: #d9534f;
}

#collapseSix .simulator-settings .reset-devices p {
  color: #fff;
}

#collapseSix .simulator-settings .choices {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  align-items: stretch;
}

#collapseSix .simulator-settings .choices .profile,
#collapseSix .simulator-settings .choices .scratch {
  width: 250px;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 10px;
  margin: 0 40px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  cursor: pointer;
}

#collapseSix .simulator-settings .choices .profile h4,
#collapseSix .simulator-settings .choices .scratch h4 {
  position: relative;
  margin-bottom: 34px;
}

#collapseSix .simulator-settings .choices .or-separator {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#collapseSix .simulator-settings .profile-settings .profile-options {
  display: flex;
  margin-bottom: 40px;
  padding-left: 10px;
}

#collapseSix .simulator-settings .profile-settings .profile-options .profile-options__item {
  width: 120px;
  height: 120px;
  border: 1px solid #333;
  border-radius: 10px;
  margin: 0 10px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  cursor: pointer;
}

#collapseSix .simulator-settings .profile-settings .profile-options .profile-options__item p {
  text-align: center;
}

#collapseSix .simulator-settings .profile-settings .profile-options .profile-options__item img {
  height: 60px;
}

#collapseSix .simulator-settings .profile-settings .profile-rooms,
#collapseSix .simulator-settings .profile-settings .additional-rooms {
    padding: 0 20px;
}

#collapseSix .simulator-settings .profile-settings .profile-rooms .profile-rooms__list,
#collapseSix .simulator-settings .profile-settings .additional-rooms .additional-rooms__list {
  display: flex;
  flex-wrap: wrap;
}

#collapseSix .simulator-settings .profile-settings .profile-rooms .profile-rooms__item,
#collapseSix .simulator-settings .profile-settings .additional-rooms .additional-rooms__item {
  display: flex;
  padding: 5px;
  margin-right: 10px;
}

#collapseSix .simulator-settings .profile-settings .profile-rooms .profile-rooms__item label,
#collapseSix .simulator-settings .profile-settings .additional-rooms .additional-rooms__item label {
  margin: 0 10px 0 0;
}

#collapseSix .simulator-settings .profile-settings .profile-rooms .profile-rooms__item input,
#collapseSix .simulator-settings .profile-settings .additional-rooms .additional-rooms__item input {
  width: 50px;
}

#collapseSix .simulator-settings .profile-settings .btn-validate-profile {
  margin: 20px;
}

#collapseSix .rooms-list {
  position: relative;
  /* min-height: 80vh; */
  display: flex;
  flex-wrap: wrap;
}

#collapseSix .rooms-list .simu-instructions,
#collapseSix .selected-rooms-list .simu-instructions {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
}

#collapseSix .rooms-list .room-list__item {
  min-width: 120px;
  height: 120px;
  border: 1px solid #333;
  border-radius: 10px;
  margin: 10px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  cursor: pointer;
}

#collapseSix .rooms-list .room-list__item p {
  font-weight: 600;
  text-transform: uppercase;
  color: #39a1be;
  margin-bottom: 6px;
  line-height: 1em;
}

#collapseSix .rooms-list .room-list__item img {
  height: 60px;
}

#collapseSix .rooms-list .modal {
  /* position: absolute; */
  top: 320px;
}

#collapseSix .rooms-list .modal .modal-dialog {
  width: 90%;
}

#collapseSix .rooms-list .modal .modal-header {
  display: flex;
}

#collapseSix .rooms-list .modal .modal-header .modal-title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

#collapseSix .rooms-list .modal .modal-header img {
  height: 60px;
  margin-right: 20px;
}

/* #collapseSix .rooms-list .modal .devices-manager .devices-manager__title {
  margin: 0 0 40px 0;
  height: auto;
}

#collapseSix .rooms-list .modal .devices-manager .devices-manager__title:after {
  content: none;
}

#collapseSix .rooms-list .modal .devices-manager .categories-list {
  display: flex;
  flex-wrap: wrap;
}

#collapseSix .rooms-list .modal .devices-manager .categories-list .categories-list__item {
  margin: 0 60px 30px 0;
}

#collapseSix .rooms-list .modal .devices-manager .categories-list .categories-list__item .category-title {
  padding-left: 10px;
}

#collapseSix .rooms-list .modal .devices-manager .categories-list .categories-list__item .category-title::after {
  content: none;
}

#collapseSix .rooms-list .modal .devices-manager .categories-list .types-list {
  display: flex;
}

#collapseSix .rooms-list .modal .devices-manager .categories-list .types-list .types-list__item {
  min-width: 90px;
  height: 100px;
  border: 1px solid #333;
  border-radius: 10px;
  margin: 0 10px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px 10px;
}

#collapseSix .rooms-list .modal .devices-manager {
  border-bottom: &px solid grey;
  margin-bottom: 30px;
}

#collapseSix .rooms-list .modal .devices-manager p {
  font-size: 15px;
  font-weight: 700;
}

#collapseSix .rooms-list .modal .devices-manager img {
  height: 60px;
}

#collapseSix .rooms-list .modal .devices-details-list {
  display: flex;
  flex-wrap: wrap;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details {
  display: flex;
  flex-direction: column;
  width: calc(33% - 20px);
  border: 1px solid #333;
  border-radius: 10px;
  margin: 0 10px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__header {
  border-bottom: 1px solid grey;
  padding: 10px;
  display: flex;
  align-items: center;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__header img {
  height: 60px;
  margin-right: 10px;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__header .device-details__title {
  display: flex;
  align-items: center;
  margin: 0;
  flex: 1;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__header .device-details__title:after {
  content: none;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__header .device-details__data {
  display: flex;
  flex-direction: column;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__header .device-details__data p {
  padding: 5px;
  background-color: #e78007;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1em;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__params {
  padding: 10px;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__params select {
  font-size: 15px;
  width: 100%;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__power {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__power label {
  margin: 0 10px 0 0;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__power input {
  width: 60px;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__hours {
  margin-bottom: 10px;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__hours label {
  margin: 0 10px 0 0;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__hours input {
  width: 60px;
}

#collapseSix .rooms-list .modal .devices-details-list .device-details .device-details__percentage {
  width: 100%;
}
 */
#collapseSix .selected-rooms-list {
  position: relative;
  /* min-height: 80vh; */
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item {
  width: 280px;
  /* height: 120px; */
  border: 1px solid #333;
  border-radius: 10px;
  margin: 10px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  /* padding: 5px; */
  cursor: pointer;
  position: relative;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .btn_delete {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  z-index: 10;
  background: url(../img/btn_delete.png) left -27px no-repeat;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .btn_delete:hover {
    background: url(../img/btn_delete.png) left top no-repeat;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .header {
  border-bottom: 1px solid #333;
  display: flex;
  padding: 10px;
  display: flex;
  align-items: center;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .header img {
  height: 40px;
  margin: 0 10px 0 0;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .header h5 {
  flex: 1;
  margin: 0;
  font-size: 16px;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .header h5:after {
  content: none;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .content {
  padding: 20px;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .content .device-amount {
  margin-bottom: 10px;
  display: inline-block;
}

#collapseSix .selected-rooms-list .selected-rooms-list__item .p {
  /* padding: 5px; */
}

.simu-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity .15s linear;
  background-color: rgba(0,0,0,0.5);
}

.simu-modal-backdrop.active {
  display: block;
  opacity: 1;
  z-index: 10;
}

#collapseSix .delete-all-modal {
  position: absolute;
  top: 680px;
  right: 3%;
  left: 3%;
  z-index: 9999;
  background-color: #fff;
  display: none;
  opacity: 0;
  transition: opacity .15s linear;
  flex-direction: column;
  padding: 30px;
  font-size: 16px;
  text-align: center;
}

#collapseSix .delete-all-modal .delete-all-options .btn {
  margin: 20px 20px 0;
}

#collapseSix .delete-all-modal.active {
  display: block;
  opacity: 1;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal {
  position: absolute;
  top: 0;
  right: 3%;
  /* bottom: 0; */
  left: 3%;
  z-index: 9999;
  background-color: #fff;
  display: none;
  opacity: 0;
  transition: opacity .15s linear;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal.active {
  display: flex;
  opacity: 1;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-header {
  padding: 15px;
  border-bottom: 1px solid rgba(25,25,25,0.2);
  display: flex;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-header img {
  height: 60px;
  margin-right: 20px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-header .simu-modal-title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-header .simu-modal-title .edit-tooltip {
  position: absolute;
  top: 45px;
  left: 0;
  background-color: white;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  transition: all .3s;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-header .simu-modal-title:hover .edit-tooltip {
  opacity: 1;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-body {
  flex: 1;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-footer button {
  margin-left: 20px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help {
  padding: 20px 40px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4 {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  /* padding: 0 30px; */
  width: auto;
  margin: 0;
  line-height: 1em;
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4:after {
  content: "";
  display: block;
  position: absolute;
  /* top: 50%; */
  /* right: -30px; */
  /* right: 0; */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #bbb;
  /* transform: translateY(-50%); */
  width: auto;
  left: 170px;
  margin: 0;
  background: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4 span {
  position: absolute;
  /* top: 0;
  right: -100px; */
  font-size: 14px;
  left: 200px;
  display: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4.active:hover .toggle-hide {
  display: inline-block;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4:not(.active):hover .toggle-hide {
  display: inline-block;
}

/* #collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4.active span.toggle-show,
#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4:not(.active) span.toggle-hide {
  display: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4.active span.toggle-hide,
#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4:not(.active) span.toggle-show {
  display: inline-block;
} */

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help h4.active::after {
  transform: rotate(180deg);
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help .help-section {
  margin-bottom: 15px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help .help-section h5 {
  margin-bottom: 10px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-help .help-section h5:after {
  content: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .devices-manager__title {
  margin: 0 0 40px 0;
  height: auto;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .devices-manager__title:after {
  content: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .devices-manager__subtitle {
  margin: 40px 10px;
  height: auto;
  text-align: left;
  line-height: 1em;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .devices-manager__subtitle:after {
  content: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .searchDeviceWrapper {
  margin-left: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .searchDeviceWrapper label {
  margin: 0 10px 0 0;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .searchDeviceWrapper input {
  margin: 0;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .categories-list__item {
  margin: 0 60px 30px 0;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .categories-list__item .category-title {
  padding-left: 10px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .categories-list__item .category-title::after {
  content: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .types-list {
  display: flex;
  flex-wrap: wrap;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .types-list .types-list__item {
  /* width: 100px; */
  min-width: 90px;
  height: 90px;
  border: 1px solid rgba(25,25,25,0.2);
  border-radius: 10px;
  margin: 0 10px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px 10px;
  cursor: pointer;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager {
  border-bottom: 1px solid rgba(25,25,25,0.2);
  margin-bottom: 30px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager p {
  font-size: 14px;
  font-weight: 600;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager img {
  height: 50px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details__title {
  margin: 0 0 40px 0;
  height: auto;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details__title:after {
  content: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list {
  display: flex;
  flex-wrap: wrap;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list input,
#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list select {
  border: 1px solid rgba(25,25,25,0.2);
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details {
  display: flex;
  flex-direction: column;
  /* width: 300px; */
  width: calc(33% - 20px);
  /* height: 100px; */
  border: 1px solid #333;
  border-radius: 10px;
  margin: 0 10px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  position: relative;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .btn_delete {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  z-index: 10;
  background: url(../img/btn_delete.png) left -27px no-repeat;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .btn_delete:hover {
    background: url(../img/btn_delete.png) left top no-repeat;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header {
  border-bottom: 1px solid grey;
  padding: 10px;
  display: flex;
  align-items: center;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header img {
  height: 50px;
  margin-right: 10px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header .device-details__title {
  display: flex;
  align-items: center;
  margin: 0;
  flex: 1;
  position: relative;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header .device-details__title:after {
  content: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header .device-details__title .edit-tooltip {
  position: absolute;
  top: 25px;
  left: -10px;
  background-color: white;
  font-style: italic;
  font-size: 11px;
  font-weight: 400;
  opacity: 0;
  transition: all .3s;
  color: gray;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header .device-details__title:hover .edit-tooltip {
  opacity: 1;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header .device-details__data {
  display: flex;
  flex-direction: column;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header .device-details__data p {
  padding: 5px;
  background-color: #e78007;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1em;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__header .device-details__data .label-qty {
  margin-right: 5px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params {
  padding: 10px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params select {
  font-size: 15px;
  width: 100%;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params .simult_wrapper {
  position: relative;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params .simult_wrapper input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params .simult_wrapper .simult-label {
  line-height: 1em;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params .simult_wrapper .icon-info {
  position: absolute;
  right: 85px;
  /* top: 0px; */
  border: 1px solid black;
  padding: 4px 8px;
  border-radius: 15px;
  cursor: pointer;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params .simult_wrapper .simult_tooltip {
  display: none;
  position: absolute;
  top: -20px;
  background-color: black;
  color: white;
  padding: 5px 10px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params .simult_wrapper .simult_tooltip.active {
  display: block;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__params .simult_wrapper .simult_tooltip .tooltip-close {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 25px;
  cursor: pointer;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__power {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__power label {
  margin: 0 10px 0 0;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__power input {
  width: 60px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__hours {
  margin-bottom: 10px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__hours .device-details__day {
  margin-bottom: 5px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__hours span {
  font-weight: 700;
  margin-right: 10px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__hours label {
  margin: 0 10px 0 5px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__hours input {
  width: 60px;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .device-details__percentage {
  width: 100%;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .seasonal_options,
#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .monthly_options {
  display: none;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details.seasonal .seasonal_options {
  display: block;
}
#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details.monthly .monthly_options {
  display: block;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .seasonal_options .seasonal_options__item,
#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .monthly_options .monthly_options__column {
  display: inline-block;
  width: 50%;
}

#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .seasonal_options label,
#collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details .monthly_options label {
  width: 80px;
}

#collapseSix #simulator-consumption {
  display: flex;
  padding: 20px;
}

#collapseSix #simulator-consumption .productionMonthsBars,
#collapseSix #simulator-consumption .consumptionMonthsBars {
  flex: 1;
  padding: 0 20px;
}

#collapseSix #simulator-consumption .productionMonthsBars h6,
#collapseSix #simulator-consumption .consumptionMonthsBars h6 {
  margin-bottom: 50px;
}

#collapseSix #consommation {
  border-bottom: 1px solid rgb(208, 208, 208);
}

#collapseSix .toggleConsuMonths {
  margin: 30px 0 23px 0;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

#collapseSix .toggleConsuMonths::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  /* right: -30px; */
  right: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #bbb;
  transform: translateY(-50%);
}

#collapseSix .toggleConsuMonths.active::after {
  transform: translateY(-50%) rotate(180deg);
}

#collapseSix #contentForm label {
  width: 150px;
  text-align: right;
  margin-right: 5px;
}

#collapseSix #contentForm input {
  width: 170px;
  margin-bottom: 5px;
}

#collapseSix #contentForm .btn-primary.generate-pdf {
  display: block;
  margin: 10px auto 0;
  width: 280px;
}

#container-resume .consommation-simultanee {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}


body .panel-default>.panel-heading {
    color: #333;
    background-color: #e5e6dd;
    border: none;
}

.panel-title {
    border-bottom: 1px solid #d0d0d0;
    font-weight: 400;
}

.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-body h4 {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #333 !important;
        font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.panel-body .form-group label {
    width: 100%;
    text-align: center;
    color: #444444;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin-top: 10px;
}

.panel-heading a {
    color: #131313 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    height: 46px;
    padding: 12px;
}
.validate-step {
    position: relative;
    float: left;
    margin: 20px 0 0 -48px;
    left: 50%;
}
.panel-body {
    padding: 15px;
}

.panel-title h4 a {
    color: #CCC;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 37px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

.btn-primary[disabled] {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #ccc;
    border-color: #bfbfbf;
}

#handle_rotate {
    position: relative;
    margin-top: 60px;
    background: #fff;
    width: 550px;
    height: 502px;
    margin: 0 auto;
}

.houses-directions {
    position: absolute;
    z-index: 9;
    top: 130px;
    left: 140px;
    border-radius: 50%;
    overflow: hidden;
}

.orientation-data, .inclinaison-data {
    position: absolute;
    z-index: 99;
    right: 13%;
    top: 17%;
    width: 200px;
    text-align: center;
}
.houses-directions .direction {
    display: none;
}
.houses-directions .direction.active {
    display: block;
}
#rotateable {
    width: 394px;
    height: 394px;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(270deg);
    margin: auto auto;
    position: absolute;
    border-radius: 50%;
    background: url(../img/top-position-house.png) no-repeat 0 0 transparent;
}

.orientation-data input, .inclinaison-data input {
    font-size: 31px;
    text-align: center;
    width: 100px;
}
.orientation-data:after, .inclinaison-data:after {
    content: "\00b0";
    display: block;
    position: absolute;
    right: 62px;
    top: 32px;
    font-size: 24px;
}

.orientation-data label, .inclinaison-data label{
  display: block !important;
  visibility: inherit !important;
  opacity: 1 !important;
}
.inclinaison-data {
    top: 6%;
    right: 10%;
}

.inclinaison {
    margin: 42px auto 0;
}

.inclinaison li, .roof-type li {
    height: 250px;
    width: 200px;
    float: left;
    list-style-type: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 20px;
    background: #e4e4e4;
    cursor: pointer;
    -moz-transform: scale(.8);
    transform: scale(.8);
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
    background: #fff;
    border: 1px solid #dedede;
}

.inclinaison li p, .roof-type li p {
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-size: 22px;
    color: #353535;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 165px;
    margin: 0 auto 0;
    left: 20px;
    vertical-align: top;
    height: 67px;
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
}

.inclinaison li:hover, .roof-type li:hover {
    background: #fff;
    background: #e4e4e4;
    -moz-box-shadow: 0 0 50px #dcdcdc;
    box-shadow: 0 0 50px #dcdcdc;
    color: #f18913;
    -moz-transform: scale(1);
    transform: scale(1);
}

.inclinaison li, .roof-type li {
    height: 250px;
    width: 200px;
    float: left;
    list-style-type: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 20px;
    background: #e4e4e4;
    cursor: pointer;
    -moz-transform: scale(.8);
    transform: scale(.8);
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
    background: #fff;
    border: 1px solid #dedede;
}

.inclinaison li:hover p, .roof-type li:hover p {
    color: #ff732d;
}

.inclinaison li p, .roof-type li p {
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-size: 22px;
    color: #353535;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 165px;
    margin: 0 auto 0;
    left: 20px;
    vertical-align: top;
    height: 67px;
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
}

.inclinaison-data:after {
    right: 92px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
.pull-right {
    float: right !important;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

.loader-gif {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    min-height: 250px;
    padding-top: 80px;
}
.inclinaison li p span, .roof-type li p span {
    font-size: 14px;
    display: block;
}

div.google-map {
  background: #E5E3DF;
  height: 390px;
  margin: -35px 0 0 0;
  width: 100%;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
}
div.google-map {
    margin: 0 !important;
}

#barre_production span.progress-bar-tooltip {
    top: -38px;
    width: 110px;
    text-align: center;
    right: -55px;
}

span.progress-bar-tooltip {
    position: absolute;
    padding: 2px 0 2px 4px;
    background-color: #f1f1f1;
    color: #080808;
    border: 1px solid #a7a7a7;
    line-height: 13px;
    font-size: 10px;
    display: block;
    width: 77px;
    position: absolute;
    top: -18px;
    right: -47px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.panel-body h6 {
    text-transform: uppercase;
    margin-bottom: 34px;
    text-shadow: none;
    color: #333 !important;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}
#production {
    background: #e4e4e4;
    padding-top: 20px;
    border-bottom: 1px solid rgb(208, 208, 208);
}

#dimensionner .dimens, #dimensionner .dimens2 {
    padding: 14px 10px;
    margin: 10px;
    width: 48%;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background: transparent;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    /* -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s; */
    box-sizing: border-box;
    text-align: center;
}

#dimensionner .dimens img, #dimensionner .dimens2 img {
    display: block;
    max-width: 125px;
    margin: 0 auto;
    float: none !important;
    height: 125px;
    position: relative;
    margin-bottom: 21px;
}

#dimensionner .dimens .generate-pdf-first {
    color: #000000;
    background-color: #ffffff;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
}

#dimensionner .dimens .generate-pdf-first {
    position: relative;
    margin: 0 auto;
    float: none;
    display: block;
}

#dimensionner .dimens2 button {
    color: #333;
    background: transparent;
}

#dimensionner .dimens2 button i {
    font-size: 13px;
    color: #5bc0de;
    margin: 4px 5px 0 5px;
    float: left;
    -moz-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
    -webkit-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #ccc;
    border-color: #bfbfbf;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#production, #consommation, #capacite {
    background: #fff !important;
    height: 150px;
    padding: 10px 30px 0;
    width: 85%;
    float: left;
    box-shadow: -49px -19px 145px rgba(255,255,255,.1) inset;
}

#capacite {
    width: 15%;
    height: 21.5em;
    float: right;
    padding: 10px 0 30px;
    box-shadow: 49px 19px 145px rgba(255,255,255,.1) inset;
    border-left: 1px solid rgb(208, 208, 208);
    background: #e4e4e4 !important;
    border: 1px solid #dedede;
    color: #fff;
    border-bottom: 0;
}
#production {
    background: #e4e4e4;
    padding-top: 20px;
    border-bottom: 1px solid rgb(208, 208, 208);
}

.panel-body #capacite h6 {
    font-size: 13px;
}

#capacite .techotxt {
    color: #333;
    font-style: italic;
    display: block;
    font-size: 11px;
    text-align: center;
}

#capacite .techno {
    text-transform: uppercase;
    color: #616161;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px dotted #ababab;
}
#capacite .techno.lithium.selected, #capacite .techno.lithium.selected:hover {
    background: #79c752;
    text-decoration: none;
    color: #333;
}

#capacite .techno.selected {
    border: 1px solid #808080;
}

#barre_production, #barre_consommation, #barre_capacite {
    position: relative;
    background: #676767;
    box-shadow: 4px 5px 7px #353535 inset;
    border-radius: 3px;
    height: 24px;
    box-sizing: inherit;
    border-top: 1px solid #313131;
    border-left: 1px solid #484848;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

#barre_capacite {
    box-shadow: -1px 3px 7px #333 inset;
    height: 144px;
    width: 25px;
}

#capacite #barre_capacite {
    margin-left: 53px;
    margin-top: 27px;
    float: left;
}

#container-resume {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 8px 0 10px 0;
    text-align: center;
    margin: 10em auto;
    width: auto;
    padding: 20px 0;
    max-width: 590px;
    border-radius: 5px;
    background: white;
    margin-bottom: 40px;
}

#collapseSix #contentForm input {
    width: 170px;
    margin-bottom: 5px;
}
#collapseSix #contentForm .btn-primary.generate-pdf {
    display: block;
    margin: 10px auto 0;
    width: 280px;
    text-transform: initial;
}

body .panel-group {
    margin-bottom: 120px;
    border-radius: 40px 40px 0 0;
}

.btn-primary.generate-pdf {
    margin-top: 10px;
    font-size: 18px;
}

.btn-primary, .pagination > .active > a {
  color: #ffffff;
  outline: 0;
  background-color: #39a1be;
  border: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.panel-body h4:after {
  content: "";
  height: 2px;
  width: 50px;
  margin-left: -25px;
  margin-top: 40px;
  position: absolute;
  left: 50%;
  background: #39a1be;
}

.panel.panel-default label {
  visibility: inherit !important;
  opacity: 1 !important;
}

#barre_hiver {
    width: 0px;
    position: absolute;
    height: 23px;
    border-radius: 2px 0px 0px 2px;
    background: url(../img/winter_bar.png) left top repeat-x;
    top: 0;
    z-index: 10;
}

#barre_ete {
    width: 0px;
    height: 23px;
    position: relative;
    background: url(../img/summer_bar.png) left top repeat-x;
    border-radius: 2px;
    box-sizing: content-box;
    z-index: 4;
}

ul.echelle {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
}

#production h6 {
    margin: 0 0 44px 0 !important;
}


ul.echelle.capac li {
    position: relative;
    float: left;
    padding: 0;
    height: 18px;
    margin: 0;
    left: 0 !important;
    text-align: right;
}

ul.echelle.capac li.maximum {
    position: absolute;
    top: 0;
}
ul.echelle li {
    width: 40px;
    position: absolute;
    text-align: center;
    padding-top: 23px;
    font-size: 9px;
    list-style-type: none;
    margin-left: -20px;
    z-index: 1000;
    color: #000000;
    font-family: verdana;
    background: url(../img/trait_echelle.png) center top no-repeat;
    z-index: 999;
}

ul.echelle.capac {
    width: 50px;
    margin: -11px 0 0 -50px;
    padding: 0;
    height: 158px;
}

#barre_capacite ul.echelle li {
    background: none;
}

ul.echelle.capac li.minimum {
    position: absolute;
    bottom: 0;
}

.btn-primary {
    color: #fff;
    background-color: #ccc;
    border-color: #bfbfbf;
}
.btn-lg, .btn-group-lg>.btn {
  padding: 10px 16px;
  line-height: 1.33;
  border-radius: 6px;
}

#dimensionner .dimens .generate-pdf-first:hover {
    color: #fcfcfa;
    background-color: #333;
}
#dimensionner .dimens2 button:hover, #dimensionner .dimens2:hover button {
    color: #39a1be;
}

#dimensionner .dimens2 button:hover i, #dimensionner .dimens2:hover button i {
    /* margin-top: 10px; */
    color: #333;
}

.btn-primary:hover, .pagination > .active > a:hover {
    border-color: #43656f;
    background-color: #35879e;
    outline: 0;
}

#barre_capacite .barre {
    bottom: 0;
    height: 0;
    width: 100%;
    position: absolute;
    background: url(../img/barre_batt.png) center bottom repeat-y;
    border-radius: 2px;
    z-index: 4;
}

#collapseFive #production>#barre_production span.progress-bar-tooltip:before, #collapseSix #production>#barre_production span.progress-bar-tooltip:before, #annuel_conso>#barre_production span.progress-bar-tooltip:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 33px;
    height: 147px;
    display: block;
    margin-left: -1px;
    opacity: 0.75;
    width: 2px;
    text-align: center;
    left: 50%;
    background: url(../img/ligne-limite.png) left top no-repeat;
}

#collapseFive #production>#barre_production span.progress-bar-tooltip:before {
    height: 23px;
}

#rotate {
    position: absolute;
    width: 90px;
    height: 123px;
    left: 10px;
    cursor: w-resize;
    top: 136px;
    background: transparent;
    border-radius: 50% 0 0 50%;
}

.btn-primary, .pagination > .active > a {
    color: #ffffff;
    outline: 0;
    background-color: #39a1be;
    border: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

body .panel-group .panel {
  border: 0;
  border-radius: 0;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

#handle_rotate area, #handle_rotate area:hover, #handle_rotate area:focus {
    outline: 0;
}

/* Chrome, Safari, Edge, Opera */
#displaycart input[type=number]::-webkit-outer-spin-button,
#displaycart input[type=number]::-webkit-inner-spin-button {
  margin: 0;
}

/* Firefox */
.radiation.consommation {
    overflow: auto;
}
@media (max-width:820px){
  .radiation.consommation {
    overflow: inherit;
}
  #main .page-content h6 {
    margin-bottom: 3.125rem;
  }
  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .searchDeviceWrapper label {
    margin: 0px 10px 10px 0;
}
  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .searchDeviceWrapper {
    display: block;
}
  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .devices-manager__subtitle {
    padding: 40px 10px;
    margin: 0px;
}
/* #step1status, #step2status, #step3status, #step4status, #step5status {
  position: absolute;
  top: -47px;
  right: 0px;
  left: 250px;
} */

}
@media (max-width:820px) and (min-width:521px){
  #collapseSix .delete-all-modal.active {
    position: fixed;
}
  span.progress-bar-tooltip.gel {
    z-index: 9;
    top:0px;
}
  #collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-footer {
    text-align: center;
}
  #dimensionner .dimens, #dimensionner .dimens2 {
    padding: 14px 10px;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
}
  #pac-input {
    position: absolute !important;
    top: 45px !important;
    left: 0 !important;
  }

  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details {
    width: 100%;
    height: 100%;
  }

  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .types-list .types-list__item {
    margin: 5px 10px;
  }
  #collapseSix .delete-all-modal {
    top: 35%;
  }
  #production, #consommation, #capacite {
    padding: 0px;
    width: 50%;
  }
  #collapseFive .production-bar .production-bar__fill .production-bar__tooltip, #collapseSix .production-bar .production-bar__fill .production-bar__tooltip {
    position: absolute;
    width: 100px;
    right:auto ;
  }
  span.progress-bar-tooltip{
    top: 0px;
  }
  #capacite {
    width: 45%;
  }
  #handle_rotate {
    position: relative;
    margin-top: 60px;
    background: #fff;
    width: 250px;
    height: 202px;
    margin: 0 23%;
  }

  .bg-position-house {
    width: 320px;
  }

  .houses-directions {
    position: absolute;
    z-index: 9;
    top: 76px;
    left: 71px;
    border-radius: 50%;
    overflow: hidden;
  }

  .houses-directions .direction {
    display: none;
    width: 170px;
  }

  #rotateable {
    width: 224px;
    height: 224px;
    top: 84px;
    left: 48px;
    right: 0;
    bottom: 0;
    transform: rotate(270deg);
    margin: auto auto;
    position: absolute;
    border-radius: 50%;
    background: url(../img/top-position-house.png) no-repeat 0 0 transparent;
    background-size: cover;
  }

  #rotate {
    position: absolute;
    width: 224px;
    height: 224px;
    left: 0px;
    cursor: w-resize;
    top: 136px;
    background: transparent;
    border-radius: 50% 0 0 50%;
  }

  .validate-step {
    position: relative;
    float: left;
    margin: 20px 0 0 0px;
    left: 42%;
  }

  .orientation-data, .inclinaison-data {
    position: unset;
    z-index: 99;
    right: 31%;
    top: 25%;
    width: 160px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .orientation-data:after, .inclinaison-data:after {
    content: "\00b0";
    display: block;
    position: absolute;
    right: 0px;
    left: 30px;
    top: 130px;
    font-size: 24px;
  }

  /* .pull-right {
    float: left !important;
    margin-left: 55px;
    margin-top: 20px;
  } */

  .step1header, .step2header, .step3header, .step4header, .step5header, .col-md-6 .col-md-4 .col-md-8 {
    display: block !important;
  }

  /* #step1status, #step2status, #step3status, #step4status, #step5status {
    position: absolute;
    top: -48px;
    right: -25px;
  } */

  .inclinaison li, .roof-type li {
    height: 250px;
    width: 160px;
    float: left;
    list-style-type: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* margin: 0 0px; */
    background: #e4e4e4;
    cursor: pointer;
    -moz-transform: scale(.8);
    transform: scale(.8);
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
    background: #fff;
    border: 1px solid #dedede;
  }

  .inclinaison li p, .roof-type li p {
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-size: 18px;
    color: #353535;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 165px;
    margin: 0 auto 0;
    left: 35px;
    vertical-align: top;
    height: 67px;
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
  }

  .inclinaison li img {
    width: 100%;
  }

  .panel-body h4 {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #333 !important;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
  }

  #collapseSix .simulator-settings .choices .profile, #collapseSix .simulator-settings .choices .scratch {
    width: 160px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 10px;
    margin: 0 10px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    cursor: pointer;
  }

  #collapseSix .simulator-settings .profile-settings .profile-options {
    display: flex;
    margin-bottom: 40px;
    padding-left: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  #collapseSix .simulator-settings .profile-settings .profile-options .profile-options__item {
    width: 120px;
    height: 120px;
    border: 1px solid #333;
    border-radius: 10px;
    margin: 10px 10px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
  }

  #container-resume {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 8px 0 10px 0;
    text-align: center;
    margin: 1em auto;
    width: auto;
    padding: 20px 0;
    max-width: 590px;
    border-radius: 5px;
    background: white;
    margin-bottom: 40px;
  }
}
@media (max-width:820px) and (min-width:768px){
  .loading img {
    margin: 25% 10% 0% 0% !important;
}
  .inclinaison li, .roof-type li {
    height: 300px;
    width: 235px;
    text-align: center;
    margin: 0 20px;
  }
}

@media (max-width:576px){
  #collapseSix .delete-all-modal {
    top: 35%;
  }
  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details {
    width: 100%;
    height: 100%;
  }
}

@media (max-width:520px) and (min-width:376px){
  #collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-footer button {
    margin-left: 0px;
}
  #collapseSix .delete-all-modal.active {
    position: fixed;
}
  span.progress-bar-tooltip.gel {
    z-index: 9;
    top:0px !important;
}
  #dimensionner .dimens2 button i {
    margin: 0px;
  }
  #collapseFive #production .toggleProdMonths {
    margin: 70px 0 45px 0;
  }
  .loading img {
    margin: 55% 0% 0% 0% !important;
}
  button.btn.btn-primary.btn-lg {
    padding: 8px 8px;
    line-height: 1.33;
    border-radius: 6px;
    width:100%;
    font-size:11px;
  }
  .kwc{
    left: 260px;
    position: absolute !important;
    top: -42px !important;
    right: 0px !important;
    left: 215px !important;
    line-height: 1;
  }
  #collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-footer {
    text-align: center;
  }
  #dimensionner .dimens, #dimensionner .dimens2 {
    width: 100%;
}
  #pac-input {
    position: absolute !important;
    top: 45px !important;
    left: 0 !important;
  }
  .validate-step3 {
    position: relative;
    float: left;
    margin: 20px 0 0 0px;
    left: 45% !important;
  }
  /* .panel-body{
    display: flex;
    justify-content: center;
  } */
  .pull-right {
    float: left !important;
    margin-left: 55px;
    margin-top: 20px;
}
  #rotate {
     position: absolute;
     width: 300px;
     height: 300px;
     left: -43px;
     cursor: w-resize;
     top: -38px;
     background: transparent;
     border-radius: 50% 0 0 50%;
    }

  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details {
    width: 100%;
    height: 100%;
  }

  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .types-list .types-list__item {
    margin: 5px 10px;
  }
  #collapseSix .delete-all-modal {
    top: 25%;
  }
  #production, #consommation, #capacite {
    padding: 0px;
    width: 50%;
  }
  #collapseFive .production-bar .production-bar__fill .production-bar__tooltip, #collapseSix .production-bar .production-bar__fill .production-bar__tooltip {
    position: absolute;
    width: 100px;
    right:auto ;
  }
  span.progress-bar-tooltip{
    top: 0px;
  }
  #capacite {
    width: 45%;
  }
  #handle_rotate {
    position: relative;
    margin-top: 60px;
    background: #fff;
    width: 250px;
    height: 202px;
    margin: inherit;
  }

  .bg-position-house {
    width: 320px;
  }

  .houses-directions {
    position: absolute;
    z-index: 9;
    top: 76px;
    left: 71px;
    border-radius: 50%;
    overflow: hidden;
  }

  .houses-directions .direction {
    display: none;
    width: 170px;
  }

  #rotateable {
    width: 224px;
    height: 224px;
    top: 84px;
    left: 48px;
    right: 0;
    bottom: 0;
    transform: rotate(270deg);
    margin: auto auto;
    position: absolute;
    border-radius: 50%;
    background: url(../img/top-position-house.png) no-repeat 0 0 transparent;
    background-size: cover;
  }

  /* #rotate {
    position: absolute;
    width: 224px;
    height: 224px;
    left: 0px;
    cursor: w-resize;
    top: 136px;
    background: transparent;
    border-radius: 50% 0 0 50%;
  } */

  .validate-step {
    position: relative;
    float: left;
    margin: 20px 0 0 0px;
    left: 39%;
}
  .orientation-data, .inclinaison-data {
    position: unset;
    z-index: 99;
    right: 31%;
    top: 25%;
    width: 160px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .orientation-data:after, .inclinaison-data:after {
    content: "\00b0";
    display: block;
    position: absolute;
    left: 130px;
    top: 130px;
    font-size: 24px;
  }

  .pull-right {
    float: left !important;
    margin-left: 55px;
    margin-top: 20px;
  }

  .step1header, .step2header, .step3header, .step4header, .step5header, .col-md-6 .col-md-4 .col-md-8 {
    display: inline-flex !important;
  }

  #step1status, #step2status, #step3status, #step4status, #step5status {
    position: absolute;
    top: -47px;
    right: -5px;
  }

  .inclinaison li, .roof-type li {
    height: 250px;
    width: 145px;
    float: left;
    list-style-type: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0px;
    background: #e4e4e4;
    cursor: pointer;
    -moz-transform: scale(.8);
    transform: scale(.8);
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
    background: #fff;
    border: 1px solid #dedede;
  }

  .inclinaison li p, .roof-type li p {
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-size: 22px;
    color: #353535;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 165px;
    margin: 0 auto 0;
    left: 0px;
    vertical-align: top;
    height: 80px;
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
  }

  .inclinaison li img {
    width: 100%;
  }

  .panel-body h4 {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #333 !important;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
  }

  #collapseSix .simulator-settings .choices .profile, #collapseSix .simulator-settings .choices .scratch {
    width: 160px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 10px;
    margin: 0 10px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    cursor: pointer;
  }

  #collapseSix .simulator-settings .profile-settings .profile-options {
    display: flex;
    margin-bottom: 40px;
    padding-left: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  #collapseSix .simulator-settings .profile-settings .profile-options .profile-options__item {
    width: 120px;
    height: 120px;
    border: 1px solid #333;
    border-radius: 10px;
    margin: 10px 10px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
  }

  #container-resume {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 8px 0 10px 0;
    text-align: center;
    margin: 1em auto;
    width: auto;
    padding: 20px 0;
    max-width: 590px;
    border-radius: 5px;
    background: white;
    margin-bottom: 40px;
  }
}


@media (max-width:375px){
 #collapseSix .simulator-settings .profile-settings .additional-rooms .additional-rooms__item {
    padding: 4px;
  }
  #pac-input {
    width: 264px;
  }
  #collapseSix #contentForm input {
    margin-bottom: 6px;
    margin-top: 3px;
}
  #collapseSix .delete-all-modal.active {
    position: fixed;
}
  span.progress-bar-tooltip.gel {
    top:0px !important;
    z-index: 9;
}
  #dimensionner .dimens2 button i {
    margin: 0px;
  }
  #collapseFive #production .toggleProdMonths {
    margin: 70px 0 45px 0;
  }
    .loading img {
      margin: 55% 0% 0% 0% !important;
  }
    #dimensionner .dimens .generate-pdf-first {
      FONT-SIZE: 9PX;
  }
    .kwc {
      margin: 10px;
      position: absolute !important;
      top: -42px !important;
      right: 0px !important;
      left: 210px !important;
      line-height: 1;
  }

  #collapseSix .selected-rooms-modal-wrapper .simu-modal .simu-modal-footer {
    text-align: center;
  }
  #pac-input {
    position: absolute !important;
    top: 45px !important;
    left: 0 !important;
  }
  #dimensionner .dimens, #dimensionner .dimens2 {
    width: 100%;
    margin: 10px 0px !important;
}
#dimensionner .dimens2 button {
  color: #333;
  background: transparent;
  width: 100%;
  font-size: 9px;
}
  .validate-step3 {
    position: relative;
    float: left;
    margin: 20px 0 0 0px;
    left: 45% !important;
  }
  #rotate {
    position: absolute;
    width: 225px;
    height: 240px;
    left: -10px;
    cursor: w-resize;
    top: -8px;
    background: transparent;
    border-radius: 50% 0 0 50%;
    }

  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-details-list .device-details {
    width: 100%;
    height: 100%;
  }

  #collapseSix .selected-rooms-modal-wrapper .simu-modal .devices-manager .categories-list .types-list .types-list__item {
    margin: 5px 10px;
  }
  #collapseSix .delete-all-modal {
    top: 25%;
  }
  #production, #consommation, #capacite {
    padding: 0px;
    width: 50%;
  }
  #collapseFive .production-bar .production-bar__fill .production-bar__tooltip, #collapseSix .production-bar .production-bar__fill .production-bar__tooltip {
    position: absolute;
    width: 100px;
    right:auto ;
  }
  span.progress-bar-tooltip{
    top: 0px;
  }
  #capacite {
    width: 45%;
  }
  #handle_rotate {
    position: relative;
    margin-top: 60px;
    background: #fff;
    width: 250px;
    height: 202px;
    margin: inherit;
  }

  .bg-position-house {
    width: 320px;
  }

  .houses-directions {
    position: absolute;
    z-index: 9;
    top: 76px;
    left: 71px;
    border-radius: 50%;
    overflow: hidden;
  }

  .houses-directions .direction {
    display: none;
    width: 170px;
  }

  #rotateable {
    width: 224px;
    height: 224px;
    top: 84px;
    left: 48px;
    right: 0;
    bottom: 0;
    transform: rotate(270deg);
    margin: auto auto;
    position: absolute;
    border-radius: 50%;
    background: url(../img/top-position-house.png) no-repeat 0 0 transparent;
    background-size: cover;
  }

  .validate-step {
    position: relative;
    float: left;
    margin: 20px 0 0 0px;
    left: 38%;
  }

  .orientation-data, .inclinaison-data {
    position: unset;
    z-index: 99;
    right: 31%;
    top: 25%;
    width: 160px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .orientation-data:after, .inclinaison-data:after {
    content: "\00b0";
    display: block;
    position: absolute;
    left: 130px;
    top: 130px;
    font-size: 24px;
  }

  .pull-right {
    float: left !important;
    margin-left: 55px;
    margin-top: 20px;
  }

  .step1header, .step2header, .step3header, .step4header, .step5header, .col-md-6 .col-md-4 .col-md-8 {
    display: inline-flex !important;
  }

  #step1status, #step2status, #step3status, #step4status, #step5status {
    position: absolute;
    top: -48px;
    right: 0px;
    left:246px;
  }

  .inclinaison li, .roof-type li {
    height: 220px;
    width: 125px;
    float: left;
    list-style-type: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 0px;
    background: #e4e4e4;
    cursor: pointer;
    -moz-transform: scale(.8);
    transform: scale(.8);
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
    background: #fff;
    border: 1px solid #dedede;
  }

  .inclinaison li p, .roof-type li p {
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-size: 18px;
    color: #353535;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 165px;
    margin: 0 auto 0;
    left: 0px;
    vertical-align: top;
    height: 80px;
    -moz-transition: all 0.2s ease-in 0.1s;
    -o-transition: all 0.2s ease-in 0.1s;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
  }

  .inclinaison li img {
    width: 100%;
  }

  .panel-body h4 {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #333 !important;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
  }

  #collapseSix .simulator-settings .choices .profile, #collapseSix .simulator-settings .choices .scratch {
    width: 160px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 10px;
    margin: 0 10px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    cursor: pointer;
  }

  #collapseSix .simulator-settings .profile-settings .profile-options {
    display: flex;
    margin-bottom: 40px;
    padding-left: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  #collapseSix .simulator-settings .profile-settings .profile-options .profile-options__item {
    width: 120px;
    height: 120px;
    border: 1px solid #333;
    border-radius: 10px;
    margin: 10px 10px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
  }

  #container-resume {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 8px 0 10px 0;
    text-align: center;
    margin: 1em auto;
    width: auto;
    padding: 20px 0;
    max-width: 590px;
    border-radius: 5px;
    background: white;
    margin-bottom: 40px;
  }
}

.loading {
   background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
   height: 100%;
   position: fixed;
   width: 100%;
   z-index: 9999;
   text-align: center;
   top: 0px;
  }
  
  .loading img {
   margin: 20% 10% 0% 0%;
  }

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  