.text-page, .text-page div {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	font-family: "HelveticaNeue";
	/* color: #54595f; */
	font-size: 15px;
	text-align: justify;
}
.caracteristiques div {
	font-family: "TrajanPro";
	/* color: #3a3a3a; */
	font-size: 20px;
	font-weight: 800;
}
.caracteristiques ul li {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-family: "HelveticaNeue";
	/* color: #54595f; */
	font-size: 15px;
	text-align: justify;
	list-style: disc;
	margin-left: 45px;
	font-weight: 400;
}

.container {
	padding: 0 20px;
}
.nom-page {
	margin-top: 30px;
	font-size: 15px;
	font-family: "HelveticaNeue";
	/* color: #6a6866; */
	line-height: 1.4;
	font-weight: 700;
}
.responsive {
	object-fit: cover;
	object-position: center;
	min-width: auto;
}
.carousel .carousel-inner .carousel-item img {
	max-height: 700px;
	object-fit: cover;
	object-position: center;
	min-width: auto;
}
.img-navire img {
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	min-width: auto;
}
.cadre-navire {
	padding: 2%;
}
.cadre-navire img {
	min-height: 350px;
	object-fit: cover;
	object-position: center;
	min-width: auto;
}
.cadre-cabine-navire {
	background-color: white;
	position: relative;
	top: -50px;
	padding: 3%;
	margin: 0 5%;
	color: black;
	min-height: 275px;
}
.cadre-cabine-navire h3 {
	/* color: #997944; */
	font-weight: 700;
	font-size: 20px;
	text-align: left;
}
.cadre-cabine-navire > p {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
.cadre-cabine-navire p {
	/* color: grey; */
	font-size: 12px;
	margin-left: 25px;
}
.cadre-cabine-navire p a {
	/* color: grey; */
	font-family: "HelveticaNeue";
	text-decoration: none;
}
.cadre-cabine-navire p {
	/* color: grey; */
	font-size: 12px;
	margin-left: 25px;
}
.link-navire a {
	font-weight: 600;
	font-family: "HelveticaNeue";
	text-decoration: none;
	/* color: #ab9165; */
}
.fond-blanc {
	background-color: white;
}
.img-deck img {
	max-height: 662px;
	object-fit: cover;
	object-position: center;
	min-width: auto;
}
.title-visite {
	color: var(--bs-primary);
	font-family: "TrajanPro";
	font-weight: 900;
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 25px;
}
.titre-visite {
	font-size: 22px;
	line-height: 1.25em;
	font-family: "TrajanPro";
	font-weight: 900;
	/* color: #997944; */
}

.fond-blanc h2 {
	font-size: 30px;
}

iframe {
	width: 853px;
	height: 480px;
}

/* .row.mentions {
    width: 80%;
} */

.row.caracteristiques ul li, .row.caracteristiques p {
	/* font-family: "Martel Sans";
	font-size: 16px;
	color: rgb(84, 89, 95);
	font-weight: 400;
	line-height: 29px; */
}

.col-lg-6.col-md-12.col-sm-12.pb-5 div {
	margin-bottom: 3px !important;
}

.description-cabine-navire {
	/* color: rgb(84, 89, 95); */
	font-weight: 900;
}

@media screen and (max-width: 990px) {
	.cadre-cabine-navire p {
		margin-left: 10px;
	}
	.col-sm-6 {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.header #mobHead2 {
		text-align: right;
	}

	.titre-visite {
		margin-bottom: 20px !important;
	}

	.title-visite {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {

	.text-liste {
		margin-left: 20px;
	}
}

@media screen and (max-width: 500px) {
	div#carouselControls {
		margin: 0 !important;
	}
	.col-6.pb-5 {
		width: 92%;
	}
	iframe {
		width: 100%;
		height: 190px;
	}

	.title-aranui.text-color-white {
		margin-bottom: 30px !important;
	}
	.title-aranui.text-color-white.text-center.mb-4 {
		margin-left: 0 !important;
	}
	footer.pt-5 {
		padding-top: 0px !important;
	}

	.carousel-item img {
		max-height: 612px;
	}

	.container-responsive {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
/*
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 990px;
	}
}*/
@media screen and (max-width: 768px) {
	.carousel {
		margin-left: 0px !important;
		margin-right: -20px !important;
	}
	ul {
		padding-left: 0rem;
	}
	iframe {
		width: 100%;
		height: 480px;
	}
}

@media screen and (max-width: 576px) {
	.header #mobHead2 {
		text-align: right;
	}

    #carouselCaracteristiques {
		padding: 0 !important;
	}
}


/* Accordéons - Version Secondary */
.caracteristiques-accordion {
    /* max-width: 500px; */
}

.caracteristique-card {
    background: var(--bs-white);
    border-radius: var(--bs-border-radius-lg);
    margin-bottom: 1rem;
    overflow: hidden;
    border: 2px solid var(--bs-secondary);
    transition: border-color 0.3s ease;
}

.caracteristique-card ul {
	padding: 0 !important;
}
/* État actif : même bordure secondary */
.caracteristique-card:has(.collapse.show) {
    border-color: var(--bs-secondary);
}

.caracteristique-header {
    background-color: var(--bs-secondary);
    padding: 0;
    transition: background-color 0.3s ease;
    font-family: "TrajanPro";
    font-weight: bold;
}

/* Header actif : fond blanc */
.caracteristique-card:has(.collapse.show) .caracteristique-header {
    background-color: var(--bs-white);
}

.caracteristique-button {
    background: none;
    border: none;
    color: var(--bs-white);
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1.5rem 2rem;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
	font-family: "TrajanPro";
}

/* Texte du bouton actif : couleur secondary */
.caracteristique-card:has(.collapse.show) .caracteristique-button {
    color: var(--bs-secondary);
}

.caracteristique-button:hover {
    background-color: rgba(var(--bs-white-rgb), 0.1);
    color: var(--bs-white);
}

/* Hover sur état actif */
.caracteristique-card:has(.collapse.show) .caracteristique-button:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
    color: var(--bs-secondary);
}

.caracteristique-button:focus {
    outline: none;
    box-shadow: 0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.caracteristique-chevron {
    transition: transform 0.3s ease;
    font-size: 1rem;
}

.caracteristique-button[aria-expanded="true"] .caracteristique-chevron {
    transform: rotate(180deg);
}

.caracteristique-content {
    padding: 2rem;
    background: var(--bs-white);
}

.caracteristique-description {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.caracteristique-btn {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--bs-border-radius);
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.caracteristique-btn:hover {
    background-color: var(--bs-secondary-dark);
    color: var(--bs-white);
    text-decoration: none;
}







/* Personnalisation des onglets pour garder le style bouton */
#navire-tabs .nav-link {
	background-color: var(--bs-light);
	color: var(--bs-dark);
	border: none;
	border-radius: var(--bs-border-radius);
	margin: 0 0.25rem;
	transition: all 0.3s ease;
}

#navire-tabs .nav-link:hover {
	background-color: var(--bs-primary);
	color: white !important;
}

#navire-tabs .nav-link.active {
	background-color: var(--bs-primary) !important;
	color: white !important;
}

#navire-tabs .nav-link:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
