html{
  overflow-x:hidden !important;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
	font-size: .9rem;
}
a {
	color: #333 !important;
	text-decoration:none;
}
.form-check-label a {
	text-decoration:underline;
}
.btn-primary {
	background-color: #e20795;
	border-color: #e20795;
	color: #fff !important;
	position: relative;
}
.btn-primary:hover {
	background-color: #373737;
	border-color: #363636;
}
.btn-primary:active {
	color: #e20795 !important;
	background-color: #fff;
	border-color: #e20795;
	box-shadow: 0 0 2px #e20795;
}
.btn-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgb(250, 151, 215);
}
.btn-primary:focus {
	color: #fff !important;
	background-color: #e20795;
	border-color: #e20795;
	box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}
.btn-light {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-light:hover {
	color: #000;
	background-color: #e7edf1;
	border-color: #e7edf1;
}
.text-primary {
	color: #e51287 !important;
}
.bg-primary {
	background: #e20795 !important;
}
.bg-light {
	background-color: #f8fafc !important;
}
.btn-success {
	background-color: #1ab657;
	border-color: #1ab657;
}
h4 {
	font-weight: 500;
	line-height: 1.5;
}
h4 {
	font-size: 1.25rem;
	line-height: 1.2;
}
.display-1 {
	font-size: 5rem;
}
.dropdown-menu {
	font-size: .8rem;
}
.modal-content {
	border: 0;
	border-radius: 1.5rem;
}
.btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
}
.rounded {
	border-radius: .6rem !important;
}
.border-end {
	border-right: 1px solid #f2f7fc !important;
}
.btn-light {
	color: #232323;
	background-color: #ebf1f7;
	border-color: #ebf1f7;
}
.btn-light:hover {
	background-color: #c9d7e5;
	border-color: #c9d7e5;
}
.btn-light:active {
	color: #fff;
	background-color: #595f80;
	border-color: #595f80;
	border-radius:.5rem !important;
}
.btn-lg {
	font-size: 1rem !important;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.gx-1 {
	--bs-gutter-x: 0.15rem !important;
}
.tab-content{
	height: calc(100vh - 67px);
}
.form-label {
	margin-bottom: .1rem;
}
.form-check {
min-height:inherit;
}
.form-check-input:checked {
	background-color: #dc45a7;
	border-color: #dc45a7;
}
.blur {
    filter: blur(5px);
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
}
#menuTab, #myTab {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #f8fafc;
	z-index: 10;
}
.navbar-brand {
	max-width: 150px;
	margin-right: 0;
	padding: 0;
	max-height: 27px;
}
#container {
	height: calc(100vh - 107px);
	margin-bottom: 0 !important;
}
.avatar .avatar-img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}
.big-avatar {
	height: 180px;
	width: 180px;
	position: relative;
}
.big-avatar img {
	border: 5px solid white;
}
.mini-avatar {
	border-radius: 50%;
	max-width: 40px;
	border: 2px solid #fff;
	position: absolute;
	top: 8px;
	left: 21px;
}
.avatar-online {
	position:relative;
}
.avatar-online::before {
	position: absolute;
	border-radius: 50%;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	top: 5%;
	right: 5%;
}
.big-avatar::before {
	height: 12px;
	width: 12px;
	top: 25px;
	right: 20px;
	z-index: 10;
}
.avatar-online::before {
	background: #198754;
}
.form-control, .form-select {
	display: block;
	width: 100%;
	padding: .59375rem 1.125rem;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	color: #a0b3ce;
	background-color: #ebf1f7;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .6rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border: 0;
}
.form-control:focus {
        border-color: #28a745;
        box-shadow:inherit !important;
	background-color: #ebf1f7;
    } 
.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	color: #a0b3ce;
	text-align: center;
	white-space: nowrap;
	background-color: #ebf1f7;
	border-radius: .6rem;
	padding: .59375rem 1rem .59375rem 1rem !important;
border: 0px;
}
#col-right .input-group-text {
	background-color: #ebf1f7;
	border: 0;
}
.chat-body {
	height: calc(100vh - 140px);
	background: url(../img/fond-chat.png) top center repeat;
	margin-top: 57px !important;
}
.user:hover {
	background-color: #eef3fa !important;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
	overflow-y: auto;
	overflow-x: hidden;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.text-secondary {
	color: #7e91ad !important;
}
.big-icon{
	font-size:24px;
}
.infos-user {
	/* margin-top: -70px !important; */
}
.nav-fill .nav-link.active{
	background-color: transparent !important;
	border-bottom: 2px solid #e20795;
	border-radius: 0;
}
.nav-link {
	padding-bottom: 15px !important;
	padding-top: 15px;
}
.nav-link.active .text-secondary {
	color:#e20795 !important;
}
#menuTab.nav-fill .nav-link.active, #menumobile.nav-fill .nav-link.active {
	border-bottom: 0 !important;
		border-radius: 0;
	padding-bottom: 15px !important;
}
.profil {
	position: relative;
	overflow: hidden;
	border: 4px solid #f8fafc;
	background: #000;
	max-width: 188px;
	margin: 0 auto;
}
#recherche .profil{
	opacity: .5;
}
#recherche .profil.active, #recherche .profil:hover{
	opacity: 1;
}
.media {
	position: relative;
	overflow: hidden;
	border: 4px solid #f8fafc;
	height: 100%;
	background: #000;
	max-width: 188px;
	margin: 0 auto;
}
.profil:hover {
	border: 4px solid #f8aede;
}
.infos-profil {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 50%;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	margin-bottom: -13px;
	display: none;
}
.profil:hover .infos-profil {
	display: block;
}
#recherche-mobile .infos-profil {
	display: block !important;
	bottom: 25% !important;
}
.infos-start {
	text-align: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	background: rgba(0,0,0,0.25);
	color: #fff;
	font-size: 14px;
	border-radius: .25rem;
	padding: .10rem .3rem;
	color: #fff !important;
}
.play {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
.play:hover {
	color: #ed079c;
}
.btn-bell {
	width: 38px;
	height: 38px;
	border: 5px solid #dae2ef;
	padding: 2px 0 0;
	position: absolute;
	z-index: 100;
	top: 12px;
}
.btn-bell span span {
	position: absolute !important;
	right: -10px !important;
	top: -10px !important;
}
.btn-options {
	width: 38px;
	height: 38px;
	border: 5px solid #dae2ef;
	padding: 2px 0 0;
}
.dropdown-options {
	position: absolute;
	z-index: 100;
	top: 12px;
	left: 70px;
}
.dropdown-options .dropdown-toggle::after {
	display: none;
}
.arrow-collapse {
	background: rgb(126, 145, 173);
	position: absolute;
	font-size: 24px;
	top: 0;
	height: 60px;
	width: 60px;
	right: 0;
	z-index: 1000;
	color: #fff !important;
	border-bottom-left-radius: .25rem;
	cursor: pointer;
}
.arrow-collapse::before {
	content: "\f054";
	font: var(--fa-font-solid);
	position: absolute;
	font-weight: 900;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.row-recherche {
	background: #ebf1f7;
}
.row-recherche .btn {
width:25%;
}
.btn-collapse {
position:relative;
}
.btn-collapse.collapsed::before {
	content: "\f107";
	font: var(--fa-font-solid);
	right: 10px;
	position: absolute;
	top: 10px;
	font-weight: 900;
}
.btn-collapse::before{
	content: "\f106";
	font: var(--fa-font-solid);
	right: 10px;
	position: absolute;
	top: 10px;
	font-weight: 900;

}
.abo-ko {
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600;
}
.medias {
	max-height: 315px;
}
.modal label {
	display: inline-block;
	width: calc(100% - 50px);
	text-align: left;
	font-weight: 400;
}
.modal-body {
	padding: 1.75rem;
}
.btn-match {
	font-size: 1.75rem;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:#fff;
	border-radius: 50%;
}
.btn-match:hover {
	opacity:.75;
}
.mobile {
	display: none;
	background: #f8fafc;
}
#menumobile {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100;
}	
#footermobile {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: #7e91ad;
}
#footermobile.nav-fill .nav-item {
	padding: 0 !important;
	width: 20%;
}
#footermobile .nav-link {
	padding: 10px 0 !important;
}
#footermobile small {
	font-size: .7em !important;
}
/* PDP */
/* Abo ko 2 */
.ico-conversation {
	color: #86dcb4;
	position: absolute;
	left: 50%;
	top: 5px;
	font-size: .6rem;
}

#inscriptionModal .logo, #loginModal .logo, #passwordModal .logo, #contenuModal .logo {
	width: 300px;
}
#inscriptionModal h4, #loginModal h4, #passwordModal h4, #contenuModal h4 {
	font-size: 1.5rem;
	line-height: 1;
}
#inscriptionModal h4 small {
	font-size: 18px;
}
.btn-outline-secondary {
	color: #7e91ad !important;
	border-color: #7e91ad;
}
.btn-outline-secondary:hover {
	color: #fff !important;
	background-color: #7e91ad;
	border-color: #7e91ad;
}
.footer-liens {
	position: absolute;
	bottom: 50px;
	font-size: 13px;
}
.text-justify {
	text-align: justify;
}
.modal.show .modal-dialog {
	width: 700px;
	max-width: none;
}
/* Media Queries */
@media (min-width: 1400px){
.container, .container-xxl {
	max-width: 1600px;
}
}
@media (max-width: 1220px){
.desktop {
	display:none;
}
.mobile {
	display:block;
}	
.modal-dialog {
	max-width: 100%;
	width: auto !important;
	margin: 0;
	padding-top: 0;
	background: #fff;
	min-height: 100vh;
}	
.modal-dialog-centered {
	display: inherit;
}	
.modal-content {
	border: 0;
	border-radius: 0
}

.modal-body {
	padding-bottom: 100px;
}
.btn-bell {
	top: 60px;
	right: 15px;
}
.tab-content {
	padding-bottom: 70px;
	overflow-x: hidden;
	margin-top: 57px;
}
#menuTab.nav-fill .nav-link.active, #menumobile.nav-fill .nav-link.active {
	border-bottom: 0 !important;
	border-radius: 0;
	padding-bottom: 10px !important;
}
.chat-body {
	height: calc(100vh - 100px);
	margin-top: 10px !important;
}
.gx-1 {
	--bs-gutter-x: 0 !important;
}
}
@media (max-width: 991px){
#container {
	height: calc(100vh - 230px);
}
#container {
	height: calc(100vh - 220px);
}
}
@media (max-width: 575px){
.modal-body {
	padding: 1.25rem 1.25rem 100px 1.25rem;
}
#inscriptionModal .modal-body, #loginModal .modal-body, #passwordModal .modal-body, #contenuModal .modal-body {
	padding: 1.25rem;
}
h4 {
	font-size: 1.15rem;
}
body {
	font-size: .85rem;
}
.row {
	--bs-gutter-x: 0px !important;
}
.row > * {
	padding-right: calc(var(--bs-gutter-x) * .4);
	padding-left: calc(var(--bs-gutter-x) * .4);
}
.form-control, .form-select {
	padding: .5rem 1rem;
}
.medias {
	max-height: inherit;
	overflow: hidden !important;
}
#inscriptionModal .logo, #loginModal .logo, #passwordModal .logo, #contenuModal .logo{
	width: 220px;
}
#inscriptionModal h4 small{
	font-size: 15px;
}
}


