@font-face {
	font-family: 'SnellRoundhand Script';
	src: url('/asset/fonts/SnellRoundhand-Script.eot');
	src: url('/asset/fonts/SnellRoundhand-Script.eot?#iefix') format('embedded-opentype'),
		url('/asset/fonts/SnellRoundhand-Script.woff') format('woff'),
		url('/asset/fonts/SnellRoundhand-Script.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'SnellRoundhand BoldScript';
	src: url('/asset/fonts/SnellRoundhand-BoldScript.eot');
	src: url('/asset/fonts/SnellRoundhand-BoldScript.eot?#iefix') format('embedded-opentype'),
		url('/asset/fonts/SnellRoundhand-BoldScript.woff') format('woff'),
		url('/asset/fonts/SnellRoundhand-BoldScript.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

/*
.demo-0 {
			font-family: 'SnellRoundhand Script';
			font-weight: normal;
			font-style: italic;
		}
.demo-1 {
	font-family: 'SnellRoundhand BoldScript';
	font-weight: bold;
	font-style: italic;
}*/

#logo {
		
	    background-image: url(/asset/imgs/logo_minisite.png);
	    height: 120px!important;
	    width: 750px;
	   
	}
.home-minisite #logo{
	margin-bottom:40px;
}
	#slogan {
		margin:0 auto;
		text-align: center;
		font-family: 'SnellRoundhand Script';
		font-weight: normal;
		font-style: italic;
		font-size:35px;
		margin-bottom:20px;
		display:none;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: 'SnellRoundhand Script';
	font-weight: normal;
	font-style: italic;
}
h1 {font-size:25px;}

#description {
	font-size:12px;
	height: 370px;
}


ul.files {
			margin:40px 0 40px 0;
			text-align: center;
		}
ul.files  li{
				display:inline-block;
				font-size:11px;
				margin-right:120px;
				text-transform: uppercase;
	    		font-weight: bold;
			}
ul.files  li:last-child{
	margin-right:0px;
}
ul.files  li:before { 
			    content: "";
			    border-color: transparent #AA8D56;
			    border-style: solid;
			    border-width: 0.35em 0 0.35em 0.45em;
			    display: block;
			    height: 0;
			    width: 0;
			    left: -1em;
			    top: 0.9em;
			    position: relative;
		}

ul.prds {
	text-align: center;
	margin-top:40px;
	margin-bottom:15px;
}		
ul.prds li {
		width:15%;
		vertical-align: top;
		
}
ul.prds li a{
	display: block;
	width:90%;
	font-family: 'SnellRoundhand Script';
	font-weight: normal;
	font-style: italic;
	color:#FFF;
	font-size:23px;
}
ul.prds li img{
		width:100%;
		height:auto;
		display: block;
		border:1px solid #AA8D56;
		margin-bottom:15px;
		
}

/* page produit du minisite */
.minisite .text-col{
	 min-height: 450px;
	 line-height: 1.6em;
}
.produit.minisiteproduit .text-col {
    margin-top: 550px;
    padding-left:80px;
}
.produit.minisiteproduit h1{
	font-family: 'SnellRoundhand Script';
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color:#FFF;
	font-size:27px;
}
.produit.minisiteproduit .text-col ul.files {
    margin-top: 10px;
}
.produit.minisiteproduit ul.files li{
	display: block;
	width:auto;
	margin:0;
	text-align: left;
}

.produit.minisiteproduit #description {
	color:#AA8D56;
	height:auto;
	margin-top:0;
}




