
.neutral {
	border: 1px solid lightgrey;
}

.ok {
	border: 1px solid green;
}

.universe-admin .globalHeader .globalNav h1 {
	position: static;
}

.universe-admin .contentBlock .block-body {
	padding: 2em 2em 2em 1em;
	
}

.universe-admin .block-body {
	max-width: none;
}


.universe-admin .mainContent {
	overflow: auto;
}

.universe-admin .mainContent .menu {
	float: left;
	width: 12em;
	margin: 1em;
	background-color: #efefef;
}

.universe-admin .mainContent .content {
	float: left;
	width: calc(100% - 14em);
}



.universe-admin a,
.universe-admin a:visited {
	color: black;

}


.pagination {
	text-align: center;
	list-style: none;
	margin: 2em 0;
	text-transform: uppercase;
}




.pagination .title,
.pagination .currentPage,
.pagination .currentPage a {
	font-weight: bold;
}

.pagination .nbResults{
	font-size: 0.95em;
}

.pagination li {
	display: inline;
	padding-right: .5em;
}

.pagination a:before,
.pagination a:after {
	font-size: 0.8em;
	text-decoration: none;

	font-weight: bold;
	letter-spacing: -0.2em;
	position: relative;
	bottom: 0.1em;

}

.pagination .firstPage a:before { content: '|<'; }
.pagination .previousPage a:before { content: '<'; }
.pagination .nextPage a:after { content: '>'; }
.pagination .lastPage a:after { content: '>|'; }



.pagination.head {
	text-align: left;
	background: black;
	color: white;
	padding: 0.5em;

	width: calc( 100% - 0em );
	margin-bottom: 0;
}

.pagination.head a {
	color: white;
}


.pagination {
	display: flex;
	justify-content: space-between;
}



.film.mini {
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

.film.mini header {
	position: relative;
	padding-left: 5.5rem; 
	padding-right: 6rem; 

	min-height: 5rem;
}

.film.mini main {
	overflow: hidden;
	transition: all 0.2s;
	border-top: 0px dashed #ccc;


	

}


.film.mini main {
	
	border-top: 0px;
	margin: 0;
	padding: 0;
	max-height: 0px;
}

.film.mini:not(.emptyMain):hover main {
	border-top: 1px dashed #ccc;;
	padding-top: 0.5em;
	padding-left: 5rem;
	margin-top: 0.5em;
	max-height: 100px;

	opacity: 0.6;
}

.film.mini:hover {
	border-bottom-color: black; 
}

.film.mini .title h3,
.film.mini .title .status {
	display: inline;
}

.film.mini .status {
	font-size: 0.4em;
	background-color: black;
	color: white;
	padding: 0.3em;

	position: relative;
	top: -0.5em;
	font-weight: normal;
}

.film.mini .status.public {
	background-color: green;
}

.film.mini .status.notPublic {
	background-color: lightgrey;
}


.film.mini .illustration {
	position: absolute;
	left: 0rem;
	width: 5rem;
	height: 4rem;

	background-size: cover;
	background-position: center center;
}

.film.mini .illustration.default  {
	opacity: 0.2;

	background-image: url(../bundles/varanappfront/img/eye-fill.svg) !important;
	background-size: 50% auto;
	background-repeat: no-repeat;

}

.film.mini .illustration img{
	display: block;
	width: 100%;
	height: 100%;
	display: none;
}

.film.mini .actions {
	position: absolute;
	right: 0.5rem;
	top: 0rem;
}


.film.mini .title {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.film.mini .title .alternative {
	font-size: 0.5em;
	display: block;
}

.film.mini .actions li {
	list-style: none;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	width: 5rem;
	border: 1px solid black;
	margin-bottom: 0.2em;
	padding: 0.2em 0;
	background-color: white;
}

.film.mini .actions li a {
	display: block;
}

.film.mini .isPublic {
	background-color: rgba(0, 50, 0, 1);
}

.film.mini .isNotPublic {
	background-color: rgba(0, 0, 0, 0.2);
}



.film.mini .light {
	font-style: italic;
	opacity: 0.4;
}

.film.mini .upperTitle {
	display: block;
	font-size: 0.5em;
	margin-bottom: 0;

	opacity: 0.5;
}





.formSearch {
	overflow: hidden;
	max-height: 1rem;
	transition: max-height 0.2s;
}


.formSearch.open {
	max-height: 500px;
	border: 5px solid black;
	padding: 1em;
}

.formSearch h3 {
	font-size: 1rem;
	text-transform: uppercase;
	text-align: right;

	cursor: pointer;
}

.formSearch h3:before  {
	content: '\25B6';
	font-size: 0.8em;
	padding-right: 0.5em;
}

.formSearch.open h3:before {
	content: "";
}

.formSearch.open h3 {
	margin: 0 1em 1em 0;
}

.formSearch #search_terms {
	width: calc(100% - 1em);
	border: 1px solid #000;
	border-radius: 0em ;
	font-size: 1.2em;
	padding: 0.4em;
}

.formSearch  #search_search {
	border: 1px solid #000;
	
	background-color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	border-radius: 0em ;
	font-size: 1.2em;
	padding: 0.4em;

	margin-bottom: 0.4em;
	margin: 0 auto;
	margin-top: 1em;

	width: calc(100% - 1.2em);
}

.formSearch #search_searchFields {
	background-color: rgba(0, 0, 0, 1);
	color: white;
	padding: 0.5em;
	width: calc(100% - 1.2em);
	
	margin-bottom: 1em;
	overflow: hidden;
	transition: all 0.2s;

	max-height: 5em;

}

.formSearch #search_searchFields.closed {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}




.formSearch #search_searchFields input {
	background-color: black;
	color: white;
	
}

.formSearch #search_searchFields,
.formSearch #search_orderField,
.formSearch #search_orderDirection,
.formSearch #search_publicOnly {

	text-align: center;
}


.formSearch #search_searchFields label,
.formSearch #search_orderField label,
.formSearch #search_orderDirection label,
.formSearch #search_publicOnly label {
	margin-right: 0.5em;
	margin-left: 0.5em;

}






.adminForm .inner {
	display: flex;
	flex-direction: row;
}

 .adminForm aside {
 		max-width: 300px;
 		margin-bottom: 2em;
 }

 .adminForm main {
	flex: 2 0px; 
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid lightgrey;
}

 .adminForm.noAside main {
	padding-left: 0em;
	margin-left: 0em;
	border-left: 0;
}

.modeSmall .adminForm .inner {
	display: block;
}

.modeSmall .adminForm main {
	padding-left: 0em;
	margin-left: 0em;
	border-left: 0px;
}

.adminForm input[type=text]:not(.choices__input),
.adminForm input[type=number],
.adminForm textarea,
.adminForm select {
	display: block;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 0.5em;
	margin: 0.5em 0 1.5em 0;
	width: 100%;
	font-size: 1em;
	height: 2.8em;
}

.adminForm select {
	
}



.adminForm textarea {
	min-height: 15em;
	resize: vertical;
	font-size: 1.0em;
	font-family: 'Avenir Next', 'Arial', sans-serif;
	padding: 1em;
	line-height: 1.2em;
}



.adminForm input[type=checkbox],
.adminForm input[type=radio]{
	border: 1px solid black;
	margin: 0 0.5em;
}


.adminForm input[type=submit], 
.adminForm button[type=submit] {
	display: block;
	border: 1px solid black;
	padding: 0.5em;
	margin: 1em 0;
	
}

.adminForm label {
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 0.5em;
}



.adminForm .title {
	font-size: 1em;
	display: block;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
}


.adminForm .separated {
	padding: 1em;
	margin: 1em 0;
	
	font-size: 0.9em;

	border: 3px solid lightgrey;

}





.adminForm .subformContainer {
	overflow: hidden;
	cursor: pointer;
}

.adminForm .subformContainer .subform,
.adminForm .subformContainer .proto-add  {
	display: none;
}


.adminForm .subformContainer.open {
	margin-bottom: 1em;
}

.adminForm .subformContainer.open .subform,
.adminForm .subformContainer.open .proto-add  {
	display: block;
}
.adminForm .subformContainer.open .title:after {
	content: " :";
}






.adminForm select optgroup:before {
	font-style:normal;
    font-weight:bold;
    padding: 0.5em 0.2em;
}

.message {
	margin: 1em 0;
	padding: 1em;
	font-weight: bold;

}

.message.ok {
	background-color: green;
	color:white;
}


.admin .subform {
	/*display: none;*/
}






.adminForm .compact {
	overflow: hidden;
	border-bottom: 1px solid lightgrey;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.adminForm .supercompact > div,
.adminForm .compact > div {
	
	float: left;
	width: 25%;
	padding: 0 0.2em;
	font-size: 0.6em;

}
.adminForm .supercompact > div {
	width: 50%;
}


.adminForm .compact label {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
}

.adminForm .compact div:first-child {
	width: 50%;
}






.adminForm .compact div:first-child input {
	
	font-weight: bold;
}

.modeMedium .adminForm .compact div {
	width: 100%;
}





.adminForm .subform.externalWorks > div {
	background-color: lightgrey;
	padding: 0.5em;
}

.adminForm .subform.externalWorks > div > div:first-child {
	text-align: right;
}


.proto-add {
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
}

.proto-add:before {
	content: "+ ";
	font-weight: bold;
}



.uri.compact .form_label_is_prefered {
	padding-left: 2.5em;

}

.uri.compact .form_field_is_prefered {
	position: relative;
	top: -1em;
}


.form_label_topics_keywords, .form_label_topics_themes {
	padding-top: 1em;
	
}

.choices:last-child {
	margin-bottom: 1em !important;
}


.externalWorks div.compact div:last-child {
	width: 100%;
	font-size: 0.8em;
}

.externalWorks div.compact div:last-child {
	width: 100%;
	font-size: 0.8em;
}

.externalWorks .uri .form_label_is_prefered,
.externalWorks .uri .form_field_is_prefered {
	display: none;
}

.externalWorks .form_label_uri {
	font-weight: bold;
}

.externalWorks .uri.embed {
	padding: 0.5em;
    margin-top: 0.5em;
    border: 1px solid grey;

}

.externalWorks .form_field_title {
	font-weight: bold;
}


.physicalLocation .noDelete .form_label_is_deleted,
.physicalLocation .noDelete .form_field_is_deleted {
	display: none;
}

/* mediaItemForm */
.adminForm .compact div.mediaItemForm {
	margin: 1em 1em 0 0;
	width: calc(33.3% - 1em);
	font-size: 1em;
	background: #dedede;
	padding: 1em;
	cursor: default;
}

.adminForm .mediaItemForm .media img {
	display: block;
	width: 100%;
}



/**/

.quickAccess {
	list-style-position: inside;
	background: #efefef;
	padding: 0em;
	margin-bottom: 1em;
}

.quickAccess dt {
	background: #dedede;
	padding-left: 1em;
	border-bottom: 2px solid #999;
	
	font-weight: bold;
	padding: 1em;
	margin-bottom: 1em;
}

.quickAccess dd {
	border-bottom: 1px solid #DEDEDE;
	padding: 0.3em 1em;

	word-wrap: break-word;
}

.quickAccess dd:last-child {
	border: 0;
}

.quickAccess dd:before {
	content: "\2022";
	padding-right: .5em;
	font-size: 0.8em;
}


.quickAccess dd.title:before {
	content: "";
	padding-right: 0;
}

.quickAccess dd.title {
	font-size: 1.1em;
	font-weight: bold;
}

.quickAccess img {
	width: 100%;
}

/*********************/
/* CUSTOMIZE CHOICES */
/*********************/

.admin .choices__input {
	border: 1px solid black;
	min-width: 100%;
}

.admin .choices__list--multiple .choices__item, 
.admin .choices__list--multiple .choices__item.is-highlighted {
	background-color: black;
	border-color: black;
	border-radius: 0;
}



.linkTitle {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.linkList{
	padding-left: 1em;
}




/**********************/
/* CUSTOMIZE FOS USER */
/**********************/

.fosUser .block-body div {
	border: 1px solid black;
	padding: 1em;
	margin: 1em;
	text-align: center;
}


.fosUser form {
	margin: 2em;

}

.fosUser form input,
.fosUser form textarea {
	border: 1px solid black;
	padding: 0.5em;
}

/* RESET */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body:before {
	display: none;
	position: fixed;
	background-color: black;
	color: white;
	opacity: 0.2;
	padding: 0.2em;
	z-index: 1;
}

body.modeLarge:before {
	content: "LARGE";
}

body.modeStandard:before {
	content: "STANDARD";
}

body.modeMedium:before {
	content: "MEDIUM";
}

body.modeSmall:before {
	content: "SMALL";
}


/* accessibility : hide on browser, not reader  */
.a11y { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;

}


@font-face {
	font-family: 'Avenir Next';
	src: url('../bundles/varanappfront/fonts/AvenirNext-Bold.eot');
	src: url('../bundles/varanappfront/fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
		url('../bundles/varanappfront/fonts/AvenirNext-Bold.woff2') format('woff2'),
		url('../bundles/varanappfront/fonts/AvenirNext-Bold.woff') format('woff'),
		url('../bundles/varanappfront/fonts/AvenirNext-Bold.ttf') format('truetype'),
		url('../bundles/varanappfront/fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
	font-weight: bold;
	font-style: normal;

	letter-spacing: 1em;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('../bundles/varanappfront/fonts/AvenirNext-Medium.eot');
	src: url('../bundles/varanappfront/fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
		url('../bundles/varanappfront/fonts/AvenirNext-Medium.woff2') format('woff2'),
		url('../bundles/varanappfront/fonts/AvenirNext-Medium.woff') format('woff'),
		url('../bundles/varanappfront/fonts/AvenirNext-Medium.ttf') format('truetype'),
		url('../bundles/varanappfront/fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
	font-weight: 500;
	font-style: normal;

	letter-spacing: 1em;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('../bundles/varanappfront/fonts/AvenirNext-Regular.eot');
	src: url('../bundles/varanappfront/fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
		url('../bundles/varanappfront/fonts/AvenirNext-Regular.woff2') format('woff2'),
		url('../bundles/varanappfront/fonts/AvenirNext-Regular.woff') format('woff'),
		url('../bundles/varanappfront/fonts/AvenirNext-Regular.ttf') format('truetype'),
		url('../bundles/varanappfront/fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


abbr {
	font-variant: none;
	/*text-decoration: none;*/
}


/* ************ */
/* BASIC LAYOUT */
/* ************ */

.block {
	/*width: 100%;*/

}

.block-body {
	width: 100%;
	max-width: 1100px;

	margin-left: auto;
	margin-right: auto;
}




/* ************ */
/* COMMON STYLE */
/* ************ */

body {
	font-family: 'Avenir Next', 'Arial', sans-serif;
	/*background-color: rgba(230, 230, 230, 0.5);*/
	background-color: white;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* .enumeration */

.enumeration {
	list-style: none;
}

.enumeration li {
	display: inline;
}

.enumeration li:after {
	content: ", ";
}

.enumeration li:last-child:after {
	content: ".";
}

.enumeration.fat li:after {
	content: "";
	display: inline-block;
	width: 0.25em;
	height: 1em;
	margin: 0 .3em 0 .5em;
	
	background-color: black;
}

.enumeration.fat li:last-child:after {
	display: none;
}




/**/

.messageBlock {
	display: inline-block;
	
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;

	color:white;
	background-color: black;

	padding: 0.5em;
	margin: 1em 0;
}


/**/

.mapContainer {
	width: 100%;
	height: 500px;
}

/* ******************* */
/* GLOBAL HEADER
	 & GLOBAL NAV 	   */
/* ******************* */

.globalHeader {
	background-color: rgba(0,0,0, 1);
	color: rgba(255, 255, 255, 1);
}

/* global nav */

.globalHeader .globalNav {
	position: relative;

	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 130px;

}

.globalHeader .globalNav h1 {
	position: absolute;
	width: 40px;
	top: 23px;
	left: 2rem;
}

.globalHeader .globalNav h1 img {
	width: 100%;
	display: block;
}

.globalHeader .globalNav li {
	display: inline;
	margin-right: 30px;
	
}

.globalHeader .pageMenu li {
	text-transform: uppercase;
	white-space: nowrap;
}




/* secondary menu : social & lang */

.globalHeader .secondaryMenu {
	position: absolute;
	top: 20px;
	right: 2rem;
}
/*
@media screen and (max-width: 900px) {
	.globalHeader .secondaryMenu{
		display: none; 
	}
}*/

.globalHeader .socialMenu {
	display: none;

}
 
.globalHeader .langMenu {
	display: inline;
}

.globalHeader .secondaryMenu ul:last-child {
	margin-left: 60px;
}

.globalHeader .socialMenu li {
	margin-right: 20px;
}

.globalHeader .socialMenu li:last-child {
	margin-right: 0px;
}

.globalHeader .langMenu li {
	margin-right: 0px;
}


/* all anchors */

.globalHeader a {
	color: rgba(255, 255, 255, 1);	
	font-size: 0.75em;
}

.globalHeader .selected a {
	font-weight: bold;
}



/* *********** */
/* SOCIAL MENU */
/* *********** */

.socialMenu {
	list-style: none;
}


.socialMenu li a {
	padding-left: 1.2em;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.socialMenu .facebook a{
	background-image: url(../bundles/varanappfront/img/facebook_white.svg);
	content: "\f081";
	font-family: FontAwesome;
}

.socialMenu .twitter a{
	background-image: url(../bundles/varanappfront/img/twitter_white.svg);
	content: "\f081";
	font-family: FontAwesome;
}

.socialMenu .instagram a{
	background-image: url(../bundles/varanappfront/img/instagram_white.svg);
	content: "\f081";
	font-family: FontAwesome;
}


/* ************* */
/* GLOBAL FOOTER */
/* ************* */

.globalFooter {
	background-color: rgba(0,0,0, 1);
	color: white;
	
	padding: 20px;
	text-align: center;
}

.globalFooter a {
	color: white;
	text-decoration: underline;
}

/* ************ */
/* LOCAL FOOTER */
/* ************ */


.localFooter {
	background-color: rgba(0,0,0, 1);
	color: black;
	overflow: auto;

	margin-top: 2rem;
	padding: 2rem;

	text-align: center;
}

.localFooter a {
	color: white;
}

.localFooter .socialMenu .label {
	display: none;
}

.localFooter .socialMenu {
	margin-top:	2rem;	
}

.localFooter .socialMenu li {
	display: inline-block;
	
	margin: 0 1rem;
}

.localFooter .socialMenu a {
	display: inline-block;
	height: 2em;
	padding-left: 2em;
}


.localFooter .pageMenu li {
	padding: 1em;
	display: inline-block;
}

.localFooter .logo img {
	width: 80px;
	margin-bottom: 1rem;
}


/* ************ */
/* LOCAL HEADER */
/* ************ */


.localHeader {
	position: relative;
}




.localHeader .image img {
	width: 100%;
	display: block;	
}

.localHeader .localNav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	padding-top: 2rem;
	padding-bottom: 0;
	padding-left: 2rem;

	text-shadow: 1px 1px 4px black;
}

.modeMedium .localHeader .localNav {
	text-shadow: none;	
}

/* imagedHeader */

.imagedHeader .image {
	display: none;
}

.simpleHeader, .imagedHeader {
	background-image: url(../bundles/varanappfront/img/varan-large.jpg);
	background-repeat: no-repeat;
	background-size: cover;  
	background-position: center center;
	background-color: black;

	height: calc( 100vh - 216px); /* 3x72px */
	min-height: 600px;
}

.imagedHeader.small  {
	background-size: 1100px auto;
	height: auto; 
}

.imagedHeader  {
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0));*/
}



.imagedHeader.personHeader .image {
	display: block;
}





.simpleHeader {
	height: 10em;
	min-height: auto;
}

.simpleHeader header {
	display: none;
}

.simpleHeader .image {
	display: none;
}


.modeStandard .hiddenHeader {
	display: none;
}




/* localNav */

.localNav h1 {
	background-image: url(../bundles/varanappfront/img/oeil.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 0 50%;

	color: white;
	padding-left: 100px;

	font-size: 2em;
	font-weight: normal;
}

.localNav h1 a {
	color: inherit;
	display: inline-block;
}

.localNav h1 .even {
	font-weight: bold;
	display: block;
}

.localNav .pageMenu {
	position: absolute;
	
	right: 0;
	bottom: 0.5em;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

	list-style: none;

	width: 52%;
	margin-right: 2rem;
}

.localNav .pageMenu li {
	
	text-transform: uppercase;
	font-size: 0.9em;
}

.localNav .pageMenu a {
	color: white;
	white-space: nowrap;

}

.localNav .selected a {
	font-weight: bold;
}





/* ************* */
/* DETAIL HEADER
	(localHeader) */
/* ************* */

.detailHeader .informations {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	padding: 2rem 0 2rem 0;

	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255,255,255, 1);

	
}

.detailHeader.small .informations {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;

}
.detailHeader .informations .block-body {
	position: relative;
	padding: 0 2rem 0 2rem;
}



/* informations */

.informations h1 {
	font-size: 2em;
	text-transform: uppercase;	
}

.informations h1 .odd {
	font-weight: normal;
}

.informations .meta {
	list-style-type: none;
}

.informations .meta  a {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

/* information : main meta */

.informations .meta.main {
	margin-top:0.5em;
	margin-bottom:1em;
}

.informations .meta .training {
	margin-top: 0.5em;
}

/* information : secondary meta */

.informations .secondary li{
	display: inline;
	
}

.informations .secondary li::after{
	content: " |";
	color: white;
}

.informations .secondary li:last-child::after{
	content: none;
}

/* information : technical meta */

.informations .technical {
	margin-top: 0.5em;
}

.informations .technical li{
	display: inline;
	
}

.informations .technical li::after{
	content: " |";
	color: white;
}

.informations .technical li:last-child::after{
	content: none;
}

.informations .technical li {
	background-image: url(../bundles/varanappfront/img/oeil.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left 40%;

	padding-left: 1.3em; 
}

.informations .technical .duration {
	background-image: url(../bundles/varanappfront/img/clock.svg);
}

.informations .technical .lang_audio {
	background-image: url(../bundles/varanappfront/img/audio.svg);
}

.informations .technical .lang_subtitle {
	background-image: url(../bundles/varanappfront/img/subtitle.svg);
}

.informations .technical .rncp {
	background-image: url(../bundles/varanappfront/img/diploma.png);
}

.informations .technical .capacity {
	background-image: url(../bundles/varanappfront/img/capacity.png);
}


/* ************* */
/* PERSON HEADER */
/* ************* */


.personHeader {
	height: auto;
	min-height: auto;

	padding-bottom: 0rem;
}

.personHeader .localNav {
	position: relative;
}

.personHeader .image:not(.portrait) {
	display: none;
}

.detailHeader.personHeader .informations {
	position: static;
	
	width: 100%;
	max-width: 900px;
	padding: 2rem;

	text-align: left;
	margin: auto;

	margin-top: 2rem;
	margin-bottom: 2rem;

	background-color: white;
	color: black;
}

.detailHeader.personHeader .informations .block-body {
	padding-left: 12em;
	padding-top: 2em;
}

.detailHeader.personHeader .portrait img {
	display: block;
	
	left: 0;
	top: 0;

	width: 10em;
	height: 10em;

	object-fit: cover;

	border-radius: 50% 50%;
	
}

.detailHeader.personHeader .informations .action {
	/*background-color: rgba(0,0,0,0.1);*/

}

.detailHeader.personHeader .informations .roles {
	text-transform: uppercase;
	font-size: 1.0rem;
	font-weight: 500;
}
.detailHeader.personHeader .informations .portrait {
	position: absolute;
	top:0;
	left: 0;
}



.detailHeader.personHeader .informations h1 {
	font-size: 1.8rem;
}

.detailHeader.personHeader .informations .job {
	font-size: 1.1rem;	
	font-weight: normal;
}


/* personHeader medium */

.modeMedium .personHeader {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;

	background-color: rgba(82,25,228, 1);
	background-position-y: 7em;	
}

.modeMedium .detailHeader.personHeader .informations {
	position: static;
	width: 100%;
	text-align: center;
	height: auto;
	padding-right: 0;
	padding-left: 0;

	margin-top: 0rem;
	margin-bottom: 0rem;
}

.modeMedium .detailHeader.personHeader .informations .block-body {
	padding-left: 2em;	
}


.modeMedium .detailHeader.personHeader  .informations .portrait {
	position: static;
	margin: 1em 0;
}

.modeMedium .detailHeader.personHeader  .informations .portrait img {
	margin: auto; 
}


.modeMedium .detailHeader.personHeader .informations .action {
	display: flex;
	position: absolute;
}


/******************/
/* ARTICLE HEADER */
/******************/


/*************/
/* HOME PAGE */
/*************/

.contentHeaderBig {
	padding: 2em 1em;

	background-image: url(../bundles/varanappfront/img/varan-large.jpg);
	background-repeat: no-repeat;
	background-size: cover;  
	background-position: center center;

	text-shadow: 1px 1px 4px black;
}

.page-home .contentHeaderBig { 
	background-image: url(../bundles/varanappfront/img/varan-large-home.jpg);
}

.contentHeaderBig h1 {
	height: 8em;
	background-image: url(../bundles/varanappfront/img/ateliers-varan-home.png);
	background-position:  0% 0; /*50% 0*/
	background-repeat: no-repeat;
	background-size: auto 100%;  
}

.contentHeaderBig .baseline {
	text-align: center;
	color: white;
	font-size: 1.0em;
	margin-top: 2em;

	text-transform: uppercase;
	font-weight: bold;

}


/* **************************** */
/* universeHub, universeHubItem */
/* **************************** */

/* universeHub as contentBlock + block-body */

.contentBlock .block-body.universeHub {
	padding-top: 1em;
}

.modeSmall .contentBlock .block-body.universeHub {
	padding-left: 0;
	padding-right: 0;
}

/* universeHub */

.universeHub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.universeHub .universeHubItem {
	flex-grow: 1;

  	min-width: calc(50% - 1em);
  	max-width: calc(50% - 1em);

	margin: 0.5em;
	margin-bottom: 1em;
	padding: 0em;

	
	border: 0px solid lightgrey ;
}

.universeHub .universeHubItem.importantItem {
	min-width: calc(100% - 1em);
  	max-width: calc(100% - 1em);
}

.modeSmall .universeHub .universeHubItem {
	min-width: 100%;
  	max-width: 100%;

  	margin-left: 0;
  	margin-right: 0;
  	margin-bottom: 2em;
}


.universeHub .universeHubItem .title {
	width: 100%;
	padding: 2em 1em;
	margin: 0;
	
	text-transform: uppercase;
	color: white;
	
	white-space: nowrap;

	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;

	opacity: 0.8;
	background-size: cover;
	background-position: center;
	letter-spacing: 0.0em;

	transition: background 2s, opacity 0.5s, letter-spacing 0.2s;
}

.universeHub .universeHubItem .title:after {
	margin-left : auto;
	margin-right : auto;
	background-color: white;
}


.universeHub .universeHubItem:hover .title {
	opacity: 1;
	background-position: bottom right;
	letter-spacing: .05em;
}

.universeHub .universeHubItem .title .odd {
	display: block;
}

.modeSmall .universeHub .universeHubItem .title {
	opacity: 1;
	/*padding-top: 1em;
	padding-bottom: 1em;*/
	font-size: 1.5em;
}

.universeHub .universeHubItem a  {
	text-decoration: none;
}

.universeHub .universeHubItem .content {
	padding: 1em;
	color: black;
}

.universeHub .universeHubItem .content::first-letter  {
	text-transform: uppercase;
}

.universeHub .universeHubItem .button{
	margin: 1em auto;
}

.universeHub .universeHubItem .button a {
    border-color: lightgrey;
}

.universeHub .universeHubItem .button a:hover {
    border-color: white;
}

/* concrete hubItems */

.universeHub .universeHubItem.toWorkshop .title  { background-image: url(../bundles/varanappfront/img/external/workshop.jpg); } 
.universeHub .universeHubItem.toCatalog .title   { background-image: url(../bundles/varanappfront/img/external/catalog.jpg); }
.universeHub .universeHubItem.toNetwork .title   { background-image: url(../bundles/varanappfront/img/external/network.jpg); }
.universeHub .universeHubItem.toWorld .title 	  { background-image: url(../bundles/varanappfront/img/external/world.jpg); }
.universeHub .universeHubItem.toRendezvous .title { background-image: url(../bundles/varanappfront/img/external/rendezvous.jpg); }



/* ********************** */
/* informations : actions */
/* ********************** */

.informations .action {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	text-align: right; 
	list-style: none;

	padding: 30px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end ;
}

.action li {
	padding-top: 1em;
	padding-bottom: 1em;
}
 .action li a {
	display: block;
	color: white;

	background-image: url(../bundles/varanappfront/img/play.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;

	padding-right: 2em; 
	height: 2em;

}

.action .buy a {
	background-image: url(../bundles/varanappfront/img/basket.svg);
}

.action .print a {
	background-image: url(../bundles/varanappfront/img/print.svg);
}

.action .share a {
	background-image: url(../bundles/varanappfront/img/share.svg);
}

.action .download a {
	background-image: url(../bundles/varanappfront/img/download.png);
}


.action.actionVideo {
	right: 20%;
	padding: 0;
}

.action.actionVideo li a {
	width: 7em;
	height: auto;
	
	padding: 0;
	padding-top: 5em;

	text-align: center;
}




/* *********************** */
/* PUBLICATION 
/* (festivals, broadcast, acquisitions) */
/* *********************** */

.publicationBlock {
}

.publicationBlock h2 {
	font-size: 1.1em;
	margin-bottom: 2em;
}

.publicationBlock .block-body {
	overflow: auto;

}

.publicationBlock .entries {
	

}


.publicationBlock.lots .entries {
	padding-right: 7rem;

	cursor: pointer;

	background-image: url(../bundles/varanappfront/img/plus.png);
	background-repeat: no-repeat;
	background-position: 100% 40%;
	background-size: 2em;
}

.publicationBlock.lots.opened .entries {
	background-image: url(../bundles/varanappfront/img/close.png);

}




.publicationBlock .entry {
	text-align: left;
	font-size: 0.9em;
	
	margin: 0 1em 0.5em 0em;


}

.publicationBlock .entry:nth-child(1n+4) {
	max-height: 0;
	padding: 0;
	margin: 0;

	overflow-y: hidden;
	transition: max-height 0.2s linear;
}

.publicationBlock.opened .entry:nth-child(1n+4) {
	max-height: 10em;
	margin: 0 1em 0.5em 0em;
}

.publicationBlock .entry .meta li {
	display: inline;
	list-style: none;
}

.publicationBlock .entry .meta li:after {
	content: " | ";
}

.publicationBlock .entry .meta li:last-child:after {
	content: "";
}


/**/

.subtitle {
	font-size: 1.0em;
	letter-spacing: 0.1em;

	margin: 0;

	text-transform: uppercase;
	font-weight: bold;

}


/* ************************************* */
/* BLOCKS, CONTENT BLOCK, EXTERNAL BLOCK */
/* ************************************* */

/* contentBlock */

.contentContainerBlock .block-body,
.contentBlock .block-body {
	padding: 4.5rem 9rem 0rem 9rem;
	margin-bottom: 0px;
}

.contentBlock .block-body:before {
	content: " ";
	display: block;

	width: 100%;
	height: 6px;

	margin-bottom: 4rem;
	background-color: black;
}

.contentBlock.first .block-body:before {
	display: none;
}

.contentBlock.light .block-body:before {
	height: 3px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.contentBlock a,
.contentBlock a.visited {
	color: rgba(0,0,0, 1);
	font-weight: normal;
}

.modeMedium .contentBlock .block-body {
	padding: 2rem 2rem 0rem 2rem;
}

.contentBlock.lesser{
	opacity: 0.8;
}

.contentBlock.lesser .block-body:before {
	height: 3px;
}

.contentBlock.lesser h2:after {
	height: 3px;
}

/**/

.contentContainerBlock .contentBlock .block-body {
	padding-left: 0;
	padding-right: 0;
}

.contentContainerBlock .separatorBlock .block-body {
	padding-left: 2em;
	padding-right: 2em;
}


/**/

.modeStandard .block-body.contentWithAside {
    padding: 0em 1em;
    overflow: auto;
}

.modeStandard .contentWithAside .mainContent {
    float: left;
    width: 75%;
    padding-right: 3em;
}

.modeStandard .contentWithAside aside {
    float: left;

    width: 25%;
    padding-left: 3em;
    margin-top: 4em;

    border-left: 0.3em solid rgba(230, 230, 230, 1);

}

.contentWithAside aside .block-body {
	padding-top: 0.5em;
}


.contentWithAside aside .contentBlock h2 {
	font-size: 1.5em;
}

.contentWithAside aside .contentBlock h2:after {
	
}


.modeMedium .contentWithAside .mainContent,
.modeMedium .contentWithAside aside {
	float: none;
	width: 100%;
	border: 0;
}




/* CONTENT BLOCK TITLE & STANDARD TITLE */

.contentBlock h2,
.standardTitle {
	font-size: 2em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.contentBlock h2 .odd,
.standardTitle .odd {
	font-weight: normal;
}

.contentBlock h2:after,
.standardTitle:after {

	content: " ";
	display: block;

	width: 100px;
	height: 6px;

	margin-top: 1rem;
	background-color: black;
}

.contentBlock h2.light:after,
.standardTitle.light:after {
	height: 3px;
}

.contentBlock .upperTitle {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
}

.contentBlock .subTitle {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.contentBlock .wrapper {
	overflow: auto;
}

.contentBlock .image {
	width: 40%;
	float: left;
	margin: 0.3em 1.5em 1em 0em;
}

.contentBlock .image img {
	width: 100%;
}

.modeMedium .contentBlock .image {
	float:none;
	width: 100%;
	text-align: center;
}


/* EXTERNAL BLOCK */

.externalBlock {
	text-align: center; 
	
	margin-top: 3rem; 
	margin-bottom: 6rem; 
}

.externalBlock .block-body {
	padding: 3.5rem 12rem 2rem 12rem;
}

.externalBlock h2 {
	font-size: 1.9em;
	margin-bottom: 1rem; 
}

.externalBlock .odd {
	font-weight: normal;
}

.modeMedium .externalBlock {
	margin-bottom: 3rem; 
}

.modeMedium .externalBlock .block-body {
	padding: 2rem;
}

/* SEPARATOR BLOCK */

.separatorBlock {
	background-color: rgba(230, 230, 230, 1);
}

.separatorBlock .block-body {
	margin-top: 3.5rem;
	padding: 2rem 9rem 2rem 9rem;

}

.modeMedium .separatorBlock .block-body {
	padding: 2rem;
	margin-top: 2rem;
}








/* generic meta */

.contentBlock .meta {
	margin-top: 2rem;
	list-style: none;
}

.contentBlock .meta .label {
	font-weight: bold;
}

.contentBlock .meta .enum a:after {
	content: ", ";
}


.contentBlock .meta .enum a:last-child:after {
	content: "";
}


/* synopsis block */

.synopsisBlock .meta {
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}


/* director block */ 

.directorBlock {
	overflow: auto;
}

.directorBlock .wrapper{
	overflow: auto;
}

.directorBlock.withText .text {
	float: left;
	width: calc(60% - 1rem);
	margin-left: 1rem;
}


.directorBlock.withText .gallery {
	float: left;
	width: 40%;
}

.directorBlock .directorDetails {
	clear: both;
	margin-top: 2rem;
	
}

.directorBlock .directorDetails:first-child {
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.directorBlock .directorDetails .job {
	padding-bottom: 1rem;
	display: block;
}


/* Map Block */

.mapBlock {
    margin-top: 4em;
}

.modeMedium .mapBlock {
    margin-top: 0em;
}


/* Gallery */

.gallery {
	overflow: auto;
}

.gallery li {
	list-style-type: none;
	float: left;
	width: 50%;
}


.gallery.small li {
	width: 33.33%;
}

.gallery.full li {
	width: 100%;
}


.gallery.headed li {
	width: 50%;
}


.gallery.headed li:first-child {
	width: 100%;
}





.gallery img {
	box-sizing: content-box;
	display: block;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	border: 0px solid rgba(0, 0, 0, 0.1);

	width: calc(100% - 0.5rem);
	height: auto;
}


/* ************ */
/* CONTENT MENU */
/* ************ */

.withContentMenu .block-body {
	position: relative;
	padding-left: 19rem;
}

.contentMenu {
	position: absolute;
	left: 4rem;
	top: 4rem;
	width: 10rem;

	list-style: none;
}

.contentMenu a {
	display: block;
	padding: 1em;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;

}

.contentMenu a:hover {
	text-decoration: none;
}

.contentMenu a:after {
	content: " ";
	display: block;

	width: 100%;
	height: 6px;

	margin-top: 2rem;
	background-color: black;
}

.modeMedium .withContentMenu .block-body {
	padding-left: 9rem;
}

.modeMedium .contentMenu {
	display: none;
}





/* ?? */

.directorTitle {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.directorTitle .job, .directorTitle .country {
	color: black;
	font-size: 0.9em;
	font-weight: normal;
}

.directorTitle .firstname:before { 
	content: ' '; 
	display: block; 
}


.directorTitle .firstname {
	text-transform: uppercase;
	font-weight: normal;		
}

.directorTitle .lastname {
	text-transform: uppercase;
}









.pressBlock .block-body {
	background-image: url(../bundles/varanappfront/img/big_eye_catalog.png);
	background-repeat: no-repeat;
	background-position: right bottom ;
	background-size: auto 60%;
}






.aboutTrainingBlock {

}

.aboutTrainingBlock h2 {
	letter-spacing: 0.1em;
}

.aboutTrainingBlock h2 .odd:after {
	content: " ";
	display: block;
}



.aboutTrainingBlock .wrapper {
	overflow: auto;
}

.aboutTrainingBlock .data {
	width: calc(65% - 2em);
	float: left;
	padding-right: 2em;
}

.aboutTrainingBlock .illustration {
	width: 35%;
	float: left;
	padding-top: 3em;
}


.aboutTrainingBlock .text {
	margin: 30px 0;
}



.aboutTrainingBlock .meta.text li {
	display: inline;
	font-weight: bold;
}

.aboutTrainingBlock .illustration img {	
	display: block;
	border-radius: 50% 50%;
	width: 100%;
}


.modeSmall .aboutTrainingBlock .data,
.modeSmall .aboutTrainingBlock .illustration {
	float: none;
	width: 100%;
	padding: 0;
}


.modeSmall .aboutTrainingBlock .illustration img {	
	border-radius: 0;
}



/* FILMO */

.filmBadge {
	position: relative;
	color: white;
}

.filmBadge .head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1em;

	pointer-events: none;
}


.filmBadge img {
	display: block;
	width: 100%;
	
}

/**/

.filmBadgeContainer {
	overflow: auto;
}

.filmBadgeContainer .filmBadge {
	width: calc( 50% - 1em );
	margin-bottom: 1em;
	float: left;

	height: 230px;
	overflow: hidden;
	margin-bottom: 2em;
}

.filmBadgeContainer .linkLabel {
	position: absolute;
	bottom: 0;
	width: calc( 100% - 0.5em);
	text-align: right;
	padding: 1em;
	left: 0;

	background-size: 1.0em;
	padding-right: 1.0em;

	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../bundles/varanappfront/img/next.png)
}


/*
.filmBadgeContainer .filmBadge:first-child {
	width: calc( 100% );
}
*/
.filmBadgeContainer .filmBadge:nth-child(2n) {
	margin-left: 2em;
}


.modeMedium .filmBadgeContainer .filmBadge {
	width: 100%;
	margin-left: 0;
	height: auto;
}



/***************************/
/* External Works (PERSON) */
/***************************/

.externalWorkContainer {

}

.externalWorkContainer .externalWork {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.externalWorkContainer .externalWork .title:before {
	content: "\00ab";
	padding-right: 0.2em;
}

.externalWorkContainer .externalWork .title:after {
	content: "\00bb";
	padding-left: 0.2em;
}

.externalWorkContainer .externalWork .overtitle {
	text-transform: uppercase;
	font-size: 0.7em;
}


.externalWorkContainer .externalWork .comments:first-letter {
	text-transform: capitalize;
}


.externalWorkContainer .externalWork .additionalComments {
	font-weight: bold;
}





/****************/
/* VIDEO PLAYER */
/****************/


.videoBlock {

	position: fixed;
	z-index: 1;

	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;

	background-repeat: no-repeat;
	background-image: url(../bundles/varanappfront/img/wait.svg);
	background-position: center center; 
	background-size: 1.5rem;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;

  	overflow: scroll;
  	transform: scale(0.0);
}


.videoBlock.visible {
	animation-duration: .5s;
  	animation-name: open;
  	animation-fill-mode: forwards;
  	animation-iteration-count: 1;
}

.videoBlock.invisible {
	
	animation-duration: .5s;
  	animation-name: close;
  	animation-fill-mode: forwards;
  	animation-iteration-count: 1;
}

.videoBlock .videoWrapper {
	width: 100%;
	max-width: 1100px;

	margin: 0 auto;
}

.videoBlock .videoContainer {
	text-align: center;
}

.videoBlock .meta {
	padding: 1em;
	text-align: center;
		color: white;
}

.videoBlock .meta dt {
	text-transform: uppercase;
	opacity: 0.6;
	padding-bottom: 1em;
}

.videoBlock .meta a {
	color: white;
	font-size: 0.8em;
}



@keyframes open {
  0% {
    transform: scale(0.0);
  }
  1% {
  	
    transform: scale(0.0);
  }
  10% {
    transform: scale(0, 0.1);
  }

  60% {
    transform: scale(1, 0.1);

  }

  100% {
   transform: scale(1, 1);
  }
}

@keyframes close {
  0% {
    transform: scale(1, 1);

  }
  1% {
  	
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1, 0.1);
  }

  60% {
    transform: scale(0, 0.1);

  }

  100% {
   transform: scale(0.0) ;
  }
}

/* ****** */
/* BUTTON */
/* ****** */

.button {
	text-align: center;
	margin-top: 2em;
}

.button a, .submit-button  {
	display: inline-block;
	padding: 1em;

	border: 2px solid black;
	color: black;
	font-weight: normal;
	letter-spacing: 0.1em;

	cursor: pointer;

	transition: background 0.2s;
}

.button a:hover, .submit-button:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}

.submit-button  {
	padding: .6em;
}



/**********************/ 
/* MODE MEDIUM, SMALL */
/**********************/

.modeMedium .globalHeader {
	display: none;
}


.modeMedium .localNav {
	position: static;

	background-image: url(../bundles/varanappfront/img/menu.png);
	background-position: calc(100% - 2rem) 50%;
	background-repeat: no-repeat;
	background-size: 2em auto;

	overflow-x: hidden;
}

.modeMedium .localNav .pageMenu{
	display: none;
}

.modeMedium .localHeader:not(.personHeader) {
	background-image: none !important;

	height: auto;
	min-height: auto;
}

.modeMedium .localNav h1 {
	background-image: url(../bundles/varanappfront/img/ateliers-varan.png);
	padding: 1rem 6rem 1rem 0;
}

.modeMedium.menuOpen .localNav h1 {
	background-image: url(../bundles/varanappfront/img/oeil.png);
	padding: 1rem 6rem 1rem 0;
}

.modeMedium.menuOpen .localNav {
	background-image: url(../bundles/varanappfront/img/close.png);
	background-position: calc(100% - 2em) 2em ;
}


.modeMedium .localHeader .image {
	display: block;
}

.modeMedium .localHeader .informations  {
	position: static;
}

.modeMedium .localHeader .informations .action  {
	position: static;
	padding: 0;
	display: block;
	overflow: auto;

}

.modeMedium .localHeader .informations .action li {
	float: left;
	margin-right: 1em;

}

.modeMedium .localHeader .informations .action li a {
	width: 2em;	
}


.modeMedium .localHeader .informations .actionVideo li {
	padding-bottom: 0;
}

.modeMedium .localHeader .informations .actionVideo li a {
	padding-left: 4.2em;
	padding-top: 1em;
	background-position: 0.5em center;
	width: auto;
	background-size: 3em;
	padding-bottom: 1em;
}



.modeMedium .localNav{
	padding-top: 0.5rem; 
	cursor: pointer;
}


.modeMedium .localNav h1{
	font-size: 1.3em;
	padding-left: 5rem;
	margin-bottom: 0.5rem;

}

.modeMedium .localHeader .informations {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.modeSmall .localHeader .technical li {
	display: block;
}

.modeSmall .localHeader .technical li:after {
	content: "";
}


.modeSmall .publicationBlock h2,
.modeSmall .publicationBlock .entries {
	float: none;
	width: auto;
}

.modeSmall .publicationBlock h2 {
	margin-bottom: 2rem;
}


.modeMedium .directorBlock.withText .text,
.modeMedium .directorBlock.withText .gallery {
	float: none;
	width: auto;
	margin: 0;
	margin-bottom: 1em;
}





.modeSmall .globalFooter {
	font-size: 0.8em;
}

/*****************************/
/* MODE MEDIUM / OPENED MENU */
/*****************************/

.modeMedium.menuOpen aside,
.modeMedium.menuOpen main.mainContent,
.modeMedium.menuOpen footer,
.modeMedium.menuOpen header.informations {
	display: none;
}

.modeMedium.menuOpen .page {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	
}

.modeMedium.menuOpen .globalHeader {
	display: block;
}

.modeMedium.menuOpen .localHeader .image {
	display: none;
}

.modeMedium.menuOpen .localHeader {
	height: auto;
	min-height: auto;
	background-image: inherit;
}

.modeMedium.menuOpen .localNav {
	position: static;
	width: auto;
	max-width: none;
}


.modeMedium.menuOpen .globalHeader .pageMenu li,
.modeMedium.menuOpen .globalHeader .socialMenu {
	display: block;
}

.modeMedium.menuOpen .globalHeader .globalNav,
.modeMedium.menuOpen .globalHeader .globalNav h1,
.modeMedium.menuOpen .globalHeader .globalNav li,
.modeMedium.menuOpen .globalHeader .secondaryMenu {
	position: static;
	margin: 0;
	padding: 0;

}

.modeMedium.menuOpen .globalHeader .globalNav {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.modeMedium.menuOpen .globalHeader .globalNav  h1 {
	margin: 1em auto 1em auto;
}

.modeMedium.menuOpen .localNav  {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	
	/*background-color: rgba(0,0,0,0.5);*/
}


.modeMedium.menuOpen .localNav .pageMenu {
	position: static;
	display: block;
	width: 100%;

	
}

.modeMedium.menuOpen .localNav h1 {
	font-size: 1.5em;
	text-align: center;

	padding: 0;
	padding-top: 2em;
	padding-bottom: 1em;
	background-size: 2em auto;
	background-position: 50% 0%;

	
}

.modeMedium.menuOpen .localNav h1 .even {	
	display: inline;
}

.modeMedium.menuOpen .localNav .pageMenu { 
	text-align: center;
}

.modeMedium.menuOpen .localNav .pageMenu li { 
	padding-bottom: 0.8em;
}


.modeMedium.menuOpen .globalNav .pageMenu li { 
	padding-bottom: 0.8em;
}

.modeMedium.menuOpen .globalNav .socialMenu {
	margin: 1em 0;

}

.modeMedium.menuOpen .globalNav .socialMenu li a {
	font-size: 2em;
	padding-left: 2em;
}




.graduationInfo {
	padding-bottom: 0.5em;
}

.graduationInfo .graduating:first-letter {
	text-transform: uppercase;
}










/** BETTER TEXT **/

.better-text * {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.better-text ul,
.better-text .title,
.better-text p {
	margin: 1em 0;
}

.better-text ul {
	padding-left: 1em;
	list-style-position: inside;
}

.better-text ul.sub {
	padding-left: 2em;
	margin-top: 0em;
}

.better-text .title {
	/*text-transform: uppercase;*/
}

.better-text .highlight {
	padding: 2em;
	font-style: italic;
	opacity: 0.5;
	font-size: 1.1em;
	text-align: center;
}

.better-text .highlight:before {
	content: "\201C ";
}

.better-text .highlight:after {
	content: " \201D";
}


.better-text h1:after,
.better-text h2:after,
.better-text h3:after,
.better-text h4:after,
.better-text h5:after,
.better-text h6:after
 { display: none; }


.better-text h1,
.better-text h2,
.better-text h3,
.better-text h4,
.better-text h5,
.better-text h6
 { color: black !important; }


.better-text h1 { font-size: 1.4em; }
.better-text h2 { font-size: 1.3em; }
.better-text h3 { font-size: 1.2em; }
.better-text h4 { font-size: 1.0em; }
.better-text h5 { font-size: 0.9em; }
.better-text h6 { font-size: 0.8em; }

.better-text a, .better-text a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: black;
}



.better-text .widget .thumbnail {
	display: none;
	
}

.better-text .widget .secondary:before {
	content: " (";
}

.better-text .widget .secondary:after {
	content: ")";
}


.better-text .widget-container {
	overflow: hidden;
}

.better-text .widget-xl {
	
	display: block;
	float: left;
	padding: 1em;
	margin: 0.5em;

	width: calc( 50% - 1em );

	text-align: center;	
	background-color: rgba(0,0,0, .1);

	border-radius: 0px; /*5px*/
	transition: transform 0.1s;
	
}

.better-text .qty-1 .widget-xl {
	float: none;
	height: auto;
	width: calc( 100% - 1em );

	margin-left: auto;
	margin-right: auto;

}

.modeSmall .better-text .widget-xl {
	width: calc( 100% - 1em ) !important;
}

.better-text .widget-xl:hover {
	background-color: rgba(0,0,0, 1);
	transform: scale(1.05);
}

.better-text .widget-xl .thumbnail {
	display: block;
	position: static;
	height: 5em;
	width: 5em;
	object-fit: cover;
	border-radius: 50% 50%;
	margin: 0 auto;
}

.better-text .widget-xl .name {
	display: block;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-size: 1em;
	color: black;


}

.better-text .widget-xl a {
	text-decoration: none;
	color: black;
}


.better-text .widget-xl .secondary {
	display: block;
	color: black;
	
	font-size: 0.8em;
}



.better-text .widget-xl:hover .name,
.better-text .widget-xl:hover .secondary {
	color: white;
}


.better-text .widget-xl .secondary:before {
	content:"";
}

.better-text .widget-xl .secondary:after {
	content:"";
}

/* PERSON WIDGET */

.better-text .widget-xl.person-widget {
	height: 12em;
	width: calc(33.3% - 1em);
}


/* FILM WIDGET */

.better-text .widget-xl.film-widget {
	height: 21em;
}

.better-text .widget-xl.film-widget .name,
.better-text .widget-xl.film-widget .secondary {
	padding: 0;
}

.better-text .widget-xl.film-widget .thumbnail {
	border-radius: 0;
	display: block;
	height: 14em;

	width: calc(100% + 2em);
	margin-top: -1em;
	margin-left: -1em;
}




/* Cross universe widget */
.better-text .widget-xl.film-widget{

	/*background-color: rgba(237,41,68, .1);*/
}

.better-text .widget-xl.film-widget:hover{
	background-color: rgba(237,41,68, 1);
}


.better-text .widget-xl.person-widget{
	/*background-color: rgba(82,25,228, .1);*/
}

.better-text .widget-xl.person-widget:hover{
	background-color: rgba(82,25,228, 1);
}



/************/
/* ARTICLES */
/************/

/* base summary : list */

.articleList {
	
}

.articleSummary {
	margin-bottom: 1em;
	border-bottom: 1px solid lightgrey;
	padding-bottom: 1em;

	padding-left: 0em;

	clear: both;
	overflow: auto;
}

.articleSummary .image {
	width: 30%;
	float: left;
	margin: 0.3em 1em .5em 0em;
}

.articleSummary .image img {
	display: block;
}

.articleSummary .title {
}

.articleSummary .articleCategory {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

.articleSummary:last-child {
	border-bottom: 0px solid lightgrey;
}

.articleSummary .button {
	display: none;	
}

/* variant : cols */

.articleList.cols {
	overflow: auto;
}

.articleList.cols .articleSummary {
	border-bottom: 0px solid lightgrey;
	border-right: 1px solid lightgrey;

	padding: 0 1em 1em 1em;

	width: 33.33%;
	float: left;
	clear: none;
}

.articleList.cols .articleSummary .image {
	float: none;
	width: 100%;
}

.articleList.cols .articleSummary .title {
	background: none;
}


.articleList.cols .articleSummary .button {
	display: block;	
}

.articleList.cols .articleSummary .summary {
	margin-top: 1em;
}

.articleList.cols .articleSummary:first-child {
	padding-left: 0;
}

.articleList.cols .articleSummary:nth-child(3n) {
	border-right: 0px solid lightgrey;
}

/* variant : highlight */

.articleList.highlight {
	overflow: auto;
}


.articleList.highlight .articleSummary {
	float: left;
	clear: none;
	width: 40%;
}

.articleList.highlight .articleSummary.highlighted {
	width: calc(60% - 2em);
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid lightgrey;
	border-bottom: 0;

}

.articleList.highlight .articleSummary.highlighted .image {
	width: 100%;
}

.articleList.highlight .articleSummary.highlighted .title {
	margin-bottom: 0.5em;
	font-size: 1.6em;
}


.articleList.highlight .articleSummary.highlighted .button {
	display: block;	
	text-align: left;
}


/* variant : large */

.articleList.large {
	
}




.articleList.large .articleSummary {
	overflow: auto;
	clear: both;
	padding-bottom: 2em;
}

.articleList.large .articleSummary .image {
	width: 50%;
}


.articleList.large .articleSummary .title {
	background-image: none;
	margin-bottom: 0.5em;
	font-size: 1.6em;
}

.articleList.large .articleSummary .button {
	display: block;	
	text-align: left;
}



/* variant : compact */



.articleList.compact .articleSummary .image {
	width: 100%;
}


.articleList.compact .articleSummary .title {
	padding: 0.5em 0;
	font-size: 1.0em;
}




/* FORM FOS USER BUNDLE */

.fosUserBundle input {
	border: 1px solid black;
	padding: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;

	font-size: 0.8em;
	max-width: 100px;
}






/* CONTACT BLOCK */

.contactBlock .block-body {
	display: flex;
	flex-direction: row-reverse;
}

.contactBlock .address {
	margin: 1em 0;
	font-size: 1.3em; 
}

.contactBlock .wrapper {
	padding-left: 3em;
	text-align: left;

}

.contactBlock .map {
	max-width: 50%;

}

.contactBlock .map img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.contactBlock .button {
	text-align: left;
}


.modeSmall .contactBlock .block-body {
	display: block;
}


.modeSmall .contactBlock .map {
	display: none;
}

/* NEWSLETTER BLOCK */

.newsletterBlock .form {
	margin-top: 1em;
}



/******************/
/* SPECIFIC PAGES */
/******************/

.page-network-detail .mainContent {
	background-image: url(../bundles/varanappfront/img/big_eye_network.png);
	background-repeat: no-repeat;
	background-position: 10% 4em;
	background-size: 600px;
}

.modeMedium.page-network-detail .mainContent {
	background-image: none;
}




/*********************/
/* QUICK SEARCH FORM */
/*********************/

.quickSearch, .quickSearch form {
	display: flex;
	
}

.quickSearch input, .quickSearch button {
	padding: 1em;
	border: 1px solid lightgrey;
	font-size: 1.0em;

	display: block;
	width: 100%;
}

.quickSearch .terms {
	flex: 1;
    margin-right: 1em;
}


.filmSearch.topics {
	width: 200px;
	height: 500px;

	overflow-y: scroll;
	float: left;
}

.mapTopicContainer {
	overflow: auto;
}

.mapTopicContainer .mapContainer {
	float: left;
	width: calc(100% - 200px);
}

.filmSearch.topics label {
	padding: 0 0.5em;
}

.filmSearch.topics input {
	display: block;
    float: left;
    margin-right: .5em;
    position: relative;
    top: 4px;
}

.filmSearch.topics label {
	display: block;
    margin-bottom: 0.5em;
}


.modeMedium .filmSearch.topics  {
	display: none;
}

.modeMedium .mapContainer {
	width: 100%;
}


.noResults {
	padding: 1em 0.5em;
	margin: 1em 0;
}

.noResults, .noResults a {
}

.noResults .searchTerms:before {
	content: open-quote;
}

.noResults .searchTerms:after {
	content: close-quote;-quote;
}


/* TEMP */
.informations .action:not(.actionVideo) {
	display: none !important;
}


.universe-catalog .themedBlock {
	background-color: rgba(237,41,68, 1);
}

.universe-catalog .themedText {
	color: rgba(237,41,68, 1);
}



.universe-catalog .globalHeader {
	background-color: rgba(237,41,68, 1);
}

.universe-catalog  .globalFooter {
	background-color: rgba(237,41,68, 1);
}

.universe-catalog .localFooter {
	background-color: rgba(237,41,68, 1);
}

.universe-catalog .localHeader .localNav:hover {
	/*background: linear-gradient(to bottom, rgba(237,41,68, 1) 10%, rgba(237,41,68, 0.5) 10%, rgba(237,41,68, 0));*/
}

.universe-catalog .detailHeader .informations {
	background-color: rgba(237,41,68, 0.5);
	color: rgba(255,255,255, 1);
}

.universe-catalog .contentBlock .block-body:before {
	background-color: rgba(237,41,68, 1);
}

.universe-catalog .contentBlock h2,
.universe-catalog .standardTitle {	
	color: rgba(237,41,68, 1);
}

.universe-catalog .contentBlock h2:after,
.universe-catalog .standardTitle:after {
	background-color: rgba(237,41,68, 1);
}

.universe-catalog .contentMenu a:after {
	background-color: rgba(237,41,68, 1);
}

.universe-catalog .standardLink a,
.universe-catalog .textBlock a,
.universe-catalog .textBlock a:visited,
.universe-catalog .contentBlock a,
.universe-catalog .contentBlock a.visited {
	color: rgba(237,41,68, 1);
}

.universe-catalog .button a {
	border-color: rgba(237,41,68, 1);
	color: rgba(237,41,68, 1);
}

.universe-catalog .button a:hover {
	background-color: rgba(237,41,68, 1);
	color: white;
}

.modeMedium.menuOpen.universe-catalog {
	background-color: rgba(237,41,68, 1);
}

.modeMedium.universe-catalog .localHeader {
	background-color: rgba(237,41,68, 1);
}

.universe-general .themedBlock {
	background-color: rgba(40,40,40, 1);
}

.universe-general .themedText {
	color: rgba(40,40,40, 1);
}



.universe-general .globalHeader {
	background-color: rgba(40,40,40, 1);
}

.universe-general  .globalFooter {
	background-color: rgba(40,40,40, 1);
}

.universe-general .localFooter {
	background-color: rgba(40,40,40, 1);
}

.universe-general .localHeader .localNav:hover {
	/*background: linear-gradient(to bottom, rgba(40,40,40, 1) 10%, rgba(0,0,0, 1.5) 10%, rgba(40,40,40, 1));*/
}

.universe-general .detailHeader .informations {
	background-color: rgba(0,0,0, 1.5);
	color: rgba(255,255,255, 1);
}

.universe-general .contentBlock .block-body:before {
	background-color: rgba(40,40,40, 1);
}

.universe-general .contentBlock h2,
.universe-general .standardTitle {	
	color: rgba(40,40,40, 1);
}

.universe-general .contentBlock h2:after,
.universe-general .standardTitle:after {
	background-color: rgba(40,40,40, 1);
}

.universe-general .contentMenu a:after {
	background-color: rgba(40,40,40, 1);
}

.universe-general .standardLink a,
.universe-general .textBlock a,
.universe-general .textBlock a:visited,
.universe-general .contentBlock a,
.universe-general .contentBlock a.visited {
	color: rgba(40,40,40, 1);
}

.universe-general .button a {
	border-color: rgba(40,40,40, 1);
	color: rgba(40,40,40, 1);
}

.universe-general .button a:hover {
	background-color: rgba(40,40,40, 1);
	color: white;
}

.modeMedium.menuOpen.universe-general {
	background-color: rgba(40,40,40, 1);
}

.modeMedium.universe-general .localHeader {
	background-color: rgba(40,40,40, 1);
}


.universe-network .themedBlock {
	background-color: rgba(82,25,228, 1);
}

.universe-network .themedText {
	color: rgba(82,25,228, 1);
}



.universe-network .globalHeader {
	background-color: rgba(82,25,228, 1);
}

.universe-network  .globalFooter {
	background-color: rgba(82,25,228, 1);
}

.universe-network .localFooter {
	background-color: rgba(82,25,228, 1);
}

.universe-network .localHeader .localNav:hover {
	/*background: linear-gradient(to bottom, rgba(82,25,228, 1) 10%, rgba(82,25,228, 0.5) 10%, rgba(82,25,228, 0));*/
}

.universe-network .detailHeader .informations {
	/*background-color: rgba(82,25,228, 0.5);
	color: rgba(255,255,255, 1);*/
}


.universe-network .contentBlock .block-body:before {
	background-color: rgba(82,25,228, 1);
}

.universe-network .contentBlock h2,
.universe-network .standardTitle {	
	color: rgba(82,25,228, 1);
}

.universe-network .contentBlock h2:after,
.universe-network .standardTitle:after {
	background-color: rgba(82,25,228, 1);
}

.universe-network .contentMenu a:after {
	background-color: rgba(82,25,228, 1);
}

.universe-network .standardLink a,
.universe-network .textBlock a,
.universe-network .textBlock a:visited,
.universe-network .contentBlock a,
.universe-network .contentBlock a:visited {
	color: rgba(82,25,228, 1);
}



.universe-network .button a {
	border-color: rgba(82,25,228, 1);
	color: rgba(82,25,228, 1);
}

.universe-network .button a:hover {
	background-color: rgba(82,25,228, 1);
	color: white;
}

.modeMedium.menuOpen.universe-network {
	background-color: rgba(82,25,228, 1);
}

.modeMedium.universe-network .localHeader {
	background-color: rgba(82,25,228, 1);
}

.universe-rendezvous .themedBlock {
	background-color: rgba(129,20,83,1);
}

.universe-rendezvous .themedText {
	color: rgba(129,20,83,1);
}



.universe-rendezvous .globalHeader {
	background-color: rgba(129,20,83,1);
}

.universe-rendezvous  .globalFooter {
	background-color: rgba(129,20,83,1);
}

.universe-rendezvous .localFooter {
	background-color: rgba(129,20,83,1);
}

.universe-rendezvous .localHeader .localNav:hover {
	/*background: linear-gradient(to bottom, rgba(129,20,83,1) 10%, rgba(0,0,0, 1.5) 10%, rgba(129,20,83,1));*/
}

.universe-rendezvous .detailHeader .informations {
	background-color: rgba(0,0,0, 1.5);
	color: rgba(255,255,255, 1);
}

.universe-rendezvous .contentBlock .block-body:before {
	background-color: rgba(129,20,83,1);
}

.universe-rendezvous .contentBlock h2,
.universe-rendezvous .standardTitle {	
	color: rgba(129,20,83,1);
}

.universe-rendezvous .contentBlock h2:after,
.universe-rendezvous .standardTitle:after {
	background-color: rgba(129,20,83,1);
}

.universe-rendezvous .contentMenu a:after {
	background-color: rgba(129,20,83,1);
}

.universe-rendezvous .standardLink a,
.universe-rendezvous .textBlock a,
.universe-rendezvous .textBlock a:visited,
.universe-rendezvous .contentBlock a,
.universe-rendezvous .contentBlock a.visited {
	color: rgba(129,20,83,1);
}

.universe-rendezvous .button a {
	border-color: rgba(129,20,83,1);
	color: rgba(129,20,83,1);
}

.universe-rendezvous .button a:hover {
	background-color: rgba(129,20,83,1);
	color: white;
}

.modeMedium.menuOpen.universe-rendezvous {
	background-color: rgba(129,20,83,1);
}

.modeMedium.universe-rendezvous .localHeader {
	background-color: rgba(129,20,83,1);
}



.universe-workshop .themedBlock {
	background-color: rgba(8,194,196, 1);
}

.universe-workshop .themedText {
	color: rgba(8,194,196, 1);
}



.universe-workshop .globalHeader {
	background-color: rgba(8,194,196, 1);
}

.universe-workshop  .globalFooter {
	background-color: rgba(8,194,196, 1);
}

.universe-workshop .localFooter {
	background-color: rgba(8,194,196, 1);
}

.universe-workshop .localHeader .localNav:hover {
	/*background: linear-gradient(to bottom, rgba(8,194,196, 1) 10%, rgba(237,41,68, 0.5) 10%, rgba(237,41,68, 0));*/
}

.universe-workshop .detailHeader .informations {
	background-color: rgba(8,194,196, 0.5);
	color: rgba(255,255,255, 1);
}

.universe-workshop .contentBlock .block-body:before {
	background-color: rgba(8,194,196, 1);
}

.universe-workshop .contentBlock h2,
.universe-workshop .standardTitle {	
	color: rgba(8,194,196, 1);
}

.universe-workshop .contentBlock h2:after,
.universe-workshop .standardTitle:after {
	background-color: rgba(8,194,196, 1);
}

.universe-workshop .contentMenu a:after {
	background-color: rgba(8,194,196, 1);
}

.universe-workshop .standardLink a,
.universe-workshop .textBlock a,
.universe-workshop .textBlock a:visited,
.universe-workshop .contentBlock a,
.universe-workshop .contentBlock a.visited {
	color: rgba(8,194,196, 1);
}

.universe-workshop .button a {
	border-color: rgba(8,194,196, 1);
	color: rgba(8,194,196, 1);
}

.universe-workshop .button a:hover {
	background-color: rgba(8,194,196, 1);
	color: white;
}

.modeMedium.menuOpen.universe-workshop {
	background-color: rgba(8,194,196, 1);
}

.modeMedium.universe-workshop .localHeader {
	background-color: rgba(8,194,196, 1);
}


.universe-world .themedBlock {
	background-color: rgba(193,223,39, 1);
}

.universe-world .themedText {
	color: rgba(193,223,39, 1);
}



.universe-world .globalHeader {
	background-color: rgba(193,223,39, 1);
}

.universe-world  .globalFooter {
	background-color: rgba(193,223,39, 1);
}

.universe-world .localFooter {
	background-color: rgba(193,223,39, 1);
}

.universe-world .localHeader .localNav:hover {
	/*background: linear-gradient(to bottom, rgba(193,223,39, 1) 10%, rgba(0,0,0, 1.5) 10%, rgba(193,223,39, 1));*/
}

.universe-world .detailHeader .informations {
	background-color: rgba(193,223,39, 0.5);
	color: rgba(255,255,255, 1);
}

.universe-world .contentBlock .block-body:before {
	background-color: rgba(193,223,39, 1);
}

.universe-world .contentBlock h2,
.universe-world .standardTitle {	
	color: rgba(193,223,39, 1);
}

.universe-world .contentBlock h2:after,
.universe-world .standardTitle:after {
	background-color: rgba(193,223,39, 1);
}

.universe-world .contentMenu a:after {
	background-color: rgba(193,223,39, 1);
}

.universe-world .standardLink a,
.universe-world .textBlock a,
.universe-world .textBlock a:visited,
.universe-world .contentBlock a,
.universe-world .contentBlock a.visited {
	color: rgba(193,223,39, 1);
}

.universe-world .button a {
	border-color: rgba(193,223,39, 1);
	color: rgba(193,223,39, 1);
}

.universe-world .button a:hover {
	background-color: rgba(193,223,39, 1);
	color: white;
}

.modeMedium.menuOpen.universe-world {
	background-color: rgba(193,223,39, 1);
}

.modeMedium.universe-world .localHeader {
	background-color: rgba(193,223,39, 1);
}
