/* --------------- 
Base 
--------------- */

.boat-header-spacer {
	height: 100px;
	width: 100%;
	background-color: #f3f3f3;
}
@media (max-width: 992px) {
	.boat-header-spacer {
		height: 40px;
	}
}

.boat-template {
	background-color: #f3f3f3;
	padding: 0 15px;
	min-width: 340px;
}

@media (min-width: 768px) {
	.boat-template {
		padding: 0 30px;
	}
}

.boat-highlight {
	color: #f15a22;
}

/* --------------- 
Navigation 
--------------- */

.boat-navigation {
	margin: auto;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.boat-navigation-swiper {
	width: 100%;
	position: relative;
}

.boat-navigation-swiper:not(.swiper-enabled) {
	overflow: visible;
}

.boat-navigation-swiper:not(.swiper-enabled) .swiper-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	transform: none !important;
}

.boat-navigation-swiper:not(.swiper-enabled) .swiper-button-next,
.boat-navigation-swiper:not(.swiper-enabled) .swiper-button-prev {
	display: none;
}

.boat-navigation-slide {
	width: auto;
}

.boat-navigation-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 15px;
	border-radius: 0;
	transition: color 0.2s ease;
	cursor: pointer;
}

.boat-navigation-item img {
	width: 100px;
	height: auto;
	display: block;
}

.boat-navigation-label {
	font-size: 15px;
	color: #333;
	font-weight: 500;
	transition: color 0.2s ease;
	position: relative;
	display: block;
}

.boat-navigation-item:hover .boat-navigation-label {
	color: #f15a22;
}

/* Soulignement SVG au hover (comme le menu) */
.boat-navigation-label::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 186px;
	height: 8px;
	background-image: url('../images/underline-accent.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.boat-navigation-item:hover .boat-navigation-label::after {
	opacity: 1;
}

.boat-navigation {
	position: relative;
}

.boat-navigation-swiper {
	padding: 0;
}

.boat-navigation:not(.swiper-enabled) .boat-navigation-button-next,
.boat-navigation:not(.swiper-enabled) .boat-navigation-button-prev {
	display: none;
}

.boat-navigation-button-next,
.boat-navigation-button-prev {
	color: rgba(0, 0, 0, 0.4);
	width: 10px;
	height: 16px;
	opacity: 1;
	transition: all 0.3s ease;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 10;
}

.boat-navigation-button-next {
	right: -20px !important;
}

.boat-navigation-button-prev {
	left: -20px !important;
}

.boat-navigation:hover .boat-navigation-button-next,
.boat-navigation:hover .boat-navigation-button-prev {
	opacity: 1;
}

.boat-navigation-button-next:after,
.boat-navigation-button-prev:after {
	font-size: 14px;
}

@media (min-width: 768px) {
	.boat-navigation-button-next,
	.boat-navigation-button-prev {
		width: 12px;
		height: 20px;
	}
	
	.boat-navigation-button-next {
		right: -30px;
	}
	
	.boat-navigation-button-prev {
		left: -30px;
	}
	
	.boat-navigation-button-next:after,
	.boat-navigation-button-prev:after {
		font-size: 20px;
	}
}

.boat-navigation-hr {
	width: 100px;
	background-color: #000;
}

/* --------------- 
Title 
--------------- */

.boat-title, .boat-subtitle {
	font-size: 50px;
	line-height: 150%;
	color: #333333;
	text-align: center;
	font-family: Open Sans;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	padding: 40px 0;
}

@media (max-width: 1200px) {
	.boat-title, .boat-subtitle {
		font-size: 35px;
	}
}

@media (max-width: 768px) {
	.boat-title, .boat-subtitle {
		font-size: 30px;
	}
}


/* --------------- 
Description 
--------------- */

.boat-description {
	max-width: 1200px;
	margin: 40px auto;
	padding: 40px 30px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.20);
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-radius: 6px;
}

.boat-description strong {
	color: #f15a22;
}

.boat-description p {
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color: #333333;
	margin: 0;
	font-weight: 600;
}

@media (max-width: 768px) {
	.boat-description {
		padding: 30px 20px;
	}
	
	.boat-description h4 {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

/* --------------- 
Hero picture 
--------------- */

.boat-hero-picture {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	max-width: 1200px;
}

/* --------------- 
Layout Gallery 
--------------- */

.boat-gallery {
	margin: 40px auto;
	max-width: 1200px;
}

.boat-gallery-main {
	width: 100%;
	margin-bottom: 20px;
	transition: height 0.4s ease-in-out;
	overflow: hidden;
}

.boat-gallery-main .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.boat-gallery-thumbs {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
}

.boat-gallery-thumbs .swiper-wrapper {
	justify-content: center;
}

.boat-gallery-thumbs .swiper-slide {
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s ease;
	width: 100px !important;
	height: 100px;
	flex-shrink: 0;
}

.boat-gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.boat-gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

.boat-gallery-main.boat-gallery-single .swiper-button-next,
.boat-gallery-main.boat-gallery-single .swiper-button-prev,
.boat-gallery-thumbs.boat-gallery-single .swiper-button-next,
.boat-gallery-thumbs.boat-gallery-single .swiper-button-prev {
	display: none !important;
}

.boat-gallery-main {
	position: relative;
}

.boat-gallery-main .swiper-button-next,
.boat-gallery-main .swiper-button-prev {
	color: #2c2c2c;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: all 0.3s ease;
	background-color: #fff;
	padding: 9px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.boat-gallery-main .swiper-button-next {
	right: 20px;
}

.boat-gallery-main .swiper-button-prev {
	left: 20px;
}

.boat-gallery-main:hover .swiper-button-next,
.boat-gallery-main:hover .swiper-button-prev {
	opacity: 1;
}

.boat-gallery-main .swiper-button-next:after,
.boat-gallery-main .swiper-button-prev:after {
	font-size: 18px;
}

.boat-gallery-thumbs {
	position: relative;
}

@media (max-width: 768px) {
	.boat-gallery-thumbs {
		display: none !important;
	}
}

.boat-hero-picture-container {
	width: 100%;
	overflow: hidden;
	border: 3px solid transparent;
}

.boat-hero-picture-container img {
	width: 100%;
	height: auto;
	display: block;
}

.boat-hero-picture-hover {
	transition: border-color 0.3s ease;
}

.boat-hero-picture-hover:hover {
	border-color: #f15a22;
}

.boat-hero-picture-hover img {
	transition: transform 0.3s ease;
	transform: scale(1);
}

.boat-hero-picture-hover:hover img {
	transform: scale(1.05);
}

/* --------------- 
Contact button 
--------------- */

.boat-contact-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.boat-contact-button-link {
	display: inline-block;
	padding: 15px 40px;
	background-color: transparent;
	border: 2px solid #f15a22;
	border-radius: 5px;
	color: #f15a22;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.boat-contact-button-link:hover {
	background-color: #f15a22;
	color: #fff;
	padding: 15px 50px;
}

/* --------------- 
Card (réutilisable)
--------------- */

.boat-card {
	background-color: #fff;
	border-radius: 6px;
	padding: 30px 40px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.10);
	max-width: 1200px;
	margin: 60px auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media (max-width: 768px) {
	.boat-card {
		padding: 30px 20px;
		margin: 30px auto;
	}
}

/* --------------- 
Features 
--------------- */

.boat-card-title {
	font-size: 28px;
	font-weight: 900;
	color: #f15a22;
	text-transform: uppercase;
	margin: 0;
}

@media (max-width: 768px) {
	.boat-card-title {
		font-size: 25px;
	}
}

@media (max-width: 768px) {
	.boat-card-title-h2 {
		font-size: 30px;
	}
}


.boat-card-subtitle {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}

.boat-card-subsection-title {
	background-color: #E5E5E5;
	margin: 15px 0 0 0;
	padding: 2px 5px;
}

.boat-card-subsection-title.primary {
	color: #f15a22;
}

.boat-spec-list {
	list-style: none;
	padding: 0;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.boat-spec-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}

.boat-spec-list li:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.boat-spec-list li:hover:after {
	background-color: #fff;
}

/* .boat-spec-list li:last-child:after {
	display: none;
} */

.boat-spec-list li:hover {
	background-color: #909090;
	margin: 0 -40px;
	padding: 15px 40px;

	border-left: 15px solid #f15a22;
}

.boat-spec-label {
	font-size: 20px;
	color: #4F4F4F;
	font-weight: 400;
	transition: color 0.3s ease;
}

.boat-spec-list li:hover .boat-spec-label,
.boat-spec-list li:hover .boat-spec-value {
	color: #fff !important;
}

.boat-spec-value {
	font-size: 16px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.boat-spec-list li:hover {
		margin: 0 -20px;
		padding: 15px 20px;
	}
	
	.boat-spec-label,
	.boat-spec-value {
		font-size: 14px;
	}
}

/* --------------- 
Equipment Grid 
--------------- */

.boat-equipment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 20px;
}

.boat-equipment-column {
	display: flex;
	flex-direction: column;
}

.boat-equipment-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.boat-equipment-list li {
	padding: 15px 0;
	color: #4F4F4F;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	transition: all 0.3s ease;
	cursor: pointer;
	list-style: none;
	position: relative;
}

.boat-equipment-list li:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.boat-equipment-list li:hover:after {
	background-color: #fff;
}

/* .boat-equipment-list li:last-child {
	border-bottom: none;
} */

.boat-equipment-list li:hover {
	background-color: #909090;
	padding-left: 15px;
	color: #fff;
	border-left: 15px solid #f15a22;
}

@media (max-width: 992px) {
	.boat-equipment-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.boat-equipment-list li {
		font-size: 16px;
	}
	
	.boat-equipment-list li:hover {
		margin: 0 -20px;
		padding: 15px 20px;
	}
}

.boat-card-subsection-description {
	font-size: 14px;
	margin: 0;
}

/* --------------- 
Media
--------------- */

.boat-media-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

@media (max-width: 992px) {
	.boat-media-grid {
		grid-template-columns: 1fr;
	}
}

.boat-media-item--full {
	grid-column: span 2;
}

.boat-media-item--half {
	grid-column: span 1;
}

@media (max-width: 992px) {
	.boat-media-item--full,
	.boat-media-item--half {
		grid-column: span 1;
	}
}

.boat-media-video {
	margin-top: 10px;
	width: 100%;
	aspect-ratio: 16/9;
}

.boat-facebook-icon {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.boat-facebook-icon svg {
	width: 24px;
	height: 24px;
}
.boat-facebook-button {
	display: flex !important;
	width: fit-content;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 5px;
	color: #3b5998 !important;
	border: 2px solid #3b5998;
	background-color: #fff;
	transition: all 0.3s ease;
	margin-top: 20px;
}

.boat-facebook-button:hover {
	color: #fff !important;
	background-color: #3b5998;
}

/* --------------- 
Utils
--------------- */

.text-blue {
	color: #008fe2;
}

.text-primary {
	color: #f15a22;
}

.text-green {
	color: #34bf49;
}

.text-black {
	color: #000;
}

.font-bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}