/*
* Author: Mixyweb
* Author URI: http://www.mixyweb.fr
* Theme Name: Artistik
* Version: 1.0.0
*/


/* Imports
================================================== */
@import url('./skeleton.css'); /* import skeleton stylesheet */


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Pattern and Color Configuration
	#Site Styles
	 - HEADER
	 - HOME CONTENT
	 - FOOTER
	#Page Styles
	#Media Queries */
	
	
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
a{
	text-decoration:none; }



/* #Basic Styles
================================================== */
body {
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-size:1em;
	/*color:#798994;*/
}
	
h1 {
	margin-bottom:12px;
	font-size:2em;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight:400;
	color:#6c7a84;
}
	
h2 {
	font-family: 'Cormorant Garamond', serif;
	font-weight:400;
	font-size:2em; 
	margin:30px 0;
	color:#6c7a84;
}
	
p {
	text-align:justify;
	margin: 0; 
	color:#5b6e7d;
	font-size:1.1em;
	line-height: 25px;
}

a {
	color:#99aebc;
}

a:hover {
	color:#5c727d;
}

strong {
	font-weight:bold;
}

.container { 
	width:80% !important; 
}

.center {
	text-align:center;
	clear:both;
}

.right {
	float:right;
}
	
.clearfix {
	clear:both;
}
	
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	color: white;
  	background-color: rgba(92,114,125,0.9);
	border: 1px solid rgba(92,114,125,0.9);
	font-size: 20px;
	text-align: center;
	line-height: 37px;
}

.scrollup:hover {
	color: white;
}	

.desktop {
	display:none;
}

.mobile {
	display:block;
}	
	

/* #Pattern and Color Configuration
================================================== */
.bg-pattern{
	background:url('../images/bg-mq-gravures.jpg') no-repeat center center;
	width:100%;
	height:520px;	
}

/* #Site Styles
================================================== */
/* HEADER -------------------- */
#header-home{
	position:relative;
	width:100%;
	min-height:auto;
	clear:both;
	padding:20px 0;
}
		
#logo {
	text-align:center;
	font-family: 'Cormorant Garamond', serif;
	font-weight:400;
}
		
#logo a {
	color:#798994 !important;
}
		
#logo a span{
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
}

/* Navigation -------------- */
#nav{
	float:right;
	position:relative;
	margin:0;
	padding:100px 0 0;
	margin:0 9% 0 0;
}

.sf-menu {
	float:right;
	height:46px;
	list-style:none;
}

.sf-menu li{
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight:400;
	text-align:right;
	height:46px;
	line-height:46px;
	margin-bottom:10px;
	padding:0 20px 0 0;
	background-color:rgba(92,114,125,0.6); 
}	

.sf-menu li:nth-of-type(1){
	width:200px;
	margin-left:60px;
}		

.sf-menu li:nth-of-type(2){
	width:150px;
	margin-left:110px;
}			
					
.sf-menu li:nth-of-type(3){
	width:180px;
	margin-left:80px;
}	

.sf-menu li:nth-of-type(4){
	width:150px;
	margin-left:110px;
}	
			
.sf-menu li:nth-of-type(5){
	width:260px;
	margin-left:0px;
}		

.sf-menu li:nth-of-type(6){
	width:170px;
	margin-left:90px;
}

.sf-menu li:nth-of-type(7){
	width:150px;
	margin-left:110px;
}	
		
.sf-menu a {
	display:block;
	position:relative;
	color:#fff;
	font-size:2em;
}

.sf-menu a:hover {
	text-decoration:none;
}
			
.sf-menu > li:hover, .sf-menu > li.selected{
	background-color:rgba(92,114,125,0.9); 
}
			
.sf-menu li:hover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
	outline:0;
}			
			
#nav-page {
	display:block;
	position:relative;
	width:100%;
}			
			
.sf-menu-page {	
	display:block;
	float:right;	
	width:90%;	
	list-style:none;
	margin:30px 10% 50px;
}			
			
.sf-menu-page li{
	width:100%;	
	position:relative;
	display:inline-block;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight:400;
	height:50px;
	line-height:50px;
	text-align:right;
	background-color:rgba(92,114,125,0.6);
	padding:0 20px;
	margin-bottom:10px;
}	
			
.sf-menu-page > li:hover, 
.sf-menu-page > li.selected {
	background-color:rgba(92,114,125,0.9); /*rgba(140,155,160,0.8);*/
}			

.sf-menu-page a {
	display:block;
	position:relative;
	color:#fff;
	font-size:1.75em;
}

.sf-menu-page a:hover {
	text-decoration:none;
}			
	
/* MAIN ---------------------- */
#page-content {
	margin-bottom:80px;
}
	
.note {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;	
	color:#99aebc;
	font-size:1.5em;
	margin-top:30px;
}
	
.separation {
	margin:30px 0;
	color:#5c727d;
}
	
.coordonnees {
	margin-bottom:30px;
	line-height: 1.5em;
}

.citation {
	font-family: 'Cormorant Garamond', serif;
	font-weight:400;
	color:#99aebc;
	font-size:2em; 
	text-align:justify; 
	margin-top:40px;
}

.twolines {
	line-height: 15px;
}

span.info {
	color: rgba(92,114,125,0.9);
}

span.type {
	color: rgba(52, 168, 175,0.9);
}
	
div p {
	text-align:justify; 
	margin-bottom:10px;
}

	
/* MASONRY ------------------- */
article
{
    max-width: 100em; /* 1600 px */
    margin:50px auto 100px;
}
#list {
    width: 100%;
    max-width: 1600px;
    margin: 2em auto;

}
.cols {
    -moz-column-count:auto;
    -moz-column-gap:auto;
    -moz-column-width: auto;
    -webkit-column-count:auto;
    -webkit-column-gap:auto;
    -webkit-column-width: auto;
    column-count: auto;
    column-gap: auto;
    column-width: auto;
}

#list p img{
	width:100%;
	height:auto;
}


/* FOOTER -------------------- */
footer {
	padding-top:5px;
	text-align:center;
	color:#798994;
	font-size:0.9em;
	margin-bottom:50px;
}

.copyright {
	height:40px;
	line-height:40px;
}
	
.copyright a {
	font-size:1em;
	font-weight:bold;
	color:#798994;
}
	
.copyright a:hover {
	color:#5c727d;
}	
	
/* #Media Queries
================================================== */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width:320px) {
#logo{
	margin-top:5px;
	font-size:2em;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) {

.desktop {
	display:block;
}

.mobile {
	display:none;
}	

#nav{
	float:right;
	margin:2% 9% 0 0;
}

.cols {
    -moz-column-count:2;
    -moz-column-gap: 2.5%;
    -moz-column-width: 47.5%;
    -webkit-column-count:2;
    -webkit-column-gap: 2.5%;
    -webkit-column-width: 4.5%;
    column-count: 2;
    column-gap: 2.5%;
    column-width: 47.5%;
}
    

}

@media only screen and (min-width: 959px) {

div.bloc-img div {
	width:71.5%;
}

}

@media only screen and (min-width: 1024px) {
/*body {
border:1px solid red;
}*/

#logo{
	margin-top:12px;
	font-size:2.5em;
}

.sf-menu-page {	
	width:100%;	
	list-style:none;
	margin:30px auto 50px;
}		
			
.sf-menu-page li{
	width:auto;	
	padding:0 12px;	
}	

.sf-menu-page li:not(:last-child){
	margin-right:0.5%;
}

div.bloc-img div {
	width:73%;
}

.cols {
    -moz-column-count:3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count:3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
}


.copyright {
	height:20px;
	line-height:20px;
}

footer {
	margin-bottom:20px;
}
}

@media only screen and (min-width: 1281px) {
body {
/*border:1px solid blue;*/
}

h1,h2 {
	font-size:2.5em;
}
		
.bg-pattern{
	height:540px;
}

#nav{
	float:right;
	margin:2.5% 9% 0 0;
}

.sf-menu {
	float:right;
	width:auto;
	height:46px;
	list-style:none;
}

.sf-menu-page {	
	display:block;
	float:right;	
	width:100%;	
	list-style:none;
	margin:30px 0 50px;
}

.sf-menu-page li{
	padding:0 1.85%;
}

.sf-menu-page a {
	font-size:1.75em;
}

.sf-menu-page li:not(:last-child){
	margin-right:1%;
}

div.bloc-img div {
	width:77%;
}


}
	
@media only screen and (min-width: 1542px) {

.container { 
	width:75% !important; 
}

.bg-pattern{
	height:600px;
}

.sf-menu-page a {
	font-size:1.75em;
}

.sf-menu-page li:not(:last-child){
	margin-right:1%;
}

.cols {
    -moz-column-count:4;
    -moz-column-gap: 2.5%;
    -moz-column-width: 22.5%;
    -webkit-column-count:4;
    -webkit-column-gap:  2.5%;
    -webkit-column-width: 22.5%;
    column-count: 4;
    column-gap:  2.5%;
    column-width: 22.5%;
}

}


	