/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jérémy Maas - Graphisterie Générale
   ========================================================================== */
   
html, body { -webkit-overflow-scrolling: touch; overflow: visible; }

body { font: 10px/14px Helvetica, Helvetica Neue, Arial; background: white; color: #ec6000; }

header, footer div { width: 275px; margin: 0 auto; position: relative; z-index: 1000; }
#logo { position: absolute; top: -100px; left: 0; width: 130px; }
header nav { position: absolute; top: -100px; right: 0; }
header nav ul { margin: 0; padding: 0; }
header nav ul li { height: 24px; }
header nav ul li a { display: block; width: 85px; height: 24px; position: relative; }
header nav ul li img { width: 85px; position: absolute; top: 0; left: 0; }
header nav ul li img.in { opacity: 0; filter:alpha(opacity=0); }

* { outline: none; }

#main-nav { display: none; }

.scrollblock { margin: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
.wrapper_b { width: 275px; top: 0; left: 0; text-align: center; position: fixed; z-index: 1; opacity: 0; filter: alpha(opacity=0); }
.wrapper { width: 275px; height: 281px; top: 0; left: 0; text-align: center; position: fixed; z-index: 1; }
html.touch .wrapper_b, html.touch .wrapper, .lt-ie10 .wrapper_b, .lt-ie10 .wrapper  { position: absolute; }
.wrapper.actif, .wrapper_b.actif { z-index: 2; }
.illu { position: absolute; top: 50px; left: 0; opacity: 0; filter:alpha(opacity=0); width: 100%; }
html.touch .illu, .lt-ie10 .illu { opacity: 1; filter:alpha(opacity=100); top: 0; }
.a2_2, .a3_2, .a4_2, .a5_2, .a6_2 { display: none; }
.a1_1 .illu, .a2_2 .illu, .a3_2 .illu, .a4_2 .illu , .a5_2 .illu , .a6_2 .illu  { top: 0; opacity: 1; filter:alpha(opacity=100); }

.wrapper .in { opacity: 0; filter:alpha(opacity=0); top: 0; }
/*html.touch .wrapper .in, .lt-ie10 .wrapper .in { opacity: 0; filter:alpha(opacity=0); top: 0; }*/

.content { width: 275px; margin: 0 auto; text-align: center; position: relative; padding: 40px 0; }

.more { display: block; background: url("../img/spacer.gif") repeat; width: 80px; height: 24px; position: absolute; bottom: 0; left: 50%; margin-left: -40px; cursor: pointer; }
.a2_1 .more, .a2_2 .more { bottom: 21px; }
.a3_1 .more, .a3_2 .more, .a4_1 .more, .a4_2 .more, .a5_1 .more, .a5_2 .more, .a6_1 .more, .a6_2 .more, .a7_1 .more { bottom: 7px; }
.light { display: none; }
html.touch .light, .lt-ie10 .light { display: none; position: absolute; left: 0; top: 0; width: 100%; z-index: 0; }

.rel { position: relative !important; top: auto !important; left: auto !important; }

.i0_3 { margin: -35px 0 0 0; }
.tscroll { font-size: 8px; font-weight: bold; }
.fl { padding: 0; width: 18px; cursor: pointer; margin: -8px 0 0 0;

	-webkit-animation-name: fle;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	
	-moz-animation-name: fle;
	-moz-animation-duration: .5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;
	
	-o-animation-name: fle;
	-o-animation-duration: .5s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;
	
	-ms-animation-name: fle;
	-ms-animation-duration: .5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-timing-function: ease-in-out;
	
	animation-name: fle;
	animation-duration: .5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fle {
	0% {
		padding: 0 0 0 0;
	}
	100% {
		padding: 5px 0 0 0;
	}
}

@-moz-keyframes fle {
	0% {
		padding: 0 0 0 0;
	}
	100% {
		padding: 5px 0 0 0;
	}
}

@-o-keyframes fle {
	0% {
		padding: 0 0 0 0;
	}
	100% {
		padding: 5px 0 0 0;
	}
}

@-ms-keyframes fle {
	0% {
		padding: 0 0 0 0;
	}
	100% {
		padding: 5px 0 0 0;
	}
}

@keyframes fle {
	0% {
		padding: 0 0 0 0;
	}
	100% {
		padding: 5px 0 0 0;
	}
}

.orange-popup-block { background: rgba(255,99,25, 0.94); max-width: 100%; position: relative; color: white; }
.rose-popup-block { background: rgba(187,19,62, 0.94); max-width: 100%; position: relative; color: white; }
.mauve-popup-block { background: rgba(131,0,81, 0.94); max-width: 100%; position: relative; color: white; }
.lt-ie9 .orange-popup-block { background: #ec6000; }
.lt-ie9 .rose-popup-block { background: #ce013e; }
.lt-ie9 .mauve-popup-block { background: #95205b; }
.orange-popup-block a, .rose-popup-block a, .mauve-popup-block a { color: white; }
.popup-modal-dismiss { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; }
.popup-modal-dismiss img { position: absolute; top: 0; left: 0; }
.popup-modal-dismiss img.in { opacity: 0; filter:alpha(opacity=0); }

footer { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1000; }
#gotop { position: absolute; bottom: 30px; right: 0; display: block; width: 30px; height: 30px; }
#gotop img { position: absolute; top: 0; left: 0; }
#gotop img.in { opacity: 0; filter:alpha(opacity=0); }

.loader { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: white; z-index: 2000; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
	
}

@media only screen and (min-width: 653px) {
	body { font: 14px/18px Helvetica, Helvetica Neue, Arial; }

	header, .content, footer div { width: 587px; }
	#logo { width: 265px; }
	header nav ul li { height: 51px; }
	header nav ul li a { width: 177px; height: 51px; }
	header nav ul li img { width: 177px; }

	.wrapper_b { width: 587px; position: fixed; }
	.wrapper { width: 587px; height: 600px; position: fixed; } 
	
	.more { width: 170px; height: 50px; margin-left: -85px; }
	.a2_1 .more, .a2_2 .more { bottom: 45px; }
	.a3_1 .more, .a3_2 .more, .a4_1 .more, .a4_2 .more, .a5_1 .more, .a5_2 .more, .a6_1 .more, .a6_2 .more, .a7_1 .more { bottom: 15px; }
	
	.light { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 0; background: url("../img/light.png") no-repeat center center; display: block; }
	
	.i0_3 { margin: -50px 0 0 0; }
	.tscroll { font-size: 14px; }
	.fl { padding: 20px 0 0 0; width: 38px; margin: 0;
	
		-webkit-animation-name: fle;
		-webkit-animation-duration: .5s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		-webkit-animation-timing-function: ease-in-out;
		
		-moz-animation-name: fle;
		-moz-animation-duration: .5s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-direction: alternate;
		-moz-animation-timing-function: ease-in-out;
		
		-o-animation-name: fle;
		-o-animation-duration: .5s;
		-o-animation-iteration-count: infinite;
		-o-animation-direction: alternate;
		-o-animation-timing-function: ease-in-out;
		
		-ms-animation-name: fle;
		-ms-animation-duration: .5s;
		-ms-animation-iteration-count: infinite;
		-ms-animation-direction: alternate;
		-ms-animation-timing-function: ease-in-out;
		
		animation-name: fle;
		animation-duration: .5s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-timing-function: ease-in-out;
	}
	
	@-webkit-keyframes fle {
		0% {
			padding: 20px 0 0 0;
		}
		100% {
			padding: 40px 0 0 0;
		}
	}
	
	@-moz-keyframes fle {
		0% {
			padding: 20px 0 0 0;
		}
		100% {
			padding: 40px 0 0 0;
		}
	}
	
	@-o-keyframes fle {
		0% {
			padding: 20px 0 0 0;
		}
		100% {
			padding: 40px 0 0 0;
		}
	}
	
	@-ms-keyframes fle {
		0% {
			padding: 20px 0 0 0;
		}
		100% {
			padding: 40px 0 0 0;
		}
	}
	
	@keyframes fle {
		0% {
			padding: 20px 0 0 0;
		}
		100% {
			padding: 40px 0 0 0;
		}
	}
}

@media only screen and (min-width: 830px) {
	#main-nav { display: block; z-index: 1000; position: fixed; left: 50%; top: 50%; margin: -98px 0 0 -520px; opacity: 0; filter: alpha(opacity=0); }
	#main-nav ul { padding: 0; margin: 0; }
	#main-nav ul li { margin: 0 0 15px 0; padding: 0; position: relative; }
	#main-nav ul li a { display: block; width: 13px; height: 13px; border: solid 1px white; }
	#main-nav ul li a.gris { background: #9c9c9c; }
	#main-nav ul li a.orange { background: #ec6000; }
	#main-nav ul li a.rose { background: #ce013e; }
	#main-nav ul li a.mauve { background: #95205b; }
	#main-nav ul li img { position: absolute; top: -30px; right: -120px; opacity: 0; filter: alpha(opacity=0); border: dotted 1px white; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}