html{
overflow-x:hidden !important;
}
body {
background: #111f2d;
font-family: 'Barlow', sans-serif;
overflow-x: hidden !important;
background-size: cover;
}
.logo {
max-width: 350px;
}
.bg-dark {
background-color: #0f1a24 !important;
}
.border-primary {
border-color: #1c334a !important;
}
.fond {
background: url(../img/fond2.webp) top left no-repeat;
background-size: cover;
min-height: 650px;
}
.text-secondary {
color: #ed48c2 !important;
}
.lead {
font-weight: 600;
}
.icones {
max-width: 50px;
margin: 0 10px;
}
.avatar {
max-width: 100px;
}
.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: #1dbc72;
border-color: #18a765;
}
.tab {
display: none;
}
.step {
height: 30px;
width: 30px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
line-height: 28px;
}
.step.active {
opacity: 1;
background: #ed48c2;
color: #fff;
}
.step.finish {
background-color: #ed48c2;
color: #fff;
}
#homme.btn {
padding-top: 125px !important;
border: 0;
font-size: 1.2rem;
}
#homme.btn::before {
content: '';
position: absolute;
top: 10px;
left: 50%;
width: 110px;
height: 110px;
background: url(../img/homme2.webp) center top scroll no-repeat;
background-size: 100%;
margin-left: -55px;
	border-radius: 50%;
}
input[type="radio"]:checked + #homme.btn::before {
content: '';
position: absolute;
top: 10px;
left: 50%;
width: 110px;
height: 110px;
background: url(../img/homme.webp) center top scroll no-repeat;
background-size: 100%;
margin-left: -55px;
border: 0 !important;
	border-radius: 50%;
}
#femme.btn {
padding-top: 125px !important;
border: 0;
font-size: 1.2rem;
}
#femme.btn::before {
content: '';
position: absolute;
top: 10px;
left: 50%;
width: 110px;
height: 110px;
background: url(../img/femme2.webp) center top scroll no-repeat;
background-size: 100%;
margin-left: -55px;
	border-radius: 50%;
}
input[type="radio"]:checked + #femme.btn::before {
content: '';
position: absolute;
top: 10px;
left: 50%;
width: 110px;
height: 110px;
background: url(../img/femme.webp) center top scroll no-repeat;
background-size: 100%;
margin-left: -55px;
border: 0 !important;
	border-radius: 50%;
}
.btn-check:checked + .btn {
outline : white solid 4px;
}
.border {
border: 2px solid #dee2e6 !important;
}
.border-dark {
border-color: #0f1a24 !important;
}

.form-check-input:checked {
background-color: #ed48c2;
border-color: #ed48c2;
}
.form-check {
display: inline-block;
}
.pseudo {
bottom: 0;
left: 0;
background: rgb(15, 26, 36, .7);
padding: 5px 0;
}
.profil:hover .pseudo {
display: block !important;
}
/* Media Queries */
@media (max-width: 991px){
.logo {
max-width: 250px;
}
.fond {
min-height: 610px;
background: url(../img/fond.webp) top left -250px no-repeat;
}
.h1, h1 {
font-size: calc(1.075rem + 1.5vw);
}
.lead {
font-size: 1.15rem;
}
}
@media (max-width: 414px){
.icones {
max-width: 40px;
margin: 0 5px;
}
.verif {
font-size: .8rem;
display: block;
}
.form-select {
font-size: .8rem;
height: 38px;
}
.btn-group-lg > .btn, .btn-lg {
font-size: 1.15rem;
}
.pseudo {
padding: 0;
font-size: 13px;
}
}
.btn-google {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px 20px 5px 40px;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	width: 70%;
	cursor: pointer;
	font-size: 1rem;
	text-align: center;
	min-height: 48px;
	background-color: #000;
	color: white;
}
.icon-google {
	background: #fff;
	width: 30px;
	position: absolute;
	left: 10px;
}
.divider-or {
	display: flex;
	align-items: center;
	text-align: center;
	color: #000000;
	font-size: .9rem;
	margin: 10px;
}
.divider-or::before, .divider-or::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #000000;
	margin: 0 20px;
}