
:root
{
    /*--text-color: #0000FF;*/
    --header-height: 30px;
}


@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham UltraItalic';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #1A171B;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ---------------------------------------------------------
--- Reset */

	html { -webkit-tap-highlight-color: transparent; }

	figure { 
		margin: 0; 
/* 		padding: 1em; */
	}
	
	article { position: relative; }
	
	table { 
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	h1 + p,
	h2 + p,
	h3 + p { margin-top: 0; }
	
	p:first-child { margin-top: 0; }
	
	*,
	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	}
		
	/* max values */
	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	video,
	svg { width:100%;max-width: 100%; outline:none}

	body > script { display: none !important; }
	
	img {
		height:auto;
	}
/* reset form */

	button,
	input,
	optgroup,
	select,
	textarea {
	  margin: 0;
	  font: inherit;
	  color: inherit;
	}
	
	button {
	  overflow: visible;
	}
	
	button,
	select {
	  text-transform: none;
	}
	
	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	  -webkit-appearance: button;
	  /*cursor: pointer;*/
	}
	
	button[disabled],
	html input[disabled] {
	  cursor: default;
	}
	
	button::-moz-focus-inner,
	input::-moz-focus-inner {
	  padding: 0;
	  border: 0;
	}
	
	input {
	  line-height: normal;
	}
	
	input[type="checkbox"],
	input[type="radio"] {
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
	  padding: 0;
	}
	
	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
	  height: auto;
	}
	
	input[type="search"] {
	  -webkit-box-sizing: content-box;
	          box-sizing: content-box;
	  -webkit-appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
	  -webkit-appearance: none;
	}
	
	legend {
	  padding: 0;
	  border: 0;
	}
	
	textarea {
	  overflow: auto;
	}

	button,
	[role="button"],
	input,
	label,
	select,
	summary,
	textarea {
	  -ms-touch-action: manipulation;
	      touch-action: manipulation;
	}
	

	input,
	button,
	select,
	textarea {
	  margin: 0;
	  line-height: inherit;
	  border-radius: 0;
	  border: 0;
	}
	
	input[type="text"], input[type="password"],
	textarea, select {
	  font-size: 16px;
	}
	
	textarea {
	  resize: vertical;
	}
	
	fieldset {
	  min-width: 0;
	  padding: 0;
	  margin: 0;
	  border: 0;
	}
	
	
	input[type="search"] {
	  -webkit-box-sizing: inherit;
	          box-sizing: inherit;
	  -webkit-appearance: none;
	}
	
	/* Formulaire */

	.b-form__grp { 
		display: block; 
		overflow: hidden;
	}
	
	.b-form__grp > * { float: left; }

	.b-form__input,
	.b-form__textarea {
		border: 1px solid #1A171B;
	}



	/* tableaux */

	table th,
	table td {
		/*padding: 1.725em 0;*/
	}
	
	.swiper-button-prev, .swiper-button-next {
		outline: none;
	}


/* ---------------------------------------------------------
--- Typo */

 	html { 
		font-size: .625em; 
		font-size: calc(1em * .625); 
	}
	

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-style: normal;
	}

    
	.bold,strong,b {
		font-family: 'Gotham Black';
		font-weight: 800;
	}
	
	em {
		font-family: 'Gotham UltraItalic';
		font-style: italic;
	}
	
	i {
		font-style: normal !important;
	}
		
	ul {
		list-style-type: none;
		padding: 0;
		margin:0;
	}

	.clear {
		clear:both;
	}
	
	a {
		text-decoration: none;
		color:#fff;
	}
	
	a:hover {
		text-decoration: none;
	}

	.underline:hover {
		text-decoration: underline;
	}
	
	ul.cat > li.selected > a {
		text-decoration: underline;
	}
	
	ul.cat > li > a {
		text-decoration: none;
	}
	
	.hide {
		display: none !important;
	}

	
	p, ul {
		padding:0;
		margin:0;
	}
	
	.center {
		text-align: center;
	}
	
	.overflow-y {
		overflow-y: hidden;
	}
	
	.hide-desktop {
		display:inline-block;
	}
	
	.hide-desktop-flex {
		display:flex;
	}
	
	.hide-mobile {
		display:none;
	}
	
	.hide-desktop {
		display:block;
	}

	.o-embed {
		margin: auto;
		}
		
		.o-embed .o-embed-content {
		position: relative;
		height: 0;
		padding-bottom: 56.25%;
		}
		
		.o-embed  .o-embed-content iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none !important;
		}
		
		.swiper-container video {
			width:100%;
			height:100%;
			/*object-fit: cover;*/
		}

		.isDesktop {
			display:block !important;
		}
		
		.isMobile {
			display:none !important;
		}
		
		.embed-container { 
	    position: relative;
	    width:100%;
		height:100%;
	} 
	
	.embed-container iframe, 
	.embed-container object, 
	.embed-container embed { 
	  position: absolute; 
	  top: 0; left: 0; 
	  width: 100%; 
	  height: 100%; 
	}
	
	.embed-container video {
		width:100%;
		height:100%;
		object-fit: cover;
	}
	

	.home .embed-container video {
		opacity:0.8
	}
	
	

/* ---------------------------------------------------------
--- Layout -- */
	html { 
	 	-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: none;
		-moz-osx-font-smoothing:grayscale;
		-moz-osx-text-size-adjust:none;
 
	}
	html,
	body { 
		position: relative;
		height:100%;
		width:100%;
		font-family: "Gotham Light", Sans-Serif;
	}
	
	/*font-family: "Courier New", Courier, monospace;*/
	
	body { 
		padding:0;
		margin:0;
		width:100%;
		height:100%;
		font-weight: normal;
		font-size: 18px;
		font-family: 'Gotham Book';
		color:#fff;
		background-color:#000;
	}
	
	body.lock {
		overflow: hidden !important;
	}
	
	body,
	.body {
		cursor: url('../img/cursor.png') 4 12, auto;
	}

	body a
	 {
		cursor: url('../img/cursor.png') 4 12, auto !important;
	}

	
	header {
		position: fixed;
		left:0;
		top:0;
		width:100%;
		padding:40px;
		background-color: transparent;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index:5;
	}
	
	header .logo {
		flex:1;
	}
	
	header .logo img {
		width:170px;
	}
	
	header .nav {
		text-align: right;
	}
	
	
	
	header .nav ul li {
		display: inline-block;
		margin-right:5px;
	}
	
	header ul li a:hover, header ul li a.selected{
		font-family: 'Gotham Black';
	}
	
	header .nav ul li:last-child {
		margin-right:0;
	}
	
	header .menuMobile {
		cursor: pointer;
	}
	
	header .menuMobile svg {
		width:35px;
	}
	
	header .nav-mobile {
		display:none;
		position: fixed;
	    left: 0;
	    top: 100px;
	    z-index: 999998;
	    width: 100%;
	    height: 100%;
	    padding:10px;
	    height:calc(100vh);
	}
	
	header .nav-mobile.active {
		display:flex;
	}
	
	footer {
		position: fixed;
		left:0;
		bottom:0;
		width:100%;
		padding:40px;
		background-color: transparent;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 15px;
		z-index:5;
	}
	
	footer .rs  {
		padding-bottom:0px;
	}
	
	footer .rs ul li {
		display: block;
	}
	
	footer .rs ul li:last-child {
		margin-bottom: 0;
	}
	
	footer .rs ul li a {
		text-decoration: underline;
	}
	
	.rs ul li img, .rs-about ul li img {
		width:25px;
	}
	
	.rs.director {
		display:none; 
	}
	
	/*footer > div:last-child {
		flex:1;
		text-align: right;
		font-size: 16px;
	}*/

	.l-wrapper {
		display: flex;
	    width: 100%;
	    height: 100%;
	    position: relative;
	}

	.l-main {
		display: flex;
	    width: 100%;
	    height: 100%;
	    position: relative;
	}
	
	.nav-director, .nav-special{
		position: fixed;
		left:0;
		top:0;
		width:100vw;
		padding-top:70px;
		padding-bottom:70px;
		padding-left:40px;
		padding-right:60px;
		background-color: #000;
		display: flex;
		justify-content:flex-start;
		align-items: center;
		z-index:4;
		height: 100vh;
		overflow-y: scroll;
	}
	
	.nav-director, .nav-special{
		align-items:flex-start;
	}
	
	.nav-director .nav-director-list {
		display: flex;
		flex-direction: row;
		position: relative;
		z-index: 9;
		padding-top:50px;
	}
	
	.nav-director .nav-director-list > div {
		margin-right:60px;
	}
	
	.nav-director .nav-director-list > div:last-child {
		margin-right:0;
	}
	
	.nav-director .nav-director-list > div > div {
		font-family: 'Gotham Black';
		padding-bottom:40px;
	}
	
	.nav-director::-webkit-scrollbar, .nav-special::-webkit-scrollbar, .nav-director .nav-director-list::-webkit-scrollbar {
		  display: none;
		}
		
		/* Hide scrollbar for IE, Edge and Firefox */
		.nav-director, .nav-special, .nav-director .nav-director-list {
		  -ms-overflow-style: none;  /* IE and Edge */
		  scrollbar-width: none;  /* Firefox */
		}
	
	.nav-director ul, .nav-special ul {
		position: relative;
		z-index:5;
	}
	
	.nav-director ul li, .nav-special ul li {
		display: block;
		margin-bottom:5px;
	}
	
	.nav-director ul li:last-child, .nav-special ul li:last-child {
		margin-bottom:0;
	}

	.directorList li, .list h1 {
		font-size: 18px;
		line-height: 25px;
		font-family: 'Gotham Light';
	}
	
	.nav-director .inactive, .nav-special .inactive {
		filter: blur(8px);
		transition: 2s filter linear;
-webkit-transition: 2s -webkit-filter linear;
-moz-transition: 2s -moz-filter linear;
-ms-transition: 2s -ms-filter linear;
-o-transition: 2s -o-filter linear;
	}
	
	.directorList li a:hover, .directorList li a.selected, .list h1 {
		font-family: 'Gotham Black';
	}
	
	.swiper-container {
		width:100%;
		height:100%;
	}
	
	.swiper-container .swiper-slide {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width:100% !important;
		height:100%;
	}
	
	.swiper-container .swiper-slide a {
		display: block;
		width:100%;
		height:100%;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		right:0;
		top:0;
		left:auto;
		bottom:auto;
		width:20px;
		height:100vh;
		display: flex;
	    flex-direction: column;
	    align-content: center;
	    justify-content: center;
	    padding-right: 40px;
	}
	
	.swiper-pagination-bullet {
		display: block;
		width:10px;
		height:10px;
		margin:0 !important;
		margin-bottom:10px !important;
		background: transparent;
		opacity:1;
		border:1px solid #fff;
		cursor: pointer;
		z-index:10;
	}
	
	.swiper-pagination-bullet-active {
		
		background: #fff;
	}
	
	.grid {
		display: flex;
		flex-wrap: wrap;
		width:100%;
		align-content: flex-start;
	}
	
	.grid > div {
		display: flex;
		width: 100%;
		position: relative;
		height: 80vh;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		
	}
	
	.grid .full {
		height: 100%;
	}
	
	.grid > div a {
		width:100%;
		height:100%;
		
	}

	.grid video {
		object-fit:cover;
	}
	
	.grid .grid-50 {
		width:50%;
	}
	
	.grid .legende, .swiper-slide .legende {
		position: absolute;
		right:0;
		bottom:0;
		padding-right: 40px;
		padding-bottom: 40px;
		text-align: right;
	}
	
	.home .swiper-slide .legende {
		font-size:23px;
		font-family: 'Gotham Book';
	}
	
	
	
	.legende > span {
		display: none;
	}
	
	.list h1 {
		position: fixed;
		left:0;
		top:0;
		padding-left:40px;
		top: 50%; left: 0; /* à 50%/50% du parent référent */
  transform: translate(0%, 50%);
  		z-index:3;
  		font-size: 20px;
	}
	
	.insta-dir {
		position: fixed;
		left:0;
		top:0;
		padding-left:40px;
		top: 54%; left: 0; /* à 50%/50% du parent référent */
  transform: translate(0%, 50%);
  		z-index:3;
  		font-size: 20px;
	}
	
	.insta-dir img {
		width:25px;
	}
	
	.image-missing  {
		padding:20px;
	   animation-duration: 1.2s;
	   animation-name: clignoter;
	   animation-iteration-count: infinite;
	   transition: none;
	}
	@keyframes clignoter {
	  0%   { opacity:1; }
	  50%   {opacity:0; }
	  100% { opacity:1; }
	}
	
	.close {
		position: fixed;
		top:20px;
		right:20px;
		z-index:999;
	}
	
	.close img{
		width:20px;
		height:20px;
	}
	
	.about {
		width:100%;
		height:100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.about .about-content{
		width:40vw;
		max-width:600px;
		line-height: 1.4;
		position: relative;
		text-align: justify;
	}
	
	.about-anim{
		position: absolute;
		left:0px;
		top:0px;
	}
	
	.about-anim .a_1 {
		position: absolute;
		color:#FFDD18;
		left:-100px;
		top:-50px;
	}
	
	.description-anim .a_1 {
		position: absolute;
		color:#FFDD18;
		left:-100px;
		bottom:-50px;
	}
	
	.about-anim .a_2 {
		position: absolute;
		color:#1B75BC;
		left:-50px;
		top:100px;
	}
	
	.description-anim .a_2 {
		position: absolute;
		color:#1B75BC;
		left:-50px;
		bottom:100px;
	}
	
	.about-main {
		opacity: 0;
	}
	
	.about-anim .a_3 {
		position: absolute;
		color:#129354;
		left:100px;
		top:-20px;
	}
	
	.description-anim .a_3{
		position: absolute;
		color:#129354;
		left:100px;
		bottom:-20px;
	}
	
	
	.about-anim .a_4 {
		position: absolute;
		color:#ED1C24;
		left:125px;
		top:75px;
	}
	
	.description-anim .a_4{
		position: absolute;
		color:#ED1C24;
		left:125px;
		bottom:75px;
	}

	.coord {
		position: absolute;
		right:0;
		bottom:0;
		padding-right: 40px;
		padding-bottom: 40px;
		display: flex;
		justify-content:flex-end;
		width:85%;
		font-family: 'Gotham Light';
		font-size: 15px;
	}
	
	.coord > div{
		margin-right:40px;
	}
	
	.coord > div:last-child {
		margin-right:0;
	}
	
	.nav-director .preview, .nav-special .preview {
		position: fixed;
		left:0;
		top:0;
		width:100vw;
		height:100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index:1;
	}
	
	.nav-director .description , .nav-special .description{
		position: absolute;
		bottom:20px;
		right:20px;
		z-index:1;
		padding-bottom:60px;
		padding-right: 20px;
		width:20vw;
		font-size: 15px;
	}
	
	.description-anim{
		/*position: absolute;
		left:0px;
		top:0px;*/
	}
	
	.nav-director .description-content, .nav-special .description-content{
		/*width:40vw;
		max-width:600px;
		line-height: 1.4;*/
		position: absolute;
	}
	
	
	.video-alone {
		position: fixed;
		left:0;
		top:0;
		width:100vw;
		height:100vh;
		z-index:1;
		opacity: 0.8;
	}
	
	.rs-about {
		display:none;
	}
	
	
	
	.home .swiper-slide .legende > span {
		display:inline-block;
		font-family: 'Gotham Black';
	}
	
	.text-client-mobile {
		display: none;
	}
	
	.rs.other {
		display:block; 
	}
	
	.rs.other.director {
		display:block; 
	}
	
	.rs.films {
		display:none; 
	}
	
	.rs.other.films {
		display:block; 
	}

	body.intro, body.intro a {
		/*cursor: none;*/
	}
	
	.logo-intro {

	}
	
	.logo-intro-mobile {
		/*display: none;*/
		
	}
	
	.logo-intro {
		position: absolute;
		left:0;
		top:0;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
		width:100vw !important;
		height:100vh !important;
		
	}
	
	.logo-intro img{
		width:20vw;
	}
	
	.logo-intro .c_2{
		left:3px;
		top:3px;
	}
	
	.logo-intro .c_3{
		left:0;
		top:6px;
	}
	
	.player {
		width:100%;
	}




@media all and (max-width: 1100px) {
	
	.nav-director, .nav-special {
		display: block;
		position: fixed;
		padding-top:0;
		background-color:transparent !important;
		top: 0px;
		background: none !important;
		margin-top:0px;
		
	}
	
	.nav-director-list {
		padding-top: 50px;
	}
	
	header {
		background-color:transparent !important;
		background: none !important;
		z-index: 5;
	}
	
	.nav-director .preview, .nav-special .preview {
		position: fixed !important;
		top:0px;
		height:100%;
	}

	
	.nav-director .nav-director-list {
		display: block;
	    position: absolute;
	    top: 70px;
	    overflow-y: scroll;
	    height: calc(100vh - 120px);
	}
	
	.nav-director .nav-director-list > div {
		margin-bottom:40px;
	}
	
	.nav-director .nav-director-list > div > div {
		padding-bottom:20px;
	}

	.logo-intro-mobile img, .logo-intro img {
		width:50%;
	}
	.video-alone {
		display: none;
	}
	
	body {
		font-size:16px;
	}
	
	.l-main {
		display: block;
	}
	
	.l-main.inactive {
		display: none;
	}
	
	footer {
		font-size:14px;
		z-index: 100;
	}
	
	.directorList li, .list h1 {
		font-size: 16px;
		line-height: 23px;
	}
	
	.nav-director .description, .nav-special .description {
		font-size: 14px;
	}
	
    .isDesktop {
		display:none !important;
	}
	
	.isMobile {
		display:block !important;
	}
	
	header .nav-mobile ul li {
		margin-bottom:10px;
	}
	
	header .nav-mobile ul li > ul {
		padding-top:5px;
		padding-left:5px;
	}
	
	.grid > div {
	}
	
	.grid .grid-50 {
		width:100%;
	}
	
	.list h1 {
		width:80%;
		transform: none;
  		z-index:3;
  		font-size:16px;
  		padding-left:20px;
	}
	
	.legende > span {
		display: none;
	}
	
	header {
    	align-items: flex-start;
    	padding:20px;
    }
	
	header .nav ul li {
	    display: block;
	    margin-right: 0;
	    margin-bottom: 5px;
	    text-align: right;
	}
	
	footer {
		padding:20px;
	}
	
	.grid .legende, .swiper-slide .legende {
		width:75%;
	}
	
	.about {
		width:100%;
		height:auto;
		display: block;
		justify-content: center;
		padding:12px;
		margin-top:50px;
		overflow-x: hidden;
	}
	
	.about .about-content{
		width:100%;
		max-width:100%;
	}
	
	.coord {
		position: relative;
		right:auto;
		bottom:auto;
		padding:20px;
		display: block;
		width:100%;
		font-size: 14px;
	}
	
	.rs-about {
		display: block;
	}
	
	.coord > div{
		width:100%;
		display: block;
		margin-right:0;
		margin-bottom:20px;
	}
	
	.home .swiper-slide .legende {
		font-size:16px;
	}
	
	.home .swiper-slide .legende .sep {
		display:none;
	}
	
	.home .swiper-slide .legende > span {
		display: block;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    padding-right: 20px;
	}
	
	.grid .legende, .swiper-slide .legende {
		padding-right: 20px;
		padding-bottom: 20px;
	}


	.nav-director, .nav-special {
		padding-left:20px;
		padding-right:40px;
	}
	
	.coord > div{
		margin-right:20px;
	}

	.about footer {
		display:none;
	}
	
	.player {
		height: 100vh;
		display: flex;
		align-items: center;
	}
	
	.player .embed-container {
		height:auto;
	}
	
	.text-client-mobile {
		position: fixed;
		left:0;
		bottom:0;
		z-index:99;
		width:100%;
		padding:20px;
		padding-right:10%;
		padding-left: 5%;
		height:100vh;
		display: flex;
		background-color: rgba(0, 0, 0, 0.7);
		flex-direction: column;
		justify-content: center;
		overflow: scroll;
	}
	
	.text-client-mobile::-webkit-scrollbar {
		  display: none;
		}
		
		/* Hide scrollbar for IE, Edge and Firefox */
		.text-client-mobile {
		  -ms-overflow-style: none;  /* IE and Edge */
		  scrollbar-width: none;  /* Firefox */
		}
	
	.text-client-mobile img {
		width:25px;
		padding-top: 5px;
	}
	
	.display-text-client-mobile {
		cursor: pointer;
	}
	
	.rs.director {
		display:block; 
	}
	
	.rs.films {
		display:none; 
	}
	
	.rs.other {
		display:block; 
	}
	
	.rs.other.director {
		display:none; 
	}
	
	.about .about-anim {
		width:100%;
}	
	
	.insta-dir { 
		display: none;
	}
	
	

}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.cursor{
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    z-index: 999999;
    user-select: none;
    pointer-events: none;
}

.follower{
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #1d71b8;
    border-radius: 50%;
    user-select: none;
    pointer-events: none;
    z-index:99999;
}

.follower2{
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #e30613;
    border-radius: 50%;
    user-select: none;
    pointer-events: none;
    z-index:99999;
}

.follower3{
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #ffde00;
    border-radius: 50%;
    user-select: none;
    pointer-events: none;
    z-index:99999;
}

.follower4{
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #008e48;
    border-radius: 50%;
    user-select: none;
    pointer-events: none;
    z-index:99999;
}

@media all and (min-width: 641px) {
	/*body {
		cursor: none;
	}
	
	a {
		cursor: none;
	}*/

}




			




