@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("../25/slick/./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("../25/slick/./fonts/slick.eot"); src: url("../25/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../25/slick/./fonts/slick.woff") format("woff"), url("../25/slick/./fonts/slick.ttf") format("truetype"), url("../25/slick/./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */

@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, topContent, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/*fin reset*/

html {
	font-size: 62.5%;
	background:#146b40 url("../25/img/css/trame.jpg") repeat-x center top;
	height:100%;
}
body {
	font-family: 'Bitter', serif;
	font-size:13px;
	font-size:1.3rem;
	line-height:15px;
	line-height:1.5rem;
	color:#fff;
	background:url("../25/img/css/bg-sapin.jpg") no-repeat center top;
	height:100%;
}
a {
	color: #fff;
	text-decoration:none;
}

#main {
	width:970px;
	margin:auto;
	background:#6fc9cd url("../25/img/css/bg-sapin.jpg") no-repeat center top;
}
h1 {
	margin:15px 0;
	text-align:center;
	display:inline-block;
	width:100%;
}
#slide-presentation {
	background:url("../25/img/css/separ-slide-top.png") no-repeat center bottom;
	padding:0;
	width:350px;
	height:275px;
	margin:auto;
}
#slide-presentation .slide {
	background:url("../25/img/css/separ-etoile-top.png") no-repeat center top;
	padding:70px 0 0 0;
}
#slide-presentation .slide .item {
	text-align:center;
	color:#fff;
	font-size:22px;
	font-size:2.2rem;
	line-height:24px;
	line-height:2.4rem;
}
#slide-presentation .slide .item img {
	margin:auto;
}
#slide-presentation .slide .item h2 {
	font-size:24px;
	font-size:2.4rem;
	line-height:26px;
	line-height:2.6rem;
  	font-family:b015023t, sans-serif;
  	margin:10px 0 15px 0;
  	color:#fff;
}
#slide-presentation .slide .slick-dots {
	background:url("../25/img/css/bg-dots.png") no-repeat center center;
	color:#00a0ab;
	bottom:-35px;
}
#slide-presentation .slide .slick-dots li {
    margin:0;
}
#slide-presentation .slick-dots li button:before {
    font-size:12px;
    color:#00a0ab;
    opacity:1;
}
#slide-presentation .slick-dots li.slick-active button:before {
    color:#fff;
}

@media only screen and (max-width: 970px) {

	#main {
		width:768px;
	}

}

@media only screen and (max-width: 767px) {

	#main {
		width:320px;
	}
	#slide-presentation {
		width:280px;
	}
	#slide-presentation .slide .item {
		font-size:16px;
		font-size:1.6rem;
		line-height:18px;
		line-height:1.8rem;
	}
	#slide-presentation .slide .item h2 {
		font-size:18px;
		font-size:1.8rem;
		line-height:20px;
		line-height:2rem;
	}

}

@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: b015003t;
  src: url("../25/fonts/b015003tWeb.eot");
}
@font-face {
  font-family: b015003t;
  src: url("../25/fonts/b015003tWeb.woff") format("woff");
}

@font-face {
  font-family: b015024t;
  src: url("../25/fonts/b015024tWeb.eot");
}
@font-face {
  font-family: b015024t;
  src: url("../25/fonts/b015024tWeb.woff") format("woff");
}

@font-face {
  font-family: b015026t;
  src: url("../25/fonts/b015026tWeb.eot");
}
@font-face {
  font-family: b015026t;
  src: url("../25/fonts/b015026tWeb.woff") format("woff");
}

@font-face {
  font-family: b015026d;
  src: url("../25/fonts/b015026dWeb.eot");
}
@font-face {
  font-family: b015026d;
  src: url("../25/fonts/b015026dWeb.woff") format("woff");
}

@font-face {
  font-family: b015006d;
  src: url("../25/fonts/b015006dWeb.eot");
}
@font-face {
  font-family: b015006d;
  src: url("../25/fonts/b015006dWeb.woff") format("woff");
}

@font-face {
  font-family: b015004d;
  src: url("../25/fonts/b015004dWeb.eot");
}
@font-face {
  font-family: b015004d;
  src: url("../25/fonts/b015004dWeb.woff") format("woff");
}

@font-face {
  font-family: b015003d;
  src: url("../25/fonts/b015003dWeb.eot");
}
@font-face {
  font-family: b015003d;
  src: url("../25/fonts/b015003dWeb.woff") format("woff");
}

@font-face {
  font-family: b015e03d;
  src: url("../25/fonts/b015e03dWeb.eot");
}
@font-face {
  font-family: b015e03d;
  src: url("../25/fonts/b015e03dWeb.woff") format("woff");
}

@font-face {
  font-family: b015024d;
  src: url("../25/fonts/b015024dWeb.eot");
}
@font-face {
  font-family: b015024d;
  src: url("../25/fonts/b015024dWeb.woff") format("woff");
}

@font-face {
  font-family: b015023d;
  src: url("../25/fonts/b015023dWeb.eot");
}
@font-face {
  font-family: b015023d;
  src: url("../25/fonts/b015023dWeb.woff") format("woff");
}

@font-face {
  font-family: b015803d;
  src: url("../25/fonts/b015803dWeb.eot");
}
@font-face {
  font-family: b015803d;
  src: url("../25/fonts/b015803dWeb.woff") format("woff");
}

@font-face {
  font-family: b015004t;
  src: url("../25/fonts/b015004tWeb.eot");
}
@font-face {
  font-family: b015004t;
  src: url("../25/fonts/b015004tWeb.woff") format("woff");
}

@font-face {
  font-family: b015023t;
  src: url("../25/fonts/b015023tWeb.eot");
}
@font-face {
  font-family: b015023t;
  src: url("../25/fonts/b015023tWeb.woff") format("woff");
}

@font-face {
  font-family: b015006t;
  src: url("../25/fonts/b015006tWeb.eot");
}
@font-face {
  font-family: b015006t;
  src: url("../25/fonts/b015006tWeb.woff") format("woff");
}

@font-face {
  font-family: b015804d;
  src: url("../25/fonts/b015804dWeb.eot");
}
@font-face {
  font-family: b015804d;
  src: url("../25/fonts/b015804dWeb.woff") format("woff");
}