@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 {
		width: 100%;
		height: auto;
		background: white !important;
		margin: 0 !important;
		padding: 0 !important;
		max-width: 80%;
		margin-left: 10% !important;
		padding-top: 1% !important;
	}

	#header-brand .elemhd {
		display: inline-block;
	}

	#header-brand .elemhd svg {
		fill: #4a606e;
	}

	#header-brand .logoheader svg {
		width: 120px;
		height: auto;
	}

	#header-brand .searchheader {
		width: 40px;
		height: auto;
	}

	#header-brand .linkheader a {
		text-decoration: none;
		color: black;
	}

	.searchheader {
		margin-left: auto;
		display: flex;
		align-items: center;
		gap: .5rem;
	}

	.chalogo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 150px;
		height: auto;
		display: none;
	}

	.linkheader,
	.rsheader {
		display: flex;
		align-items: center;
		gap: .5rem;
	}

	.linkheader a,
	.rsheader a {
		width: 2em;
		height: auto;
		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;
		z-index: 10;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.svg-container svg {
		width: 30%;
		height: auto;
		max-height: 100%;
		margin-top: 5%;
	}

	.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: #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.path-node header.bg-secondary .chalogo {
		display: none;
		width: 180px;
	}

	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;
	}

}