@charset "utf-8";


@font-face {
    font-family: 'NovecentowideNormal';
    src: url('/site/fonts/1A1172_1_0.eot');
    src: url('/site/fonts/1A1172_1_0.eot?#iefix') format('embedded-opentype'),
         url('/site/fonts/1A1172_1_0.woff') format('woff'),
         url('/site/fonts/1A1172_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.tn3-gallery {
    position: relative;
    width: 700px;
    height: 720px;
    background-color: #FFF;
    line-height: normal;
	-moz-box-shadow: 3px 3px 5px #d4d3d3; 
	-webkit-box-shadow: 3px 3px 5px #d4d3d3;
}
.tn3-image {
    position: absolute;
    width: 660px;
    height: 478px;
    background-color: #FFF;
	top:10px;
	left:20px;
}

.tn3-controls-bg {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom:90px;
	left:0px;
	/*background: url('ombre.png') repeat-x;*/
	/*border-right:5px solid #F7F7F7;
	border-left:2px solid #F7F7F7;*/
}
.tn3-thumbs ul {
    margin: 0;
    padding: 0;
	min-width:5000px;
}

.tn3-thumbs li{
	margin:0 5px;
}
.tn3-thumbs {
    position: absolute;
    width: 660px;
    height: 62px;
    bottom: 10px;
    padding: 4px;
	left:15px;
}
.tn3-thumb {
    height: 60px;
    margin-right: 3px;
    cursor: pointer;
}
.tn3-thumb img {
    height: 60px!important;
	max-width:88px;
}    
.tn3-thumb-over {
    border: 1px solid #000;
	opacity:1;
}
.tn3-thumb-selected {
    border: 1px solid #000;
    cursor: default;
}
.tn3-next {
    position: absolute;
    background-image: url('bt-next.png');
    width: 32px;
    height: 32px;
    right:20px;
	bottom:150px;
    top:auto!important;
    cursor: pointer;
	z-index:999;
	
}

.tn3-prev {
    position: absolute;
    background-image: url('bt-prev.png');
    width: 32px;
    height: 32px;
    left: 20px;
	bottom:150px;
    top:auto!important;
    cursor: pointer;
	z-index:999;
	
}

.tn3-prev-page:hover {
    background-position: -129px -42px;
}
.tn3-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
	background:url('preload.gif') no-repeat;
}
.tn3-text-bg {
    margin:auto;
    width:80%;
    font-size: medium;
    /*background-image: url('fond-caption-galerie.png');*/
    padding-bottom: 0px;
	text-align:left;
	z-index:1000;
    display: block!important;
    opacity: 1!important;
}
.tn3-image-title {
    font-family: 'NovecentowideNormal', sans-serif;
    color: #000;
	text-transform:uppercase;
	font-weight:normal;
    font-size: 1em;
    padding: 0;
    text-align:center;
}
.tn3-image-description {
    font-family: 'NovecentowideNormal', sans-serif;
    color: #000;
	text-transform:uppercase;
    font-size: 0.7em;
    line-height: 1.1em;
    padding-left:0;
	text-align:center;
}

.tn3-fullscreen {
    position: absolute;
    background-image: url('bt-pleinEcran.png');
    width: 32px;
    height: 32px;
    right: 60px;
    top: 11px;
    cursor: pointer;
}

.tn3-count{
	display:none;
}

@media screen and (max-width: 1024px) {
    .tn3-gallery {
        width: 550px;
        height: 660px;

    }
    .tn3-image {
        width: 510px;
        max-height:460px;
    }

    .tn3-text-bg {
        width:100%;

    }

    .tn3-thumbs {
        width: 530px;

    }

}

@media screen and (max-width: 768px) {
	.tn3-gallery {
    position: relative;
    width: 320px;
    height: 500px;
    background-color: #FFF;
    line-height: normal;
	-moz-box-shadow: 3px 3px 5px #d4d3d3; 
	-webkit-box-shadow: 3px 3px 5px #d4d3d3;
	}

    .tn3-text-bg {
        width: 100%;
    }
	.tn3-image {
		position: absolute;
		width: 280px;
		height: 300px;
		background-color: #FFF;
		top:10px;
		left:20px;
	}
	
	.tn3-controls-bg {
		position: absolute;
		width: 50%;
        left:50%;
        margin-left: 25%;
		height: 100px;
		bottom:90px;
		left:-2px;
		background: url('ombre.png') repeat-x;
		border:none;

	}
	.tn3-thumbs ul {
		margin: 0;
		padding: 0;
		min-width:5000px;
	}
	
	.tn3-thumbs li{
		margin:0 5px;
	}
	.tn3-thumbs {
		position: absolute;
		width: 300px;
		height: 62px;
		bottom: 10px;
		padding: 4px;
		left:5px;
	}
	.tn3-thumb {
		height: 60px;
		margin-right: 3px;
		cursor: pointer;
	}
	.tn3-thumb img {
		height: 60px!important;
		max-width:88px;
	}    
}





