@charset "UTF-8";
/**
 * Theme 2026 - Sections CSS
 * Styles pour les sections de contenu communes
 *
 * @version 1.0.0
 * @date 2026-02
 */

/* ==========================================================================
   CREDITS & LEGAL SECTIONS
   ========================================================================== */

.credits-section {
	margin-bottom: 30px;
}

.credits-section h6 {
	color: #A86F37;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-size: 14px;
}

.credits-section p {
	color: #111;
	line-height: 1.8;
	margin-bottom: 10px;
}

.credits-section ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}

.credits-section ul li {
	padding: 5px 0;
	padding-left: 20px;
	position: relative;
}

.credits-section ul li:before {
	content: "\2014"; /* — */
	position: absolute;
	left: 0;
	color: #A86F37;
}

.credits-section a {
	color: #A86F37;
	text-decoration: none;
	transition: color 0.3s ease;
}

.credits-section a:hover {
	color: #C89554;
	text-decoration: underline;
}

/* ==========================================================================
   LEGAL WARNING BOX
   ========================================================================== */

.legal-warning {
	background: rgba(168, 111, 55, 0.1);
	border-left: 3px solid #A86F37;
	padding: 15px 20px;
	margin: 20px 0;
}

.legal-warning p {
	margin: 0;
	font-size: 13px;
}

/* ==========================================================================
   PAGE FOOTER (FIXED BOTTOM)
   ========================================================================== */

.footer-fixed,
.footer {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* ==========================================================================
   PAGE TEXT COLORS
   ========================================================================== */


/* Dark text for light backgrounds */
.main-wrapper .text-dark p,
.main-wrapper .bg-grey p {
	color: #222;
}

/* ==========================================================================
   HEADER BACKGROUNDS
   ========================================================================== */

.header_left {
	background-color: var(--page-color);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top left;
	min-height: 400px;
}

.header_right {
	background-color: var(--page-color);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top right;
	min-height: 400px;
}

#header_Marshmallow {
	background-color: var(--page-color);
	background-image: var(--page-bg-header) !important;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top left;
	min-height: 400px;
}

#header_Marshmallow:hover {
	background-image: var(--page-bg-headerhover) !important;
}

#heider_Img {
	min-height: 700px;
}

li.headerspace {
	width: 30px;
}

/* ==========================================================================
   GRID ITEMS
   ========================================================================== */

.item-4 {
	height: 400px;
	border: solid #FFFFFF 2px;
	overflow: hidden;
}

.item-5 {
	height: 500px;
	border: solid #FFFFFF 2px;
	overflow: hidden;
}

/* ==========================================================================
   VIMEO CONTAINER
   ========================================================================== */

.vimeo-container {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.vimeo-bg {
	background-color: black;
	box-sizing: border-box;
	width: 100vh;
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

iframe {
	background: black;
}

/* ==========================================================================
   RESPONSIVE - TABLET
   ========================================================================== */

@media (max-width: 992px) {
	#header_Marshmallow {
		background-size: 80%;
		background-position: top 150px left;
		padding-top: 10px !important;
	}

	.header_left {
		background-size: 80%;
		background-position: top 150px left;
		padding-top: 10px !important;
	}

	.header_right {
		background-size: 80%;
		background-position: top 150px right;
		padding-top: 10px !important;
	}

	li.headerspace {
		display: none;
	}
}

/* ==========================================================================
   RESPONSIVE - MOBILE
   ========================================================================== */

@media (max-width: 768px) {
	#header_Marshmallow {
		background-position: top 170px left;
	}

	li.headerspace {
		display: none;
	}
}

/* ==========================================================================
   PAGE: ABOUT
   ========================================================================== */

.page-about h3,
.page-about h4,
.page-about h3.title,
.page-about .text-dark h3,
.page-about .text-dark h4 {
	color: #A86F37 !important;
}

/* Grid alignment for skills section */
.page-about .row {
	display: flex;
	flex-wrap: wrap;
}

.page-about .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

/* Media container (video/image) - fixed height */
.page-about .slide,
.page-about .row > [class*="col-"] > img {
	height: 250px;
	margin-bottom: 15px;
	overflow: hidden;
	background: #111;
	width: 100%;
	object-fit: cover;
}

.page-about .slide iframe {
	width: 100%;
	height: 100%;
}

.page-about .row > [class*="col-"] > img {
	object-fit: cover !important;
}

/* Text alignment */
.page-about .row h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

.page-about .row p.small {
	flex-grow: 1;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.page-about .row {
		display: block;
	}

	.page-about .slide {
		height: 180px;
	}
}
