 html{
  overflow-x:hidden !important;
}
body {
	font-family: 'Lato', sans-serif;
}
.logo {
max-width: 250px;
}
.profil {
	max-width: 120px;
	border: 3px solid #ff6676;
}
.text-danger {
color: #ff6777 !important;
}
.btn-success {
background-color: #ff6777 !important;
border-color: #ff6777 !important;
}
.btn-success:hover {
background-color: #e43b4d !important;
border-color: #e43b4d !important;
}
.border-bottom {
	border-bottom: 1px solid #323639 !important;
}
a {
text-decoration: none !important;
}
.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: #323639;
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: white;
	--bs-nav-tabs-link-active-bg: #ff6777;
	--bs-nav-tabs-link-active-border-color: #ff6777;
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: white;
	--bs-nav-link-hover-color: #ff6777;
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	isolation: isolate;
border: 0 !important;
}
.logofooter {
max-width: 150px;
	filter: grayscale(1);
}
.form-icon {
	background-color: #ffe7ea;
	border: 1px solid #f8c1c8;
	color: #ff6777;
	padding: 12px 14px 11px 18px;
	font-size: 20px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 30px;
}
#register .form-control {
	border-color: #f8c1c8;
	height: 45px;
	margin-left: -2px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 16px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-check-input:checked {
	border-color: #28a745 !important;
	background-color: #28a745 !important;
}
.btn-google {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px 20px 5px 40px;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	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;
}
.image {
max-width: 170px !important;
}
@media (max-width: 1199px){
	.container {
	max-width: 1000px;
	}
	p {
	font-size: .8rem;
	}
}
@media (max-width: 991px){
		.container {
	max-width: 100% !important;
	}
}
@media (max-width: 375px){
		.profil {
	max-width: 60px !important;
	}
	.col {
		padding: 0;
	}
}
