html{
overflow-x:hidden !important;
}
body {
background:#000;
font-family: 'Noto Sans Display', sans-serif;
overflow-x:hidden;
}
.container {
	height: 100vh;
	max-width: 660px;
	position: relative;
}
#background {
background:url('../img/background.webp') center top scroll no-repeat;
background-size:cover;
width:100%;
}
#background::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	content: '';
}
.logo {
max-width: 350px;
}
.h1, h1 {
	font-size: 1.25rem;
	font-weight: 400;
}
.questions {
	position: fixed;
	bottom: 65px;
	padding: 10px;
	width: 600px;
	margin-left: -300px;
	left: 50%;
}
.answers {
	position: fixed;
	width: 660px;
	left: 50%;
	padding: 10px;
	bottom: 0;
	margin-left: -330px;
}
.speech-bubble::before {
	position: absolute;
	top: -100px;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url('../img/assistante.webp') center top no-repeat scroll;
	background-size: 100%;
	border: 2px solid;
	box-shadow: 2px 2px 2px #0000004f;
	left: 0;
}
.speech-bubble::after {
	border: 1em solid transparent;
	border-bottom-color: #fff;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 23px;
	width: 0;
	height: 0;
}
.card {
	margin-bottom: 10px;
	border:0;
}
.bg-primary {
	background-color: #fe0188 !important;
}
.btn-light {
	font-size: 2rem;
	margin: 0 auto;
	width: 100%;
	cursor: pointer !important;
	font-family: 'Bakbak One', Verdana, "sans-serif";
	font-weight: bold;
	line-height: 1.1;
	border: 2px solid #000 !important;
}
.btn-light:hover {
background-color: #000;
color: #fff;
}
b, strong {
	font-weight: 600;
}
.form-control {
	height: 50px;
	margin-left: -2px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 22px;
	border: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 20px;
}
.form-check-input:checked {
background-color: #000;
border-color: #fff;
}
.btn-light.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;
}
form {
	z-index: 100;
	position: relative;
}

.rounded-pill {
border-radius: 2rem !important;
}
#signup_cgu {
color: #000 !important;
}
label {
font-size: 13px;
}
.tab {
display: none;
}
/* Media Queries */
@media (max-width: 991px){
.logo {
	max-width: 270px;
}
.h1, h1 {
	font-size: 1rem;
	font-weight: 400;
}
.questions {
	width: 100%;
	margin-left: -50%;
}
.answers {
	width: 100%;
	left: 0;
	margin-left: 0;
}
.container {
	max-width: 100%;
}
.lead {
	font-size: 1rem;
}
.form-control {
	font-size: 20px;
}
}
















