.bg-block-form {
  background-color: #e0e5eb;
}
.block-form {
  margin: 40px 0;
  background-color: #fff;
  border-radius: 25px;
}
.block-form header {
  background-image: url("../img/header-form.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 40px 0;
}
.block-form header p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.block-form header .price {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  margin-top: 20px;
}
.block-form .bloc-title .prix-ttc,
.block-form .bloc-title .prix-total-ttc {
  font-size: 14px;
}
.total .prix-total-ttc { font-size: 14px; }
.block-form h1 {
/*  font-size: 42px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px -4px 5px rgba(150, 150, 150, 0.6);
  margin-bottom: 15px;*/
}
.block-form h2 {
  font-size: 24px;
  color: #2d2c56;
  text-transform: none;
  margin-top: 20px;
}
.block-form section {
  padding: 0 15px 25px 15px;
}
.block-form section .bold {
  font-weight: bold;
  margin-bottom: 40px;
}
.block-form section .bold.mb20 {
  margin-bottom: 20px;
}
.block-form .bloc-title {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  padding: 15px 15px 15px 40px;
  margin: 0 10px 20px 10px;
  line-height: 1;
  border-top: 1px solid #e4e6ea;
  border-bottom: 1px solid #e4e6ea;
}

.block-form .bloc-title span {
  font-size: 24px;
  color: #2d2c56;
  text-align: right;
}
.block-form .bloc-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  text-align: center;
  color: #fff;
  background: #4b6cb7;
  background: -moz-linear-gradient(top, #4b6cb7 0%, #182848 100%);
  background: -webkit-linear-gradient(top, #4b6cb7 0%, #182848 100%);
  background: linear-gradient(to bottom, #4b6cb7 0%, #182848 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b6cb7', endColorstr='#182848', GradientType=0);
}
.block-form .bloc-title.bloc-title-arrow {
  position: relative;
  cursor: pointer;
}
.block-form .bloc-title.bloc-title-arrow:before {
  content: "\25BC";
  padding-top: 20px;
}
.block-form .text-devis {
  padding-left: 40px;
  font-size: 14px;
}
.block-form .sup-footer p {
  font-size: 12px;
  color: #2d2c56;
  margin-bottom: 4px;
}

.block-form .sup-footer ul li {
 font-size: 12px;
  color: #2d2c56;
  line-height: 20px;
}
.block-form footer {
  background: #4b6cb7;
  background: -moz-linear-gradient(top, #4b6cb7 0%, #182848 100%);
  background: -webkit-linear-gradient(top, #4b6cb7 0%, #182848 100%);
  background: linear-gradient(to bottom, #4b6cb7 0%, #182848 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b6cb7', endColorstr='#182848', GradientType=0);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.block-form footer #submit {
  padding: 40px 0;
}
.block-form hr {
  height: 2px;
  background-color: #9fa0a2;
}
.block-form .surface-hidden {
  display: none;
}
.block-form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.block-form fieldset.error input {
  border-color: red;
}
.block-form label {
  font-size: 12px;
  text-transform: uppercase;
  color: #2d2c56;
  min-height: 25px;
  line-height: 25px;
}
.block-form label span {
  font-size: 8px;
}
.block-form label.error {
  color: red;
}
.block-form input {
  height: 50px;
  border: 2px solid #9fa0a2;
  text-transform: none;
}
.block-form input.error {
  height: 50px;
  border: 2px solid red;
  text-transform: none;
}
.block-form input:focus {
  border-color: inherit;
}
.block-form input[type='checkbox'] {
  height: auto;
}
.block-form textarea {
  height: auto;
  resize: none;
  border: 2px solid #9fa0a2;
}
.block-form textarea:focus {
  border-color: #2d2c56;
}
.block-form .tg-sortfilter {
  border-radius: 3px;
  border: 2px solid #9fa0a2;
}
.block-form .tg-sortfilter.error {
  border-radius: 3px;
  border: 2px solid red;
}
.block-form .tg-sortfilter .tg-select select {
  padding-left: 25px;
}
.block-form .tg-sortfilter .tg-select::after {
  top: -2px;
  bottom: 2px;
  right: -2px;
}
.block-form .tg-sortfilter.disabled {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  cursor: not-allowed;
}
.block-form .tg-sortfilter.disabled .tg-select::after {
  background-color: #e0e0e7;
  border-color: #e0e0e7;
}
.block-form #maintenance-custom,
.block-form #contact-maintenance,
.block-form #installation-custom,
.block-form #contact-installation {
  display: none;
}
.option-list {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 150px;
  text-align: center;
  border: 1px solid  #e4e6ea;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
  padding: 10px;
  color: #29559e;
}
.option-list .option-item {
  padding: 5px 0;
}
.option-list .option-item:hover {
  color: #2d2c56;
}
.bloc-zones {
  display: none;
}
.zones {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.zones .zone-item {
  display: flex;
  height: 80px;
  width: 110px;
  align-items: center;
  border: 2px solid #dddde1;
  text-align: center;
  border-right-width: 1px;
  border-left-width: 1px;
  background: #fcfafa;
  font-size: 12px;
  color: #2d2c56;
  cursor: pointer;
  background: -moz-linear-gradient(top, #fcfafa 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(top, #fcfafa 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, #fcfafa 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfafa', endColorstr='#e2e2e2', GradientType=0);
}
.zones .zone-item.active {
  background: -moz-linear-gradient(top, #14213d 0%, #4665ab 100%);
  background: -webkit-linear-gradient(top, #14213d 0%, #4665ab 100%);
  background: linear-gradient(to bottom, #14213d 0%, #4665ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14213d', endColorstr='#4665ab', GradientType=0);
  color: #fff;
}
.zones .zone-item span {
  display: block;
  width: 100%;
  text-align: center;
}
.zones-espacement {
  display: none;
}
.total {
  margin: 60px 0;
  padding-top: 25px;
  border-top: 1px solid #8c94a7;
  font-size: 24px;
  font-weight: bold;
  color: #2d2c56;
  text-transform: uppercase;
}
.total span:nth-child(2) {
  float: right;
  text-align: right;
}

.total .fz-small {
  font-size: 16px;
}
#checkbox-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 10px 10px 10px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
.checkcontainer.no-check {
  color: red;
}
.checkcontainer.checkcontainer-hide {
  display: none;
}
.checkcontainer input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  padding: 0;
}
.checkcontainer input[type="radio"]:checked ~ .radiobtn::after {
  display: block;
  background: #29559e;
}
.checkcontainer .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #2d2c56;
}
.checkcontainer .radiobtn:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}
.badge-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.maintenance-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.maintenance-list__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: #f3f3f3;
  border-radius: 5px;
  border: 1px solid #CDAF32;
  margin: 15px;
  text-align: center;
  line-height: 1.6;
}

.maintenance-list__item span:nth-child(2) { font-weight: 700; font-size: 18px; }

.badge-list .badge-item {
  display: flex;
  align-items: center;
  width: 180px;
  height: 80px;
  margin: 0 7px 10px 7px;
  background-color: #f3f3f3;
  border-radius: 5px;
  border: 1px solid #CDAF32;
}
.badge-list .badge-item img {
  margin: 0 15px 0 25px;
}
.badge-list .badge-item-content {
  display: flex;
  flex-direction: column;
}
.badge-list .badge-item-content span:first-child {
  font-size: 16px;
}
.badge-list .badge-item-content span:last-child {
  font-size: 24px;
}
.link-maintenance {
  display: inline-block;
  position: relative;
  margin: 10px 0 25px 0;
  text-decoration: underline;
  font-size: 22px;
}
.link-maintenance:hover,
.link-maintenance.active {
  text-decoration: underline;
}
.link-maintenance:hover:after,
.link-maintenance.active:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #42a5f5 transparent transparent;
}
.block-form footer #submit.nav-footer {
  display: flex;
  padding: 0;
}
.block-form footer #submit.nav-footer div {
  min-width: 50%;
  width: 50%;
  padding: 40px 0;
}
.block-form footer #submit.nav-footer .zone-next, .block-form footer #submit.nav-footer .zone-fin {
  margin-left: auto;
}
.block-form footer #submit.nav-footer .zone-next img, .block-form footer #submit.nav-footer .zone-fin img {
  margin-left: 15px;
}
.block-form footer #submit.nav-footer .zone-prev {
  border-right: 1px solid #fff;
}
.block-form footer #submit.nav-footer .zone-prev img {
  margin-right: 15px;
  transform: rotate(180deg);
}
.block-form footer #submit.nav-footer img {
  height: 24px;
}
#maintenace-bloc {
  display: none;
}
.maintenance-baes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maintenance-baes .checkcontainer {
  float: none;
  display: inline-block;
}

.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  color: #a4a4a4;
  padding-top: 20px;
}


.breadcrumb a {
  color: #a4a4a4;
  transition: color .3s;
}

.breadcrumb a:hover { color: #29559e; }

.breadcrumb span { color: #29559e; }

.states {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}

.states > div { display: none; }

.states .current { display: block; }

.state-num {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  max-width: 150px;
  text-align: center;
}

.state-num img { 
  width: 100%;
  opacity: .5;
}

.state-num.current img { opacity: 1; }

.state-num span {
  display: inline-block;
  margin-top: -10px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.state-num.current span {
  font-weight: 700;
  font-size: 16px;
}

.state-separator {
  height: 1px;
  background-color: rgba(255, 255, 255, .6);
  width: 100%;
  margin-top: 70px;
}

.btn-submit-green {
  background-color: #269d69;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.btn-submit-blue {
  background-color: #29559e;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

a .btn-submit-green {
  color: white;
}

.englob-info i:hover {
  color: #29569f;
}

.englob-info i {
  font-size: 14px;
  cursor: pointer;
  padding: 6px;
  position: relative;
}

.englob-info { position: relative; }

.englob-btn {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .englob-btn {
    flex-direction: column;
  }
  .btn-submit-green {
    width: 100%;
  }
}

.info-hover {
  display: none;
  position: absolute;
  left: -75px;
  bottom: 20px;
  width: 200px;
  border: 1px solid #29569f;
  background-color: #f3f3f3;
  border-radius: 4px;
  text-align: center;
  font-size: 12px !important;
  line-height: 1.2;
  color: #29569f;
  z-index: 2;
  text-transform: none;
  padding: 7px 10px;
}

@media (min-width: 768px) {
  .zone-item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left-width: 2px;
  }
  .zone-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-width: 2px;
  }
  .states { justify-content: space-between; }
  .states > div { display: block; }

  .states .current { display: block; }
  .info-hover { left: 0; }
}
@media (min-width: 992px) {
}
@media (max-width: 359px) {
  .block-form footer #submit.nav-footer .zone-prev span,
  .block-form footer #submit.nav-footer .zone-next span,
  .block-form footer #submit.nav-footer .zone-fin span {
    display: none;
  }
}
@media (min-width: 360px) and (max-width: 620px) {
  .block-form footer #submit.nav-footer .zone-prev span:first-of-type ,
  .block-form footer #submit.nav-footer .zone-next span:first-of-type,
  .block-form footer #submit.nav-footer .zone-fin span:last-of-type  {
    display: none;
  }

  .block-form footer { font-size: 18px; }
}
