@charset "utf-8";
/* CSS Document */

/* colors */
.bg-violet { background-color: #646fc9; }
.bg-darkblue { background-color: #2f3b91; }
.text-purple, .btn-link.text-purple, a.text-purple-hover:hover { color: #646fc9; }
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	outline-offset: 0;
	color: #646fc9;
}
.blue {
    color: #646fc9;
    }
.darkblue {
    color: #2f3b91;
    }
.text-fast-blue, .btn-link.text-fast-blue, a.text-fast-blue-hover:hover {
    color: #646fc9;
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
	max-height: none;
}

.opacity-medium {
	opacity: 0.3;
}
section.section-light {
	padding: 60px 0 !important;
	overflow: hidden;
}
footer .footer-logo img {
	max-height: 75px;
}
footer li, footer li > div > a {
	line-height: 15px !important;
}
footer li > div > a > span {
	font-size: 13px !important;
	line-height: 15px !important;
}
.footer-dark, .footer-dark a {
	color: #cccccc;
}
/* product */
.margin-3-half-rem-tb {
	margin-top: 3.5rem;
	margin-bottom: 1.5rem;
}
.picto {
	width: 33%;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	vertical-align: top;
    padding-bottom: 15px;
}

/* content */
.with-bg-size {
  width: 100% !important;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
}
h5 span {
    font-size: 22px;
    margin-top: 0px;
}
