<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: samueljan
Author: S. Jan 
*/





/* =Reset  */

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%;
	vertical-align: baseline;
	color:#000;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

html, body {
	margin:0;
	height:100%;
	font-size:14px;
}


h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-size:15px;
}

h1, h1 * {
	font-size:22px;
	line-height:18px;
	padding-bottom:14px;
	color:#000;
	font-family: 'Work Sans', sans-serif;
}

h1 .barre{
	text-decoration-line: line-through;

}

div.header h2 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 7px;
}

p{
	font-size:14px;
	line-height: 16px;
	margin-bottom:8px;
}

a{
	text-decoration:none;
	color:#333;
}

a:hover{
	color:#000;
}







.Technologies a{
	font-family: "Helvetica", "Arial";
	font-size:11px;
	letter-spacing: 1px;
	color:#888;
	border: 1px solid #BBBBBB;
	padding: 2px 2px 0;
	margin-right: 2px;
	-webkit-transition:color 0.4s ease 0s;
	-ms-transition:-ms-color 0.4s ease 0s;
	-moz-transition:-moz-color 0.4s ease 0s;
	-o-transition:-o-color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

.Technologies a:hover{
	color:#333;
	-webkit-transition:color 0.2s ease 0s;
	-ms-transition:-ms-color 0.2s ease 0s;
	-moz-transition:-moz-color 0.2s ease 0s;
	-o-transition:-o-color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
}


    	

div.categories a{
	background:#FFF;
	color:#000;
	padding:1px 5px 0px;
	display: inline-block; 
	font-family: "Helvetica", "Arial";
	font-size:11px;
	font-weight: bold;
	-webkit-transition:opacity 0.4s ease 0s;
	-ms-transition:-ms-opacity 0.4s ease 0s;
	-moz-transition:-moz-opacity 0.4s ease 0s;
	-o-transition:-o-opacity 0.4s ease 0s;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.categories a:hover{
	opacity: 1;
	-webkit-transition:opacity 0.2s ease 0s;
	-ms-transition:-ms-opacity 0.2s ease 0s;
	-moz-transition:-moz-opacity 0.2s ease 0s;
	-o-transition:-o-opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
}

/*
div.categories a.photographie{
	background:#488444;
}

div.categories a.site-internet{
	background:#446677;
}

div.categories a.animation{
	background:#886444;
}

*/


.post .text{
	opacity: 0;
	display: none;
	/*opacity:0;
	-webkit-transition:opacity 1s ease 0s;
	-ms-transition:-ms-opacity 1s ease 0s;
	-moz-transition:-moz-opacity 1s ease 0s;
	-o-transition:-o-opacity 1s ease 0s;
	transition: opacity 1s ease 0s;*/
}

div.post.passif .text{
	display: none;
	opacity:0;
	-webkit-transition:opacity 1s ease 0s;
	-ms-transition:-ms-opacity 1s ease 0s;
	-moz-transition:-moz-opacity 1s ease 0s;
	-o-transition:-o-opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
}

div.post.actif .text{
	display: block;
	opacity:1;
	-webkit-transition:opacity 1s ease 0s;
	-ms-transition:-ms-opacity 1s ease 0s;
	-moz-transition:-moz-opacity 1s ease 0s;
	-o-transition:-o-opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
}



.header{
	margin-left: 20px;
    position: fixed;
    top: 20px;
}

div.header h1 {
    font-size: 20px;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 8px;
}

div.header h2{
	font-family: 'Work Sans', sans-serif;
	font-size:14px;
	letter-spacing: 1px;
	margin-top:5px;
}

sup{
	font-size: 80%;
    vertical-align: super;
    line-height: 80%;
}

#menu {
    margin-left: 20px;
    position: fixed;
    top: 170px;
}

button {
    background: transparent;
    color: #000000;
    display: inline-block;
    padding: 3px 4px 0px;
    font-size: 11px;
    vertical-align: top;
    margin-top: 3px;
    cursor: pointer;
    font-family: "Helvetica", "Arial";
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 400;
    border: 1px dotted #000000;
    outline: none;
    border-radius: 2px;
}
button.actif{
	background: #000000;
    color: #FFFFFF;
     border-radius: 0;
}
.clear {
	clear: both;
}
.text {
	line-height: 15px;
	font-size: 14px;
}
#page{
	width:900px;
	margin:250px auto 250px;
	top: 50%;
    position: relative;
    margin-top: -220px;
}
.post{
	width:100%;
	position:relative;
	margin: 0px 0 150px;
}
.post .text {
	width: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 250px;
    margin-top: -230px;

}
.post .text h1.entry-title {
	border-bottom:2px solid #666;
	margin-bottom:10px;
}
.post .text div {
	margin-bottom:11px;
}
.post .images {
	height:400px;
	position:relative;
	width:650px;
	overflow:hidden;
}

.post .images.ombre{
box-shadow: 1px 4px 20px #666;
}




/*swiper */
.swiper-container {
	width:100%;
	height:100%;
}
.swiper-slide{
	width:100%;
	height: 100%;
	background: no-repeat center center transparent;
	background-size: cover;
}

.swiper-slide.centrer {
	background-size: contain;
}
.swiper-slide img {
	min-width:100%;
	max-width:100%;
	height:auto;
}
.images {
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity:0.5;
    -webkit-transition: filter 0.5s, opacity 0.5s;
    -ms-transition: -ms-filter 0.5s, opacity 0.5s;
    -moz-transition: -moz-filter 0.5s, opacity 0.5s;
    -o-transition: -o-filter 0.5s, opacity 0.5s;
    transition: filter 0.5s, opacity 0.5s;
}
.actif .images{
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity:1;
    -webkit-transition: filter 0.5s, opacity 0.5s;
    -ms-transition: -ms-filter 0.5s, opacity 0.5s;
    -moz-transition: -moz-filter 0.5s, opacity 0.5s;
    -o-transition: -o-filter 0.5s, opacity 0.5s;
    transition: filter 0.5s, opacity 0.5s;
}


.swiper-pagination-switch {
	width:10px;
	height:10px;
	margin-right:1px solid;
	padding-left:10px;
}
.paginationimg {
	/*width: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 250px;
    margin-top: 90px;*/
    display: none;
    width: 650px;
    text-align: center;
    margin-top: 0px;
}
.paginationimg .page{
    padding: 15px 2px;
    display: inline-block;
}
.paginationimg .page .pict_page{
     width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #DDD;
}

.paginationimg .page.actif .pict_page{
	width: 6px;
    height: 6px;
    border: 3px solid #DDD;
}
.passif .paginationimg{
	display: none;
}
.actif .paginationimg{
	display: block;
}

#infscr-loading{
	width:650px;
	text-align: center;
}

.collaboration p, .annee p{
	font-size: 11px;
	letter-spacing: 1px;
	margin:0;
}

.lien_site{
		cursor: url('img/website-link1.png') 24 12, pointer;
	}
/* Ecran supÃ©rieur Ã&nbsp; 600 pixels. */
@media screen and (min-width: 600px) {
}

/* Ecran supÃ©rieur Ã&nbsp; 960 pixels. */
@media screen and (min-width: 960px) {
}

/* =Print  */
@media print {
}</pre></body></html>