:root {
	/* #df8133 */
	--maincolor: #c01a1b;
	/* --maincolor: #cc1d1d; */
	/* --secondcolor: #df8133; */
}
body, .sp-preloader {
	background-color: #0f0f0f;
	/* color: #252525; */
}
#sp-main-body {
	padding: 120px 0;
}
#sp-footer a {
	color: #ffffff !important;
}
#sp-footer a:hover,
#sp-footer a:active,
#sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
	color: var(--maincolor);
}
#sp-footer a:hover {
	color: var(--maincolor) !important;
}
#sp-main-body/*  :not(.article-header) */ a {
	color: #ffffff;
	font-weight: 500;
	text-decoration: underline;
}
#sp-main-body .gallery-style-caption a,
#sp-main-body .ba-gallery a {
	text-decoration: unset !important;
}
#sp-main-body .ba-gallery .ba-goback a:hover {
	color: #ffffff !important;
	background-color: var(--maincolor) !important;
}
#sp-main-body h2 a {
	/* color: #ffffff; */
	font-weight: bold;
	text-decoration: unset;
}
#sp-main-body a:hover,
#sp-main-body a:focus,
#sp-main-body a:active {
	color: var(--maincolor);
	font-weight: 500;
	text-decoration: none;
}
#sp-main-body .sppb-team-carousel-layout1 .sppb-carousel-extended-item .team-media-item .team-social-icons ul li a:hover {
	color: #1e1a19;
}
.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
	/* font-size: 18px; */
	color: #ffffff;
}
body .sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
	animation-duration: 100ms;
}
ul:last-child, p:last-child {
	margin-bottom: 0px;
}
.sppb-addon-title {
	font-weight: 500;
}
.sppb-addon-title > span {
	font-weight: 800;
}
#sp-main-body .caption-bottom .ba-image > .ba-caption {
	padding-top: 0px;
	background: #000000 !important;
}
/* #sp-main-body .mh-470 .ba-gallery-items {
	height: 470px !important;
	max-height: 470px;
	overflow: hidden;
} */
/* #sp-main-body .mh-470 .ba-gallery-items:nth-child(n+4) {
	top: 495px !important;
} */
/* #sp-main-body .mh-470 .ba-image {
	height: 100%;
} */
/* #sp-main-body .mh-470 .ba-image > img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */
/* #sp-main-body .mh-470 .ba-gallery-grid {
	height: 955px !important;
} */
.title-bottom {
	display: flex;
	flex-direction: column-reverse;
}
.gallery-style-caption .sppb-media-content {
	padding: 15px;
	background: #000000;
}
#sp-main-body .gallery-style-caption .sppb-img-container:hover + .sppb-media-content a {
	color: var(--maincolor);
}


.article-list .article-intro-image img {
	width: 100%;
}
.info-contact .pull-left {
	padding: 20px;
	border-radius: 100px;
	background-color: var(--maincolor);
}
.info-contact .pull-left img {
	width: 48px;
}
/* .sp-megamenu-parent > li:last-child {
	display:;
} */
body .sp-page-title {
	position: relative;
	/* padding: 30px 0; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.sp-page-title:before {
	content: "";
	display: block;
	position: absolute;
	inset: 0px;
	background-color: rgba(0 0 0 / 60%);
	z-index: 0;
}
.sp-page-title > .container {
	position: relative;
	z-index: 1;
}

#sp-bottom {
	padding: 120px 0 30px;
	/* font-size: 14px;
	line-height: 1.6; */
}
#sp-bottom .addon-root-feature,
#sp-bottom .addon-root-feature > .clearfix {
	height: 100%;
}

body .sp-page-title .breadcrumb li a {
	color: #aaaaaa !important;
	/* font-weight: 700; */
}
body .sp-page-title .breadcrumb li.active span {
	color: #ffffff !important;
}



/* .home-video .addon-root-video { */
.home-video video {
	position: absolute;
	left: -50%;
	top: -50%;
	transform: translate(50%, 50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
/* .home-video .home-slider-content-text {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1;
} */
.home-video .title-video .sppb-addon-title {
	/* position: absolute; */
	/* top: 50%; */
	/* left: calc((100% - 1320px) / 2); */
	/* z-index: 9; */
	padding-left: 30px !important;
	border-left: 2px solid var(--maincolor);
	font-size: 68px;
	color: #ffffff;
}
.home-video .title-video .sppb-addon-title > span {
	display: block;
}
.burger-icon > span {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0 0 0 / 30%);
}
/* .team-custom .sppb-img-container {
	margin-bottom: 0px;
} */
.team-custom .sppb-media-content {
	/* text-align: start; */
	margin: 0px;
	padding: 30px;
	background: #161616;
}
.before-overlay .sp-background::after {
	/* position: absolute;
	inset: 0; */
	/* background-position: center center;
	background-repeat: repeat; */
	/* z-index: 1; */
	background-color: rgba(0, 0, 0, 0.25);
	/* mix-blend-mode: normal; */
}
.sppb-addon-sp-slider .sp-slider-content-align-left::before {
	/* position: absolute;
	content: "";
	left: -14px;
	top: 16px;
	width: 2px; */
	height: 150px;
	/* background-color: var(--maincolor); */
}
/* <span>Architecture</span> et design d'intérieur */

@media (max-width: 1399px) {
	/* body .sp-megamenu-parent > li > a, body .sp-megamenu-parent > li > span, body .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 15px;
	} */
	#sp-menu .sp-module .sppb-button-wrapper > .sppb-btn {
		padding: 14px 22px !important;
	}
}
/* @media (max-width: 1199px) {
	#sp-main-body .mh-470 .ba-gallery-items {
		height: 270px !important;
		max-height: 270px;
	}
	#sp-main-body .mh-470 .ba-gallery-items:nth-child(n+4) {
		top: 295px !important;
	}
} */
@media (max-width: 767px) {
	#sp-bottom {
		padding-top: 80px;
	}
}
@media (max-width: 575px) {
	#sp-menu > .sp-column > .sp-module {
		display: none;
	}
}
/* EXO 20251103 */
#sp-menu .sppb-btn.sppb-btn-lg {
	padding: 16px 20px !important;
}
@media (max-width: 1399px) {
	body .sp-megamenu-parent > li > a, body .sp-megamenu-parent > li > span, body .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 14px;
	}
	#sp-menu .sppb-btn.sppb-btn-lg {
		padding: 16px 20px !important;
	}
}
/* /EXO 20251103 */