@charset "UTF-8";
/* --------------------------------------------------------------------------- */
/* -------------------------------- DEFAULT VALUES --------------------------- */
/* --------------------------------------------------------------------------- */
/* ------------------------------ RESET ---------------------------- */
* { 	box-sizing: border-box; -moz-box-sizing:border-box;	-webkit-box-sizing:border-box;}
html, body{	-moz-text-size-adjust: none; -webkit-text-size-adjust: none; -ms-text-size-adjust: none;}
html{height: 100%;}
body{font: 100%/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif; color: #000; background: #FFF;}
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, font, 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, button, input, optgroup, select, textarea{border: 0 none; margin: 0; padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}
audio:not([controls]){display: none; height: 0;}
ol, ul{list-style: none outside none; overflow: hidden;}
blockquote, q{quotes: none;}
table{width: 100%; border-collapse: collapse; border-spacing: 0;}
img{border: 0;}
a{background-color: transparent;}
abbr[title]{border-bottom: 1px dotted;}
svg:not(:root){overflow: hidden;}
p{line-height: 1.5em;}
b, strong{font-weight: bold;}
dfn{font-style: italic;}
mark{background: #ff0; color: #000;}
sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
figure{margin: 1em 40px;}
pre{overflow: auto;}
code, kbd, pre, samp{font-family: monospace, sans-serif; font-size: 1em;}
button, input, optgroup, select, textarea{color: inherit; font: inherit;}
button{overflow: visible;}
button, select{text-transform: none;}
button, input[type="button"], input[type="reset"], input[type="submit"]{-webkit-appearance: button; cursor: pointer;}
button[disabled], input[disabled]{cursor: default;}
input{line-height: normal;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{height: auto;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input[type="checkbox"]{cursor: pointer;}
fieldset{border: 0px none; margin: 0; padding: 0;}
textarea{overflow: auto;}
optgroup{font-weight: bold;}

/* --------------------------------------------------------------------------- */
/* --------------------------FONT FACE DECLARATIONS--------------------------- */
/* --------------------------------------------------------------------------- */

@font-face {
    font-family: 'helvetica-neue';
    src: url('../font/helvetica_neue/helvetica_neue.eot');
    src: url('../font/helvetica_neue/helvetica_neue.eot?#iefix') format('embedded-opentype'),
         url('../font/helvetica_neue/helvetica_neue.woff') format('woff'),
         url('../font/helvetica_neue/helvetica_neue.ttf') format('truetype'),
         url('../font/helvetica_neue/helvetica_neue.svg#helvetica-neue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lubalin';
    src: url('../font/lubalin/lubalin_graph_demi_regular.eot');
    src: url('../font/lubalin/lubalin_graph_demi_regular.eot?#iefix') format('embedded-opentype'),
         url('../font/lubalin/lubalin_graph_demi_regular.woff') format('woff'),
         url('../font/lubalin/lubalin_graph_demi_regular.ttf') format('truetype'),
         url('../font/lubalin/lubalin_graph_demi_regular.svg#lubalin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------------------------------- */
/* -------------------------------- GENERIC ---------------------------------- */
/* --------------------------------------------------------------------------- */

.hidden {
    display: none !important;
    visibility: hidden;
}

/* --------------------------------------------------------------------------- */
/* ----------------------------------- PAGE ---------------------------------- */
/* --------------------------------------------------------------------------- */
html{
	overflow: hidden;
}

body{
	font-family: helvetica-neue;
	background-color: #FFF;
}

.logo{
	position: absolute;
	top: 0;
	left: 50%;
}

.bandeau{
	color: #FFF;
}

.bandeauHaut{
	border-top-width: 51px;
	border-top-style: solid;
	text-align: center;
	text-transform: uppercase;
	font-family: lubalin;
}

.TGproducts{
	position: relative;
}

#article {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
}

#slides-wrapper{
	text-align: center;
}

#description{
	overflow: hidden;
}

#libelle{
	overflow: hidden;
	text-align: left;
}

#brand{
	font-size: 84px;
	text-transform: uppercase;
    font-weight: bold;
	float: left;
	line-height: 84px;
}

#label{
	font-size: 60px;
	float: left;
	line-height: 66px;
	clear: both;
	margin-top: 30px;
}

#prix{
	position: relative;
	display: inline-block;
    padding: 10px 65px;
    color: #FFF;
    background-color: #d90000;
    text-align: center;
}

#prix #prix0{
    font-size: 35px;
	display: block;
	line-height: 50px;
}

#prix #prix1{
	font-size: 180px;
    font-weight: bold;
	line-height: 160px;
}

#prix #prix2 {
    position: absolute;
    right: 100px;
	top: 60px;
    font-size: 70px;
}

#prix #prix3 {
	display: inline-block;
    font-size: 60px;
    margin-left: 7px;
	width: 67px;
	line-height: 78px;
}

#prix .vatRateArea {
	display: block;
	font-size: 20px;
	line-height: 35px;
}

.mentions{
	text-align: left;
	font-size: 30px;
}


/* --------------------------------------------------------------------------- */
/* ----------------------------------- Media Queries ------------------------- */
/* --------------------------------------------------------------------------- */
@media only screen and (max-width : 1080px) /* verticale */
{
    .hideIfVertical{
        display: none !important;
    }

    .showIfVertical{
        display: inherit;
    }
	
	.logo{
		margin-left: -204px;
		width: 408px;
	}
	
	.bandeauHaut{
		font-size: 130px;	
		padding-top: 115px;
		height: 325px;
	}
	
	#article {
		margin-top: 85px;
	}
	
	#slides-wrapper{
		height: 900px;
	}
	
	#container-image.adaptH img{
		height: 900px;
		width: auto;	
	}
	
	#container-image.adaptV img{
		height: auto;
		width: 900px;	
	}
	
	#description{
		padding: 0 20px;
		text-align: left;
		margin-top: 100px;
	}
	
	#libelle{
		float: left;
		width: 600px;
		height: 400px;
	}
	
	#prix{
		float: right;
	}
	
	.mentions{
		clear: both;
	}
	
	.TGdefault .imgDefaultArea{
		margin-left: 140px;
		margin-top: 853px;
	}
	
}

@media only screen and (min-width : 1081px) /* horizontal */
{
    .hideIfVertical{
        display: inherit;
    }

    .showIfVertical{
        display: none !important;
    }
	
	.logo{
		margin-left: -119px;
		width: 238px;
	}
	
	.bandeauHaut{
		font-size: 72px;
		padding-top: 50px;
		height: 200px;
	}
	
	#article {
		margin-top: 40px;
	}
	
	#slides-wrapper, #description{
		float: left;
		width: 50%;
	}
	
	#description{
		padding: 0 20px 0 0;
		text-align: right;
		margin-top: 20px;
	}
	
	#libelle{
		height: 420px;
	}
	
	.mentions{
		margin-top: 25px;
	}
	
	.TGdefault .imgDefaultArea{
		margin-left: 110px;
		margin-top: 313px;
	}
	
}