@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* User requested Raleway @font-face */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100;
	src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2) format('woff2');
	unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

h1,
h2,
h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	unicode-bidi: isolate;
}

html,
body {
	height: 100%;
	font-size: 1em;
}

body {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	background-color: #2c2c2c;
	color: #eeeeee;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

img {
	max-width: 100%;
	height: auto;
}

/* Accessibility: Skip to Content Link */
.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #5d0c6b;
	color: white;
	padding: 8px;
	z-index: 100;
	transition: top 0.2s;
}

.skip-link:focus {
	top: 0;
}

/* Global Focus Styles (Default/Catalogue: Purple) */
:focus-visible {
	outline: 3px solid #e17ed3 !important;
	outline-offset: 4px;
}

/* Specific Focus for Contest Section (Red) */
.concours :focus-visible,
.concours:focus-visible {
	outline-color: #ff8c94 !important;
}

/* Specific Focus for Espace Pro (Cyan) */
.espace_pro :focus-visible,
.espace_pro:focus-visible,
#espacepro_menu :focus-visible,
h1.pro_titre~ :focus-visible {
	outline-color: #45ccf0 !important;
}

a img {
	border: none;
}

a {
	outline: none;
}


#header,
header {
	width: 100%;
	background-color: #000;
	position: relative;
	z-index: 100;
	height: 67px !important;
	min-height: 67px;
	flex-shrink: 0;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 10px;
	max-width: 806px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	height: 67px;
	min-height: 67px;
	line-height: 0;
}

.header-container img {
	display: block;
	height: 67px;
	margin: 0;
	padding: 0;
}

.logo {
	display: block;
	height: 67px;
}

#Nav,
#MainNav {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 101;
}

.menu-cta {
	display: none;
}

.nav-text {
	display: none;
}

.hamburger {
	display: block;
	width: 25px;
	height: 2px;
	background: #ffffff;
	position: relative;
	transition: background 0.3s;
}

.hamburger::before,
.hamburger::after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	transition: transform 0.3s;
}

.hamburger::before {
	top: -8px;
}

.hamburger::after {
	bottom: -8px;
}

#mobile-menu-toggle[aria-expanded="true"] .hamburger {
	background: transparent;
}

#mobile-menu-toggle[aria-expanded="true"] .hamburger::before {
	transform: rotate(45deg);
	top: 0;
}

#mobile-menu-toggle[aria-expanded="true"] .hamburger::after {
	transform: rotate(-45deg);
	bottom: 0;
}

#Nav li,
.nav-item {
	float: left;
	height: 67px;
	position: relative;
	overflow: hidden;
}

#Nav li a,
.nav-item a {
	display: block;
	height: 67px;
}

.Menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#Nav li:hover .Menu,
#Nav li:focus-within .Menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#content {
	position: relative;
	z-index: 1;
	max-width: 806px;
	width: 100%;
	margin: 10px auto;
	flex: 1 0 auto;
}

body.page-accueil #content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}






/* initially all panes are hidden */
.panes .pane {
	display: none;
}

/* container for slides */
.images {
	border: 3px solid #fff;
	position: relative;
	aspect-ratio: 800 / 433;
	max-width: 800px;
	width: 100%;
	height: auto !important;
	margin: 0 auto;
}

/* single slide */
.images>div {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}

.images>div img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

/* tabs (those little circles below slides) */
.slidetabs {
	float: right;
	text-align: right;
	height: 20px;
	margin-top: 5px;
}

/* single tab */
.slidetabs a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../img/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
	cursor: pointer;
}

/* mouseover state */
.slidetabs a:hover {
	background-position: 0 -8px;
	cursor: pointer;
}

/* active state (current page state) */
.slidetabs a.current {
	background-position: 0 -16px;
}



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility: hidden !important;
}



.images div div.legende {
	display: block;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	bottom: 33px;
	height: 60px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

.titre {
	font-size: 18px;
	padding: 3px 10px;
}

.date {
	font-size: 14px;
	padding: 4px 10px;
	margin-top: 20px;
	line-height: 48px;
}


#content_catalogue {
	position: relative;
	z-index: 0;
	max-width: 824px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

#filmsText {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 20px;
	padding-top: 20px;
}

.film {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.catalogue_no_selection {
	width: 100%;
	min-height: 126px;
	background-color: #212121;
	padding: 20px;
	color: #CCC;
	font-size: 13px;
	margin-bottom: 12px;
	box-sizing: border-box;
}

.film .affiche {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.film .affiche img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.film .catalogue_titre {
	width: 100%;
	min-height: 22px;
	flex-grow: 1;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.film .catalogue_titre a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 0 5px;
}


#tri_catalogue {
	margin-bottom: 24px;
	margin-top: 14px;
}


.filter-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 0.5px solid rgba(225, 126, 211, 0.3);
	color: #e17ed3;
	font-family: 'Raleway', sans-serif;
	font-size: 0.98rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	cursor: pointer;
	padding: 12px 12px;
	margin: 20px 0 10px 0;
	border-radius: 60px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
}

.filter-toggle:hover {
	background: rgba(225, 126, 211, 0.15);
	border-color: #e17ed3;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(225, 126, 211, 0.2);
}

.filter-toggle:focus-visible {
	background: rgba(225, 126, 211, 0.2);
	outline: 3px solid #ffffff;
	outline-offset: 4px;
}

.filter-toggle .chevron-icon {
	width: 20px;
	height: 20px;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-toggle[aria-expanded="true"] {
	background: rgba(225, 126, 211, 0.2);
	border-color: #e17ed3;
}

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

.form_tri {
	opacity: 0;
	display: none;
	background: rgba(33, 33, 33, 0.8);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	color: #eeeeee;
	font-size: 14px;
	max-width: 766px;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}

.filter-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.filter-intro {
	grid-column: 1 / -1;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 2px;
}

.filter-intro p {
	margin: 0;
	font-weight: 600;
	font-size: 1.1rem;
	color: #ffffff;
}

.filter-group {
	border: none;
	padding: 0;
	margin: 0;
}

.filter-group legend {
	padding: 0;
	margin-bottom: 15px;
	font-weight: 700;
	color: #e17ed3;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	opacity: 0.9;
}

.filter-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.filter-option {
	position: relative;
	cursor: pointer;
}

.filter-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.filter-option span {
	display: block;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 0.5px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	font-size: 0.85rem;
	font-weight: 500;
	color: #cccccc;
	transition: all 0.3s ease;
	text-align: center;
}

.filter-option:hover span {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(225, 126, 211, 0.5);
	color: #ffffff;
}

.filter-option input[type="radio"]:checked+span {
	background: #e17ed3;
	border-color: #e17ed3;
	color: #000000;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(225, 126, 211, 0.4);
}

.filter-option input[type="radio"]:focus-visible+span {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}

.fadeNext {
	display: block;
}

#pagination {
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 806px;
	width: 100%;
	/*margin: 20px auto;*/
	margin-top: -22px;
	margin-bottom: 20px;
	grid-column: 1 / -1;
}

#pagination a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	padding: 12px 12px;
	border-radius: 50px;
	background: #e17ed3;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 15px rgba(225, 126, 211, 0.3);
}

#pagination a:hover,
#pagination a:focus-visible {
	background: #ffffff;
	color: #000000;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

#pagination a img {
	display: none;
	/* Hide old GIF images */
}

#pagination a::before,
#pagination a::after {
	font-family: inherit;
	font-size: 1.1rem;
}

#pagination a.prev::before {
	content: "←";
}

#pagination a.next::after {
	content: "→";
}

#pagination a.prev:hover::before {
	transform: translateX(-4px);
}

#pagination a.next:hover::after {
	transform: translateX(4px);
}

a.menu_tout,
a.menu_affiche,
a.menu_prochainement {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 117px;
	height: 18px;
	text-align: right;
	padding-right: 12px;
	padding-top: 4px;
}

a.menu_tout:hover,
a.menu_affiche:hover,
a.menu_prochainement:hover {
	color: #999;
}

a.menu_tout {
	background-color: #5d0c6b;
}

a.menu_affiche {
	background-color: #510b61;
}

a.menu_prochainement {
	background-color: #430751;
}

.footer,
footer {
	width: 100%;
	background-color: #000;
	padding-bottom: 40px;
	padding-top: 20px;
	flex-shrink: 0;
}

.footer_content {
	font-size: 10px;
	color: #999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 806px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.footer_content_right {
	padding-top: 20px;
}

.discreet-link {
	color: inherit;
	text-decoration: none;
}

.footer_content_center {
	padding-top: 16px;
}

.footer_content_left {
	padding-top: 16px;
}


.fiche_film {
	clear: both;
	max-width: 656px;
	width: 100%;
	margin: 0 auto;
	background-color: #212121;
	margin-top: 40px;
	padding: 30px;
	color: #CCC;
	box-sizing: border-box;
}

.inactive_message {
	min-height: 380px;
}

.concours {
	clear: both;
	max-width: 656px;
	width: 100%;
	margin: 0 auto;
	background-color: #212121;
	padding: 30px;
	color: #eeeeee;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
	box-sizing: border-box;
}

h1.catalogue {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color: #e17ed3;
	/* Brighter purple for accessibility (Contrast 7.6:1) */
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4;
}

h1.concours {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color: #ff8c94;
	/* Vivid Red/Coral adapted for WCAG AAA (>7:1) on dark background */
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	margin-left: -2rem;
}

h1.newsletter {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	color: #DE963B;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

hr {
	color: #333;
	border: none;
	height: 1px;
	background-color: #333;
	margin: 30px 0;
	clear: both;
}

/* Responsive Media Queries */
@media screen and (max-width: 800px) {

	#header,
	header,
	#content,
	#content_catalogue,
	.footer_content {
		max-width: 100%;
	}

	.images {
		border: none;
	}
}

@media screen and (max-width: 768px) {
	.header-container {
		align-items: center !important;
	}

	#mobile-menu-toggle {
		display: block;
	}

	.menu-cta {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #ccc;
		font-size: 0.8rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-left: auto;
		/* Push to the right, next to burger */
		margin-right: 5px;
	}

	.menu-cta svg {
		animation: bounceArrow 1.5s infinite;
	}

	@keyframes bounceArrow {

		0%,
		100% {
			transform: translateX(0);
		}

		50% {
			transform: translateX(5px);
		}
	}

	#MainNav {
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		max-width: 320px;
		background-color: rgba(26, 26, 26, 0.98);
		backdrop-filter: blur(10px);
		flex-direction: column;
		padding: 10px 0;
		display: none;
		z-index: 1000;
		box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.5);
	}

	#MainNav.active {
		display: flex;
	}

	.nav-item {
		width: 100%;
		position: relative;
		text-align: right !important;
		border-bottom: dotted 1px #fff;
		padding: 18px 5px;
		box-sizing: border-box;
	}

	.nav-item:last-child {
		border-bottom: none;
	}

	.menu-link img {
		display: none !important;
	}

	.nav-text {
		display: block;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 350;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-family: 'Outfit', sans-serif;
	}

	/* Specifically hide submenus on mobile for now as per requested style */
	.Menu {
		display: none !important;
	}

	.nav-item .menu-link {
		text-decoration: none;
	}

	.nav-item img {
		height: 40px;
		width: auto;
	}

	.Menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: rgba(0, 0, 0, 0.2);
		margin-top: 10px;
	}

	.nav-item:hover .Menu {
		transform: none;
	}

	.slidetabs {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.slidetabs a {
		float: none;
		display: inline-block;
	}

	.images div div.legende {
		top: auto;
		bottom: 20px;
		height: auto;
		width: 100%;
		text-align: right;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.titre {
		font-size: 16px;
	}

	.date {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
		display: inline-block;
	}

	.filter-grid {
		grid-template-columns: 1fr;
	}

	.footer_content {
		flex-direction: column;
		text-align: center;
	}

	.footer_content_left,
	.footer_content_center,
	.footer_content_right {
		padding: 10px 0;
	}

	h1.concours {
		margin-left: 0;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#filmsText {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 10px;
	}

	.film .catalogue_titre a {
		font-size: 0.8rem;
	}

	.fiche_film,
	.concours,
	.texte,
	.contacts {
		padding: 20px;
	}

	.fiche_technique td:first-child {
		width: 100px;
		font-size: 0.85em;
	}

	#espacepro_menu {
		height: auto;
	}

	#espacepro_menu_date,
	#espacepro_menu_alpha,
	#espacepro_menu_recherche {
		width: 100%;
		float: none;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	}

	#espacepro_menu_recherche input {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}

	.pro_affiche,
	.pro_photos,
	.pro_col_droite {
		width: 100%;
		float: none;
		margin-left: 0;
		border-right: none;
		border-bottom: 1px solid #333;
		padding-bottom: 20px;
		box-sizing: border-box;
	}

	input.entree {
		width: 100% !important;
		box-sizing: border-box;
	}
}

.video {
	display: block;
	width: 176px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.vignette_video a {
	display: block;
	width: 176px;
	height: 100px;
	margin-top: 10px;
}

.vignette_video a img {
	margin-top: 28px;
	margin-left: 65px;
}

.fiche_film a {
	color: #ff9e43;
	/* Brighter orange for link contrast */
	text-decoration: underline;
}

.fiche_film a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #5d0c6b;
	/* Consistent dark purple hover background */
}

.concours a {
	color: #e17ed3;
	/* Use the accessible purple for contest links */
	text-decoration: underline;
	font-weight: 500;
}

.concours a:hover {
	color: #ffffff;
	text-decoration: none;
	/* Removed background-color to avoid visual clutter and overlapping in tight spaces */
}

.presse {
	float: right;
}

.presse p {
	margin-top: 0px;
}

.fiche_technique table {
	border-collapse: separate;
	border-spacing: 0px 8px;
	width: 100%;
}

.fiche_technique td:first-child {
	width: 130px;
	min-width: 100px;
}

.fiche_technique td {
	vertical-align: top;
	padding: 3px 0px;
}

.fiche_technique td p {
	margin-top: 0;
}

.fiche_technique td.td_droite {
	background-color: #272727;
	padding-left: 10px;
}

.color_catalogue {
	color: #B2761F;
}

.fiche_technique ul {
	margin: 0;
	padding: 0 13px 10px 13px;
}

.catalogue_lien img {
	float: left;
}

.fiche_film div.catalogue_lien a {
	height: 24px;
	display: block;
	float: left;
	background: url(../img/catalogue_lien2.gif) no-repeat right;
	padding-right: 10px;
	line-height: 23px;
	color: #CCC;
	text-decoration: none;
}

.fiche_film div.catalogue_lien a:hover {
	color: #FFF;
}

.concours div.catalogue_lien>a {
	/* Only target the direct button link */
	height: 24px;
	display: block;
	float: left;
	background: url(../img/catalogue_lien2.gif) no-repeat right;
	padding-right: 10px;
	line-height: 23px;
	color: #CCC;
	text-decoration: none;
}

.concours div.catalogue_lien>a:hover {
	color: #FFF;
}

/* Ensure links inside the form flow naturally with text */
.form_concours a {
	display: inline !important;
	float: none !important;
	height: auto !important;
	background: none !important;
	padding: 0 !important;
	line-height: inherit !important;
}


#espacepro_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #212121;
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 15px;
}

.espacepro_menu_group {
	display: flex;
	gap: 10px;
}

.espacepro_btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	background: #000;
	border: 1px solid #444;
	border-radius: 4px;
	color: #8c8c8c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.espacepro_btn:hover {
	background: #1a1a1a;
	color: #eee;
	border-color: #666;
}

.espacepro_btn.active {
	background: #45ccf0;
	color: #000;
	border-color: #45ccf0;
	font-weight: 700;
}

.sort-icon {
	transition: transform 0.2s ease;
}

.sort-icon.asc {
	transform: rotate(180deg);
}

#espacepro_menu_recherche {
	flex: 1;
	min-width: 280px;
	max-width: 400px;
}

.search-form {
	width: 100%;
}

.search-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.search-icon {
	position: absolute;
	left: 12px;
	color: #666;
}

#search_q {
	width: 100%;
	background: #000 !important;
	border: 1px solid #444 !important;
	color: #fff !important;
	padding: 8px 12px 8px 38px !important;
	border-radius: 4px !important;
	font-size: 0.9rem !important;
	font-family: inherit;
	margin-left: 0 !important;
}

#search_q:focus {
	border-color: #45ccf0 !important;
	outline: none;
}


.espacepro_film {
	background-color: #212121;
	padding: 20px;
	color: #CCC;
	margin-bottom: 12px;
}

h1.pro_titre {
	color: #45ccf0;
	/* Brighter cyan for Espace Pro titles (Contrast 7.4:1) */
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

.espacepro_film p {
	margin: 0;
	padding: 0;
}

.espacepro_film p.contact_presse {
	color: #8C8C8C;
}

.espacepro_film p.contact_presse a {
	color: #8C8C8C;
	text-decoration: none;
}

.espacepro_film p.contact_presse a:hover {
	color: #B2761F;
}

.pro_affiche {
	margin-top: 20px;
	border-right: 1px solid #333;
	width: 160px;
	float: left;
}

.pro_affiche img {
	margin-top: 10px;
}

.pro_photos {
	margin-top: 20px;
	margin-left: 20px;
	border-right: 1px solid #333;
	width: 340px;
	float: left;
}

.pro_photos img {
	margin-top: 11px;
	float: left;
	margin-right: 10px;
}

.pro_col_droite {
	margin-top: 20px;
	margin-left: 20px;
	width: 220px;
	float: left;
}

.pro_videos ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.pro_videos ul li {
	background: url(../img/espacepro_puce_video.gif) no-repeat top left;
	list-style-type: none;
	padding-left: 24px;
	margin-bottom: 5px;
}

.pro_videos ul li a {
	display: block;
	background-color: transparent;
	color: #45ccf0;
	border: 1px solid #45ccf0;
	padding: 5px 10px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
	transition: all 0.3s ease;
	text-align: center;
	margin-top: 5px;
}

.pro_videos ul li a:hover {
	background-color: #45ccf0;
	color: #212121;
}

.pro_lien {
	margin-top: 10px;
}

.pro_lien a {
	display: block;
	background-color: transparent;
	color: #45ccf0;
	border: 1px solid #45ccf0;
	padding: 10px 15px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	transition: all 0.3s ease;
	text-align: center;
	margin-bottom: 5px;
}

.pro_lien a:hover {
	background-color: #45ccf0;
	color: #212121;
}

.texte {
	clear: both;
	max-width: 656px;
	width: 100%;
	margin: 0 auto;
	background-color: #212121;
	padding: 30px;
	color: #CCC;
	font-size: 1em;
	box-sizing: border-box;
}

.texte a {
	color: #008e3a;
	text-decoration: underline;
}

.texte a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #008e3a;
}

.contacts {
	clear: both;
	max-width: 765px;
	width: 100%;
	margin: 0 auto;
	background-color: #212121;
	padding: 30px;
	color: #CCC;
	font-size: 0.89em;
	box-sizing: border-box;
}

.contacts img {
	float: right;
}

.contacts_txt {
	float: left;
	margin-top: 20px;
}

.contacts_txt a {
	color: #ccc;
	text-decoration: none;
}

.contacts_txt a:hover {
	color: #ccc;
	text-decoration: none;
	background-color: #DD5420;
}

.image_concours {
	flex: 0 0 auto;
	margin-bottom: 20px;
}

.texte_concours {
	flex: 1 1 300px;
}

.form_concours {
	clear: both;

	opacity: 0;
	display: none;
	padding: 20px 0px;
}

.form_concours p {
	font-weight: bold;
}

input.entree {
	width: 235px;
	background-color: #1E1E1E;
	/* Darker for input depth */
	border: 1px solid #444;
	/* Added visible border */
	color: #eeeeee;
	padding: 6px;
	border-radius: 4px;
}

input.envoyer {
	background-color: #ff9e43;
	/* Higher contrast orange for primary button */
	border: none;
	width: 120px;
	height: 36px;
	color: #000000;
	/* Black text for best contrast on orange */
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.2s;
}

input.envoyer:hover {
	background-color: #ffffff;
}