.noir {color: #1e1e1e !important}


/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
	font-size: 18px;
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	font-size: 18px;

}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	text-decoration: none !important;
	color: #c9dd03;
}

.item-241 span.nav-title, .item-242 span.nav-title, .item-248 span.nav-title {font-size: 18px; font-weight: 700; }
.item-242 span.nav-title:hover {text-decoration: none !important;}


.mod-list > li > a {
    border: 0px solid #d8dde2 !important;
    padding: 0 !important;
    
}

.astroid-nav > li > a, .astroid-sidebar-menu > li > a, .astroid-mobile-menu > .nav-item > a {
    text-decoration: none;
	text-align: center;
	line-height: 1.1em !important;
}



/* LOGO */
.astroid-logo img {
    max-height: 180px !important;
}

.astroid-logo .astroid-logo-sticky {
    max-height: 100px !important;
}

.astroid-header-section header.astroid-horizontal-header:not(.astroid-header-sticky) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


/* MENU */

@media (max-width: 1199px) {
/* .d-lg-flex {
    display: none !important;
} */

.astroid-nav > li > a, .astroid-sidebar-menu > li > a, .astroid-mobile-menu > .nav-item > a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 0em;
    line-height: 1.7em;
    font-family: Dosis, Arial, Helvetica, sans-serif;
}

.astroid-logo img {
    max-height: 100px !important;
	margin-left: 20px;
}

.me-4 {
    margin-right: 0rem !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.3rem !important;
    color: #2c2e36;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.astroid-header-section header .header-block-item > div {
    padding-left: 20px !important;
}


}

.justify-content-between {
    justify-content: start !important;
}


/* PARTENAIRES */

.sppb-carousel-extended-outer-stage {
    
    align-items: center;
    justify-content: center;
}

body a {
    color: #ffffff;
}