
body {
	letter-spacing: 1px;
	font-size: 0.8em;
	padding: 20px;
}


.fullwidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}



#nav a:hover {
	background-color: #dcdcdc;
}

#nav {
	margin-bottom: 10px;
	margin-top: 13px;
}

#nav a {
	-moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
}


li.imagework .bloctitle {
	position: absolute;
	top:50%;
	background-color: #dcdcdc;
	margin-top: -0.5em;
	left:0;
	right:0;
	opacity: 0;
	letter-spacing: 1px;
	font-size: 0.8em;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


li.imagework a {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 100;
	background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}


li.imagework {
	background-color: #dcdcdc;
	text-align: center;
	padding: 20px !important;
	/*margin-right: 20px;*/
	margin-bottom: 0px;
	border: 10px solid white;
	
}




li.imagework:hover .bloctitle {
	
	opacity: 1;
}







/*li.bloc .bloctitle {
	position: absolute;
	top:50%;
	background-color: #dcdcdc;
	margin-top: -0.5em;
	left:0;
	right:0;
	letter-spacing: 1px;
	font-size: 0.8em;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	text-align: center;

}


li.bloc {
	border: 1px solid black;
}

li.bloc img {
	border: 20px solid grey;
}*/



.listest {
	background-color: #dcdcdc;
	padding: 30px !important;
	margin-bottom: 20px;
}

.listest a {
	cursor: zoom-in;
}

.listest a:hover {

}

.imgbig {
	/*background-color: #dcdcdc;
	padding:40px;
	margin-bottom: 20px;*/
	
}

.pagetitle {
}

.texte p {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 15px;
}
.texte p a {
	text-decoration: underline;
	-moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
}

.texte p a:hover {
	background-color: #dcdcdc;
	text-decoration: none;
	
}

.tags a {
	text-decoration: underline;
	margin-right: 5px;
	-moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
	font-size: 0.85em;
}

.tags a:hover {
	text-decoration: none;
	background-color: #dcdcdc;
}

.clearing-container .visible-img { height: 90% !important; top:5%; bottom:5%;}
.clearing-container .carousel { display: none; }
.clearing-container {
	margin-top: 10px;
}

.social {
	margin-top: 12px;
}

.social:hover .share {
	color: #ccc;
}

.share {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	cursor: pointer;
	font-size: 0.85em;
	-moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
	
}

.sharebtn {
	float: left;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	padding-right: 30px !important;
}



.social:hover .sharebtn {
	opacity: 1;
}

.sharebtn a img {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.sharebtn a:hover img {
	opacity: 0.6;
}

.colright {
	padding-left:20px;
}

#footer {
	font-size: 0.85em;
	padding-top:15px;
	padding-bottom:30px;
	color: #ccc;
	
}

@media screen and (max-width: 640px) {
	.colright { padding-left: 0 !important; margin-bottom: 20px;}
	.listest {
	background-color: #dcdcdc;
	padding: 20px !important;
	margin-bottom: 20px;
}
.clearing-container .visible-img { height: 80% !important; top:5%; bottom:5%;}
}

.touch img.rollroll {display:none}

.touch .bloctitle {display:none}


.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}
 
.preloader .preloader-gif{
}

.flex-video {
	border: 30px solid #dcdcdc;
}

.smalltxt {
	font-size: 0.85em !important;
}
