/**
 * @file
 * Views Styling
 */


/* isotope css */

#container {
	margin-bottom: 50px;
}
.variable-sizes .width2 { width: 230px; }
.variable-sizes .width3 { width: 350px; }
.variable-sizes .width4 { width: 470px; }
.variable-sizes .width5 { width: 590px; }
.variable-sizes .width6 { width: 710px; }

.variable-sizes .height2 { height: 230px; }
.variable-sizes .height3 { height: 350px; }
.variable-sizes .height4 { height: 470px; }
.variable-sizes .height5 { height: 590px; }
.variable-sizes .element.height6 { height: 710px; }

.mobile .variable-sizes .width2,
.mobile .variable-sizes .width3,
.mobile .variable-sizes .width4,
.mobile .variable-sizes .width5,
.mobile .variable-sizes .height2,
.mobile .variable-sizes .height3,
.mobile .variable-sizes .height4,
.mobile .variable-sizes .height5 {
  width: 230px;
  height: 230px;
}
.variable-sizes .element.width2 {
  font-size: 1em;
}
.variable-sizes .element.width3 {
  font-size: 1em;
}
.variable-sizes .element.width4 {
  font-size: 1em;
}
.variable-sizes .element.width5 {
  font-size: 1em;
}

.variable-sizes .element.large, .large {
	width: 1024px;
	height: 768px;
	font-size: 1em;
	cursor: default;
	border-radius: 0;
}

.variable-sizes .element.width2.height2 {
  font-size: 1.0em;
}

.element {
  width: 110px;
  height: 110px;
  margin: 5px;
  float: left;
  position: relative;
  color: #222;
	cursor: pointer;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
	overflow: hidden;
  background-image: -moz-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.5 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, 
    from( hsla( 0, 0%, 100%, 0.5 ) ), 
    to(   hsla( 0, 0%, 100%, 0.0 ) )
  );
  background-image: -o-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.5 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
}
.element.large {
	background-image: url('../images/md-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.element.collapsed .field-close {
	display: none;
}

/***/

.views-field-field-image2 {
	display: none;
}
.views-field-title {
	line-height: 1em;
	text-transform: uppercase;
	vertical-align: middle;
	color: white;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 14px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;	
  display: table;
}
.views-field-nothing {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;	
	opacity: 0.65;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;	
}
.views-field-nid {
	display: none;	
}
.views-field-field-image2 img,
.views-field-field-vignette img {
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  max-width: 100%;
}

.web .views-field-nothing {
	background-color: #788aa7;
}
.design .views-field-nothing {
	background-color: #8a8192;
}
.photos .views-field-nothing,
.medias .views-field-nothing {
	background-color: #7d7d86;
}

.all .views-field-nothing {
	background-color: transparent !important;
	opacity: 1;
}

.views-field-nothing:hover {
	background-color: transparent;
}
.views-field-title .field-content {
	line-height: 1.1em;
	font-family: "StrangeTales";
	width: 95%;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555;
	opacity: 1;
	margin: 10px 6px;
	visibility: hidden;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.large .views-field-field-embed-soundclound,
.large .views-field-field-video {
	width: 1024px;
	height: 768px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.large .views-field-nothing,
.large .views-field-title {
	display: none;
}

.large .views-field-field-galerie-cbox {
	position: absolute;
	bottom: 200px;
	right: 5px;	
	z-index: 30;
	display: none;
}
.large .views-field-field-galerie-cbox a.btn-gal {
	width: 40px;
	height: 40px;
	background: url('../images/cd3n.png') top left no-repeat;
	cursor: pointer;
	display: block;
}
.large .views-field-field-url-site {
	position: absolute;
	bottom: 150px;
	right: 5px;	
	z-index: 30;
	display: none;
}
.large .views-field-field-url-site a {
	width: 40px;
	height: 40px;
	background: url('../images/cd2n.png') top left no-repeat;
	cursor: pointer;
	display: block;
}

.large .views-field-field-fichiers {
	position: absolute;
	bottom: 100px;
	right: 5px;	
	z-index: 30;
}
.large .views-field-field-fichiers a {
	width: 40px;
	height: 40px;
	background: url('../images/download2.png') top left no-repeat;
	cursor: pointer;
	display: block;
}

.views-field-body {
	display: none;
}
.large .views-field-body {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/fond-ecrit.jpg);
	font-size: 12px;
	height: 100%;
	width: 100%;
	z-index: 10;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.1em;
	text-align: justify;
}
.large .views-field-body.body-scroll {
	overflow: auto !important;
}
.large .views-field-body .field-content {
	padding: 20px;
	font-weight: normal;
	line-height: 1.6em;
}
.large .views-field-body h2 {
	font-weight: bold;
	font-size: 22px;
	color: #23282e;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;	
}
.large .views-field-body h3 {
	font-size: 12px;
	color: #a5aaae;
	text-transform: lowercase;
	font-weight: bold;	
	margin-top: 0;
	line-height: 1.8em;
}

.views-field-field-galerie {
	width: 1024px;
	height: 768px;
	z-index: 1;
}
.views-field-field-galerie:hover {
	cursor: pointer;
}
.views-field-field-tags {
	display: none;
}
.field-plus {
	position: absolute;
	bottom: 250px;
	right: 5px;
	width: 40px;
	height: 40px;
	background: url('../images/cd1n.png') top center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 2;
}
.field-close {
	position: absolute;
	top: 5px;
	right: -5px;
	width: 30px;
	height: 30px;
	background: url('../images/close3.png') top left no-repeat;
	cursor: pointer;
	z-index: 15;
}
.collapsed .field-close {
	display: none;
}
.flexslider {
	border: none;
	margin-bottom: 0 !important;
	border-radius: 0;
	box-shadow: none;
}
ol.flex-control-nav {
	background: rgba(250,250,250,0.5);
	height: 18px;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
}


.tf0 { display: none; }
.tf10 { font-size: 10px;}
.tf12 { font-size: 12px;}
.tf14 { font-size: 14px;}
.tf16 { font-size: 16px;}
.tf18 { font-size: 18px;}
.tf20 { font-size: 20px;}
.tf22 { font-size: 22px;}
.tf24 { font-size: 24px;}
.tf26 { font-size: 26px;}
.tf28 { font-size: 28px;}
.tf30 { font-size: 30px;}
.tf32 { font-size: 32px;}
.tf34 { font-size: 34px;}
.tf36 { font-size: 36px;}
.tf38 { font-size: 38px;}
.tf40 { font-size: 40px;}
.tf42 { font-size: 42px;}
.tf44 { font-size: 44px;}
.tf46 { font-size: 46px;}
.tf48 { font-size: 48px;}
.tf50 { font-size: 50px;}
.tf52 { font-size: 52px;}
.tf54 { font-size: 54px;}
.tf56 { font-size: 56px;}
.tf58 { font-size: 58px;}
.tf60 { font-size: 60px;}
.tf62 { font-size: 62px;}
.tf64 { font-size: 64px;}
.tf66 { font-size: 66px;}
.tf68 { font-size: 68px;}
.tf70 { font-size: 70px;}
.tf72 { font-size: 72px;}
.tf74 { font-size: 74px;}
.tf76 { font-size: 76px;}
.tf78 { font-size: 78px;}
.tf80 { font-size: 80px;}
.tf82 { font-size: 82px;}
.tf84 { font-size: 84px;}
.tf86 { font-size: 86px;}
.tf88 { font-size: 88px;}
.tf90 { font-size: 90px;}
