body {
	background: var(--color-white);
	background: linear-gradient(90deg, var(--color-white) 0%, var(--color-white) 50%, var(--color-primary-light) 50%, var(--color-primary-light) 100%);
}
.lien_noir {
	display: inline;
	margin: 0 15px;
	padding: 5px 15px;
	font-size: 0.6rem;
	background: #000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border-radius: 10px;
}
.lien_noir:hover {
	background: var(--color-primary-dark);
    -webkit-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
	color: #000;
}

article#bulletin {
	position: relative;
}
article#bulletin h3 {
	color: var(--color-primary-dark);
	font-size:  0.8rem;
}

article#bulletin div#meteoDescriptif p {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #878787;
}

#noteMeteo {
	position: absolute;
	right: 0;
	padding: 2px 10px;
	font-weight: bold;
	color: var(--color-primary-dark);
	background: #FFF3D0;
}

#meteo {
	margin-top: 10px;
	display: flex;
}

#meteoJour {
	display: flex;
}
#meteoUne {
	flex-basis: 225px;
	text-align: right;
	color: var(--color-primary-dark);
	margin-right: 15px;
}
#meteoData {
	flex-basis: 150px;
	font-size: 0.8em;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
#meteoDescriptif {
	flex-grow: 1;
}
#meteo div {
	position: relative;
	flex-basis: 160px;
	height: 100px;
}
#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:first-child {
	position: absolute;
	text-align: left;
	right: 20px;
	top: 30px;
	font-size: 0.8rem;
	font-weight: bold;
}
#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: var(--color-primary-dark);
	padding: 2px 5px;
	font-size: 0.8em;
	font-weight: bold;
}
#meteo div p i.wi {
	margin: 5px 0;
	color: var(--color-primary-dark);
	font-size: 2.5rem;
}

p#maree {
	text-align: right;
	font-size: 0.6rem;
	color: #7F8587;
	padding-right: 15px;
}

p.prg {
	margin: 0 50px 25px 25px;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #878787;
}

article#presentation div p {
	margin-bottom: 10px;
	text-indent: 25px;
}

article#presentation ul {
	margin-left: 25px;
	list-style-type: none;
}

article#acces div#map {
	width: 100%;
	height: 200px;
}

article#plages_connexes div {
	flex-basis: 250px;
}

article#plages_connexes div#liste_plages {
	display: flex;
	justify-content: space-between;
}
article#plages_connexes  a {
	text-decoration: none;
 }

article#plages_connexes h3 {
	text-align: center;
	font-size: 0.7rem;
	font-weight: normal;
	color: #FFF;
	background: var(--color-primary);
}

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#volet {
	float: right;
	margin-left: 5px;
	width: 175px;
}
div#volet img {
	margin-top: 30px;
}
div#volet div {
	margin-top: 8px;
	padding-bottom: 10px;
	background: url(images/volet_b.png);
	border-radius: 5px 5px 0 0;
}
div#volet h2 {
	font-size: 1.1em;
	font-weight: normal;
	text-indent: 5px;
}
div#volet h2 {
    color: white;
    font-size: 1.1em;
    height: 30px;
    line-height: 30px;
}
div#volet p {
	margin-left: 10px;
	font-size: 0.8em;
}
div#volet p#maree {
	width: 175px;
	height: 34px;
	padding-top: 10px;
	background: url(images/b_cara.jpg) no-repeat;
	margin: 0;
	text-align: center;
    color: white;
    font-size: 1.1em;
}
div#volet p#autorisation {
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	text-indent: 0;
	width: 120px;
}
div#bloc-1 {
	clear: both;
}

/* propre à cette page */

.chapeau__header {
	display: flex;
	justify-content: space-between;
}

.chapeau__titre {
	margin: 25px 0 0 15px;
	font-size: 0.9rem;
	color: #777;
}

.chapeau__plus {
	margin: 25px 0 0 15px;
	font-size: 0.8rem;
}

.chapeau__lien {
	padding: 2px 5px;
	color: #DADADA;
}

.chapeau__lien:hover {
	color: #7E7E7E;
	text-decoration : none;
}

.chapeau__presentation {
	font-size: 0.8em;
	padding: 0 15px;
	color: #9b9b9b;
}

.owl-carousel .owl-stage {
  padding: 5px 0 10px 0;
}

.cartes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.cartes__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 270px;
	color: #FFF;
	border-bottom: 5px solid var(--color-primary-light);
	background-size: cover;
	object-fit: cover;
	background-position: center center;
	border-radius: 8px;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
}

.cartes__item:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
    left: 0;
    top: 0;
    border-radius: 8px;
    z-index: 1;
}

.cartes__item:hover {
  transform: translateY(-5px);
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.cartes__item:hover h4, .cartes__item:hover h5 {
  transform: translateY(-10px); 
  transition: transform 0.2s ease-in-out;
}
.cartes__item:hover::before {
  background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,0.5) 100%);
}


.cartes__item p.meteo {
	position: absolute;
	top: 25px;
}
.cartes__item h4 {
	margin: 0 10px;
	padding: 2px 5px;
	z-index: 5;
	line-height: 1em;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	background: var(--color-primary-dark);
}
.cartes__item h4 a {
	color: #FFF;
	text-decoration: none;
}

.cartes__item h5 {
	margin: 5px;
	padding: 0;
	z-index: 5;
	text-align: center;
}

.carDep {
	flex-wrap: wrap;
	justify-content: center;
}

.lien_blanc {
	color: #FFFFFF;
	text-decoration: none;
}

#alert_msg {
	background-color: #ff544d;
	padding: 5px 15px;
}
#alert_msg p, #alert_msg a {
	color: #FFF;
}