html{
overflow-x:hidden !important;
}
body {
background: url(../img/bg.webp);
font-family: 'Gabarito', cursive;
overflow-x: hidden !important;
}
.container {
max-width: 450px;
}
.logo {
max-width: 250px;
}
.rounded-pill {
border-radius: 1.5rem !important;
}
.bg-info {
background-color: #22948d4f !important;
}
.text-secondary {
color: #9facb8 !important;
}
.card-header {
border-radius: 1.5rem !important;
border-bottom: 0;
}
.card-body {
padding: 0rem 1rem;
}
.bubble.card::after {
content: '';
position: absolute;
bottom: -3px;
left: -12px;
width: 40px;
height: 24px;
background-size: 100% !important;
background: url(../img/bubble.webp);
z-index: -1;
}
.profil {
width: 40px;
height: 40px;
bottom: 0;
left: -50px;
}
.card-footer {
border-radius: 1.5rem !important;
border-top: 0;
}
.border-primary {
border-color: #0a8ad0 !important;
}
#date .badge {
padding: .5em 1em;
}
a {
color: #0a8ad0 !important;
}
a:hover {
color: #03a6ff !important;
}
.bg-light {
background-color: #d9f2ff !important;
}
.badge {
border-radius: 1rem;
}
.form-icon {
background-color: #d9f2ff;
border: 1px solid #bae2f6;
color: #0a8ad0;
padding: 12px 14px 11px 18px;
font-size: 20px;
border-top-left-radius: 45px;
border-bottom-left-radius: 45px;
width: 30px;
}
#inscription .card-body {
padding: 1rem 1rem;
}
#register .form-control {
border-color: #bae2f6;
height: 45px;
margin-left: -2px;
border-top-right-radius: 45px;
border-bottom-right-radius: 45px;
font-size: 16px;
}
.form-check-label {
font-size: 12px;
}
.form-check-input:checked {
border-color: #28a745 !important;
background-color: #28a745 !important;
}
.btn-success {
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
background-color: #24983e;
border-color: #24983e;
}
.text-success {
color: #28a745 !important;
}
.new {
bottom: 10px;
right: 20px;
}
.bg-primary {
background-color: #0a8ad0 !important;
}
.fille {
display:none;
}
.fille-1-1 .fille-1-1 {
display:block;
}
.fille-1-2 .fille-1-2 {
display:block;
}
.fille-1-3 .fille-1-3 {
display:block;
}
.fille-2-1 .fille-2-1 {
display:block;
}
.fille-2-2 .fille-2-2 {
display:block;
}
.fille-2-3 .fille-2-3 {
display:block;
}
.fille-3-1 .fille-3-1 {
display:block;
}
.fille-3-2 .fille-3-2 {
display:block;
}
.fille-3-3 .fille-3-3 {
display:block;
}
.fille-4-1 .fille-4-1 {
display:block;
}
.fille-4-2 .fille-4-2 {
display:block;
}
.fille-4-3 .fille-4-3 {
display:block;
}
.fille-5-1 .fille-5-1 {
display:block;
}
.fille-5-2 .fille-5-2 {
display:block;
}
.fille-5-3 .fille-5-3 {
display:block;
}
/* Media Queries */
@media (max-width: 991px){
.logo {
max-width: 200px;
}
.new {
bottom: 5px;
right: 15px;
}
.annonce {
margin-left: 30px;
}
.profil {
width: 30px;
height: 30px;
	left: -40px;
}
}

/*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;
}