.navbar-header {
	height: 90px;
}

.img_user_account {
	width: 100%;
	border-radius: 50%;
	margin-bottom: 5px;
}

.descr {
	font-size: 11px;
}

.hand {
	cursor: pointer;
}

.caption h5 {
	/*overflow: hidden;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 3;*/
	/*-webkit-box-orient: vertical;*/
	/*overflow: hidden;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 3;*/
	/*-webkit-box-orient: vertical;*/
	display: block;
	overflow: hidden;
	line-height: 1.2;
	height: 2.4em;
}

.fa-title {
	float: left;
	position: relative;
	top: 12px;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	margin-right: 5px;
}


.not_on_server {
	opacity: 0.5;
}

/*.seenMedia {*/
/*	position: absolute;*/
/*	background-color: #21DEEF;*/
/*	border-radius: 25px;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	top: -7px;*/
/*	right: -5px;*/
/*	z-index: 100;*/
/*}*/

.thumbnail {
	position: relative;
}

.seen_media {
	/*position: absolute;*/
	/*bottom: 6%;*/
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 10px;
	display: flex;
	align-items: center;
}

.circle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #629aa9;
	color: white;
	border-radius: 4px;
	/*border-radius: 50%;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin: 10px;
}

.img-responsive:not(.no-border) {
	border-radius: 15px;
	max-height: 235px !important;
}

.ms-lg-2 {
	margin-left: 0.5rem !important;
}

.btn-filtreLettre {
	background-color: #629aa9;
	margin-top: 2px;
}

.button_set_one.three.one .btn-outline-filtreLettre {
	background-color: #fdfdfd;
	border-color: #629aa9;
	color: #333333;
	margin: 2px;
	padding: 3px 8px;
	font-size: 11px;
	line-height: 1.5;
}

.button_set_one.three.one .btn-outline-filtreLettre.active {
	background-color: #333333;
	border-color: #629aa9;
	color: #fdfdfd;
}

.filter .form-two {
	margin-top: 0;
	padding: 0;
}

.panel .panel-heading {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.float_right {
	float: right;
}

.note-circle {
	position: absolute;
	transform: translate(0%, -100%);
}

.note-circle.carousel {
	position: absolute;
	transform: translate(0%, -100%);
}

.background-circle {
	fill: black; /* Cercle noir de fond */
	stroke-width: 0;
}

.progress-circle {
	fill: none;
	stroke-width: 2px; /* Épaisseur du contour */
	transition: stroke-dasharray 0.3s ease;
	transform: rotate(-90deg); /* Tourne le cercle pour que le début soit en haut */
	transform-origin: center;
}

.note-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 10px;
	font-weight: bold;
}

/* Styles pour les différentes couleurs de note */
.note-1 .progress-circle,
.note-2 .progress-circle,
.note-3 .progress-circle {
	stroke: red;
}

.note-4 .progress-circle,
.note-5 .progress-circle,
.note-6 .progress-circle {
	stroke: yellow;
}

.note-7 .progress-circle,
.note-8 .progress-circle,
.note-9 .progress-circle,
.note-10 .progress-circle {
	stroke: lime;
}

.navbar {
	height: 100%;
}

.owl-carousel .owl-item img {
	width: inherit !important;
}

.is_media_selected .item {
	box-shadow: 0 0 15px red;
}

.div_media {
	cursor: pointer;
}
