/* CSS Document */
@font-face {
	font-family: 'Maven Pro';
	src: url(../font/Maven_Pro/MavenPro-Regular.ttf);
}

@font-face {
	font-family: 'Maven Pro';
	src: url(../font/Maven_Pro/MavenPro-Bold.ttf);
	font-weight: bold;
}

body	
{
	font-family: 'Maven Pro', sans-serif;
	background-attachment:fixed; 
	background-position:center; 
}

.cgu_title{
	font-weight: bold;
	font-family:'Maven Pro',sans-serif;
	font-size: 1.25rem;
}

.modalMedList	{
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 3%;
	margin-right: 3%;
}

.modalMedList:hover	{
	background-color: rgba(35, 29, 36, 0.15);
	/* border: 2px solid;
	border-color: rgba(35, 29, 36, 0.9); */
	cursor: pointer;
	border-radius: 30px;
	/* color: white; */
}

.nom_medecin	{
	font-weight: bold;
	font-size: 1.25rem;
}

.roundedImage, .roundedImageBorder{
	overflow:hidden;
	border-radius:50px;
	width:90px;
	height:90px;
}

.roundedImageBorder{
	border: 1px solid #FFF;
}

.profil_header	{
	padding-top:20px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:20px;
}

.profil_body{
	padding-top:10px;
	font-family: 'Raleway', sans-serif;
	font-weight:100;
	font-size:14px;
}

.profil_footer{
	font-family: 'Raleway', sans-serif;
	font-weight:100;
	font-size:14px;
	text-align:right;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #4A90E2;
	margin-left:auto;
	margin-right:auto;
}

.moreorless	{
	cursor:pointer;
}

.more_panel	{
	height:400px;
	background-color:#4A90E2;	
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
}

.usersLines	{
	background:url(../img/bg_gradient.png); 
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:40px;
}

.panel_text	{
	overflow:scroll;	
}


