body {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,238,188,1) 50%, rgba(255,238,188,1) 100%);
}
.wi {
	font-size: 5rem;	
}

#alert_msg {
	background-color: #ff544d;
	padding: 5px 15px;
}
#alert_msg p, #alert_msg a {
	color: #FFF;
}

article#bulletin {
	position: relative;
}
article#bulletin h3 {
	color: #FFC514;
	font-size:  0.8rem;
}

article#bulletin div#meteoDescriptif p {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #878787;
}

article#gd_marees h3 {
	color: #FFC514;
	font-size:  0.9rem;
}

article#gd_marees p {
	margin: 5px 0;
	text-indent: 25px;
	color: gray;
	font-size: 0.8em;
}

#noteMeteo {
	padding: 2px 10px;
	font-size: 0.8em;
	color: #FFC515;
}

@media (min-width: 768px) {
	#noteMeteo {
		position: absolute;
		right: 0;
		background: #FFF3D0;
	}
}
@media (max-width: 767px) {
	#noteMeteo {
		text-align: center;
	}
}

#meteo {
	margin-top: 10px;
	display: flex;
}

#meteoJour {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#meteoUne {
	text-align: right;
	color: #FFC514;
	margin-right: 15px;
}
#meteoData {
	margin: 0 10px;
	font-size: 0.8em;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
#meteoDescriptif {
	flex-grow: 1;
	flex-basis: 500px;
}
#meteo div {
	position: relative;
	flex-grow: 1;
}
#meteo div:nth-child(even) {
	background: rgb(229,243,247);
	background: linear-gradient(180deg, rgba(229,243,247,1) 0%, rgba(255,255,255,1) 100%); 
}
#meteo div:nth-child(odd) {
	background: rgb(247,252,253);
	background: linear-gradient(180deg, rgba(247,252,253,1) 0%, rgba(255,255,255,1) 100%); 
}
#meteo div h3 {
	margin: 8px 0;
	text-align: center;
	font-size: 0.7rem;
	font-weight: normal;
	color: #7F8688;
}
#meteo div p:nth-of-type(1) {
	font-size: 0.8rem;
	font-weight: bold;
}

@media (min-width: 768px) {
	#meteo div p:nth-of-type(1) {
		position: absolute;
		text-align: left;
		right: 20px;
		top: 30px;
	}
}
@media (max-width: 767px) {
	#meteo div p:nth-of-type(1) {
		text-align: center;
		margin: 5px 0;
	}
}

#meteo div p:nth-of-type(2) {
	text-align: center;
}
#meteo div p span {
	font-weight: normal;
	font-size: 0.8em;
}
#meteo div p:nth-of-type(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #FFF3D0;
	color: #FFC515;
	padding: 2px 5px;
	font-size: 0.8em;
	font-weight: bold;
}
#meteo div p i.wi {
	margin: 5px 0;
	color: #FFC515;
	font-size: 2.5rem;
}

p.prg {
	margin: 0 50px 25px 25px;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #878787;
}

article#presentation div p,  article#acces div p {
	margin-bottom: 10px;
	text-indent: 25px;
	line-height: 1.5;
	color: gray;
}

.specs {
	padding: 15px;
	background: #fff8e2;
	border-radius: 8px;
}
.specs__table {
	columns: 2;
	background: #fff8e2;
	list-style-type: none;
	font-size: 0.9em;
}
.specs__title {
	font-size: 1.2em;
	color: #B5B5B5;
	margin-bottom: 7px;
	font-style: italic;
	font-weight: normal;
}
.specs__line {
	break-inside: avoid-column;
	border-bottom : 1px solid #fff8e5;
	margin-bottom: 5px;
}
.specs__line strong {
	color: #FFC514;
}
.specs__rating {
	display: none;
}

#detail_rating {
	color: #B5B5B5;
	cursor: pointer;
}

.focus {
	padding: 15px;
	background: #ffeebc6e;
	border-radius: 8px;
}
.focus__title {
	margin-bottom: 10px;
	color: #FFC514;
}
.focus__paragraph {
}


article#acces div#map {
	width: 100%;
	height: 200px;
}

article#plages_connexes div#liste_plages {
  display: flex;
  justify-content: space-between;
}

article#plages_connexes div#liste_plages > div {
  flex-grow: 1;
}

article#plages_connexes div#liste_plages > div:not(:last-child) {
  margin-right: 5px;
}

article#plages_connexes  a {
	text-decoration: none;
 }

article#plages_connexes h3 {
	padding: 2px;
	text-align: center;
	font-size: 0.9rem;
	color: #FFF;
	background: #FFDC73;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

article#plages_connexes div p {
	color: #999;
	font-size: 0.9rem;
	text-align: center;
}

div#presentation h2 {
	position: relative;
	margin-top: 15px;
	font-size: 1rem;
	color: #0099CC;
	border-bottom: 1px solid;
}
div#presentation h2.mini_h {
	width: 485px;
}
div#presentation p {
	font-size: 1rem;
	text-indent: 15px;
}
div#presentation span.inter {
	color: #999999;
	font-size: 0.8rem;
	font-weight: normal;
	position: absolute;
	right: 0;
}
div#presentation p#note {
	height: 24px;
	line-height: 24px;
	color: #0099CC;
	font-size: 1.2rem;
	background: url('/images/note.jpg') no-repeat right;
	text-align: right;
}
div#presentation div#galerie {
	float: left;
	width: 325px;
	height: 330px;
}
div#presentation div#GGMap {
	margin-left: 8px;
	float: left;
}
div#presentation div#GMap {
	width: 325px;
	height: 330px;
	display: block;
}
div#presentation ul#evaluation {
	margin-left: 15px;
	list-style-type: none;	
}
div#presentation ul#evaluation li {
	float: left;
	width: 215px;
	font-size: 0.8em;
}
div#presentation ul#evaluation li img {
	margin: 0;
	padding: 0;
}

div#bloc-1 {
	clear: both;
}
.marees {
	display: none;
	margin: 0 auto;
	text-align: center;
	background: rgba(229,243,247,1);
}

/* ================================
   COMMENTAIRES
   ================================ */

/* Messages de feedback */
.comment-message {
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	font-size: 0.95rem;
}

.comment-message--success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.comment-message--error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.comment-message i {
	margin-right: 8px;
}

/* Formulaire d'ajout de commentaire */
.comment-form {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff8e2;
	border-radius: 8px;
}

.comment-form__title {
	font-size: 1.1rem;
	color: #FFC514;
	margin-bottom: 15px;
	font-weight: bold;
}

.comment-form__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.comment-form__textarea {
	width: 100%;
	min-height: 100px;
	padding: 12px;
	border: 2px solid #FFDC72;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 0.95rem;
	font-family: inherit;
	resize: vertical;
	transition: border-color 0.3s ease;
}

.comment-form__textarea:focus {
	outline: none;
	border-color: #FFC514;
}

.comment-form__textarea--reply {
	min-height: 80px;
	background: #fff;
}

.comment-form__submit {
	align-self: flex-start;
	padding: 10px 20px;
	background: #FFDC72;
	border: none;
	border-radius: 6px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s ease;
	font-size: 0.95rem;
}

.comment-form__submit:hover {
	background: #FFC514;
}

.comment-form__submit i {
	margin-right: 5px;
}

.comment-form__submit--small {
	padding: 8px 15px;
	font-size: 0.9rem;
}

.comment-form__actions {
	display: flex;
	gap: 10px;
}

.comment-form__cancel {
	padding: 8px 15px;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 6px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.9rem;
}

.comment-form__cancel:hover {
	background: #f0f0f0;
	border-color: #999;
}

/* Prompt de connexion */
.comment-login-prompt {
	padding: 15px 20px;
	background: #e7f3ff;
	border-left: 4px solid #0099CC;
	border-radius: 4px;
	margin-bottom: 20px;
}

.comment-login-prompt p {
	margin: 0;
	color: #666;
	font-size: 0.95rem;
}

.comment-login-prompt i {
	margin-right: 8px;
	color: #0099CC;
}

.comment-login-prompt--load-more {
	margin: 20px 0;
	text-align: center;
}

/* Liste des commentaires */
.comments-list {
	margin-top: 30px;
}

.comments-list__title {
	font-size: 1.1rem;
	color: #878787;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFDC72;
}

#comments-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Commentaire individuel */
.comment {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 15px;
	transition: box-shadow 0.3s ease;
}

.comment:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.comment__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
}

.comment__author {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-size: 0.95rem;
}

.comment__author i {
	color: #FFDC72;
	font-size: 1.2rem;
}

.comment__date {
	color: #999;
	font-size: 0.85rem;
}

.comment__body {
	margin: 10px 0;
	color: #555;
	line-height: 1.6;
	font-size: 0.95rem;
}

.comment__footer {
	display: flex;
	gap: 15px;
	margin-top: 10px;
}

.comment__toggle-replies,
.comment__reply-btn,
.comment__report-btn {
	background: transparent;
	border: none;
	color: #999;
	cursor: pointer;
	font-size: 0.9rem;
	padding: 5px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.comment__toggle-replies:hover,
.comment__reply-btn:hover {
	background: #FFDC72;
}

.comment__report-btn:hover {
	background: #ffebe6;
	color: #d63031;
}

.comment__toggle-replies i,
.comment__reply-btn i,
.comment__report-btn i {
	margin-right: 5px;
}

/* Réponses */
.comment__replies {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.comment__reply {
	background: #f9f9f9;
	border-left: 3px solid #FFDC72;
	padding: 12px 15px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.comment__reply:last-child {
	margin-bottom: 0;
}

.comment__reply .comment__header {
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.comment__reply .comment__body {
	margin: 0;
	font-size: 0.9rem;
}

.comment__reply-form {
	margin-top: 15px;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 6px;
}

.comment__reply-note {
	color: #666;
	font-size: 0.9rem;
	font-style: italic;
	margin: 0;
}

/* Bouton "Charger plus" */
.comments-load-more {
	text-align: center;
	margin-top: 25px;
}

.comment__load-more {
	padding: 12px 25px;
	background: #FFDC72;
	border: none;
	border-radius: 6px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s ease;
	font-size: 0.95rem;
}

.comment__load-more:hover {
	background: #FFC514;
}

.comment__load-more i {
	margin-right: 8px;
}

/* Mobile responsive */
@media (max-width: 767px) {
	.comment-form {
		padding: 15px;
	}

	.comment {
		padding: 12px;
	}

	.comment__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.comment__footer {
		flex-direction: column;
		gap: 8px;
	}

	.comment__toggle-replies,
	.comment__reply-btn,
	.comment__report-btn {
		width: 100%;
		text-align: left;
	}
}