<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---FONT---*/
/*
font-family: 'Poppins', sans-serif;
font-family: 'DM Serif Text', serif;




/*---BASE---*/
body{
	margin:0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
  background-color:#ffebe4;

}
ul, li{
	margin: 0px;
	padding:0px;
	list-style-type:none;
	-webkit-padding-start: 0px;
}
li{
	float: left;
	margin-right: 30px;
}
h1{
  font-family: 'Poppins', sans-serif;
  z-index: 30;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
h2{
	padding: 0;
	margin: 0;
  font-family: 'DM Serif Text', serif;
  font-weight: normal;
  font-size: 20px;
}
h3{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin:0px;
  padding: 0px;

}
p{
	font-size: 12px;
  font-family: 'Poppins', sans-serif;
	line-height: 18px;
  margin: 0;
  margin-top: 10px;  
  color: blue;
}
a{
  text-decoration: none;
  color: #000000;
}
a:visited{
  /*color: #000000;*/
}
a:hover{
  text-decoration: none;
}

/* GRID */

.column01{
  width: 100%;
  float: left;
  margin-bottom: 1%;
}
.column02{
  width: 50%;
  float: left;
}
.column04{
  width: 24%;
  float: left;
}
.column06{
  width: 49.5%;
  float: left;
}


.columnLeft{
  background-color: #0000ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index:-10;
}
.columnright{
}


.menuActiv a {
  color: #000000;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.menu a{
  color: #0000ff;
}
.menu a:hover {
  opacity: 0.8;
}
::selection {
  background-color: #000000;
  color: white;
}
.profil{
  position: absolute;
  z-index: 50;
  top: 500px;
  right: 50px;
  text-align: right;
  line-height: 30px;
}
.profil h1{
  line-height: 40px;
  background-image: url('../img/profil.jpg');

}
.profil h1 a{
  color:#fde5cc;
}
.highlight{
  background-color: #c1b5a0;
  padding: 5px;
  padding-bottom: 2px;
}

.contact{
 padding: 245px;

}

.contact h3 a{
  color: #ffffff;
  text-decoration: none;
}


/
/*---CONTENT---*/
html,body{
  width: 100%;
}

.mosaicItem a{
  display: block;

}
.projet{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 5%;
}
.centered {
  margin: 0 auto;
}
.header{
	
  height: 42px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  margin-left: 5%;

  color: #000000;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;

}
.headerProject{
  display: block;
  position: fixed;
  width: 90%;
  height:112px;
  background-color: #ffffff;
  z-index: 40;
  top:0;
  left: 5%;

}
.myProject {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 5%;
    margin-bottom: 100px;
}
.mosaic{
  width: 100%;
  display: table;
}

.myProject img{
  width: 100%;
}

.infoProject{
  padding: 10px;
}
.infoProject h1, .infoProject h2{
  font-size: 24px;
}
.infoProject h3{
  font-size: 14px;
  margin-top: 20px;
}
.menu{
	font-size: 16px; 
  font-weight: normal;
  color: #0000ff;
	float: right;
}
.mosaicItem{
	
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  text-align: center;
  position: relative;
  background-color: #eeeeee;
  display: table-cell;
}
.mosaicItem img{
  width: 100%;
  display: block;
}
.logo{
  float: left;
}
.logo img{
	width: 180px;
}
.previewProject{
	position: absolute;
	z-index: 20;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	cursor:pointer;
	opacity: 0;
  display: table;
}
.previewProject:hover{
  cursor: pointer;
}

.previewTxt{
  width: 100%;
  text-align: center;
  color: #000000!important;
  display: table-cell;
  vertical-align: middle;
}
.previewProject h1{
  margin: 0px;
}
.myBlogContent{
  margin-top: 100px;
  width: 980px;
}



.aboutImage{

  position: relative;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -162px;

}
.aboutTxt{
  color: #0000ff;
  font-size: 22px;
  font-weight: normal;
  text-align: right;
  position: absolute;
  right: 6.6%;
  margin-top: -50px;
  top: 50%;
}


/*---TUMBLR---*/
.tumblr_post{
  width: 100%;
  text-align: center;

}
.tumblr_post img{
  text-align: center;
  width: 400px;
}
.tumblr_photo_post{}






/</pre></body></html>