*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

@font-face
{
	font-family: 'AkzidenzGroteskBQ-Cnd';
	src: url('../fonts/AkzidenzGroteskBQ-Cnd.eot');
	src: url('../fonts/AkzidenzGroteskBQ-Cnd.woff2') format('woff2'),
		 url('../fonts/AkzidenzGroteskBQ-Cnd.woff') format('woff'),
		 url('../fonts/AkzidenzGroteskBQ-Cnd.ttf') format('truetype'),
		 url('../fonts/AkzidenzGroteskBQ-Cnd.svg#AkzidenzGroteskBQ-Cnd') format('svg'),
		 url('../fonts/AkzidenzGroteskBQ-Cnd.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'Advantage-Demi';
	src: url('../fonts/Advantage-Demi.eot');
	src: url('../fonts/Advantage-Demi.woff2') format('woff2'),
		 url('../fonts/Advantage-Demi.woff') format('woff'),
		 url('../fonts/Advantage-Demi.ttf') format('truetype'),
		 url('../fonts/Advantage-Demi.svg#Advantage-Demi') format('svg'),
		 url('../fonts/Advantage-Demi.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
html
{
	height: 100%;
}

/*DEFAUT*/
BODY
{
	background-color: #000;
	margin: 0;
	padding: 0;

	color: #FFF;
	font-family: AkzidenzGroteskBQ-Cnd;
	font-size: 17px;
	letter-spacing: 2px;

	height: 100%;
}

/*GENERAL*/
a
{
	color: #E5E5E5;
	text-decoration: none;
}
#burger
{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	padding: 20px;
}
.middle
{
	display: flex;
	align-items: center;
	height: 100%;
}

/*FORMULAIRE*/
.button
{
	display: inline-block;
	padding: 4px 15px;
	font-size: 19px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #FFF;
	background-color: #000;
	cursor: pointer;

	transition: ease-in-out 200ms;
}
.button:hover
{
	color: #000;
	background-color: #FFF;
}
.button.highlight
{
	color: #000;
	background-color: #FFF;
	border: 0;
}
.button.highlight:hover
{
	color: #FFF;
	background-color: #000;
}
.button.small
{
	font-size: 12px;
}

/*SPECIFIQUE*/
body.contact #site > div
{
	height: 466px;
}
#intro
{
	text-align: center;
	font-family: Advantage-Demi;
	font-size: 17px;

	padding: 70px 0;
	min-height: 520px;
	height: 100%;

	background-image: url(../img/intro.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#intro > div
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
	margin: 0 auto;
}
#intro .titre
{
	font-size: 50px;
	letter-spacing: 14px;
	margin: 20px 0;
}
#intro .button
{
	display: inline-block;
	padding: 0 20px;
	margin: 10px auto 10px auto;
	border: 0;
	font-size: 33px;
	background-color: transparent;

	z-index: 2;
}
#intro .button:hover
{
	background-color: #FFF;
}
#intro div.mask
{
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#intro:before
{
	content:"";
	position: fixed;
	top: 0;
	width: 100%;
	height: 15%;
	background-color: transparent;
	transition: ease-in-out 300ms background-color;
}
#intro:after
{
	content:"";
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 15%;
	transition: ease-in-out 300ms background-color;
}
#intro.films:before
{	
	background-color: #000;
}
#intro.films:after
{	
	background-color: #000;
}
#intro #social > a
{
	display: inline-block;
	margin: 30px 5px 10px 5px;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}

/*CONTENU*/
body.unviers-films #site header
{
	position: relative;
	border-bottom: 1px solid #FFF;
	text-align: center;
	height: 60px;
}
body.unviers-films #site header #slogan
{
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: left;
	font-size: 15px;
}
body.unviers-films #site header #slogan > span
{
	display: block;
}
body.unviers-films #site header #logo
{
	display: inline-block;
}
body.unviers-films #site header #logo > img
{
	width: 200px;
}
body.unviers-films #site nav
{
	padding: 20px 0;
}
body.unviers-films #site nav > ul
{
	margin: 0;
	padding: 0;
	list-style: none;

	display:table;
    width: 100%;
}
body.unviers-films #site nav > ul > li
{
	display:table-cell;
	margin: 0;
	padding: 0;
}
body.unviers-films #site nav > ul > li > a
{
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 21px;
	padding: 5px 15px;
	text-align: center;
	transition: ease-in-out 200ms;
}
body.unviers-films #site nav > ul > li > a:hover,
body.unviers-films #site nav > ul > li > a.select
{
	background-color: #FFF;
	color: #000;
}

body.unviers-films #site #videos > div > div,
body.unviers-films #site #photos > div > div,
body.unviers-films #site #instagram > div > div
{
	/*padding-top: 15px;*/
    padding-bottom: 15px;
}
body.unviers-films #site #videos a.video,
body.unviers-films #site #photos a.photo,
body.unviers-films #site #instagram a
{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	/*background-color: #CCC;*/
	text-decoration: none;
	color: #FFF;
	font-size: 21px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	transition: ease-in-out 200ms;
}
/*body.unviers-films #site #photos a
{
	display: block;
	overflow: hidden;
	margin: 15px;
}
body.unviers-films #site #photos a > img
{
	transition: ease-in-out 200ms;
	transform: scale(1);
	vertical-align: middle;
	display: block;
}
body.unviers-films #site #photos a > img.landscape
{
	width: 100%;
	max-width: 525px;
}
body.unviers-films #site #photos a > img.portrait
{
	height: 100%;
	max-height: 525px;
}
body.unviers-films #site #photos a:hover > img
{
	transform: scale(1.2);
}*/
body.unviers-films #site #photos a.photo,
body.unviers-films #site #instagram a
{
	padding-top: 100%;
}
body.unviers-films #site #photos a.photo.portrait,
body.unviers-films #site #instagram a.portrait
{
	background-size: 100%;
}
body.unviers-films #site #photos a.photo.landscape,
body.unviers-films #site #instagram a.landscape
{
	background-size: auto 100%;
}
body.unviers-films #site #videos a.video > span,
body.unviers-films #site #photos a.photo > span,
body.unviers-films #site #instagram a > span
{
	position: absolute;
	width: 100%;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;
	transition: ease-in-out 200ms;
}
body.unviers-films #site #videos a.video:after,
body.unviers-films #site #photos a.photo:after,
body.unviers-films #site #instagram a:after
{
	content: "\f04b";

	display: inline-block;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 65px;
    color: #FFF;

    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition: ease-in-out 200ms;
}
body.unviers-films #site #photos a.photo:after,
body.unviers-films #site #instagram a:after
{
	content: "\f002";
}
body.unviers-films #site #videos a.video:hover:after,
body.unviers-films #site #photos a.photo:hover:after,
body.unviers-films #site #instagram a:hover:after
{
	top: 50%;
}
body.unviers-films #site #videos a.video:before,
body.unviers-films #site #photos a.photo:before,
body.unviers-films #site #instagram a:before
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	transition: ease-in-out 200ms;
}
@media screen and (max-width: 769px)
{
	body.unviers-films #site #photos a:before,
	body.unviers-films #site #instagram a:before
	{
		background-color: inherit;
	}
}
body.unviers-films #site #videos a.video:hover:before,
body.unviers-films #site #photos a.photo:hover:before,
body.unviers-films #site #instagram a:hover:before
{
	background-color: rgba(0,0,0,0);
}
body.unviers-films #site #videos a.video:hover > span,
body.unviers-films #site #photos a.photo:hover > span,
body.unviers-films #site #instagram a:hover > span
{
	top: 200%;
}
body.unviers-films #site #videos a.video:hover,
body.unviers-films #site #photos a.photo:hover,
body.unviers-films #site #instagram a.portrait:hover
{
	background-size: 110%;
}
body.unviers-films #site #photos a.landscape:hover,
body.unviers-films #site #instagram a.landscape:hover
{
	background-size: auto 110%;
}

/*CONTENU PHOTOGRAPHS*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body.unviers-photographs
{
	color: #BDBDBD;
	background-color: #FFF;

	font-family: Advantage-Demi;
	font-size: 17px;
	/*letter-spacing: 2px;*/
}
body.unviers-photographs .row
{
	margin-right: -20px;
    margin-left: -20px;
}
body.unviers-photographs .button
{
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
}
body.unviers-photographs .button:hover
{
	background-color: #000;
	color: #FFF;
}
.CJUploader2 button
{
	display: block;
    width: 250px;
    font-size: 12px;
    margin: 0 auto;
}
body.unviers-photographs #site
{
	
}
body.unviers-photographs a
{
	color: #3A3A3A;
}
body.unviers-photographs header
{
	position: relative;
	background-color: #FFF;
}
body.unviers-photographs #logo
{
	display: block;
	padding: 28px 0;
	font-size: 15px;
	color:  #212121;
}
body.unviers-photographs nav
{
	position: absolute;
	top: 0;
	right: 0;
}
body.unviers-photographs nav > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
body.unviers-photographs nav > ul > li
{
	display: inline-block;
}
body.unviers-photographs nav > ul > li > a
{
	display: block;
	padding: 29px 20px;
	color: #BDBDBD;
	font-size: 13px;
	text-transform: uppercase;
}
body.unviers-photographs nav > ul > li > a:hover,
body.unviers-photographs nav > ul > li > a.select
{
	color: #212121;
}

body.unviers-photographs #landscapes > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
body.unviers-photographs #landscapes > ul > li
{
	position: relative;
	margin: 0 0 2% 0;
	padding: 0;
	height: 560px;
	overflow: hidden;
}
body.unviers-photographs #landscapes > ul > li > a
{
	display: block;
	background-color: #000;
	width: 100%;
	height: 100%;
}
body.unviers-photographs #landscapes > ul > li > a > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	min-height: 100%;
	min-width: 900px;
	z-index: 1;
	opacity: 1;
	transition: ease-in-out 200ms opacity;
}
body.unviers-photographs #landscapes > ul > li > a > .title
{
	position: absolute;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;	
	letter-spacing: 5px;

	transition: ease-in-out 200ms margin-left;
}
body.unviers-photographs #landscapes > ul > li > a:hover > .title
{
	margin-left: 40px;
}
body.unviers-photographs #landscapes > ul > li > a:hover > img
{
	opacity: 0.5;
}

body.unviers-photographs #artists > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
body.unviers-photographs #artists > ul > li
{
	position: relative;
	margin: 0 0 2% 0;
	padding: 0;
	height: 560px;
	overflow: hidden;
}
body.unviers-photographs #artists > ul > li > a
{
	display: block;
	background-color: #000;
	width: 100%;
	height: 100%;
}
body.unviers-photographs #artists > ul > li > a > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	min-height: 100%;
	min-width: 900px;
	z-index: 1;
	opacity: 1;
	transition: ease-in-out 200ms opacity;
}
body.unviers-photographs #artists > ul > li > a > .title
{
	position: absolute;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;	
	letter-spacing: 5px;

	transition: ease-in-out 200ms margin-left;
}
body.unviers-photographs #artists > ul > li > a:hover > .title
{
	margin-left: 40px;
}
body.unviers-photographs #artists > ul > li > a:hover > img
{
	opacity: 0.5;
}

body.unviers-photographs .content-cover
{
	position: relative;
	margin: 0 0 2% 0;
	padding: 0;
	height: 560px;
	overflow: hidden;
}
body.unviers-photographs .content-cover img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	min-height: 100%;
	min-width: 900px;
	z-index: 1;
	opacity: 1;
	transition: ease-in-out 200ms opacity;
}
body.unviers-photographs .content-cover .title
{
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;	
	letter-spacing: 5px;
}

body.unviers-photographs .content-text,
body.unviers-photographs.about .container,
body.unviers-photographs.legal .container
{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #3A3A3A;
	letter-spacing: normal;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 20px auto;
}
body.unviers-photographs.about .container,
body.unviers-photographs.legal .container
{
	text-align: left;
	overflow: hidden;
}
body.unviers-photographs .content-gallery
{
	/*max-width: 1000px;*/
	margin: 0 auto;
}
body.unviers-photographs .content-gallery > .container
{
	max-width: 100%;
}
body.unviers-photographs .content-gallery > .container > .row > div
{
	overflow: hidden;
	padding-top: 28%;
	/*height: 530px;*/
}
body.unviers-photographs .content-gallery > .container > .row > div > a
{
	display: block;
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	overflow: hidden;
	padding: 5px;
}
body.unviers-photographs .content-gallery > .container > .row > div > a > img
{
	position: absolute;
	/*max-width: 140%;
    max-height: 190%;*/
    max-width: 155%;
    max-height: 205%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: 200ms transform ease-in-out;
}
body.unviers-photographs .content-gallery > .container > .row > div > a:hover > img
{
	transform: translate(-50%, -50%) scale(1.1);
}

body.unviers-photographs .content-gallery > .container > .row > div > a.photo-up > img
{
	top: 0;
    transform: translate(-50%, 0);
}
body.unviers-photographs .content-gallery > .container > .row > div > a.photo-up:hover > img
{
    transform: translate(-50%, 0) scale(1.1);
}

body.unviers-photographs .content-gallery > .container > .row > div > a.photo-down > img
{
	top: 100%;
    transform: translate(-50%, -100%);
}
body.unviers-photographs .content-gallery > .container > .row > div > a.photo-down:hover > img
{
    transform: translate(-50%, -100%) scale(1.1);
}

body.unviers-photographs .content-gallery > .container > .row > div > a.photo-left > img
{
	left: 0;
    transform: translate(0, -50%);
}
body.unviers-photographs .content-gallery > .container > .row > div > a.photo-left:hover > img
{
    transform: translate(0, -50%) scale(1.1);
}

body.unviers-photographs .content-gallery > .container > .row > div > a.photo-right > img
{
	left: 100%;
    transform: translate(-100%, -50%);
}
body.unviers-photographs .content-gallery > .container > .row > div > a.photo-right:hover > img
{
    transform: translate(-100%, -50%) scale(1.1);
}

body.unviers-photographs.prints #site > div
{
	height: 466px;
}

/*FOOTER*/
body.unviers-films footer
{
	clear: both;
	border-top: 1px solid #FFF;
	margin-top: 20px;
	padding: 5px 0;
	text-align: right;
}
body.unviers-photographs footer
{
	text-align: center;
}
footer a
{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

/*Jquery*/
.ui-dialog
{
	z-index: 9999;
}
.ui-dialog > .ui-dialog-content
{
	display: table;
}
.ui-dialog > .ui-dialog-content > div
{
	display: table-cell;
	vertical-align: middle;
}
.ui-dialog > .ui-dialog-content > div:first-child + div
{
	padding-left: 10px;
}