html {
  position: relative;
  min-height: 100%;
  
}

body {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 150px;
  padding-top: 100px;
}

html,body{
	height:auto;
}

html,body, main {
	min-height:100%;
}

.steps .form-control{
	width: inherit;
}

/* fonts 
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/*
colors
grey #787878
blue #0052ff
pink #ff0072
*/

/* general */

.fs-20{font-size:2rem;}
.fs-12{font-size:1.2rem;}
.fw-900{font-weight:900;}
.c-blue{color:#007bff;}
.c-pink{color:#ff0072;}
.c-red{color:#da2020;}
.c-green{color:#4caf50;}
.c-yellow{color:#ffde22;}

h1,h2,.h-type{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2rem;
}


.d-none{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}

.text-none{
text-transform:none !important; 	
}


#step2,#step3,#step4,#step5, .confirm-btn{
	display:none;	
}

.btn-investa-sp{background:#ff0177; color:white;}

.btn-investa-sp:hover{background:#ce1269; color:white;}

.btn-investa{background:#0052ff; color:white;display:inline-block;}

.btn-investa-sp:disabled {
    color: #fff;
    background-color: #ff0177;
    border-color: #ff0177;
}



.btn-investa.step-title{
	background: grey;
}

.btn-investa, .btn-investa.step-title.active{
	background:#0052ff;
	color:white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	text-transform: uppercase;
	z-index:3;
	cursor:pointer;
	border:none;
}


@media (min-width: 992px) {
	.btn-investa,
	.btn-investa::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	}

	.btn-investa::before,
	.btn-investa::after {
	background: #ff0177;
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	/*border-radius:3px;*/
	}

	.btn-investa:hover{
	color: #fff !important;
	border-radius:0px;
	}

	.btn-investa::before,.btn-investa:after{
	color:#fff;
	background:#ff0177;
	cursor:inherit;
	}

	.btn-investa::after {
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	}

	.btn-investa:hover:after {
	width: 100%;
	}
	
	.blurred-bg{
	background:url(../img/blurred-bg.jpg) no-repeat;
	height:1040px;
	width:100%;
	}
}

.zindex-1{
	z-index:1;
}

.color-white{
	color:white !important;
}


.btn-large{padding: 1.2rem 6rem;font-size: 20px;
text-transform: uppercase;
	}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.light-grey-bg{
background:#f6f6f4;
}

.white-bg{
background:#ffffff;
}

.grey-border{
border:1px solid #787878;
}

.blue-border{
border:2px solid #0052ff;
}

.font-color-blue{
color:#0052ff;
}

/* header - menu */

.navbar {
	background:white;
}

.navbar-nav .nav-link{
	color:black;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}

.navbar-nav .nav-link:hover{
	color:#0052ff;
}

.navbar-expand-md .navbar-nav .nav-link{
	padding-left:1.5rem;
}

/* footer */

footer{
	background:#0052ff;
	color:white;
	border-top:10px solid #ff0072;
}

.footer {
  position:absolute;
  bottom: 0;
  width: 100%;
}



/* main template */

.quote-text{
	color:#787878;
	font-style:italic;
}

.form-home label{
font-size:1.5rem;
color:#0052ff;
font-family: 'Roboto Condensed', sans-serif;
}

.icon-box{
	background: white;
    padding: 20px;
    border: 1px solid #e0dfe0;
    border-radius: 10px;
    min-height: 220px;
    display: table-cell;
    height: 220px;
    vertical-align: middle;
}

.table-cell-centered{display: table-cell;vertical-align: middle;}

.icon-box img{margin-bottom:20px;}




/* steps */

.warning-message{
	border: 1px solid #ff0177;
	color: #ff0177;
	font-weight:bold;
	background:white;
	display:none;
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label{
color: #ff6ac2;	
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid{
border-color: #ff0177;	
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before{
background-color: #ff0177;	
}

.step-title{
cursor:pointer;

}

.step-title.active{
background:#0052ff;
color:white;
cursor:inherit;
}


.step-controller a.btn{
color:white;
}

/* resultats */

.vh-70{
	min-height:70vh;
}


#coordonnees-loading, #sms-confirmatation, #sms-loading, #final-confirm, #resultats-row, #rdv-row, #rdv-ok, #blurred-row, #contactez-ok,.user-data{
	display:none;
	opacity:1;
}

.outsider-1{
margin-top: -40px;
margin-bottom: -30px;
}