.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
.visually-hidden, .sr-only,
.visually-hidden-focusable:not(:focus):not(:focus-within)
{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.position-relative {
	position: relative !important;
}
.me-auto {
	margin-right: auto !important;
}



.circle
{
	border-radius: 50%;
}
figure
{
	padding: 0;
	margin: 0;
	margin-bottom: .75rem;
}
.blog-featured .item-image
{

}
.blog-featured .item-image img
{
	width: 100%;
}
.item
{
	margin-top: .75rem;
}
.mod-languages__select.btn-group
{
	justify-content: end;
}
.mod-search.search
{
	margin-top: 1rem;
}
#back-top
{
	z-index: 989;
	padding: 10px;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: block;
	visibility: hidden;
	background-color: #3b7bb9;
	color: #ffffff;
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.25rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: ;
  --bs-toast-font-size: 1rem;
  --bs-toast-color: #000000;
  --bs-toast-bg: #ffe69c;
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: #ffffffd9;
  --bs-toast-header-border-color: #0000000d;
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
}
.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container > :last-child {
	margin-bottom: 1.5rem;
}
.toast-header {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.25rem;
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
}
.toast-header .btn-close {
	margin-right: calc(-.5 * var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x);
}
.btn-close {
	box-sizing: content-box;
	font-size: calc(1.275rem + 0.3vw);
	background: none;
	border: 0;
	opacity: 0.5;
}
span.svgSpan {
	display: inline-block;
	height: auto;
}
.text-danger {
	color: red !important;
}
.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word;
}
