.fragment-mono-regular {
  font-family: "Fragment Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.fragment-mono-regular-italic {
  font-family: "Fragment Mono", monospace;
  font-weight: 400;
  font-style: italic;
}
.parisienne-regular {
	font-family: "Parisienne", cursive;
	font-weight: 400;
	font-style: normal;
}
.parisienne-bold {
	font-family: "Parisienne", cursive;
	font-weight: 800;
	font-style: normal;
}

#logo {
	text-shadow: 2px 2px 0px rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

body, .btn {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
h2.h5 {
	font-weight:400;
}
h1, h2.h2 {
	font-weight:400;
}

.fs-small {
	font-size: 0.6rem !important;
	font-weight:400;
	display:block;
}

.fit-cover {
  object-fit: cover;
}

.avatar {
	height:30px;
	margin-left:-10px;
}
.avatar:first-child {
	margin-left: 0;
}
.accordion-body .avatar:first-child {
	margin-left:0px;
}
.avatar-engage img {
	height:36px;
	margin-left:-15px;
}
.avatar-engage img:first-child {
	margin-left:0px;
}
.avatar-engage span.badge {
	margin-left:-5px;
}
.avatar-engage .avatar-groupe {
	margin-left:10px;
}
.avatar-engage .avatar-groupe:first-child {
	margin-left:0px;
}
.avatar2 {
	height:36px;
	width:36px;
}
.avatar-header {
	width:36px;
	height:36px;
	margin-left:-4px;
}
.avatar-header:first-child {
	margin-left:0px;
}

.accordion-whithoutchevron:after {
	background-image:none;
}

.px-4-5 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:0px;
}

p.text-truncate-2lines {
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-3lines {
	-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.file, .folder {
	min-height:200px;
}

.ui-autocomplete {
	z-index:1056;
}


.attrthumb {
	height:100px;
}