.formWrapper {
    box-shadow: 1px 1px 5px 5px rgb(227, 250, 250);
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
	margin: auto;
    width: 90%;
	box-shadow: 0px 10px 20px 0px rgb(0 108 86 / 15%);
}

@media screen and (max-width: 1000px) {
  .formWrapper {
    width: 90%;
  }
}

.champObligatoire {
    color: red;
}

.labelForm {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
	margin-bottom: 10px;
    margin-top: 10px;
}

.formPage1 {
    display: block;
}

.quartierParis {
    display: none;
}

.formPage1 input[type='text'] {
    background-color: #e9e9ed;
    width: 100%;
	margin-bottom: 10px;
    padding: 5px 10px;
    background-color: white;
    border: solid 1px var(--bleu-fonce);
}


}

.formPage1 input[type='number'] {
    background-color: #e9e9ed;
    width: 100%;
	margin-bottom: 10px;
    padding: 5px 10px;
    background-color: white;
    border: solid 1px var(--bleu-fonce);
}


}

.formPage1 select {
    background-color: #e9e9ed;
    width: 100%;
	margin-bottom: 10px;
    padding: 5px 10px;
    background-color: white;
    border: solid 1px var(--bleu-fonce);
}


}

.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;
}

.divOptions {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 0px 200px 20px 200px
}

.buttonOptions {
    padding: 20px 20px;
    text-decoration: none;
    color: #374e5f;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    font-weight: bolder;
}

.divRadioOptions {
    padding: 25px 0px 25px 0px;
}

.divRadioOptions input[type="radio"] {
    opacity: 0;
    width: 0;
}

.divRadioOptions label:hover {
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.formPage1 input {
    border-radius: 5px;
    border: 0px solid black;
	margin-bottom: 10px;
    padding: 5px 10px;
    background-color: white;
    border: solid 1px var(--bleu-fonce);
	width: 100%;
}

.formPage1 select {
    border-radius: 5px;
    border: 0px solid black;
	margin-bottom: 10px;
    padding: 5px 10px;
    background-color: white;
    border: solid 1px var(--bleu-fonce);
	width: 100%;
}

.formPage2 input {
    border-radius: 5px;
    border: 0px solid black;
	margin-bottom: 10px;
    padding: 5px 10px;
    background-color: white;
    border: solid 1px var(--bleu-fonce);
	width: 90%;
}

.formPage2 select {
    border-radius: 5px;
    border: 0px solid black;
	margin-bottom: 10px;
    padding: 5px 10px;
    background-color: white;
    border: solid 1px var(--bleu-fonce);
	width: 100%;
}

.divRadioOptions label {
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
    color: #374e5f;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    font-weight: bolder;
    display: block;
	cursor:pointer;
}

.divRadioOptions input[type="radio"]:checked+label {
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.buttonOptions:hover {
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.divRadioInvestir {
    padding: 25px 0px 25px 0px;
    display: none;
}

.divRadioInvestir input[type="radio"] {
    opacity: 0;
    width: 0;
}

.divRadioInvestir label:hover {
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.divRadioInvestir label {
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
    color: #374e5f;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    font-weight: bolder;
    display: block;
}

.divRadioInvestir input[type="radio"]:checked+label {
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.divRadioGererSeul {
    padding: 25px 0px 25px 0px;
    display: none;
}

.divRadioGererSeul input[type="radio"] {
    opacity: 0;
    width: 0;
}

.divRadioGererSeul label:hover {
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.divRadioGererSeul label {
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
    color: #374e5f;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    font-weight: bolder;
    display: block;
}

.divRadioGererSeul input[type="radio"]:checked+label {
    background: transparent linear-gradient(98deg, #11479F 0%, #2596F1 100%) 0% 0% no-repeat padding-box;
    color: white;
}

.coordonnees {
    display: none;
    flex-wrap: wrap;
}

.coordonnees input {
    border-width: 0px;
    border: solid 1px var(--bleu-fonce);
}

.inputCoordonnees_NomPrenom {
    display: flex;
    flex-direction: row;
}

.inputPrenom {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%
}

.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;
}

.resultParis {
    display: none;
}

.divAutocompleteStyle {
    display: none;
    border: 1px solid gray;
}

.spanAutocomplete {
    font-weight: bold;
    background-color: lightgray;
}

.spanAutocomplete:hover {
    background-color: gray;
    cursor: pointer;
}

.wrapper{
	display: flex;
    margin-bottom: 30px;
}

.wrapper #form1 h1,
.wrapper #form1 h2,
.wrapper #form2 h1,
.infosGenerales h1,
.wrapper #form2 h2{
	text-align: center;
	color: var(--bleu-fonce);
	font-weight:bold;
}

.wrapper #form2{
	display:none;
}

.wrapper #form2 h2{
	margin-bottom:20px;
}

.wrapper .resultatWrapper p{
	font-size:1.2rem;
}

#divResultFrance p,
#divResultParis p{
	font-size: 1.1rem;
	margin-top:10px;
	margin-bottom:2px;
}

#divResultFrance #resultatEstimation_france,
#divResultParis #resultatEstimation_paris{
	font-size: 1.3rem;
    font-weight: bold;
}

.title_result_form{
	display: flex;
    justify-content: start;
    align-items: baseline;
}
.title_result_form p{
	margin-right:15px;
}
.title_result_form div{
	font-size:1.2rem;
	font-weight:bold;
	text-transform:capitalize;
}


@media only screen and (max-width: 1200px) {
    .divOptions{
		display: flex;
		flex-direction: column;
	}
}
