@charset "utf-8";
/**
 * @subpackage	Sil51-HelixUltimate v2.0.20260317
 * @copyright	(C) Marc Savart - All rights reserved.
 */

/* Fonts */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Baumans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Baumans Regular'), local('Baumans-Regular'), url('../fonts/Baumans-Regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Styles */ 

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}
body,
.sp-preloader {
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    background-color: #fff;
}
h1 {
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}
h2 {
    margin-bottom: 1rem;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}
h3 {
    margin-bottom: 1rem;
	font-size: 19px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}
h4 {
    margin-bottom: 1rem;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}
h5 {
    margin-bottom: 1rem;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}
h6 {
    margin-bottom: 1rem;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-family: 'Baumans', sans-serif;
	font-weight: 400;
	font-style: normal;
}
a,
a:hover {
	text-decoration: none;
}
p.subform {
    margin-bottom: 0;
}
.badge {
    color: #333;
}
.pull-left {
	float: left;
	margin: 5px 10px 10px 0;
}
.pull-right {
	float: right;
	margin: 5px 0 10px 10px;
}
.scale {
    position: relative;
    border: 5px solid #fff;
    transform: scale(1);
    transition: all .5s;
    z-index: 0;
}
.scale:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    transform: scale(1.5);
    z-index: 1;
}

/* Header */

#sp-header {
    height: auto;
}
#sp-header .logo {
    width: 100%;
    height: auto;
    display: block !important;
}
@media (max-width: 992px) {
    #sp-header,
    #sp-header .logo {
        height: auto;
        margin-right: 50px;
        text-align: center;
    }
	#sp-header .logo a {
		margin: 0 auto;
	}
	#sp-header .logo a .logo-image-phone {
		max-height: 120px;
		height: auto;
	}
}

/* Search */

#sp-search .sp-module {
    width: 100%;
	height: 60px;
    margin: 0 15px;
}
#sp-search .sp-module-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#sp-search .mod-finder,
#sp-search .mod-finder .awesomplete {
	width: 100%;
}
#sp-search .mod-finder .js-finder-search-query {
	width: 100%;
	padding: 12px 32px 8px 12px;
	font-size: .9rem;
	background: #fff url('../../../images/design/search.png') no-repeat right center;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	-webkit-box-shadow: inset 3px 3px 4px 0 rgba(50, 50, 50, .75) !important;
	box-shadow: inset 3px 3px 4px 0 rgba(50, 50, 50, .75) !important;
}

@media (min-width: 576px) {
	#sp-search .mod-finder .js-finder-search-query {
		padding: 12px 32px 8px 12px;
	}
}
@media (min-width: 768px) {
	#sp-search .mod-finder .js-finder-search-query {
		padding: 12px 32px 8px 12px;
	}
}
@media (min-width: 992px) {
	#sp-search .mod-finder .js-finder-search-query {
		padding: 11px 32px 7px 12px;
	}
}
@media (min-width: 1200px) {
	#sp-search .mod-finder .js-finder-search-query {
		padding: 12px 32px 8px 12px;
	}
}

/* Menu */

.sp-megamenu-parent {
	float: none;
    margin: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .sp-megamenu-parent {
        display: flex !important;
    }
}
.sp-megamenu-parent > li {
    flex-grow: 1;
	margin-left: 2px;
}
.sp-megamenu-parent > li:last-child {
	margin-right: 2px;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    width: 100%;
    padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
    text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
    color: #182535 !important;
    background-color: #febf00;
}
.sp-megamenu-parent > li.sp-has-child > a::after,
.sp-megamenu-parent > li.sp-has-child > span::after {
    float: none !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 0;
	-webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 4px 4px 5px 0 rgba(0,0,0,.5);
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,.5);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	display: block;
	padding: 0 12px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	background-color: #182535;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.hover > a {
	 color: #febf00;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active >a:hover {
	color: #182535;
	background: #febf00;
}

/* Off-Canvas */

#offcanvas-toggler.offcanvas-toggler-right {
	position: fixed;
	justify-content: center;
	top: 30px;
	right: 30px;
	width: 50px;
    height: 50px;
	padding: 0;
	margin: 0 !important;
	z-index: 99;
	background-color: rgba(24,37,53,.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#offcanvas-toggler.offcanvas-toggler-right:hover {
	background-color: rgba(24,37,53,1) !important;
}
#offcanvas-toggler {
    line-height: 50px;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
#offcanvas-toggler .burger-icon > span {
    background-color: #fff;
}
#offcanvas-toggler .burger-icon:hover > span {
    background-color: #febf00;
}
.offcanvas-menu {
    background-color: #182535;
	transition: all 400ms;
}
.offcanvas-menu .logo {
    margin: 0 auto;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    width: 100%;
    margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    padding-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	padding: 0 10px;
	margin-top: 5px;
    color: #fff !important;
	font-size: 18px;
	font-family: 'Baumans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 58px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	background-color: #141e2a;
    opacity: 1;
    display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
	margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a:hover > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator:hover > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator:focus > .menu-toggler {
    color: #182535 !important;
	background-color: #febf00;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
    right: 0 !important;
    width: 48px;
    padding: 0 !important;
    color: #fff;
    text-align: center;
    border-left: 1px solid #141e2a;
	transition: all 400ms;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler::after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler::after {
    content: '\f105'; /* angle-right */
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler::after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler::after {
    content: '\f107'; /* angle-down */
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu ul {
    margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    padding: 10px 10px;
	color: #fff;
    font-size: 1rem;
}
.offcanvas-menu .offcanvas-inner .sp-module .awesomplete,
.offcanvas-menu .offcanvas-inner .mod-search-searchword107 {
    width: 100%;
    color: #000;
}
.close-offcanvas {
    width: 30px;
    height: 30px;
    padding: 0;
	color: #182535 !important;
    background-color: #febf00 !important;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	box-shadow: 1px 1px 2px #182535;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.close-offcanvas .burger-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.close-offcanvas:hover,
.close-offcanvas:focus {
    color: #182535 !important;
	background-color: #fff !important;
}

/* Breadcbrumbs */

.breadcrumb {
	margin: 0;
	padding: 0;
	line-height: 30px;
	background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: .4rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '\f0da'; /* caret-right */
	padding-right: .4rem;
    color: #febf00;
	font-weight: 700;
	font-family: 'Font Awesome 6 Free';
}

/* Main Body */

#sp-main-body {
	padding: 0;
}
#sp-main-body > .container {
	padding: 15px;
	background-color: #eee;
	box-shadow: 3px 3px 3px rgba(0,0,0,.75);
}
@media (min-width: 768px) {
	#sp-main-body {
		-webkit-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.75);
		-moz-box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.75);
		box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.75);
	}
	#sp-main-body > .container {
		border-left: 1px solid rgba(0,0,0,.75);
	}
}
#sp-main-body .sp-module {
	display: block;
	margin: 15px 0;
	padding: 15px;
	background-color: #fff;
}
#sp-main-body .sp-module .sp-module-title {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	color: #182535;
	font-size: 18px;
	border-bottom: 1px solid #febf00;
}
#sp-main-body .sp-module .sp-module-title::before {
	content: '\f0c8'; /* square */
	display: inline-block;
	padding-right: 8px;
	color: #febf00;
	font-family: 'Font Awesome 6 Free';
}
#sp-main-body .sp-module .mod-articles > li {
	border-bottom: 1px solid #febf00;
}
#sp-main-body .sp-module .mod-articles > li:last-child {
	border-bottom: 0;
}
#sp-main-body .sp-module .mod-articles > li > a {
	color: #1a65b0;
	line-height: 20px;
}
#sp-main-body .sp-module .mod-article > li > a:hover {
	color: #007fff;
}
#sp-left,
#sp-right {
	padding-top: 15px;
}
#sp-left .sp-module,
#sp-right .sp-module {
	margin: 0 0 30px 0;
}
#sp-left .sp-module h4.newsflash-title,
#sp-right .sp-module h4.newsflash-title {
	padding: 15px 0 10px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #febf00;
}
#sp-left .sp-module h4.newsflash-title:first-child,
#sp-right .sp-module h4.newsflash-title:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
#sp-left .sp-module .random-image img,
#sp-right .sp-module .random-image img {
	margin: 0 auto;
	width: 100%;
}
#sp-left .sp-module .sp-module-content p:last-child,
#sp-right .sp-module .sp-module-content p:last-child {
	margin-bottom: 0;
}
.sp-module .custom_adv {
	text-align: center;
}
.container-fluid.blog-featured {
	padding-right: 0;
	padding-left: 0;
}
.items-row .article,
.article-list .article,
.article-details {
	width: 100%;
	margin: 15px 0;
	padding: 15px;
	background-color: #fff;
	border: none;
}
.items-row .item,
.col-md-6,
.article-list .row .col-lg-6,
.article-list .row .col-md-6 {
    display: flex;
    align-items: stretch;
}
.items-row .item .article,
.article-list .article,
.col-lg-6 .article,
.col-md-6 .article {
    position: relative;
	padding-bottom: 65px;
}
.readmore a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #182535 !important;
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.readmore a:hover {
    color: #182535 !important;
    background-color: #febf00 !important;
}
.article .article-intro-image,
.article .article-featured-video,
.article .article-featured-audio,
.article .article-feature-gallery,
.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
    margin: 0 0 15px 0;
    border-radius: 0;
	border: none;
}
.article-details .article-full-image,
.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
    margin-bottom: 15px;
}
.article-details .article-full-image img {
    border-radius: 0;
}
a.lightbox-image {
    position: relative;
    display: inline-block;
}
a.lightbox-image::before {
	content: '\f00e'; /* search-plus */
	position: absolute;
    opacity: 0;
	padding: 10px 13px;
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-family: 'Font Awesome 6 Free';
	text-shadow: none;
	background-color: rgba(0, 0, 0, .5);
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: all .4s;
    transition: all .4s;
}
a.lightbox-image:hover::before {
    opacity: 1;
}
.article-info {
	padding: 5px 10px;
	margin: 0 0 15px 0;
	color: #666;
	text-transform: uppercase;
	background-color: rgba(254, 191, 0, .1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
h2.item-title {
	margin-bottom: 15px;
}
h2.item-title a {
	color: #333 !important;
}
h2.item-title a:hover,
h2.item-title afocus {
	color: #1a65b0 !important;
}
.article-info span {
	padding: 0;
	margin-left: 10px;
}
.article-info span:first-child {
	margin-left: 0;
}
.article-info span::before {
	margin: 0;
	padding-right: 3px !important;
	font-weight: 400;
	font-family: 'Font Awesome 6 Free';
	text-shadow: 1px 1px 1px rgba(254, 191, 0, 1);
}
.article-info span.category-name::before {
	content: '\f07c'; /* folder-open */
}
.article-info span.published::before {
	content: '\f133'; /* calendar */
}
#sp-component .blog > h1:first-child {
	margin: 15px 0 0 0;
	padding: 15px;
	color: #182535;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #fff;
}
#sp-component .blog .category-desc {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}
#sp-component .blog .category-desc p:last-child {
	margin-bottom: 0;
}
#sp-component .category-desc > img {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.article-details .article-header h1 {
    font-size: 24px;
	margin-bottom: 15px;
}
.article-list .article .article-header h2,
.article .article-header h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
	color: #000 !important;
}
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h2 a:focus {
	color: #1a65b0 !important;
}
.article p,
.article-details p,
#sp-component .blog .category-desc p {
	text-align: justify;
}
.article img,
.article-details img {
	display: inline;
}

/* Search Page */

#sp-component .finder {
	padding: 15px;
    margin-top: 15px;
	margin-bottom: 30px;
	background-color: #fff;
}
#sp-component .finder h1 {
	margin: 0 0 .5rem 0;
	padding: 0;
}
#search-results {
	margin-top: 25px !important;
}
#search-form .form-control,
#search-form .inputbox {
	font-size: 14px;
}
#search-form .input-group-text {
    padding: 0;
}
#search-results .result__title {
    font-weight: 700;
}
#search-results .result__title,
#search-results .result__details {
    margin: 0 0 10px 0;
}
#search-results .result__details {
	display: inline-block;
	color: #666;
	font-size: 0.8rem;
	text-transform: uppercase;
	background-color: rgba(254,191,0,.1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#search-results .result__category,
#search-results .result__created {
	padding: 5px 10px;
}
#search-results .result__created::before {
	content: '\f133'; /* calendar */
    margin: 0;
	padding-right: 3px !important;
	font-weight: 400;
	font-family: 'Font Awesome 6 Free';
    text-shadow: 1px 1px 1px rgba(254, 191, 0, 1);
}

/* Contact Page */

.convertforms {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.convertforms .page-header {
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
}
.convertforms .cf-content-wrap {
    padding: 15px;
}
.convertforms .cf-form-wrap {
	width: 80%;
	margin: 0 auto 30px auto;
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media (max-width: 767.98px) {
    .convertforms .cf-form-wrap {
        width: auto;
        margin: 0 15px 30px 15px;
    }
}
.convertforms .red {
	color: #c00;
}
.convertforms .g-invisible-recaptcha .grecaptcha-badge {
    margin: 0 auto;
}
.convertforms .cf-btn {
    line-height: 24px;
}
.convertforms .cf-btn::before {
	content: '\f1d8';
	margin-right: 6px;
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
}

/* Social share icons */

.article-details .article-ratings-social-share {
    display: inline-block !important;
    float: right;
    padding: 0;
    margin: 0 0 10px 20px;
    border: none;
}
.article-social-share .social-share-icon ul li a {
	background-color: #f5f5f5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
}
.article-social-share .social-share-icon ul li a.facebook {
	color: #3b5998 !important;
}
.article-social-share .social-share-icon ul li a.twitter {
	color: #1da1f2 !important ;
}
.article-social-share .social-share-icon ul li a.linkedin {
	color: #0077b5 !important;
}
.article-social-share .social-share-icon ul li a:hover {
	color: #fff !important;
}
.article-social-share .social-share-icon ul li a.facebook:hover {
	background-color: #3b5998;
}
.article-social-share .social-share-icon ul li a.twitter:hover {
	background-color: #1da1f2;
}
.article-social-share .social-share-icon ul li a.linkedin:hover {
	background-color: #0077b5;
}

/** Attachments & custom content tags **/

.com-dpattachments-layout-attachments .fa {
    font-size: 1.2em;
    text-shadow: 2px 2px 2px rgb(255, 255, 255), 2px -2px 2px rgb(255, 255, 255), -2px 2px 2px rgb(255, 255, 255), -2px -2px 2px rgb(255, 255, 255);
}
.com-dpattachments-layout-attachments dl,
.com-dpattachments-layout-attachments dd {
    margin: 0;
}
.bloc-audio {
	display: flex;
	align-items: center;
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 10px 15px;
	background-color: #f0f0f0;
}
.bloc-audio.even {
	background-color: #f8f8f8;
}
.bloc-audio:last-child {
	margin-bottom: 1rem;
}
.bloc-audio p {
	margin: 0;
}
.bloc-audio .title {
	display: inline-block;
	width: 55%;
	padding: 0 5px;
	font-weight: bold;
}
.bloc-audio .download {
	float: right;
	font-weight: normal;
}
.bloc-audio .download::before {
	content: '\f019'; /* download */
	margin: 0 5px 0 10px;
	font-weight: 700;
	font-family: 'Font Awesome 6 Free';
}
.bloc-audio .listen {
	display: block;
	width: 45%;
}
.bloc-audio .listen audio {
	display: block;
	width: 100%;
	padding: 0 0 0 5px;
}
@media (max-width: 1200px) {
	.bloc-audio {
		width: 100%;
	}
	.bloc-audio .title {
		width: 60%;
	}
	.bloc-audio .listen {
		width: 40%;
	}
}
@media (max-width: 768px) {
	.bloc-audio,
	.bloc-audio .title,
	.bloc-audio .listen {
		clear: both;
		float: none;
		display: block;
		width: 100%;
	}
	.bloc-audio .title {
		padding: 0 5px;
	}
	.bloc-audio .download.m4r {
		clear: both;
	}
	.bloc-audio .listen {
		padding-top: 5px;
	}
	.bloc-audio .listen audio {
		padding: 0;
	}
}

/* Articles Icons & classes  */

.icone-attention {
	padding-left: 20px;
	background: transparent url('../../../images/icons/icon-attention_15x15.png') no-repeat left center;
}
.icone-apple {
	padding-left: 19px;
	background: transparent url('../../../images/icons/icon-apple_14x14.png') no-repeat left center;
}
.icone-android {
	padding-left: 19px;
	background: transparent url('../../../images/icons/icon-android_14x14.png') no-repeat left center;
}
.icone-windows {
	padding-left: 19px;
	background: transparent url('../../../images/icons/icon-windows_14x14.png') no-repeat left center;
}
.icone-audio {
	padding-left: 21px;
	background: transparent url('../../../images/icons/icon-audio_16x14.png') no-repeat left center;
}
.icone-musique {
	padding-left: 20px;
	background: transparent url('../../../images/icons/icon-musique_15x14.png') no-repeat left center;
}
.icone-nouveau {
	padding-right: 27px;
	background: transparent url('../../../images/icons/icon-nouveau_22x20.png') no-repeat right center;
}
a.lien-web,
.lien-web a,
a.lien-jvc,
.lien-jvc a,
a.lien-wikipedia,
.lien-wikipedia a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.6rem;
}
a.lien-web::before,
.lien-web a::before,
a.lien-jvc::before,
.lien-jvc a::before,
a.lien-wikipedia::before,
.lien-wikipedia a::before {
	float: left;
	width: 25px;
	font-weight: 900;
	line-height: 1.6rem;
	text-align: center;
}
a.lien-web::before,
.lien-web a::before {
	content: "\f0c1"; /* link */
	color: #0441BC;
	font-family: "Font Awesome 6 Free";
}
a.lien-jvc::before,
.lien-jvc a::before {
	content: '\f11b'; /* gamepad */
 	color: transparent;
	font-family: 'Font Awesome 6 Free';
	background-image: linear-gradient(to left, #FF572E, #004365);
	-webkit-background-clip: text;
}
a.lien-wikipedia::before,
.lien-wikipedia a::before {
	content: '\f266'; /* wikipedia-w */
	color: #222;
	font-family: 'Font Awesome 6 Brands';
}
#sp-component p.source {
	padding-right: 10px;
	font-size: 0.8rem;
	font-style: italic;
	text-align: right;
}
#sp-component .codebox {
	margin: 0 20px 18px 20px;
	padding: 5px;
	border: 1px solid #c8c8c8;
	background-color: #f8f8f8;
}
#sp-component .codeboxscroll {
	overflow: auto;
	padding: 15px 0 0 0;
	font-family: 'Courier New', Courier, monospace;
	white-space: nowrap;
}
#sp-component span.code {
    padding: 0 5px;
    font-family: 'Courier New', Courier, monospace;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

/* Pagination & buttons */

.pagination-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
.pagination-wrapper .mr-auto, .mx-auto {
    margin: 0 auto !important;
}
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    width: 100%;
}
.pagination li.page-item {
	display: inline-block;
	margin: 0;
	border: 0;
}
.pagination li.page-item .page-link {
    display: block;
	margin: 8px !important;
	padding: 10px 15px !important;
	color: #182535 !important;
	background-color: #fff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
}
.pagination li.page-item .page-link:hover,
.pagination li.page-item .page-link:focus {
	color: #fff !important;
	background-color: #182535;
	box-shadow: none;
}
.pagination li.disabled.page-item {
    display: none;
}
.pagination li.active.page-item .page-link {
	color: #182535 !important;
	background-color: #febf00 !important;
}
.pagination li.active.page-item .page-link:hover,
.pagination li.active.page-item .page-link:focus {
	cursor: default;
	box-shadow: none;
}

/* Bottom */

#sp-bottom {
	background: rgb(26,37,52);
	background: -webkit-linear-gradient(90deg, rgb(26,37,52) 0%, rgb(20,29,41) 100%);
	background: -moz-linear-gradient(90deg, rgb(26,37,52) 0%, rgb(20,29,41) 100%);
	background: -ms-linear-gradient(90deg, rgb(26,37,52) 0%, rgb(20,29,41) 100%);
	background: -o-linear-gradient(90deg, rgb(26,37,52) 0%, rgb(20,29,41) 100%);
	background: linear-gradient(180deg, rgb(26,37,52) 0%, rgb(20,29,41) 100%);
	-webkit-box-shadow: 0 -5px 5px 0 rgb(26,37,52);
	-moz-box-shadow: 0 -5px 5px 0 rgb(26,37,52);
	box-shadow: 0 -5px 5px 0 rgb(26,37,52);
}
#sp-bottom .container-inner {
	padding-left: 30px;
	padding-right: 30px;
}
#sp-bottom .container {
	margin-top: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(56,67,82);
}
#sp-bottom .sp-module {
    margin-bottom: 0;
}
#sp-bottom .sp-module ul > li {
	padding: 0;
	border: 0;
	margin-bottom: .5rem !important;
}
#sp-bottom .sp-module ul > li > a {
	line-height: 20px;
}
#sp-bottom .sp-module ul > li > a::before {
	content: '\f105'; /* angle-right */
	font-weight: 700;
	font-family: 'Font Awesome 6 Free';
    margin-right: 8px;
}
#sp-bottom .sp-module ul > li > a:focus {
	background-color: transparent !important;
}

/* Footer */

#sp-bottom4 {
	text-align: center;
}
.sp-copyright {
	color: #aebed5;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

/* Scoll-up */

.sp-scroll-up {
	background-color: rgba(51,51,51,.5);
	border: 1px solid rgba(255,255,235,.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 18px;
	border-radius: 18px;
	transition: all 400ms;
}
.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
	color: #182535;
	background-color: rgba(254,191,0,1);
	border-color: #182535;
}

/* System */

html.coming-soon body {
    padding: 15px;
    margin: 0;
    color: #fff !important;
    background: #141d29 url("../../../images/design/bottom-bg.jpg") no-repeat center center !important;
    background-color: #141d29 !important;
}
.coming-soon-logo {
    max-height: 300px;
}
.btn,
.sppb-btn-primary {
    border: 0;
	color: #fff !important;
    background-color: #182535 !important;
}
html.coming-soon .form-floating label {
    color: #141d29;
}
html.coming-soon .btn.login {
    color: #fff;
    border: 1px solid #fff;
}
.btn:hover,
.sppb-btn-primary:hover {
	color: #182535 !important;
    background-color: #febf00 !important;
}
html.coming-soon .btn.login:hover {
}
.article-details .article-can-edit {
    display: none;
    margin: 0;
}
#system-message-container {
	z-index: 9998;
}
#system-message-container .alert {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 15px 18px;
	min-width: 400px;
	transform: translate(-50%,-50%);
	background-color: #fff !important;
	border: 2px solid #f00 !important;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.5);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,.5);
    z-index: 9999;
}
#system-message-container .alert button.close {
    float: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    background-color: #f00;
    border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#system-message-container .alert button.close:hover {
    background-color: #c00;
}
#system-message-container .alert.alert-danger::before {
    display: block;
    margin: 0 auto;
    padding-left: 60px;
    height: 60px;
    content: 'ERREUR';
    color: #F27474;
    font-size: 25px;
    line-height: 50px;
    background: url('../../../images/design/system-message/alert-error.png') no-repeat 0 0;
    background-size: auto 50px;
}

/* HelixUltimate 2.1.0 fix */

body.ltr .sp-megamenu-parent > li.sp-has-child > a:after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after,
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler::after {
	font-family: "Font Awesome 6 Free" !important;
}
span.badge.featured-article-badge {
	display: none;
}
