@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200");

	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, strong, 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, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	
	body {				
		line-height: 1;
		background-image: url("../../images/christmas2017/background.jpg"), url("../../images/christmas2017/background_lite.jpg");
		background-repeat : repeat;		
		background-attachment: fixed;
	}
	
/* Header */

	#header {
		text-align: center;
		padding: 1em 0 2em 0;
	}

	@media screen and (max-width: 1280px) {

		#header {
			padding: 4em 0 2em 0;
		}

	}
		
	.container
	{
		margin:auto;
		padding:10px;
		width: 780px;			
		height:600px;
	}
	
	.cadeau
	{
		display:block;
		
		width:100%;
		height:100%;									
		
		background-image:url('../../images/christmas2017/christmas-gift-clean.png');
		background-size: 100% 100%;
		background-repeat:no-repeat;
		background-position:center center;
		
		#z-index: 1;
				
	}	
	
	.cadeau img
	{
		position:absolute;	
		width:780px;
		height:600px;	
		
		-webkit-transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-o-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
		
		z-index:1;
	}
	
	.cadeau img.top_bis
	{
		opacity:0;
	}
	
	.cadeau img.top
	{
		opacity:0;
	}
	.cadeau img.top:hover
	{
		opacity:1;
		cursor: pointer; 
	}		
	
	.video
	{
		display:none;
		
		width: 100%;			
		height:100%;
	}
	
	.video iframe
	{
		width:100%;
		height:100%;			
	}
		
		