* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding-top: 270px;
	-webkit-transition: padding .8s;
	   -moz-transition: padding .8s;
	    -ms-transition: padding .8s;
	     -o-transition: padding .8s;
	        transition: padding .8s;
}
body.shrinked-header {
	padding-top: 200px;
}

body.no-scroll {
	overflow: hidden;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a, a:visited, a:link, a:hover, a:focus {
	color: #08f;
	outline: none !important;
}
a.link {
	text-decoration: none !important;
	color: #CABBA1 !important;
}
a.link.orange {
	color: #CE8508 !important;
}

.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}


.container {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
/*	max-width: 1220px;*/
	max-width: 970px;
}
.container::before, .container::after {
	content: " ";
	display: table;
}
.container::after {
	clear: both;
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
	z-index: 10;
}

.topbar-wrapper {
	overflow: hidden;
	background-color: #000;
}
.graph-fond {
	position: absolute;
	top: -495px;
/*	margin-left: 295px;*/
	right: 635px;
	right: calc(100% - (50% - 150px));
	width: 738px;
	max-width: 738px;
	-webkit-transition: all .8s;
	   -moz-transition: all .8s;
	    -ms-transition: all .8s;
	     -o-transition: all .8s;
	        transition: all .8s;
}
.topbar {
	text-align: center;
	padding: 20px;
	height: 190px;
	-webkit-transition: all .8s;
	   -moz-transition: all .8s;
	    -ms-transition: all .8s;
	     -o-transition: all .8s;
	        transition: all .8s;
}
.logo-v {
	visibility: visible;
	height: 150px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -102px;
/*	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);*/
	-webkit-transition: all .8s;
	   -moz-transition: all .8s;
	    -ms-transition: all .8s;
	     -o-transition: all .8s;
	        transition: all .8s;
}
.logo-h {
	height: 100px;
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -38px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.topbar-buttons {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.topbar-button {
	margin-left: 20px;
	vertical-align: bottom; 
}



body.shrinked-header .topbar {
/*	text-align: left;*/
	height: 140px;
}
body.shrinked-header .graph-fond {
/*	margin-left: 0;*/
	top: -247px;
	right: 100%;
	width: 369px;
}

body.shrinked-header .logo-v {
	visibility: hidden;
	left: 57px;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
body.shrinked-header .logo-h {
	visibility: visible;
	left: 20px;
	margin-left: 0;
	-webkit-transition: all .8s;
	   -moz-transition: all .8s;
	    -ms-transition: all .8s;
	     -o-transition: all .8s;
	        transition: all .8s;
}



.menu-wrapper-white {
	background: #fff;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.menu-wrapper-black {
	background: #000;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.menu {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menu-link {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
.menu-wrapper-white .menu-link {
	border-right: 1px dashed #000;
}
.menu-wrapper-white .menu-link.first-link {
	border-left: 1px dashed #000;
}
.menu-wrapper-black .menu-link:after {
	position: absolute;
	content: "•";
	color: #CABBA1;
	top: 0;
	right: -3px;
}
.menu-wrapper-black .menu-link.last-link:after {
	display: none;
}
.menu-wrapper-black .menu-link.first-link a {
	padding-left: 0;
}
.menu-wrapper-black .menu-link.last-link a {
	padding-right: 0;
}
/*
.menu-wrapper-black .menu-link.first-link:before {
	position: absolute;
	content: "•";
	color: #CABBA1;
	top: 0;
	left: -5px;
}
*/


.menu-link a {
	padding: 15px 30px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
}
.menu-wrapper-white .menu-link a,
.menu-wrapper-white .menu-link a:visited {
	color: #000;
}
.menu-wrapper-black .menu-link a,
.menu-wrapper-black .menu-link a:visited {
	color: #CABBA1;
}
.menu-wrapper-white .menu-link.active a {
	color: #CABBA1 !important;
	font-weight: 700;
}
.menu-wrapper-black .menu-link.active a {
	color: #fff !important;
	font-weight: 700;
}




.menu-button {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	height: 25px;
	z-index: 30;
	cursor: pointer;
}
.menu-button.open {
	display: block !important;
}
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background: #000;
	margin: 0;
	padding: 0;
	padding-top: 65px;
	overflow: auto;
}
a.menu-overlay-link {
	color: #CABBA1;
	font-weight: 500;
	text-decoration: none;
}
a.menu-overlay-link.active {
	color: #fff;
	font-weight: 600;
}
.menu-overlay-link li {
	position: relative;
	width: 100%;
	padding: 15px;
	background: #000;
	border-bottom: 1px dashed #CABBA1;
}
a.menu-overlay-link.first li {
	border-top: 1px dashed #CABBA1;
}





.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -90px;
}



.hero-image {
	position: relative;
	text-align: center;
	background: #000;
}




.title-wrapper {
	background-color: #000;
	text-align: center;
}
.hero-image > .title-wrapper {
	background: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: -30px;
}
.title {
	display: inline-block;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 60px;
	margin: 0;
	padding: 0 25px 0 32px;
	position: relative;
	letter-spacing: 7px;
}
.title:before,
.title:after {
	position: absolute;
	content: "•";
	color: #fff;
	top: 0;
	letter-spacing: 0;
}
.title:before {
	left: -5px;
}
.title:after {
	right: -5px;
}


.subtitle {
	margin: 30px 0 20px 0;
	font-weight: 500;
	color: #6F6151;
	font-variant: small-caps;
	font-size: 42px;
	font-family: Oswald;
}
hr.dashed {
	margin: 8px 0;
}
hr.dashed + .subtitle,
.subtitle:first-child {
	margin-top: 25px;
}




.affiche-festival {
	max-width: 190px;
	float: left;
	margin: 0 20px 10px 0;
}
.news-wrapper {
	padding: 30px 50px;
	background-color: #FEF5DC;
	border: 3px double #6F6151;
	margin: 20px 0;
}
.news-wrapper .subtitle {
	font-variant: small-caps;
}
.news {
	padding: 0;
}
.news li {
	font-size: 18px;
	padding: 5px 0;
	text-align: justify;
}



.year-20 {
	color: #000;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 8px;
}
.longs-1999 hr.dashed {
	margin: 25px 0;
}
.list-prize {
	margin: -3px 0 0 10px;
}



.year {
	color: #000;
	font-size: 28px;
	font-weight: 400;
	line-height: 60px;
	margin: 10px 0;
	padding: 0 25px;
	letter-spacing: 8px;
	text-align: center;
}
.year.active {
	font-weight: 700;
}
.year + hr.dashed {
	margin: 0;
}
.guest {
	border-bottom: 1px dashed #000;
	overflow: hidden;
}
.guest:last-child {
	border-bottom: none;
}
.guest-photo {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
.guest-photo img {
	width: 100%;
}
.guest-text {
	display: inline-block;
	width: 75%;
	vertical-align: top;
	padding-left: 25px;
}
.guest-text-bar {
	width: 100%;
	background: #fff;
	height: 50px;
	text-align: right;
	line-height: 50px;
	position: relative;
	z-index: 2;
}
.read-more,
.read-less {
	font-size: 16px;
	font-style: italic;
	cursor: pointer;
}
.guest-name {
	font-size: 36px;
	margin: 30px 0 0 0;
	font-weight: 700;
	color: #CABBA1;
}
.guest-job {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
}
.guest-description-long {
	height: 88px;
}
.guest-description p {
	font-size: 18px;
	margin: 25px 0;
	text-align: justify;
	line-height: 22px;
}
.guest-description h4 {
	font-size: 20px;
	font-weight: 500;
}
.guest-description ul {
}
.guest-description ul li {
	font-size: 18px;
}
.guest-description ul ul {
	list-style: none;
	padding-left: 45px;
}
.guest-description ul ul li {
	font-size: 16px;
}



.selection {
	text-align: justify;
	text-align-last: justify;
	background: #000;
	margin-bottom: 10px;
}
.film {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 20%;
	border: 1px solid #000;
	overflow: hidden;
	aspect-ratio: 3/4;
}
.film img.affiche {
	width: 100%;
}


.affiche-wrapper {
	width: 40%;
	padding: 10px;
	margin-top: -30%;
	background: #fff;
	border: 1px dashed #000;
	display: inline-block;
	vertical-align: bottom;
}
.film-infos {
	display: inline-block;
	width: 60%;
	padding-left: 40px;
	vertical-align: top;
}
.film-h {
	font-family: "Oswald", "Roboto", sans-serif;
}
.film-h > small {
	font-size: 20px;
}
.synopsis {
	margin-bottom: 0;
}
.nominations p {
	margin: 5px 0;
}
.quote {
/*	font-style: italic;*/
	margin-right: 10px;
}
.source {
	white-space: nowrap;
/*	margin-left: 10px;*/
}
.video-ww {
	position: relative;
	z-index: 1;
	padding: 0;
	max-width: 853px;
	margin: 40px auto;
}
.video-wrapper {
	position: relative;
	height: 0;
	max-width: 853px;
	padding-bottom: 56.25%;
}
.video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.parrain {
	margin-bottom: 20px;
}
.parrain img {
	max-width: 200px;
}



.text,
.callout {
	font-size: 18px;
	margin: 25px 0;
	text-align: justify;
}
.subtitle + .text {
	margin-top: 20px;
}
.callout {
	border: 1px solid #000;
	background-color: #6F6151;
	color: #fff;
	padding: 30px;
}
.bold {
	font-weight: 700;
}
.number {
	font-weight: 500;
	white-space: nowrap;
}
.text-center {
	text-align: center;
}
.small {
	font-size: 16px;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.dashed {
	border-top: none;
	border-bottom: 1px dashed #000;
}
.centered-500px {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.team-division {
	font-weight: 500;
}
.text-yellow {
	color: #CABBA1;
}
.text-orange {
	color: #CE8508;
}
.list {
	font-size: 18px;
	text-align: justify;
}
.accordion-title {
	cursor: pointer;
}
.accordion-title.active, .accordion-title:hover {
	color: #CE8508;
}
.accordion-title.active:hover {
	color: #6F6151;
}
.accordion-content {
	overflow: hidden;
	height: 0;
}
/*
.selection-parallele .accordion-content {
	margin: 0 -20px;
	padding: 0 20px;
	background-color: #FEF5DC;
}
*/
.concours .text {
	margin-bottom: 10px;
}
.concours .list {
	font-size: 16px;
	margin: 0 0 35px 0;
}
.prize {
	border: 1px dashed #CABBA1;
	padding: 20px;
	text-align: justify;
}




.court {
	position: relative;
	margin-bottom: 20px;
	border: 1px dashed #444;
	padding: 10px;
}
.court::after {
	position: absolute;
	content: '';
	top: 0;
	left: 25%;
	bottom: 0;
	width: 5px;
	border-right: 1px dashed #444;
}
.court-image {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding-right: 10px;
}
.court-image.paysage {
	width: 40%;
}
.court-description {
	display: inline-block;
	width: 75%;
	padding: 0 10px 0 20px;
	margin: 0;
	vertical-align: top;
}
.court-description.paysage {
	width: 60%;
}


.expo-photo {
	display: inline-block;
	max-width: 33.3333%;
	text-align: center;
}
.expo-photo img {
	padding: 5px;
	border: 1px dashed #444;
	border-right: none;
}
.expo-photo:last-child img {
	border-right: 1px dashed #444;
}



.partner {
	display: inline-block;
	vertical-align: middle;
	width: 33.3333%;
	padding: 50px;
	text-align: center;
}
.partner.partner-formation {
	width: 33%;
	padding: 0 20px 20px 20px;
}




.footer-push {
	height: 90px;
}
.footer {
	height: 90px;
	background-color: #000;
}
.rtt-wrapper {
	border-top: 1px dashed #000;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
}
a.return-to-top {
	font-size: 14px;
	color: #CABBA1;
	font-weight: 500;
	text-decoration: none;
}
.footer-link {
	display: inline-block;
	margin: 0 10px;
	padding: 15px 1px 3px 0;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
.footer-link.active {
	font-weight: 700;
}
.footer-link.active,
.footer-link:hover,
.footer-link:focus {
	text-decoration: underline;
}
.footer-link,
.footer-link:visited,
.footer-link:hover,
.footer-link:focus {
	color: #fff;
}


table.planning {
	border-collapse: collapse;
}
table.planning td {
	text-align: right;
	vertical-align: top;
	padding: 8px 10px 8px 0;
	border-right: 1px solid #444;
}
table.planning td + td {
	text-align: justify;
	padding-left: 10px;
	padding-right: 0;
	border-right: none;
}



.progbox {
	display: inline-block;
	width: 50%;
	padding: 10px;
	vertical-align: top;
}
.progbox h3 {
	margin: 0;
}
.progbox .text {
	font-size: 14px;
	margin: 10px 0;
}


.invitbox {
	display: inline-block;
	width: 33.3333%;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}


.lpssce {
	float: right;
	padding-top: 50px;
	padding-right: 50px;
}
.lpssce img {
	vertical-align: baseline;
}


@media only screen and (max-width: 1210px) {
	.menu-link {
		font-size: 14px;
	}
	.menu-link a {
		padding: 15px 20px;
	}
}
@media only screen and (max-width: 910px) {
	.menu-link {
		font-size: 12px;
	}
	.menu-link a {
		padding: 15px;
	}
}
@media only screen and (max-width: 760px) {
	body {
		padding-top: 190px;
	}
	.menu-wrapper-white,
	.menu-wrapper-black {
		display: none;
	}
	.menu-button {
		display: block;
	}
	.court-image, .court-image.paysage {
		float: left;
		width: 40%;
	}
	.court-description, .court-description.paysage {
		width: 100%;
		display: block;
		padding: 0;
	}
	.court::after {
		position: static;
		display: table;
		clear: both;
		border: none;
	}
	.affiche-wrapper,
	.film-infos {
		width: auto;
		display: block;
		float: none;
	}
	.affiche-wrapper {
		margin: 20px auto 0;
		max-width: 250px;
	}
	.film-infos {
		padding-left: 0;
	}
	.lpssce img {
		width: 120px;
	}
}
@media only screen and (max-width: 840px) {
	.film {
		width: 25%;
	}
}
@media only screen and (max-width: 730px) {
	.partner {
		width: 33.3333%;
		padding: 20px;
	}
	.partner.partner-formation {
		width: 33.3333%;
	}
}
@media only screen and (max-width: 540px) {
	.centered-500px br {
		display: none;
	}
	.film {
		width: 50%;
	}
}
@media only screen and (max-width: 460px) {
	body {
		padding-top: 154px;
	}
	body.shrinked-header {
		padding-top: 115px;
	}
	.topbar-buttons {
		display: none;
	}
	.topbar {
		height: 154px;
	}
	.logo-v {
		height: 114px;
		margin-left: -78px
	}
	.logo-h {
		height: 75px;
	}
	body.shrinked-header .topbar {
		height: 115px;
	}
	body.shrinked-header .logo-v {
		left: 49px;
	}
	.title {
		font-size: 20px;
		padding: 0 15px 0 20px;
		letter-spacing: 2px;
	}
	.guest-photo {
		display: none;
	}
	.guest-text {
		display: block;
		width: 100%;
		padding: 0;
	}
	.partner, .partner.partner-formation {
		width: 50%;
	}
	.court-image {
		display: none;
	}
	.lpssce {
		float: none;
		margin-bottom: -25px;
	}
}









.film:hover {
	opacity: .5;
}
