.navbar .navbar-nav .nav-link {
	color: #fff;
	font-size: 1.1em;
	padding: 0.8em;
}
.navbar {
	border-bottom: 5px solid #1C3454;
}

.navbar .navbar-nav .nav-link.active {
	background-color: #1C3454;
	color: #fff;
}
@media screen and (min-width: 992px) {
	.navbar {
		padding: 0;
	}
}
@media screen and (max-width: 991px) {
	.navbar-nav {
		padding-top: 0.5em;
	}
}

.xxl-icons{
	font-size: 60px;
}

.big-icons{
	font-size: 35px;
}

.medium-icons{
	font-size: 25px;
}

.small-icons{
	font-size: 15px;
}

.bg-purple {
	background-color: #59728B;
}

.bg-kayapp{
	background-color: #1C3454;
}

.list-group-item, .list-group-item:hover{ 
	z-index: auto; 
}

.no-mp{
	margin:0px;
    padding:0px;
}

.bg-login-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

.border-custom-block{
	border: 1px;
	border-radius: 3% 0% 0% 3%;
}

.border-custom-img{
	border: 1px;
	border-radius: 0% 5% 5% 0%;
}

.btn-kayapp{
	border: 0;
	background-color: #29528B;
}


@media (max-width: 767px) {
    .border-custom-block {
        border-radius: 3%; /* Retirer les bordures arrondies */
	}
	.border-custom-img{
		display: none;
	}
}