.body{
	background-color: #40265a !important;
}

.index-card{
	width: 20rem;
	border-radius: 7px;
	max-height: 260px;
	box-shadow: 0 4px 4px 0 #533361,0 4px 4px 0 #533361!important
}

.index-card-img{
	max-height: 200px;
	min-height: 200px;
}

.index-flag{
	border: 1px solid black;
}

.index-card-body{
	margin-bottom: -20px;
	border-top: 2px solid #705c83;
	max-height: 80px;
	min-height: 80px
}

.index-text{
	font-size: 1.7rem;
	color: #533361;
}

.my-card {
	top:-20px;
	border-radius:50% !important;
	width: 100px;
	height: 100px;
}

.view.one {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-radius: .3rem;
	margin-top: 2%;
	border: 3px solid rgba(54, 53, 53, 0.13);
	background-color: white;
}

.view.two {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-radius: .3rem;
	margin-top: 2%;
	border: 3px solid rgba(54, 53, 53, 0.13);
	background-color: white;
}

.size-58 {
	font-size: 58px !important;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.row .afficheur{
	margin: auto;
}

.logo-one{
	margin-left: 25%;
}

.card-logo{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 200;
	min-height: 200;
	word-wrap: break-word;
	background-clip: border-box;
	background-color: white;
	width: 100%;
	object-fit: contain;
}

.logo{
	width: 50px;
	height: auto;
	margin-right: 1%
}

.toolbar{
	margin-top: 2%;
}

.bg-observia{
	background-color: #533361;
}

.btnn {
	background-color: #533361 !important;
	border-radius: 4px !important;
	color: white !important;
	padding: 0.25rem 0.75rem !important;
}

.card-hcp{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #533361;
	background-clip: border-box;
	border: 3px solid white;
	border-radius: .25rem;
}

.text-hcp{
	color: white;
}

.card-patient{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #7cbbbe;
	background-clip: border-box;
	border: 3px solid white;
	border-radius: .25rem;
}

.text-patient{
	color: white;
}

.card-caregivers{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #F6A013;
	background-clip: border-box;
	border: 3px solid white;
	border-radius: .25rem;
}

.text-caregivers{
	color: white;
}

#myChart{
	background-color: white;
}

.img-logo{
	width: 100%;
	height: 200px;
}

.nav-item.current{
	background-color: #694777;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

.flag{
	width: 30px;
	height: auto;
}

.logo-page{
	height: auto;
    width: 75%;
}

.logo-observia{
	height: auto;
	width: 42%;
	margin-left: 28%;
}

.novo-ge-logo-page {
    height: auto;
    width: 58%;
    margin-left: 19%;
}

.ml-14{
	margin-left: 14rem;
}

.row-bg{
	background-color: #705c83;
	border: 4px solid #694777;
	border-radius: 4px;
}
