html{
overflow-x:hidden !important;
}
body {
font-family: 'Noto Sans Display', sans-serif;
overflow-x:hidden;
color: #000;
}
#container {
	position: relative;
	height: 600px;
	max-width: 1140px;
	overflow: hidden;
}
.container {
	max-width: 1140px;
}
#header {
	z-index: 1;
}
.navbar-brand {
	max-width: 200px;
	margin: 0 auto !important;
}
.bg {
	background: url('../img/bg.webp') center top scroll no-repeat;
	background-size: cover;
}
.femme {
	position: absolute;
	width: 600px;
	top: -70px;
	left:0;
}
.col-steps {
	max-width: 700px;
}
.step {
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 1;
	position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
    position:relative;
}
.h2, h2 {
	font-size: 1.75rem;
	font-weight: 600;
	text-shadow: 1px 1px 5px black;
}
.h3, h3 {
	font-weight: bold;
	font-size: 1.5rem;
}
.btn-primary {
	font-size: 1.5rem;
	margin: 0 auto;
	cursor: pointer !important;
	font-family: 'Bakbak One', Verdana, "sans-serif";
	font-weight: bold;
	line-height: 1.1;
	background-color: #fe5670;
	border-color: #fe5471;
	padding: 20px;
}
.btn-primary:hover {
	background-color: #000;
	color: #fe5670;
	border-color: #fe5670;
	opacity:1 !important;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #c63047;
	border-color: #c63047;
}
#filles {
	max-width: 991px;
	margin: 0 auto;
}
#filles a:hover {
	opacity:.75;
}
.text-primary {
	color: #fe5670 !important;
}
.form-control {
	height: 50px;
	margin-left: -2px;
	font-size: 22px;
	border: 0;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.form-check-input:checked {
	background-color: #228719;
	border-color: #228719;
}
.btn-primary.btn-form{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border: 0 !important;
	margin: inherit !important;
	width: 80px;
	color: #fff;
	background: #26a96c;
	height: 50px;
}
#signup_cgu {
color: #fff !important;
}
label {
	font-size: 13px;
	color: #fff;
	text-align: left !important;
	float: left;
	margin-bottom: 10px;
}
#error-login label {
	float: none !important;
}
.tab {
display: none;
}
.lead {
	font-size: 1.1rem;
}
#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1000000;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 4rem;
	display: flex;
}
/* Media Queries */
@media (max-width: 991px){
#container {
	height: calc(100vh - 62px);
}
.col-steps {
	max-width: 100%;
	padding: 0;
}
.align-items-center {
	align-items: end !important;
}
.femme {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top:inherit;
	bottom:0;
}	
.h2, h2 {
	font-size: 1.4rem;
}
.form-control {
	font-size: 20px;
}
.bg {
	background: url('../img/bg-midi.webp') center top scroll no-repeat;
	background-size: cover;
}
}
@media (max-width: 575px){
.bg {
	background: url('../img/bg-mini.webp') center top scroll no-repeat;
	background-size: cover;
}
.femme {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -150px;
	top: inherit;
	bottom: 0;
}
}

/*Google button
-----------------------------------------------------------*/

.btn-google {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	padding: 5px 20px 5px 40px;
	border-radius: .25rem;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	min-height: 50px;
	background-color: #000;
	color: white;
	margin: 30px auto 0;
}
.google-text {
	font-size: 20px;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: inherit;
	color: #FFFFFF;
	line-height: 28px;
}
.btn-google .icon-google {
	background: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	border-radius: 50%;
}
.divider-or {
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1rem;
	margin: 10px 0;
	width: 100%;
	min-height: 25px;
}
.divider-or:before,
.divider-or:after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #FFFFFF;
}
.divider-or:not(:empty)::before {
	margin-right: 30px;
}
.divider-or:not(:empty)::after {
	margin-left: 30px;
}















