@font-face{
	font-family: Naruto;
	src: url(../../police/njnaruto.ttf);
;}


body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
*{
	/* cursor: url('../cursor/general.cur'), pointer;		 */
	}
	
body, html {
  height: 100vh;
  color: #777;
  line-height: 1.8;
  font-family: 'Nova Mono', cursive;
}

#logo{
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 150px;
	right: 70px;
	top: 30px;
}

/* creer l'effet parallax */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 1ere image*/
.bgimg-1 {
  background-image: url('../../images/premiere2.jpg');
  min-height: 100%;
}

/* 2eme */
.bgimg-2 {
	margin-top: 75px;
  background-image: url("../../images/deuxieme.jpg");
  min-height: 400px;
}



.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

img{white-space: pre;}

/** BOUTON RETOUR O MENU **/

#retour {
color: #20bf6b !important;
font-family: Dosis;
font-size: 1.4em; 
text-decoration: none;
background: #ffffff;
padding: 20px;
border: 4px solid #20bf6b !important;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}

#retour:hover {
color: #494949 !important;
border-radius: 50px;
border-color: #494949 !important;
transition: all 0.3s ease 0s;
}


/* aucune parallax pour tablette et tel */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
	/* margin-left:30px; */
  }
  
  #logo{
	margin-top: -10px;
  }
}

/* Post Slider */

.page-wrapper a:hover{
	color: brown;
}

.post-slider{
	position:relative;
}

.post-slider .slider-title{
	text-align:center;
	margin: 30px auto;
	font-family:Naruto;
}

.post-slider .next{
	position:absolute;
	top:50%;
	right:30px;
	font-size:2em;
	color:brown;
	cursor:pointer;
}

.post-slider .prev{
	position:absolute;
	top:50%;
	left:30px;
	font-size:2em;
	color:brown;
	cursor:pointer;
	/* cursor: url('../cursor/general.cur'), pointer; */
}

.post-slider .post-wrapper{
	width:84%;
	height:350px;
	margin:0px auto;
	overflow:hidden;
	padding: 10px 0px 10px 0px;
	
}

.post-slider .post-wrapper .post{
	width:300px;
	height:330px;
	display:inline-block;
	margin:0px 10px;
	background:beige;
	border-radius:5px;
	box-shadow:1rem 1rem 1rem -1rem #a0a0a033;
}

.post-slider .post-wrapper .post .post-info{
	height:130px;
	padding: 0px 5px;
}

a {
	text-decoration:none;
	color:inherit;
	font-family:Naruto;
	letter-spacing:2px;
}

.post-slider .post-wrapper .post .slider-image{
	width:100%;
	height:200px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
