.formWrapper {
	-webkit-box-shadow: 5px 5px 29px 5px rgba(0,0,0,0.25);  
    box-shadow: 5px 5px 29px 5px rgba(0,0,0,0.25);
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    width:100%
}

.champObligatoire {
    color: red;
}

.labelForm {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}

.infosGenerales {
    display: block;
}

.InfosPrincipales_maison {
    display: none;
}

.InfosPrincipales_appartement {
    display: none;
}

.precisionBien {
    display: none;
}

.Caracteristiques_maison {
    display: none;
}

.Caracteristiques_appart {
    display: none;
}

.derniereInfos {
    display: none;
}

.btnSubmit {
    display: none;
}

.radioBien {
    display: none;
}

.radioQualite {
    display: none;
}

.btnsAlign {
    display: flex;
    justify-content: center;
}

.formPage1 input[type='text'] {
    background-color: #e9e9ed;
    width: 100%;
}

.formPage1 input[type='number'] {
    background-color: #e9e9ed;
    width: 100%;
}

.formPage1 select {
    background-color: #e9e9ed;
    width: 100%;
}

.formPage2 {
    display: none;
}

.btnSuivant {
    display: inline-block;
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 19px;
    padding: 10px 22px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

.btnPrecedent {
    display: none;
}

.checkboxOptions {
    display: none;
}

.divTypeBien {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 0px 200px 20px 200px;
	justify-content: center;
}

.buttons {
    display: flex;
}
.btnPrecedent {margin-right: 15px;}
.formEstimation input, .coordonnees input, textarea.projetImmo {
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 1px var(--bleu-fonce);
    background-color: #e9e9ed;
    width: 100%;
}

.formEstimation select {
    border-radius: 5px;
    border: 0px solid black;
	width: 50%;
    padding: 8px;
}

.inputCoordonnees_NomPrenom {
    display: flex;
    flex-direction: row;
}

.coordonnees>div>span {
    margin-right:5px;
}

.inputNom {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%
}

.inputTelephone {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%
}

.inputEmail {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%
}

.inputCoordonnees_TelephoneEmail {
    display: flex;
    flex-direction: row;
}

.resultFrance {
    display: none;
}

.divAutocompleteStyle {
    display: none;
    border: 1px solid gray;
}

.spanAutocomplete {
    font-weight: bold;
    background-color: lightgray;
}

.spanAutocomplete:hover {
    background-color: gray;
    cursor: pointer;
}

.buttons_caraMaison {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 30% auto auto 200px;
}

.buttons_caraAppart {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 30% auto auto 200px;
}

/* Media Queries */

@media screen and (max-width: 1200px) { 
    .divTypeBien { 
        width: 30%; 
        margin: auto; 
    }    
 
    .divOptions{ 
          display: flex; 
          flex-direction: column; 
     } 
} 
 
@media screen and (max-width: 1000px) { 
    .divTypeBien { 
        width: 35%; 
        margin: auto; 
    }    
} 
 
@media screen and (max-width: 600px) { 
    .divTypeBien { 
        display: grid; 
        grid-gap: 15px; 
        grid-template-columns: none; 
        width: 50%; 
    }    
}
