html{
overflow-x:hidden !important;
}
body {
background:url('../img/bg.webp') center top scroll no-repeat;
background-size:cover;
font-family: 'Noto Sans Display', sans-serif;
overflow-x:hidden;
color:#000;
}
.container {
	height: 100vh;
	max-width: 900px;
	position: relative;
}
.card {
	border-radius: .75rem;
}
#carousel img  {
	border-top-left-radius: .75rem;
	border-bottom-left-radius: .75rem;
}
.logo {
	width: 250px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
.h1, h1, .h2, h2 {
	font-size: 1.35rem;
}
.text-primary {
	color: #ff00b0 !important;
}
.form-control {
	height: 50px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 2px solid #899db1;
	border-radius: .75rem;
}
.btn-success {
	font-size: 1.5rem;
	margin: 0 auto;
	width: 100%;
	cursor: pointer !important;
	font-family: 'Bakbak One', Verdana, "sans-serif";
	font-weight: bold;
	line-height: 1.1;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border-color: #000;
}
.btn-success:hover {
	background-color: #000;
	color: #ffd800;
	border-color: #000;
}
.btn-check:focus + .btn-success, .btn-success:focus {
	color: #fff;
	background-color: #000 !important;
	border-color: #000 !important;
	box-shadow: inherit;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
label {
	font-size: 14px;
	text-align: left !important;
	float: left;
	margin-bottom:10px;
}
#error-login label {
	float: none !important;
	margin-bottom: 0px !important;
}
#signup_cgu {
	color: #000 !important;
}
.carousel-item:first-child::before {
	position: absolute;
	height: 75px;
	width: 75px;
	background: url('../img/smile-1.webp') center top scroll no-repeat;
	background-size: 100%;
	content: '';
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
}
.carousel-item:nth-child(2)::before {
	position: absolute;
	height: 75px;
	width: 75px;
	background: url('../img/smile-2.webp') center top scroll no-repeat;
	background-size: 100%;
	content: '';
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
}
.carousel-item:nth-child(3)::before {
	position: absolute;
	height: 75px;
	width: 75px;
	background: url('../img/smile-3.webp') center top scroll no-repeat;
	background-size: 100%;
	content: '';
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
}
.tab {
display: none;
}
.lead {
	font-size: 1.1rem;
}
#footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
/* Media Queries */
@media (max-width: 991px){
.col-carousel {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	min-height: 100vh;
}
.container {
height: 100vh;
min-height:600px;
	padding:0;
}
.row.align-items-center {
	align-items: inherit !important;
}
.card-body {
	padding: 0;
}
.carousel, .carousel-inner, .carousel-item, .card, .card .row {
height: 100vh;
min-height:600px;
	overflow-x: hidden;
	border-radius: 0;
}
.carousel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}	
.carousel-indicators{
	display: none;
}
.w-100 {
	min-height: 100vh !important;
	width: auto !important;
}
#carousel img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.text-muted {
	color: #fff !important;
}
body, #signup_cgu  {
color:#fff !important;
}
.text-primary {
	color: #f7ff00 !important;
}
.p-4 {
	padding: 2.5rem !important;
	z-index: 10;
}
.btn-success {
	font-size: 1.25rem;
}
.carousel-item img  {
display:none;
}
.carousel-item:first-child::before, .carousel-item:nth-child(2)::before, .carousel-item:nth-child(3)::before  {
display:none;
}
#carousel .carousel-item:first-child {
background:url('../img/01.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel .carousel-item:nth-child(2) {
background:url('../img/02.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel .carousel-item:nth-child(3) {
background:url('../img/03.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel-2 .carousel-item:first-child {
background:url('../img/02-01.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel-2 .carousel-item:nth-child(2) {
background:url('../img/02-02.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel-2 .carousel-item:nth-child(3) {
background:url('../img/02-03.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel-3 .carousel-item:first-child {
background:url('../img/03-01.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel-3 .carousel-item:nth-child(2) {
background:url('../img/03-02.webp') center top scroll no-repeat;
background-size:cover;
}
#carousel-3 .carousel-item:nth-child(3) {
background:url('../img/03-03.webp') center top scroll no-repeat;
background-size:cover;
}

.btn-success {
	background-color: #ff00b4;
	border-color: #ff00b4;
}
}

/*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: #000000;
	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 #000000;
}
.divider-or:not(:empty)::before {
	margin-right: 30px;
}
.divider-or:not(:empty)::after {
	margin-left: 30px;
}
