html, body, h1, h2, h3, h4, h5, h6{
    font-family: "Lato",sans-serif;
    font-weight:200;
}

html {
    height: 100%;
}

body {
    background: #fff;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased; 
}

.clear{clear:both;}
.clear100{clear:both;height:100px;}


.page1{background:#fff}
.page2{background:#fff}
.page3{background:#fff}

h1{
    font-size: 50px;
    line-height: 1.02em;
    color:#333;
}

h3 { 
    font-size:20px;
    padding:0;
    margin:0;
}

h4 { 
    font-size:15px;
    padding:0;
    margin:0;
    margin-top:20px;
    padding-bottom:8px;
    color: white;
}

.page1 .bgd{
	position:relative;
    width:100%;
    height:100%;
    background:url('../img/dragonica_printemps_2015.jpg') top center no-repeat;
}

.page1 .bgd .time{
	isplay:none;
	position: absolute;
	bottom:0;
	height: 120px;
	width: 100%;
	background-color: rgba(255,255,255,0.4);
}

.circle{
	width: 400px;
	margin:0 auto;
}

 .circle .txtcenter{
    float:left;
    width:100px;
 }
 
 .time_circles  h4 {
 display:none;
 font-weight: normal;
background-color: transparent;
color: #333;
}

.page2>div.pos{
    margin-top:10%;
    position:relative;
    width:100%;
}
.page2 .grid{
    width:1200px;
    margin:20px auto;
}

.page3 div.pos{
    margin:10% auto 0;
    position:relative;
    width:1200px;
}

.page3 .esla{
    position:absolute;
    left:0;
    bottom:86px;
    max-height:60%;
    z-index:3;
}

.fct>div{
    text-align:center;
    font-size:20px;
}

.fct img{
    height:210px;
    width:auto;
    margin-bottom:30px;
}

.fct .cat{
    padding:5px;
    text-align:center;
    color:#FFF;
    font-size:24px;
    margin-bottom:20px;
}

.down{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    background:#fff;
    cursor:pointer;
    z-index:2;
}
.up{
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    background:#fff;
    cursor:pointer;
    z-index:2;
}
.to{
    position: absolute;
    bottom: 0px;
    padding:10px 30px 0;
    width: 100%;
    height:100px;
    cursor:pointer;
    z-index:2;
    background-color:#20150f;
    color: #ddd;
    font-size:12px;
    text-align:left;
}

.wrapper-10{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:10;
    display:none;
}

.wrapper-10>div{
    position:relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;    
}

.wrapper-10 .bl-form{
    position:relative;
    eight:400px;
    width:600px;
    background:rgba(0,0,0,0.4);
    padding:10px;
    margin:10% auto 0;
}

.wrapper-10 .bl-form>div.content{
    position:relative;
    height:100%;
    width:100%;
    background:#FFF;
    padding:10px;
}

label{
    margin-right: 30px;
    font-size: 18px;
}

input[type="email"]{
    width: 360px;
    border: 1px solid #BFBFBF;
    padding: 8px;
}

input[type="submit"]{
    border-radius:20px;
    background-color:#2ca701;
    padding:5px 5px 8px;
    text-align:center;
    color:white;
    width:160px;
    border:none;
    outline:0;
    margin-top:30px;
    margin-bottom:20px;
}

.close{
    position:absolute;
    right:0;
    top:0;
    color:white;
    text-align:center;
    font-size:24px;
    width:30px;
    height:30px;
    line-height:30px;
    background:#333;
    z-index:2;
    cursor:pointer;
}

.open{
    position:absolute;
    cursor:pointer;
    font-size: 24px;
    bottom:200px;
    right:100px;
    border-radius:20px;
    background-color:#2ca701;
    padding:5px 5px 8px;
    text-align:center;
    color:white;
    width:360px;
}

.error{
    color:red;
    text-align:center;
}
.good{
    color:#2ca701;
    text-align:center;
    margin-bottom:20px;
}
