@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

@font-face {
    font-family: 'sunshine';
    src: url('../font/Sunshine.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'grand';
    src: url('../font/GrandHotel.ttf');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'always';
    src: url('../font/Always.ttf');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'playtime';
    src: url('../font/playtime-webfont.eot');
    src: url('../font/playtime-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/playtime-webfont.woff') format('woff'),
         url('../font/playtime-webfont.ttf') format('truetype'),
         url('../font/playtime-webfont.svg#playtime') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vag';
    src: url('../font/VAGRound.eot');
    src: url('../font/VAGRound.eot?#iefix') format('embedded-opentype'),
         url('../font/VAGRound.woff') format('woff'),
         url('../font/VAGRound.ttf') format('truetype'),
         url('../font/VAGRound.svg#vag') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	margin:0;
	padding:0;
}

body,html{
	width:100%;
	min-height:100%;
}

body{
	font-size:100%;
	font-family: 'playtime', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background:url(../img/background.jpg) top center no-repeat fixed;
	background-size:cover;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.last{
	margin-right:0 !important;
}

img{
	max-width:100%;
	height:auto;
	border:none;
}

a{
	text-decoration:none;
}




#top-header{
    position: fixed;
    width: 100%;
    background: #feda00;
    z-index: 9999;
    height:120px;
}

#top-header-container{
	max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position:relative;
}

#top-header-container img{
	max-width: 600px;
}

#main-wrapper{
	position:relative;
	z-index:999;
	margin:auto;
}

#main-wrapper,
header{
	max-width:960px;
	
	
}

header{
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:-999;
	margin-bottom:-105px;
	padding-top:120px;
}

p{
	/*color:#46627d;*/
	color:#5a7d9e;
}

#intro{
	text-align:justify;
	background-color:#fff;
	padding-right:10px;
	padding-left:10px;
	margin-bottom: 50px;
	border-radius: 0 0 10px 10px;
}

#intro h1{
	font-family:'sunshine', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom:10px;
	letter-spacing: 1px;
}

#intro p{
	font-size:1.25em;
}

#left-wrapper{
	width:100%;
	float:left;
}

#left-wrapper .bloc{
	padding:10px;
	margin-bottom:50px;
	text-align:justify;
	max-width:100%;
	background-color:#fff;
	border-radius: 0 0 10px 10px;
}


#left-wrapper h3{
	font-family:'sunshine', Arial, sans-serif;
	font-size:2em;
	margin:0;
	background-color: #009fe4;
    color: #fff;
    padding: 5px;
    padding-left:2em;
    border-radius:10px 10px 0 0;
    letter-spacing: 3px;
}

#left-wrapper .step{
	    max-width: 70px;
    position: absolute;
    z-index: 9;
    margin-top: -8px;
    margin-left: -20px;
}


#left-wrapper .bloc h4{
	font-weight:bold;
	margin:10px 0;
	color:#009fe4;
	font-size:1.25em;
	letter-spacing:2px;
}

#left-wrapper .bloc p{
	font-size:1.25em;
	margin-bottom:15px;
}

#left-wrapper img{
	max-width: 350px;
	margin-right: 15px;
	border-radius: 10px;
}

.link-redirect{
	font-family: 'vag', Arial,sans-serif;
	clear:both;
	color:#fff;
	background-color:#009fe4;
	border:1px solid #009fe4;
	border-radius:10px;
	text-transform: uppercase;
	max-width: 450px;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    -moz-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}

.link-redirect:hover{
	background-color:#fff;
	color:#009fe4;
}

ul.share-buttons{
	position: absolute;
    left: -40px;
    top:-150px;
    list-style: none;
}

ul.horizontal{
	position: initial;
}

ul.horizontal li{
	float:left;
	display:inline-block;
	margin-right:5px;
}

ul.horizontal a img{
	margin-right:0 !important;
}



aside{
	display:none !important;
	float:left;
	display:block;
	background-color:#009fe4;
	padding:10px;
	color:#fff;
	min-height:400px;
	max-width:350px;
	width:100%;
	position:relative;
}

blockquote{
  max-width: 450px;
  font-family: 'vag', Arial, sans-serif;
  border-left: 5px solid #009fe4;
  margin: 1.5em auto;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 26px;
}

blockquote:before {
  color: #009fe4;
  content: open-quote;
  font-size: 3.5em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #009fe4;
  content: close-quote;
  font-size: 3.5em;
  margin-right: -1.2em;
  margin-top:0;
  float:right;
}

blockquote p {
  display: inline;
  font-style:italic;
  font-weight:400;
  color:#333;
}

#video{
	margin:10px auto;
	max-width: 640px;
	border-radius:10px;
	
}

.author{
	float: right;
	margin-right:5px;
	color:#009fe4;
	margin-top: -10px;
	font-size:14px;
}



#pastille-playmo{
	position:absolute;
	right:50px;
	top:10px;
	max-width: 250px;
	z-index: 9999;
}

#playmo-pola{
	position:absolute;
	right:40%;
	top:80px;
	max-width:200px !important;
}
