﻿@font-face {
    font-family: 'matmatregular';
    src: url('matmat-regular-webfont.woff2') format('woff2'),
         url('matmat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
	text-align:left;
	box-sizing: border-box;
}

html, body {
	margin:0;
	padding:0;
	min-width:220px;
	font-family: 'Bebas Neue', cursive;
	min-height:100%;
	font-size:14px;
	background-color:#fff;
}

a.js-scrollTo img{
	/*opacity:0.2;*/

	-moz-animation: loopin 2.5s infinite;
	-webkit-animation: loopin 2.5s infinite;
	-o-animation: loopin 2.5s infinite;
	animation: loopin 2.5s infinite;

}

@-webkit-keyframes loopin {
  0%   { opacity: 0.2 }
  50% { opacity: 1; }
  100% { opacity: 0.2 }
}
@-moz-keyframes loopin {
  0%   { opacity: 0.2 }
  50% { opacity: 1; }
  100% { opacity: 0.2 }
}
@-o-keyframes loopin {
  0%   { opacity: 0.2 }
  50% { opacity: 1; }
  100% { opacity: 0.2 }
}
@keyframes loopin {
  0%   { opacity: 0.2 }
  50% { opacity: 1; }
  100% { opacity: 0.2 }
}

div.landing{
	width:100%;
	height:100vh;
	background-attachment: fixed;
	-webkit-background-size: cover;
    background-position:center center;
	background-size: cover;
}

div.titre{
	position: absolute;
	bottom:0;
	width:100%;
}

div.infos{
	background: #fff;
	padding-top:180px;
	padding-bottom:180px;
}

div.texte{
	padding-bottom:180px;
}

div.contact{
/*	padding-bottom:100px;*/
}

div.texte p{
	margin-bottom: 20px;
	font-size: 18px;
}

div.contact p{
	margin-bottom: 20px;
	font-size: 18px;
}

h1{
	position: fixed;
	top:40px;
	text-align: center;
	width:100%;

	color:#fff;
	line-height: 50px;
	font-size:120px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-family: matmatregular, sans-serif;
}

h1 span{
	text-transform: lowercase;
	font-size:75px;
	font-family: bimbo-pro, sans-serif;
}

p{
	color:000;
	font-family: 'Courier Prime', monospace;
	font-size: 24px;
	text-align: left;
	line-height:1.3;
	text-align: center;
}

p.date{
	font-size: 34px;
}

p.chiffres{
	margin-top:-7px;
	color:#d4a047;
}

img{
	max-width: 100%;
}

strong{
	font-weight: bold;
	color:#d4a047;
}

em{
	color:#d4a047;
}

a{
	color:#000;
	font-weight: 400;
}

.icon{
	max-width:30px;
	transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}

.icon:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

a:hover{
	text-decoration: underline;
}

.wrapper{
	width:1060px;
	margin:auto;
	position:relative;
}

.slider{
	width:60%;
	margin:auto;
	padding-bottom:180px;
}

#boutons{
	margin-top: 40px;
	margin-bottom: 40px;
}

.bouton a{
	font-size: 21px;
	text-align: center;
	padding:20px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ddd;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.bouton a:hover{
	background: #ddd;
}

a.inactive{
	cursor:default;
	background: #eee;
}

.bouton a.inactive:hover{
	text-decoration: none;
	background: #eee;
}

.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}

.footer{
	background: #d4a047;
	width:100%;
	height:50px;
	bottom:0;
	margin-top:10px;
}

/* Selection ------------------------------ */

*::selection {
	background:#d4a047;
	color:#fff;
}

*::-moz-selection {
	background:#d4a047;
	color:#fff;
}

*::-webkit-selection {
	background:#d4a047;
	color:#fff;
}

@media handheld, only screen and (max-width: 1100px) {

	.wrapper{
		width:100%;
		margin:auto;
		position:relative;
	}

	.bouton{
		width:90%;
		margin:auto;
	}
}

@media handheld, only screen and (max-width: 780px) {

	.slider{
		width:75%;
	}

	div.texte p, div.contact p{
		font-size: 12px;
	}

	div.infos p.date{
		font-size: 26px !important;
	}

	div.infos p.chiffres{
		font-size: 18px !important;
	}
}

@media handheld, only screen and (max-width: 600px) {
	h1{
		font-size: 60px;
		line-height: 23px;
	}

	h1 span{
		font-size: 37px;
	}

	.slider{
		width:90%;
	}
}

@media handheld, only screen and (max-width: 500px) {
	h1{
	}
}