
/* FROM -exemple.css */

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a {
	color: #B1B0B5;
	text-decoration:none;
}


table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}




/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* hide scrollbar */
    scrollbar-width: none; /* hide scrollbar Firefox */

    background: #3B3F4A;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /*Avoid flicker on slides transitions for mobile phones #336 */
}

/* hide scrollbar Chrome */
::-webkit-scrollbar { 
    width: 0;
    display: none;
}

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}









/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 19px;
	color: #B1B0B5;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.section{
	background: #3B3F4A url("https://pluvior.b-cdn.net/images/bg5.jpg") no-repeat center center;
	background-size: cover;
}

.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}














/* Code Marek Brodziak; code from Codrops */











/* Code for borders. Author: Harry Roberts. http://csswizardry.com/2010/12/simplified-page-borders-in-pure-css */
/* Create a series of empty pseudo-elements... */
html:before,html:after,body:before,body:after{
    content:"";
    background:#3B3F4A;
    position:fixed;
    display:block;
    z-index:5;
}

/* ...and position them! */
html:before{
    height:20px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:20px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:20px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:20px;
    top:0;
    bottom:0;
    left:0;
}
  
.controlsnd {
	position: absolute;
	font-size: 0px;
    z-index: 110;
	left: 0;
	top: 40px;
}


.tri {
	position: absolute;
	font-size: 0px;
    z-index: 110;
	right: 20px;
	bottom: 25px;
}

.volume {	
	position: absolute;
	z-index: 110;
	right: 60px;
	bottom: 110px;
	width: 150px;
	opacity: 0.9;
}

.demos {
	margin-top: 20px;
}

.demos2 {
	margin: 0 0 10px 20px;
}

.awwwards {
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: 90;
}

#addbar {
	z-index: 100;
	position: fixed;
	right: 20px;
	bottom: 1px;
	font-size: 15px;
	cursor: pointer;
}


#footer {
	position: absolute;
	font-size: 15px;
	text-align: left;
	left: 25px;
	bottom: 22px;
}

#footer2 {
	position: fixed;
	font-size: 15px;
	text-align: left;
	left: 20px;
	bottom: 1px;
	z-index: 99;
}

#footer2 a {
	color: #B1B0B5;
}

#header2 {
	position: fixed;
	font-size: 16px;
	color: #F07731;
	text-align: left;
	top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  	z-index: 99;
}

#header2 a {
	color: #F07731;
}


.vseredine {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.mouse {
	z-index: 100;
	position: absolute;
	left: 50%;
	bottom: 30px;
	opacity: 0.7;
}

.time {
	position: absolute;
	top: 130px;
	right: 4px;
    text-align: right;
	z-index: 101;
}

.timer {
    width: 35px;
    height: 93px;
}

.tab {
	position: absolute;
	top: 20px;
	right: 80px;
	z-index: 101;
}

.tab2 {
	position: fixed;
	width:240px;
	height:39px;	
	top: 0;
	right: 80px;
	z-index: 101;
}

.logo {
	position: absolute;
	right: 10px;
	top: 10px;
	width:200px;
	height:50px;
	z-index:10;
}

.margy {	
	margin-top: 80px;
}


/* Countdown */
.countdownbis {
	position: absolute;
	top: 80px;
	right: 35px;
    font-family: "Abel", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #ffffff;
    opacity: 0.5;
	z-index: 100;
}

.compte {

}

/* SEDNA buttons by Codrops bis */
.hero {
    z-index: 100;
	right: 15px;
	top: 15px; }

.btn1 {
  font-size: 15px;
  letter-spacing: 0.6px;
  color: #3B3F4A;
  padding: 7px 20px;
  margin-right: 3px;
  border: 0px;
  border-radius: 40px;
  display: inline-block;
  text-transform: none;
  background-color: rgba(255,255,255,0.15);
  }

.btn1:hover {
  color: rgb(237,237,237);
  background-color: rgba(255,255,255,0.25);
  }


.btn1-small {
  padding: 5px 30px; }

.btn1-large {
  padding: 15px 40px; }

.btn1-margin-right {
  margin-right: 7px; }

/* ==============================
Buttons from Sedna Codrops
============================== */

.btn {  
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #FD7B34;
  padding: 7px 20px;
  margin-right: 3px;
  border: 0px;
  border-radius: 40px;
  display: inline-block;
  text-transform: none;
  background-color: rgba(255,255,255,0.15);
  }

.btn:hover {
  color: #FD7B34;
  background-color: rgba(255,255,255,0.25);
  }
  
.btn-white {
  color: #fff;
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  border-color: #fff; }

.btn-white:hover {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-fill:hover {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

  
  
.btn-small {
  padding: 10px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }
  












/* PUB Pattel */
.pater {
	position: absolute;	
	text-align: center;
    top: 90px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);	
}
	


@media screen and (max-width: 500px) {

	
}





























/* FROM simple-slider.css */
.slider {
  width: 180px;
  -ms-touch-action: none;
  touch-action: none;
}

.slider > .dragger {
  background: #4D5A66;
  border: 0;
  width: 18px;
  height: 18px;
  
	-webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.5);

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-touch-action: none;
  touch-action: none;
}

/* .slider > .dragger:hover {
  background: #46525D;
} */


.slider > .track,
.slider > .highlight-track {
    background: #21262C;
	height: 4px;
	border-top-color: #20252B;
  -moz-box-shadow: inset 0 1px 2px #111417, 0 1px 1px #3A4147;
  -webkit-box-shadow: inset 0 1px 2px #111417, 0 1px 1px #3A4147;
  box-shadow: inset 0 1px 2px #111417, 0 1px 1px #3A4147;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.slider > .highlight-track {
	background-color: #FF7E33;
}



.marginal {
	position: absolute;
	display: none;
}

.visibl {
	opacity: 1;
	  -moz-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      -webkit-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
}
















@media screen and (max-height: 650px) {

.hide2 { display: none; }

.margy { margin-top: 20px; }

}

			
@media screen and (max-width: 450px) {

.mouse {
	bottom: 5px;
}

.compte {	
	font-size: 40px;
}

.hide {	display: none; }

.logo {	
	position: relative;
	top: 20px;	
	width:120px;
	height:45px; 
	margin-bottom: 5px;
}

}

@media screen and (max-width: 900px) {

#header2 {
	left: 150px;
}

}








