
.type-habitat img{
  width: 32%;
}
.type-habitat:hover {
   opacity: 0.5;
}
#form-report a{
  display: initial;
}


#form-report input[type=button] :not(.btn-personne-foyer){

  margin-top: 30px;
}

#form-report p {
  margin-bottom: 15px;
  display: -webkit-inline-box;
}
#form-report > div {
  display: none;
}
#form-report img {
    width: 32%;

}
.form-report-error{
  visibility: hidden;
}



.container-checkmark {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkmark:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkmark input:checked ~ .checkmark {
  background-color: #3a145d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkmark .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**/
.report-progress{
    display: block !important;
    margin-bottom: 40px;
    background-color: #80808038;
}

#form-report h2{
  font-size: larger;
  margin: 20px auto;
  line-height: unset;
}

#form-report i{
    font-size: 32px;
    margin: auto;
    color: #3a145d;
}

.report-progress div{
  height:24px;
  background-color: #3a145d;
  width:16.67%;
}

.report-hidden {
  display: none;
}
#sec-form-report-2 input[type=number],#sec-form-report-1 input[type=number]{
  padding-right: 20px;
    width: 90%;
    display: inline-block;
}


.form-report-group-4 input{
    width: 45%;
    margin: 0 1%;
    display: inline-block;
}

@media screen and (max-width: 992px) {
  .form-report-group-3 input {
  }
  input[name="input-ville"]{
    width: 68.5% !important;
  }
}

#form-report input::-webkit-outer-spin-button,
#form-report input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#form-report input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#file-upload-imposition {
    display: none;
}
.custom-file-upload {
  background-color: #8BC34A;
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
} 

#form-report-error {
  color: red;
  display: none;
  margin-top: 25px;
}

#sec-form-report-5 label:not(.btn-primary) {
  width: 100%;
  text-align: left;
}

#sec-form-report-5 input[type=text] {
  width: 90%;
  display: inline-block;
}

#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.close {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  background-color: #fefefe;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

.btn-personne-foyer{
  border: none;
      padding: 2%;
    width: 13%;
}
#form-report{
  color: whitesmoke;
  text-align : center;
  width: 90%;
  margin : auto;
  font-weight : bolder;
}

.btn-personne-foyer-check{
      color: #8BC34A !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.fw-col-sm-4.wow {
  width: 30%;
    display: inline-block;
    margin: 0 0.5%;
}

.fw-col-sm-4.wow iframe {
  width: 100%;
  /* height: auto; */
}
.fw-col-sm-4.wow .fw-single-image-center {
  margin : auto;
}

.fw-heading.heading.fw-heading-h3{
  padding: 2%;
    text-align: center;
}

.fw-page-builder-content{
  text-align: center;
}
@media only screen and (max-width : 950px){
  #form-report {
    width : 100%;
  }
  .analysis-area .container{
    width : 100% !important;
  }
}
@media only screen and (max-width : 1050px){
  .fw-col-sm-4.wow {
    width: 100%;
      display: block;
      margin: auto;
  }

  #block-validation{
    display: block !important;
    width: 100% !important;
  }
  .fw-col-sm-4.wow .fw-single-image-center {
    margin: 20px auto 10px;
  }

  .container-form, .form-text-right {
    display: block !important;
    width: 90% !important;
    margin: auto;
  }
}

.isolezHabitation{
  text-align : center;
  margin : auto;
  padding : 5px;
  font-size: x-large;
  color : #3a145d;
}

.btn-metre-carre{
  width: 100px;
  border-radius : 5px;
  border: none;
  padding :6px;
}

#sec-form-report-4 input:not([type='button']), #sec-form-report-5 input:not([type='button']), #sec-form-report-6 input:not([type='button']){
margin : 8px auto;
border : none;
width: 80%;
background-color: #3a145d57;
}
#form-report input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

#form-report h2, #form-report h3{
  color: whitesmoke;
}
.container-form {
display: inline-block;
 width: 45%;     
 background-color: #c5beca;
  padding: 1.5%;
}
.form-text-right{
  float: right; width: 50%; 
  display: inline-block;  
  margin: 0px auto;
}

.modal-content img{
  width : 100%;
} 