@font-face {
	font-family: 'Luciole';
	src: url('../fonts/Luciole.woff') format('woff'),
		url('../fonts/Luciole.ttf') format('truetype'),
		url('../fonts/Luciole.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body,
html {
	font-family: "Luciole";
}

#header-brand {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem 1rem;
	box-sizing: border-box;
	justify-content: space-between;
	position: relative;
	background-color: white !important;
}

.logoheader {
	flex: 0 0 auto;
}

.views-row {
	position: relative;
}

.views-field-field-dateevent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px 8px;
	z-index: 10;
}

.views-field-field-dateevent .field-content {
	display: block;
}

.newsletterban {
	background: #DDCDB4;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 2%;
}

.newsletterban a {
	color: #8A7E65;
	display: block;
	padding-top: 1%;
	padding-bottom: 1%;
	text-decoration: none;
	font-family: "Luciole";
	font-size: 1.2em;
}

footer#page-footer-sub.bg-primary {
	background: #8A7E65 !important;
}

footer .col-sm-12.align-items-center:not(.logorsfoot) {
	display: block !important;
}

footer .col-sm-12.align-items-center:last-child {
	text-align: center;
}

footer a,
footer .plandusite,
footer .adressefooter,
footer .adressefooter2 {
	color: white;
}

footer .plandusite {
	font-size: 1.2em;
}

footer svg path.st0 {
	fill: white;
}

footer .col-sm-12.col-xl-4.d-flex.justify-content-center.align-items-center:first-child svg {
	width: auto;
	height: 100px;
	margin-top: 15px;
	display: inline-block;
	vertical-align: top;
}

footer .logorsfoot {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

footer .logorsfoot .adressefooter,
footer .logorsfoot .adressefooter2 {
	text-align: left;
	width: fit-content;
}

.menu-content {
	display: none;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}

.menu-content.show {
	display: block;
	opacity: 1;
	max-height: 750px;
}

#menu-decouvrir-domaine,
#menu-musee,
#menu-evenements,
#menu-preparez-votre-visite,
#menu-partenaires {
	background: #DDCDB4;
}

#menu-decouvrir-domaine ul,
#menu-musee ul,
#menu-evenements ul,
#menu-preparez-votre-visite ul,
#menu-partenaires ul {
	list-style-type: none;
	width: 69%;
	height: auto;
	margin: 0 auto;
}

#menu-decouvrir-domaine li,
#menu-musee li,
#menu-evenements li,
#menu-preparez-votre-visite li,
#menu-partenaires li {
	list-style-type: none;
}

#menu-decouvrir-domaine a.nav-link::after,
#menu-musee a.nav-link::after,
#menu-evenements a.nav-link::after,
#menu-preparez-votre-visite a.nav-link::after,
#menu-partenaires a.nav-link::after {
	display: none;
}

#menu-decouvrir-domaine .nav-item,
#menu-musee .nav-item,
#menu-evenements .nav-item,
#menu-preparez-votre-visite .nav-item,
#menu-partenaires .nav-item {
	text-align: left;
}

#menu-decouvrir-domaine .nav-item>a,
#menu-musee .nav-item>a,
#menu-evenements .nav-item>a,
#menu-preparez-votre-visite .nav-item>a,
#menu-partenaires .nav-item>a {
	display: inline;
	justify-content: space-between;
	align-items: center;
	width: 80%;
}

#menu-decouvrir-domaine .expand-btn,
#menu-musee .expand-btn,
#menu-evenements .expand-btn,
#menu-preparez-votre-visite .expand-btn,
#menu-partenaires .expand-btn {
	cursor: pointer;
	margin-left: 10px;
	font-size: 14px;
	user-select: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #DFDFDF;
	background: rgba(138, 126, 101, 0.6);
}

#menu-decouvrir-domaine .expand-btn:hover,
#menu-musee .expand-btn:hover,
#menu-evenements .expand-btn:hover,
#menu-preparez-votre-visite .expand-btn:hover,
#menu-partenaires .expand-btn:hover {
	border: 1px solid white;
	border-radius: 5px;
}

#menu-decouvrir-domaine .expand-btn::after,
#menu-musee .expand-btn::after,
#menu-evenements .expand-btn::after,
#menu-preparez-votre-visite .expand-btn::after,
#menu-partenaires .expand-btn::after {
	content: "+";
	color: white;
}

#menu-decouvrir-domaine .nav-item.open>a+.expand-btn::after,
#menu-musee .nav-item.open>a+.expand-btn::after,
#menu-evenements .nav-item.open>a+.expand-btn::after,
#menu-preparez-votre-visite .nav-item.open>a+.expand-btn::after,
#menu-partenaires .nav-item.open>a+.expand-btn::after {
	content: "-";
	color: white;
}

#menu-decouvrir-domaine .nav-item>ul,
#menu-musee .nav-item>ul,
#menu-evenements .nav-item>ul,
#menu-preparez-votre-visite .nav-item>ul,
#menu-partenaires .nav-item>ul {
	display: none;
	margin-left: 20px;
}

#menu-decouvrir-domaine .nav-item.open>ul,
#menu-musee .nav-item.open>ul,
#menu-evenements .nav-item.open>ul,
#menu-preparez-votre-visite .nav-item.open>ul,
#menu-partenaires .nav-item.open>ul {
	display: block;
}

#menu-decouvrir-domaine .nav-item>a,
#menu-musee .nav-item>a,
#menu-evenements .nav-item>a,
#menu-preparez-votre-visite .nav-item>a,
#menu-partenaires .nav-item>a {
	padding: 0em;
	font-size: 1.2em;
	line-height: 1.4em;
}

.wrapmenunav {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

#menu-decouvrir-domaine a:hover,
#menu-musee a:hover,
#menu-evenements a:hover,
#menu-preparez-votre-visite a:hover,
#menu-partenaires a:hover {
	border-bottom: 1px solid #8A7E65;
}

.view-programme .views-row {
	width: 300px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 0 3%;
}

.view-programme .views-row .views-field-field-mediaimage,
.view-programme .views-row .views-field-field-mediaimagelegende {
	position: relative;
}

.view-programme .views-row .views-field-field-mediaimage img,
.view-programme .views-row .views-field-field-mediaimagelegende img {
	width: 100%;
	height: auto;
}

.view-programme .views-row .dateeventall {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	color: white;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	z-index: 10;
}

.view-programme .views-row .views-field-title,
.view-programme .views-row .views-field-field-titre-accueil {
	padding-top: 10px;
}

.view-programme .views-row .views-field-title a,
.view-programme .views-row .views-field-field-titre-accueil a {
	color: black;
	text-decoration: none;
}


/* PHONE MOBILE */
@media screen and (max-width: 480px) {
	#header-brand {
		flex-wrap: wrap;
		gap: .5rem;
		border-bottom: 1px solid black;
	}

	.searchheader {
		margin-left: 0;
		width: 100%;
		justify-content: flex-end;
	}

	.logoheader {
		flex-basis: 100%;
	}

	.linkheader,
	.rsheader {
		justify-content: flex-end;
	}

	.chalogo {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
	}

	.chalogo a {
		display: block;
	}

	.chalogo a svg {
		width: 50%;
		height: auto;
	}

	#header-brand .elemhd {
		display: inline-block;
	}

	#header-brand .logoheader {
		display: none;
	}

	#header-brand .logoheader svg {
		width: 120px;
		height: auto;
	}

	#header-brand .searchheader,
	#header-brand .rsheader {
		width: 100%;
		height: auto;
		text-align: center;
	}

	#header-brand .searchheader svg {
		width: 40px;
		height: auto;
	}

	#header-brand .rsheader a {
		width: 20%;
		height: auto;
		position: relative;
		display: inline-block;
	}

	#une {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.svg-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 400px;
		overflow: hidden;
		background: linear-gradient(to bottom, #8A7E65, transparent);
		z-index: 10;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.svg-container svg {
		width: 60%;
		height: auto;
		max-height: 100%;
		margin-top: 3%;
	}

	.svg-container svg path {
		fill: #FFFFFF;
	}

	.views-element-container {
		position: relative;
		z-index: 5;
	}

	.views-element-container img {
		width: 100%;
		height: auto;
	}

	nav.navbar {
		background: #4A606E !important;
	}

	nav.navbar a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 1.2em;
		margin-bottom: 3px;
		border-right: 1px solid white;
		padding-left: 10px;
		padding-right: 15px;
		width: 100%;
		display: inline-block;
	}

	nav.navbar .navbar-collapse {
		display: none !important;
		text-align: center;
	}

	nav.navbar .navbar-collapse.show {
		display: block !important;
		text-align: center;
	}

	button.navbar-toggler {
		position: relative;
		margin: 0 auto;
	}

	#actualites .titlearticle {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-top: 1%;
		padding-bottom: 1%;
		margin-bottom: 1%;
		border-bottom: 2px solid #6B2B29;
	}

	.view-eventune .view-header {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-top: 3%;
		padding-bottom: 1%;
		margin-bottom: 2%;
		border-bottom: 2px solid #6B2B29;
		color: black;
		font-size: 1.4em;
	}

	.view-eventune {
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 8%;
		margin-top: 2%;
	}

	.view-eventune .views-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.view-eventune .views-field.views-field-title {
		width: 100%;
		padding: 12px 14px;
		box-sizing: border-box;
		background: rgba(221, 205, 180, 0.6);
		border-left: 3px solid #6B2B29;
	}

	.view-eventune .views-field.views-field-title a {
		color: #1d1d1b;
		text-decoration: none;
		display: block;
	}

	.view-eventune .views-field.views-field-title a:first-child {
		font-size: 0.9em;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 6px;
		color: #6B2B29;
	}

	.view-eventune .views-field.views-field-title a:last-child {
		font-size: 0.78em;
		color: #5a5a5a;
		font-style: italic;
		line-height: 1.3;
	}

	.view-eventune .views-field.views-field-title .field-content {
		white-space: normal;
	}

	.view-eventune .views-field.views-field-field-mediaimage {
		width: 100%;
	}

	.view-eventune .views-field.views-field-field-mediaimage img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		display: block;
	}

	#actualites .titlearticle a,
	.view-eventune .view-header {
		color: black;
		text-decoration: none;
		font-size: 2em;
	}

	.lastarticle .view-lastprog {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.lastarticle .view-lastprog .views-row {
		position: relative;
		width: calc(100% - 20px);
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}

	.lastarticle .view-lastprog .view-content {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende {
		position: relative;
		width: 100%;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage .field-content,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende .field-content {
		position: relative;
		display: block;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage img,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende img {
		border-radius: 10px;
	}

	.lastarticle .view-lastprog .dateeventfront {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		color: white;
		padding: 5px;
		text-align: center;
		z-index: 2;
		border-radius: 10px;
	}

	.lastarticle .view-lastprog .dateeventfront a {
		color: white;
		font-size: 1.3rem;
		text-decoration: none;
	}

	.lastarticle .view-lastprog .dateeventfront time {
		display: inline-block;
		font-size: 1.3rem;
	}

	.lastarticle .view-lastprog .views-field-title-2,
	.lastarticle .view-lastprog .views-field-field-titre-accueil {
		position: relative;
		margin-top: 15px;
		padding: 0 10px;
	}

	.lastarticle .view-lastprog .views-field-title-2 .field-content,
	.lastarticle .view-lastprog .views-field-field-titre-accueil .field-content {
		display: block;
		text-align: left;
	}

	.lastarticle .view-lastprog .views-field-title-2 a,
	.lastarticle .view-lastprog .views-field-field-titre-accueil a {
		color: black;
		text-decoration: none;
	}

	body.page-node-type-programmation .field--name-field-media-image {
		float: right;
	}

	body.page-node-type-programmation .field--name-field-dateprog {
		background: #8A7E65;
		color: #FFFFFF;
		font-size: 2em;
		padding: 1%;
	}

	body.page-node-type-programmation .field--name-field-horaires .field__item {
		display: flex;
		align-items: center;
	}

	body.page-node-type-programmation .field--name-field-horaires .field__item:before {
		content: '\1F551';
		font-size: 1em;
		margin-right: 8px;
	}

	body.page-node-type-programmation .field--name-field-horaires {
		background: #EAEAEA;
		color: black;
		font-size: 1em;
		padding: 2%;
		position: relative;
		left: -10px;
		vertical-align: top;
	}

	body.page-node-type-programmation .field--name-field-dateprog,
	body.page-node-type-programmation .field--name-field-horaires {
		display: inline-block;
		width: 100%;
		position: relative;
		left: 0;
	}

	.informations-pratiques-container {
		background-color: #f0f0f0;
		border-radius: 8px;
		align-items: flex-start;
		margin-bottom: 2%;
	}

	.informations-pratiques-left {
		width: 100%;
		align-items: center;
		margin-right: 15px;
		padding: 10px;
		background: #707070;
		text-align: center;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	.informations-pratiques-left path {
		fill: white;
	}

	.informations-pratiques-icon {
		width: 50px;
		height: 100px;
	}

	.informations-pratiques-right {
		width: 100%;
		background: rgb(240 240 240);
		padding: 10px;
	}

	.informations-pratiques-right div {
		background: rgb(240 240 240) !important;
	}

	.informations-pratiques-title {
		font-weight: bold;
		font-size: 16px;
		color: #003366;
		margin-bottom: 10px;
	}

	.informations-pratiques-content {
		font-size: 14px;
		text-align: justify;
	}

	.informations-pratiques-text p {
		margin-bottom: 15px;
	}

	.informations-pratiques-text a {
		color: #003366;
		text-decoration: none;
	}

	.informations-pratiques-text a:hover {
		text-decoration: underline;
	}
	
	#actualites .titlearticle a 
	{
	  display: block;
	}
	
	#actualites .titlearticle a span {
	  font-size: 0.5em;
	  width:100%;
	  display:block;
	}
}


/* TABLETTE */
@media screen and (min-width: 481px) and (max-width: 960px) {
	#header-brand {
		flex-wrap: wrap;
		gap: .5rem;
		border-bottom: 1px solid black;
	}

	.searchheader {
		margin-left: 0;
		width: 100%;
		justify-content: flex-end;
	}

	.logoheader {
		flex-basis: 100%;
	}

	.linkheader,
	.rsheader {
		justify-content: flex-end;
	}

	.chalogo {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
	}

	.chalogo svg {
		width: 50%;
		height: auto;
	}

	#header-brand .elemhd {
		display: inline-block;
	}

	#header-brand .logoheader {
		display: none;
	}

	#header-brand .logoheader svg {
		width: 120px;
		height: auto;
	}

	#header-brand .searchheader {
		width: 24%;
		height: auto;
		text-align: center;
		display: inline-block;
	}

	#header-brand .rsheader {
		width: 74%;
		height: auto;
		text-align: center;
		display: inline-block;
	}

	#header-brand .rsheader a {
		width: 31%;
		height: auto;
		display: inline-block;
	}

	#header-brand .rsheader svg {
		width: 31%;
		height: auto;
	}

	#header-brand .searchheader svg {
		width: 35%;
		height: auto;
	}

	button.navbar-toggler {
		position: relative;
		margin: 0 auto;
	}

	#une {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.svg-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 400px;
		overflow: hidden;
		background: linear-gradient(to bottom, #8A7E65, transparent);
		z-index: 10;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.svg-container svg {
		width: 20%;
		height: auto;
		max-height: 100%;
		margin-top: 3%;
	}

	.svg-container svg path {
		fill: #FFFFFF;
	}

	.views-element-container {
		position: relative;
		z-index: 5;
	}

	.views-element-container img {
		width: 100%;
		height: auto;
	}

	nav.navbar {
		background: #4A606E !important;
	}

	nav.navbar a {
		color: #FFFFFF;
		text-decoration: none;
		border-right: 1px solid white;
		padding-left: 10px;
		padding-right: 15px;
	}

	nav.navbar .navbar-collapse {
		display: none !important;
		text-align: center;
	}

	nav.navbar .navbar-collapse.show {
		display: block !important;
		text-align: center;
	}

	#actualites .titlearticle {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-top: 1%;
		padding-bottom: 1%;
		margin-bottom: 1%;
		border-bottom: 2px solid #6B2B29;
	}

	#actualites .titlearticle a {
		color: black;
		text-decoration: none;
		font-size: 2em;
	}

	.view-eventune .view-header {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding-top: 2%;
		padding-bottom: 1%;
		margin-bottom: 2%;
		border-bottom: 2px solid #6B2B29;
		color: black;
		font-size: 1.4em;
	}

	.view-eventune {
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 6%;
		margin-top: 2%;
	}

	.view-eventune .views-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.view-eventune .views-field.views-field-title {
		width: 100%;
		padding: 16px 20px;
		box-sizing: border-box;
		background: rgba(221, 205, 180, 0.6);
		border-left: 3px solid #6B2B29;
	}

	.view-eventune .views-field.views-field-title a {
		color: #1d1d1b;
		text-decoration: none;
		display: block;
	}

	.view-eventune .views-field.views-field-title a:first-child {
		font-size: 0.95em;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 8px;
		color: #6B2B29;
	}

	.view-eventune .views-field.views-field-title a:last-child {
		font-size: 0.8em;
		color: #5a5a5a;
		font-style: italic;
		line-height: 1.4;
	}

	.view-eventune .views-field.views-field-title .field-content {
		white-space: normal;
	}

	.view-eventune .views-field.views-field-field-mediaimage {
		width: 100%;
	}

	.view-eventune .views-field.views-field-field-mediaimage img {
		width: 100%;
		height: 240px;
		object-fit: cover;
		display: block;
	}

	.lastarticle .view-lastprog {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.lastarticle .view-lastprog .views-row {
		position: relative;
		width: calc(49% - 20px);
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}

	.lastarticle .view-lastprog .view-content {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende {
		position: relative;
		width: 100%;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage .field-content,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende .field-content {
		position: relative;
		display: block;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage img,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende img {
		border-radius: 10px;
	}

	.lastarticle .view-lastprog .dateeventfront {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		color: white;
		padding: 5px;
		text-align: center;
		z-index: 2;
		border-radius: 10px;
	}

	.lastarticle .view-lastprog .dateeventfront a {
		color: white;
		font-size: 1.3rem;
		text-decoration: none;
	}

	.lastarticle .view-lastprog .dateeventfront time {
		display: inline-block;
		font-size: 1.3rem;
	}

	.lastarticle .view-lastprog .views-field-title-2,
	.lastarticle .view-lastprog .views-field-field-titre-accueil {
		position: relative;
		margin-top: 15px;
		padding: 0 10px;
	}

	.lastarticle .view-lastprog .views-field-title-2 .field-content,
	.lastarticle .view-lastprog .views-field-field-titre-accueil .field-content {
		display: block;
		text-align: left;
	}

	.lastarticle .view-lastprog .views-field-title-2 a,
	.lastarticle .view-lastprog .views-field-field-titre-accueil a {
		color: black;
		text-decoration: none;
	}

	body.page-node-type-programmation .field--name-field-media-image {
		float: right;
	}

	body.page-node-type-programmation .field--name-field-dateprog {
		background: #8A7E65;
		color: #FFFFFF;
		font-size: 2em;
		padding: 1%;
	}

	body.page-node-type-programmation .field--name-field-horaires .field__item {
		display: flex;
		align-items: center;
	}

	body.page-node-type-programmation .field--name-field-horaires .field__item:before {
		content: '\1F551';
		font-size: 1em;
		margin-right: 8px;
	}

	body.page-node-type-programmation .field--name-field-horaires {
		background: #EAEAEA;
		color: black;
		font-size: 1em;
		padding: 2%;
		position: relative;
		left: -10px;
		vertical-align: top;
	}

	body.page-node-type-programmation .field--name-field-dateprog,
	body.page-node-type-programmation .field--name-field-horaires {
		display: inline-block;
		width: 100%;
		position: relative;
		left: 0;
	}

	.informations-pratiques-container {
		border-radius: 8px;
		align-items: flex-start;
		margin-bottom: 2%;
	}

	.informations-pratiques-left {
		width: 100%;
		align-items: center;
		margin-right: 15px;
		padding: 10px;
		background: #707070;
		text-align: center;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	.informations-pratiques-left path {
		fill: white;
	}

	.informations-pratiques-icon {
		width: 50px;
		height: 100px;
	}

	.informations-pratiques-right {
		width: 100%;
		background: rgb(240 240 240);
		padding: 10px;
	}

	.informations-pratiques-right div {
		background: rgb(240 240 240) !important;
	}

	.informations-pratiques-title {
		font-weight: bold;
		font-size: 16px;
		color: #003366;
		margin-bottom: 10px;
	}

	.informations-pratiques-content {
		font-size: 14px;
		text-align: justify;
	}

	.informations-pratiques-text p {
		margin-bottom: 15px;
	}

	.informations-pratiques-text a {
		color: #003366;
		text-decoration: none;
	}

	.informations-pratiques-text a:hover {
		text-decoration: underline;
	}
	
	#actualites .titlearticle a 
	{
	  display: block;
	}
	
	#actualites .titlearticle a span {
	  font-size: 0.5em;
	  width:100%;
	  display:block;
	}
}

/* PC ORDI */
@media screen and (min-width: 961px) {
	main {
		margin-top: 3%;
	}

	#header-brand .elemhd svg {
		fill: #4a606e;
	}

	nav.navbar {
		background: #a4afb6 !important;
	}

	nav.navbar a {
		color: #FFFFFF;
		text-decoration: none;
		border-right: 1px solid white;
		padding-left: 10px;
		padding-right: 15px;
	}

	nav.navbar .navbar-collapse {
		display: block !important;
		text-align: center;
	}

	#actualites .titlearticle {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-top: 1%;
		padding-bottom: 1%;
		margin-bottom: 1%;
		border-bottom: 1px solid #6B2B29;
	}

	#actualites .titlearticle a {
		color: black;
		text-decoration: none;
		font-size: 2em;
	}

	.view-eventune {
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-bottom: 6%;
		margin-top: 2%;
	}

	.view-eventune .view-header {
		width: 100%;
		padding-top: 1%;
		padding-bottom: 1%;
		margin-bottom: 2%;
		border-bottom: 2px solid #6B2B29;
		color: black;
		font-size: 1.6em;
	}

	.view-eventune .views-row {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 0;
	}

	.view-eventune .views-field.views-field-title {
		flex: 1;
		padding: 20px 24px;
		box-sizing: border-box;
		background: rgba(221, 205, 180, 0.6);
		border-left: 3px solid #6B2B29;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.view-eventune .views-field.views-field-title a {
		color: #1d1d1b;
		text-decoration: none;
		display: block;
	}

	.view-eventune .views-field.views-field-title a:first-child {
		font-size: 1.1em;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 10px;
		color: #6B2B29;
	}

	.view-eventune .views-field.views-field-title a:last-child {
		font-size: 0.85em;
		color: #5a5a5a;
		font-style: italic;
		line-height: 1.4;
	}

	.view-eventune .views-field.views-field-title .field-content {
		white-space: normal;
	}

	.view-eventune .views-field.views-field-field-mediaimage {
		flex-shrink: 0;
		width: 240px;
	}

	.view-eventune .views-field.views-field-field-mediaimage img {
		width: 240px;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.lastarticle .view-lastprog {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.lastarticle .view-lastprog .views-row {
		position: relative;
		width: 20%;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
	}

	.lastarticle .view-lastprog .view-content {
		width: 80%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende {
		position: relative;
		width: 100%;
	}

	.lastarticle .view-lastprog .views-field-field-mediaimage .field-content,
	.lastarticle .view-lastprog .views-field-field-mediaimagelegende .field-content {
		position: relative;
		display: block;
	}

	.lastarticle .view-lastprog .dateeventfront {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
		color: white;
		padding: 5px;
		text-align: center;
		z-index: 2;
	}

	.lastarticle .view-lastprog .dateeventfront a {
		color: white;
		font-size: 1.3rem;
		text-decoration: none;
	}

	.lastarticle .view-lastprog .dateeventfront time {
		display: inline-block;
		font-size: 1.5rem;
	}

	.lastarticle .view-lastprog .views-field-title-2,
	.lastarticle .view-lastprog .views-field-field-titre-accueil {
		position: relative;
		margin-top: 15px;
		padding: 0 10px;
	}

	.lastarticle .view-lastprog .views-field-title-2 .field-content,
	.lastarticle .view-lastprog .views-field-field-titre-accueil .field-content {
		display: block;
		text-align: left;
	}

	.lastarticle .view-lastprog .views-field-title-2 a,
	.lastarticle .view-lastprog .views-field-field-titre-accueil a {
		color: black;
		text-decoration: none;
	}

	.lastarticle {
		position: relative;
		z-index: 1;
	}

	.lastarticle::before {
		content: "";
		position: absolute;
		left: 50%;
		width: 100%;
		height: 200px;
		top: 35%;
		transform: translate(-50%, -50%);
		background: rgba(74, 96, 110, 0.5);
		z-index: -1;
	}

	body.page-node-type-programmation .field--name-field-media-image,
	body.page-node-type-programmation .field--name-field-mediaimagelegende {
		float: right;
		padding: 0 2%;
		text-align: center;
		position:relative;
		top:8px;
	}

	body.page-node-type-programmation .field--name-field-dateprog,
	body.page-node-type-programmation .field--name-field-horaires {
		display: inline-flex;
		align-items: center;
		vertical-align: middle;
	}

	body.page-node-type-programmation .field--name-field-dateprog {
		background: #8A7E65;
		color: #FFFFFF;
		font-size: 1em;
		padding: 2%;
		flex-grow: 0;
		min-height: 50px;
		margin-top: 1%;
	}

	body.page-node-type-programmation .field--name-field-horaires {
		background: #EAEAEA;
		color: black;
		font-size: 1em;
		padding: 2%;
		flex-grow: 0;
		min-height: 50px;
		position: relative;
		left: -7px;
		padding-top: 24px;
		margin-bottom: -1%;
	}

	body.page-node-type-programmation .field--name-body {
		margin-top: 2%;
	}

	body.page-node-type-programmation .field--name-field-horaires .field__item {
		display: flex;
		align-items: center;
	}

	body.page-node-type-programmation .field--name-field-horaires .field__item:before {
		content: '\1F551';
		font-size: 1em;
		margin-right: 8px;
	}

	.informations-pratiques-container {
		display: flex;
		border-radius: 8px;
		align-items: stretch;
		margin-bottom: 2%;
	}

	.informations-pratiques-left {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		background: #707070;
		height: auto;
	}

	.informations-pratiques-left path {
		fill: white;
	}

	.informations-pratiques-icon {
		width: 50px;
		height: 100px;
	}

	.informations-pratiques-right {
		flex-grow: 1;
		background-color: #f0f0f0;
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		height: 100%;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}

	.informations-pratiques-right div {
		background: rgb(240 240 240) !important;
	}

	.informations-pratiques-title {
		font-weight: bold;
		font-size: 16px;
		color: #003366;
		margin-bottom: 10px;
	}

	.informations-pratiques-content {
		font-size: 14px;
		text-align: justify;
		flex-grow: 1;
	}

	.informations-pratiques-text p {
		margin-bottom: 15px;
	}

	.informations-pratiques-text a {
		color: #003366;
		text-decoration: none;
	}

	.informations-pratiques-text a:hover {
		text-decoration: underline;
	}
	
	.order-1.order-lg-2.col-12.col-lg-9
	{
		padding-right:2%;
	}
	
	#actualites .titlearticle a {
	  display: flex;
	  justify-content: space-between;
	  align-items: baseline;
	}

	#actualites .titlearticle a span {
	  font-size: 0.5em;
	}

}


/* ==========================================================================
   REFONTE 2026 — nouveau header, footer, tokens
   Tout ce qui suit est nouveau. Rien au-dessus n'a été modifié.
   ========================================================================== */

:root {
	--cl-bg-cream: #F5F0E6;
	--cl-ink: #2B2A26;
	--cl-gold: #C9973B;
	--cl-gold-dark: #B07F2E;
	--cl-overlay-dark: rgba(20, 16, 10, 0.55);
	--cl-footer-bg: #211C17;
	--cl-card-border: #E4DCC9;
	--cl-font-body: "Luciole", sans-serif;
	--cl-font-display: "Playfair Display", Georgia, serif;
	--cl-radius: 4px;
	--cl-container-max: 1200px;
}

/* --------------------------- HEADER --------------------------- */

.site-header {
	background: #ffffff;
	z-index: 1030;
	border-bottom: 1px solid var(--cl-card-border);
}

.site-header__inner {
	max-width: var(--cl-container-max);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 0.75rem 1.25rem;
}

.site-header__logo svg {
	width: 64px;
	height: auto;
	display: block;
}

.site-header__nav {
	flex: 1 1 auto;
	justify-content: center;
}

.site-header__menu {
	list-style: none;
	display: flex;
	gap: 1.75rem;
	margin: 0;
	padding: 0;
}

.site-header__menu .dropdown-toggle {
	background: none;
	border: none;
	font-family: var(--cl-font-body);
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--cl-ink);
	padding: 0.5rem 0;
	cursor: pointer;
}

.site-header__menu .dropdown-toggle::after {
	display: none;
}

.site-header__menu .dropdown-toggle:hover,
.site-header__menu .dropdown-toggle[aria-expanded="true"] {
	color: var(--cl-gold-dark);
}

.site-header__menu .dropdown-menu {
	border: 1px solid var(--cl-card-border);
	border-radius: var(--cl-radius);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	padding: 0.5rem 0;
	margin-top: 0.5rem;
}

.site-header__menu .dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__menu .dropdown-menu a {
	display: block;
	padding: 0.5rem 1.25rem;
	color: var(--cl-ink);
	text-decoration: none;
	font-size: 0.9rem;
}

.site-header__menu .dropdown-menu a:hover {
	background: var(--cl-bg-cream);
	color: var(--cl-gold-dark);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.site-header__search svg {
	width: 20px;
	height: 20px;
	fill: var(--cl-ink);
}

.btn-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--cl-gold);
	color: #fff !important;
	font-family: var(--cl-font-body);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-decoration: none;
	padding: 0.65rem 1.25rem;
	border-radius: var(--cl-radius);
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.btn-cta:hover {
	background: var(--cl-gold-dark);
	color: #fff;
}

.btn-cta svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.btn-cta--block {
	display: flex;
	justify-content: center;
	margin: 1rem;
}

.site-header__toggler {
	background: none;
	border: none;
	width: 32px;
	height: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}

.site-header__toggler span {
	display: block;
	height: 2px;
	background: var(--cl-ink);
	border-radius: 1px;
}

/* Menu mobile (accordéon Bootstrap natif) */
#mobileNav {
	background: var(--cl-bg-cream);
}

#mobileNav .accordion-button {
	font-family: var(--cl-font-body);
	text-transform: uppercase;
	font-size: 0.95rem;
	background: transparent;
	box-shadow: none;
}

#mobileNav .accordion-button:not(.collapsed) {
	color: var(--cl-gold-dark);
	background: transparent;
	box-shadow: none;
}

#mobileNav .accordion-body ul {
	list-style: none;
	padding-left: 0.5rem;
	margin: 0;
}

#mobileNav .accordion-body a {
	display: block;
	padding: 0.4rem 0;
	color: var(--cl-ink);
	text-decoration: none;
}

/* --------------------------- FOOTER --------------------------- */

.site-footer {
	background: var(--cl-footer-bg);
	color: #EDE7DA;
	padding: 3rem 1.25rem 0;
}

.site-footer__inner {
	max-width: var(--cl-container-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 2rem;
	padding-bottom: 2.5rem;
}

.site-footer__logo svg {
	width: 90px;
	height: auto;
	margin-bottom: 1rem;
}

.site-footer__address,
.site-footer__phone {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	color: #EDE7DA;
	line-height: 1.5;
}

.site-footer__phone a {
	color: #EDE7DA;
	text-decoration: none;
}

.site-footer__social {
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
}

.site-footer__social svg {
	width: 18px;
	height: 18px;
	fill: #EDE7DA;
}

.site-footer__social a {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(237, 231, 218, 0.35);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.site-footer__social a:hover {
	border-color: var(--cl-gold);
	background: rgba(201, 151, 59, 0.15);
}

.site-footer__title {
	font-family: var(--cl-font-body);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #fff;
	margin-bottom: 1rem;
}

.site-footer__links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer__links li {
	margin-bottom: 0.6rem;
}

.site-footer__links a {
	color: #C9C2B2;
	text-decoration: none;
	font-size: 0.9rem;
}

.site-footer__links a:hover {
	color: var(--cl-gold);
	text-decoration: underline;
}

.site-footer__bottom {
	border-top: 1px solid rgba(237, 231, 218, 0.15);
	padding: 1rem 1.25rem;
}

.site-footer__bottom-inner {
	max-width: var(--cl-container-max);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.8rem;
	color: #9A9082;
}

.site-footer__cd54 {
	color: #9A9082;
	text-decoration: none;
}

.site-footer__cd54:hover {
	color: var(--cl-gold);
}

@media screen and (max-width: 900px) {
	.site-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__col--brand {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 560px) {
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom-inner {
		flex-direction: column;
		text-align: center;
	}
}


/* ==========================================================================
   REFONTE 2026 — page--front (hero, quick-links, domaine, agenda, why-visit)
   ========================================================================== */

.hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero__media .views-element-container,
.hero__media .view-content,
.hero__media .views-row {
	height: 100%;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--cl-overlay-dark), rgba(20, 16, 10, 0.05) 60%);
	z-index: 1;
}

.hero__content {
	position: relative;
	z-index: 2;
	max-width: var(--cl-container-max);
	margin: 0 auto;
	padding: 3rem 1.25rem;
	width: 100%;
	color: #fff;
}

.hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.8rem;
	color: var(--cl-gold);
	margin-bottom: 0.5rem;
}

.hero__title {
	font-family: var(--cl-font-display);
	font-weight: 700;
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	line-height: 1.05;
	margin: 0 0 0.5rem;
}

.hero__subtitle {
	font-style: italic;
	color: var(--cl-gold);
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

.hero__cta {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.btn-cta--outline {
	background: transparent;
	border: 1px solid #fff;
}

.btn-cta--outline:hover {
	background: rgba(255, 255, 255, 0.15);
}

/* --- sections communes --- */

.section-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.8rem;
	color: var(--cl-gold-dark);
	margin-bottom: 0.25rem;
}

.section-title {
	font-family: var(--cl-font-display);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: var(--cl-ink);
	margin: 0 0 1rem;
}

/* --- quick-links (Préparer ma visite) --- */

.quick-links {
	background: var(--cl-bg-cream);
	padding: 3rem 1.25rem;
}

.quick-links__inner {
	max-width: var(--cl-container-max);
	margin: 0 auto;
	text-align: left;
}

.quick-links__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	margin: 1.5rem 0;
}

.quick-card {
	background: #fff;
	border: 1px solid var(--cl-card-border);
	border-radius: var(--cl-radius);
	padding: 1.75rem 1.25rem;
	text-align: center;
	text-decoration: none;
	color: var(--cl-ink);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quick-card:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.quick-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--cl-bg-cream);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	color: var(--cl-gold-dark);
}

.quick-card__icon svg {
	width: 22px;
	height: 22px;
}

.quick-card__label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.03em;
	margin-bottom: 0.4rem;
}

.quick-card__desc {
	font-size: 0.8rem;
	color: #6b6459;
}

.quick-links__more {
	display: inline-block;
	color: var(--cl-gold-dark);
	text-decoration: none;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.quick-links__more:hover {
	text-decoration: underline;
}

/* --- domaine --- */

.domaine {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 0;
}

.domaine__text {
	padding: 3rem 3rem 3rem 1.25rem;
	max-width: 560px;
	margin: 0 auto;
}

.domaine__desc {
	color: #4a463d;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.domaine__media img {
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
	display: block;
}

/* --- agenda --- */

.agenda {
	max-width: var(--cl-container-max);
	margin: 0 auto;
	padding: 3rem 1.25rem;
}

.agenda__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.agenda__more {
	color: var(--cl-gold-dark);
	text-decoration: none;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.agenda__grid {
	display: grid;
	grid-template-columns: 1.2fr 2fr;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

@media screen and (max-width: 900px) {
	.agenda__grid {
		grid-template-columns: 1fr;
	}
}

/* --- pourquoi venir --- */

.why-visit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	background: var(--cl-bg-cream);
}

.why-visit__text {
	padding: 3rem 1.25rem 3rem 3rem;
	max-width: 560px;
	margin: 0 auto;
}

.why-visit__list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.why-visit__list li {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.why-visit__list strong {
	display: block;
	font-size: 0.95rem;
	margin-bottom: 0.15rem;
	color: var(--cl-ink);
}

.why-visit__list p {
	margin: 0;
	font-size: 0.85rem;
	color: #6b6459;
}

.why-visit__icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	color: var(--cl-gold-dark);
}

.why-visit__icon svg {
	width: 100%;
	height: 100%;
}

.why-visit__media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
}

/* --- responsive : domaine / why-visit passent en 1 colonne --- */

@media screen and (max-width: 900px) {
	.domaine,
	.why-visit {
		grid-template-columns: 1fr;
	}

	.domaine__text,
	.why-visit__text {
		padding: 2rem 1.25rem;
		max-width: none;
	}

	.domaine__media img,
	.why-visit__media img {
		min-height: 260px;
	}

	.quick-links__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 560px) {
	.quick-links__grid {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: 460px;
	}
}