/* ::::::::::: CSS ::::::::::: */

/* ::::::::::::::::::: GLOBAL ::::::::::::::::::: */

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

html {
height: 100%; font-size: 100%;
}

body {
font-size: 1em;
background: #040404 url(../images/bg.png) 0 0 repeat-x;
}

.hidden {
 display: none;
}
.visible {
 display: inline;
}


.bloc-compte {
float: left; 
width: 330px; 
text-align: left;
}

.bloc-compte p{
margin-top: 15px;
margin-bottom: 0px;
font-size: 1em; line-height: 1.2em;
font-family: yanone, helvetica, arial, sans-serif;
}

.bloc-compte select{
border: solid 1px #ccc;
}

.bloc-compte .pwithmargin {
margin-bottom: 10px;
}

.noborder {
border: 0px;
}

.obligatoire {
/*background: #ddd;*/
}

.hrdotted {
	border-top: dotted #000 1px;
	border-bottom: dotted white 0px;
}

input {
padding: 5px; /*margin: 3px 0;*/
border: #ccc 1px solid;
}
select {font-size: 11px;}

.input_bouton
{
background-color: #fd0;
font-family: league, helvetica, arial, sans-serif;
color: #000; border: 0;
font-size: 1.2em;
width: 130px; height: 30px; 
text-transform: uppercase;
cursor: pointer;
}
.input_bouton:hover {color: #fff;background-color: #000;}

.blocprekite:hover {color: #fff; background-color: #000;}

.input_bouton_fait
{
background: #a90;
font-family: league, helvetica, arial, sans-serif;
color: #000;
font-size: 1.2em;
width: 130px;
height: 30px;
padding: 5px;
text-transform: uppercase;
}

.input_bouton_a_faire
{
background: #ddd;
font-family: league, helvetica, arial, sans-serif;
color: #000;
font-size: 1.2em;
width: 130px;
height: 30px;
padding: 5px; border: 0;
text-transform: uppercase;
}

.input_bouton_next {
background: #fd0;
font-family: league, helvetica, arial, sans-serif;
color: #000;
font-size: 1.2em;
width: 130px;
height: 30px;
padding: 5px; border: 0;
text-transform: uppercase;
float: right; cursor:pointer;
}
.input_bouton_next:hover,
.input_bouton_prev:hover
 {color:#fff;background-color: #000;}

.input_bouton_prev {
background: #fd0;
font-family: league, helvetica, arial, sans-serif;
color: #000;
font-size: 1.2em;
width: 130px;
height: 30px;
padding: 5px; border: 0;
text-transform: uppercase;
float: left; cursor:pointer;
}

div#erreur {
text-align: center;
font-size: 1.5em;
background-color: #f00; 
line-height: 30px; 
vertical-align: middle; 
color: #fff;
margin-bottom: 20px;
}

td.titre {
font-size: 1.2em;
font-weight: normal; 
text-transform: uppercase;
font-family: yanone, helvetica, arial, sans-serif;
color: #333; 
padding-bottom: 10px; 
margin-top: 0;
}

td.contenu {
font-size: 1em;
font-weight: normal; 
text-transform: uppercase;
font-family: yanone, helvetica, arial, sans-serif;
color: #333; 
margin-bottom: 10px; 
margin-top: 0;
}

#global {
position: relative; width: 100%;
background: transparent url(../images/bg-stripes.png) 50% 0 no-repeat;
}

#fondpage {
position: fixed; width: 600px; height: 808px; left: 0; top: 0;
background: transparent url(../images/bg-w.png) 0 0 no-repeat;
}
#bg-top {}

#container {
position: relative; width: 960px; margin: 0 auto;
padding: 0 10px;
}

#ie {position: absolute; top: 0; left: 0;}


/* ::::::::::::::::::: HEADER ::::::::::::::::::: */

#header {
position: relative; width: 960px; height: 190px;
}
#bloclogo {position: relative; left: 5px; top:5px;}

#bloclogo a img {transition: opacity 0.2s ease-in-out;}
#bloclogo a:hover img {opacity: 0.7;}

#blocflag {
position: absolute; top: 10px; left: 280px;
}
#blocflag a {margin-right: 5px;}

#blocflag a img {transition: opacity 0.2s ease-in-out;}
#blocflag a:hover img {opacity: 0.7;}


#blocuser {
position: absolute; top: 0; right: 5px;
}

#blocuser a {
display: block; padding: 5px 5px 5px 30px; 
width: 120px; height: 25px; float: left;
/*padding: 5px 40px 5px 30px; */
background-color: #fd0;
margin-left: 20px; font-size: 1.2em; 
font-family: league, helvetica, arial, sans-serif;
color: #000; text-decoration: none; text-transform: uppercase;
transition: background 0.2s ease-in;}
#blocuser a:hover {background-color: #fff;}

#blocuser a.subscribe {
background-image: url(../images/picto-inscription.png);
background-position: 4px 4px;
background-repeat: no-repeat;
}
#blocuser a.account {
background-image: url(../images/picto-compte.png);
background-position: 2px 4px;
background-repeat: no-repeat;
}
#blocuser a.basket {
background-image: url(../images/picto-panier.png);
background-position: 3px 4px;
background-repeat: no-repeat;
}

#blocuserlogged {
position: absolute; right: 5px; top: 45px;
}
#blocuserlogged p {
text-align: right; color: #fff;
font-family: yanone, helvetica, arial, sans-serif;
}
#blocuserlogged strong {
font-weight: normal; color: #fd0;
text-transform: uppercase; font-size: 1.2em;
}

#blocdevise {
position: absolute; left: 120px; top: 45px;
}
#blocdevise p {
text-align: right; color: #fff;
font-family: yanone, helvetica, arial, sans-serif;
font-size: 1.2em;
margin-top: 10px;
}

/* ::::::::::::::::::: NAV ::::::::::::::::::: */

#trigger {display: none;}

#searchbar {
position: absolute; top: 150px; left: 230px;
}

#menu {
position: absolute; top: 110px; left: 230px;
}

#menu li {
/*
display: inline; 
*/
display: inline-block; 
vertical-align: middle;
text-align: center;

margin-right: 10px;
font-family: league, helvetica, arial, sans-serif;
text-transform: uppercase; font-size: 1.4em;
padding-bottom: 10px;
}

#menu li.separation {
	margin-right: 10px;
	color: #aaa;
}

#menu li.separationstartend {
	display: none;
}


#menu li.current {
background: transparent url(../images/triangle-up.png) 50% bottom no-repeat;
}
#menu li.current a {color: #fd0;}

#menu li a {
color: #fff; text-decoration: none;
transition: color 0.2s ease-in; 
}
#menu li a:hover {color: #fd0;}





		#menu .sub-menu {
			display: none;
			position: absolute; margin-top: 10px;
			text-align: left; padding: 15px;
			background-color: #fd0;
			box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
			z-index: 1001;
		
		}
/*
		#menu .sub-menu:before {
		  position: absolute; display: block;
		  content: "";  
		  border-color: transparent transparent #f00 transparent;
		  border-style: solid;
		  border-width: 10px;
		  height:0;  width:0;
		  top:-20px; left:1em;
		}
*/
		#menu .sub-menu li {
			display: block;
			text-transform: none; padding: 5px;
			background: none;
			font-size: .7em;
			text-align: left;
		}
		#menu li:hover > .sub-menu {display: block;}
		
		#menu .sub-menu li a {color: #333; /* text-shadow: 0 1px 1px #9b7200; */}
		#menu .sub-menu li a:hover {color: #333; text-shadow: 0 1px 1px #fff;}






		#menu .sub-menu-support {
			display: none;
			position: absolute; margin-top: 10px; margin-left: 90px;
			text-align: left; padding: 15px;
			background-color: #fd0;
			box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
			z-index: 999;
		
		}
/*
		#menu .sub-menu-support:before {
		  position: absolute; display: block;
		  content: "";  
		  border-color: transparent transparent #f00 transparent;
		  border-style: solid;
		  border-width: 10px;
		  height:0;  width:0;
		  top:-20px; left:1em;
		}
*/
		#menu .sub-menu-support li {
			display: block;
			text-transform: none; padding: 5px;
			background: none;
			font-size: .6em;
			text-align: left;
		}
		#menu li:hover > .sub-menu-support {display: block;}
		
		#menu .sub-menu-support li a {color: #333; /* text-shadow: 0 1px 1px #9b7200; */}
		#menu .sub-menu-support li a:hover {color: #333; text-shadow: 0 1px 1px #fff;}





#menushop {
position: absolute; top: 110px; left: 230px;
}

#menushop li {
/*
display: inline; 
*/
display: inline-block; 
vertical-align: middle;
text-align: center;

margin-right: 20px;
font-family: league, helvetica, arial, sans-serif;
text-transform: uppercase; font-size: 1.6em;
padding-bottom: 10px;
}

#menushop li.current {
background: transparent url(../images/triangle-up.png) 50% bottom no-repeat;
}
#menushop li.current a {color: #fd0;}

#menushop li a {
color: #fff; text-decoration: none;
transition: color 0.2s ease-in; 
}
#menushop li a:hover {color: #fd0;}


		#menushop .sub-menu {
			display: none;
			position: absolute; margin-top: 10px;
			text-align: left; padding: 15px;
			background-color: #fd0;
			box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
			z-index: 999;
		
		}
/*
		#menushop .sub-menu:before {
		  position: absolute; display: block;
		  content: "";  
		  border-color: transparent transparent #f00 transparent;
		  border-style: solid;
		  border-width: 10px;
		  height:0;  width:0;
		  top:-20px; left:1em;
		}
*/
		#menushop .sub-menu li {
			display: block;
			text-transform: none; padding: 5px;
			background: none;
			font-size: .6em;
			text-align: left;
		}
		#menushop li:hover > .sub-menu {display: block;}
		
		#menushop .sub-menu li a {color: #333; /* text-shadow: 0 1px 1px #9b7200; */}
		#menushop .sub-menu li a:hover {color: #333; text-shadow: 0 1px 1px #fff;}


/* ::::::::::::::::::: TYPO ::::::::::::::::::: */

h1, h2, h3 {
font-weight: normal; text-transform: uppercase;
}

h1 {
font-size: 1.6em;
font-family: league, helvetica, arial, sans-serif;
color: #333; margin-bottom: 10px;
}

h2 {
font-family: yanone, helvetica, arial, sans-serif;
color: #333; margin-bottom: 10px; margin-top: -20px;
}

h3 {
font-family: yanone, helvetica, arial, sans-serif;
color: #333; margin-bottom: 10px; margin-top: 0;
}

p, address {
margin-bottom: 15px;
font-size: 1em; line-height: 1.2em;
font-family: yanone, helvetica, arial, sans-serif;
}

p a {color: #666;}
p a:hover {text-decoration: none;}

address {font-style: normal; letter-spacing: 0.1em;}

ul {list-style-type: none;}

h2.telephone {color: #c00;}
h2.mail {text-transform: none;}
h2.mail a {color: #333; text-decoration: none;
transition: color 0.2s ease-in;}
h2.mail a:hover {color: #666;}


/* ::::::::::::::::::: CONTENT ::::::::::::::::::: */

#content {
margin-bottom: 30px;
}

div.section {
/*font-size: 0;*/
position: relative; width: 960px; margin-bottom: 10px;
clear: both; 
}

div.section2 {
/*font-size: 0;*/
position: relative; width: 720px; margin-bottom: 10px;
clear: both; 
}

div.bloc-social {
position: relative; width: 220px; 
margin: 0 3px; margin-bottom: 10px; padding: 5px;
}

div.bloc-social h1 {
color: #fff;
}


div.bloc {
/*font-size: medium;*/
position: relative; width: 220px; 
min-height: 180px;
margin: 0 3px; margin-bottom: 10px; padding: 5px;
}

div.bloc li {
font-size: 1.2em; color: #333;
font-family: yanone, helvetica, arial, sans-serif;
}
div.bloc li.burn {color: #c00;}
div.bloc li.hot {color: #f93;}
div.bloc li.cool {color: #3f3;}

div.bloc li a {
text-decoration: none; color: #333;
transition: color 0.2s ease-in; 
}
div.bloc li a:hover {color: #666;}

img.pipe {position: absolute; top: 55px; right: 10px;}

#products {
position: relative; width: 685px;
margin: 0 8px; padding: 10px;
}

#products h1 {font-size: 2em;}

#productsshop {
position: relative; width: 930px;
margin: 0 8px; padding: 10px;
}

#productsshop h1 {font-size: 2em;}

.kitesbuttongroup {
	width: 100%; text-align: left;
}


/* ::::::::::::::::::: VOILERIE ::::::::::::::::::: */

#products .divprekite {
	width: 30%; 
	margin: 9px; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding: 2px; 
	padding-top: 10px; 
	padding-bottom: 0px; 
	float: left; 
	background-color: #ffdd00; 
	text-align: center;
}
#products .divprekite:hover {color: #fff; background-color: #000;}

#products .divprekite h1 {font-size: inherit; font-size: 1.7em; color: #000;}

#products .divprekite h1:hover {color: #fff; background-color: #000;}



#productsshop .divprekite {
	width: 30%; 
	height: 120px; 
	margin: 9px; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding: 2px; 
	padding-top: 10px; 
	padding-bottom: 0px; 
	float: left; 
	background-color: #ffdd00; 
	text-align: center;
}
#productsshop .divprekite:hover {color: #fff; background-color: #000;}

#productsshop .divprekite h1 {font-size: inherit; font-size: 1.7em; color: #000;}

#productsshop .divprekite h1:hover {color: #fff; background-color: #000;}






#aside {
position: relative; width: 230px; 
margin-left: -2px;
}

a.aside-wings {
display: block; height: 49px; width: 120px;
padding-left: 100px; padding-top: 10px;
color: #000; text-decoration: none; font-size: 1.2em;
background: #fd0 url(../images/aside-wings.png) 0 50% no-repeat;
transition: color 0.2s ease-in;
}

a.aside-repair {
display: block; height: 49px; width: 150px;
padding-left: 70px; padding-top: 10px; 
color: #000; text-decoration: none; font-size: 1.2em;
background: #fd0 url(../images/aside-repair.png) 0 50% no-repeat;
transition: color 0.2s ease-out;
}

a.aside-wings:hover, a.aside-repair:hover {color: #c00;}


.bloc-produit {
position: relative;
padding: 5px; margin-right: 8px; margin-bottom: 10px;
width: 205px;
border: #ccc 1px solid;
}

.bladderbrand {
width: 90px;
}

.bladderdetail {
float: left; width: 70%;
}

.briddleleft {
float: left; width:50%;
}

.briddleright {
float: left; width:40%; padding-left: 20px;
}

.prekite {
height: 125px; margin-top: 10px; margin-bottom: 10px;
}

/*
.imagereception {
width: 350px;
}
*/

#products h2 {
margin: 0;
}

.bloc-produit h2 {
font-size: 0.85em;
}
.bloc-produit h2 a {
text-decoration: none; color: #333;
transition: color 0.2s ease-out;
}
.bloc-produit h2 a:hover {color: #c00}

.bloc-produit a.product-img {
display: block; width: 168px; margin: 0 auto;
}
.bloc-produit a.product-img img {
transition: opacity 0.2s ease-out;
}
.bloc-produit a.product-img:hover img {opacity: 0.7;}

.bloc-produit p.more {
margin: 18px 0 12px 40px; 
text-align: center;
}
.bloc-produit p.more a {
display: block; width: 80px; height: 20px;
padding: 3px 10px; font-size: 1.1em; margin-left: 8px; 
font-family: league, helvetica, arial, sans-serif;
color: #000; text-transform: uppercase; text-decoration: none;
background-color: #fd0; text-align: center;
box-shadow: 0 0 6px rgba(0,0,0,0.4);
transition: background 0.2s ease-in;
}
.bloc-produit p.more a:hover {
background-color: #bbb;
}


.prix {
color: #c00; text-align: center;
font-size: 1.4em; 
}
.prix2 {
color: #c00; text-align: left;
font-size: 1.4em; margin-left: 8px;
}

input.input_qty {
border: #ccc 1px solid; height: 25px; width: 45px;
font-size: 1em; text-align: center; margin: 0 4px;
}

a.bt-basket {
display: inline-block;
width: 140px; height: 30px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
background: transparent url(../images/ajouter-panier.png) 0 0 no-repeat;
transition: background 0.2s ease-out;
}
a.bt-basket:hover {
background: transparent url(../images/ajouter-panier.png) 0 -30px no-repeat;
}

a.bt-basket_en {
display: inline-block;
width: 140px; height: 30px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
background: transparent url(../images/ajouter-panier-en.png) 0 0 no-repeat;
transition: background 0.2s ease-out;
}
a.bt-basket_en:hover {
background: transparent url(../images/ajouter-panier-en.png) 0 -30px no-repeat;
}

a.bt-basket_it {
display: inline-block;
width: 140px; height: 30px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
background: transparent url(../images/ajouter-panier-it.png) 0 0 no-repeat;
transition: background 0.2s ease-out;
}
a.bt-basket_it:hover {
background: transparent url(../images/ajouter-panier-it.png) 0 -30px no-repeat;
}

a.bt-basket_de {
display: inline-block;
width: 140px; height: 30px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
background: transparent url(../images/ajouter-panier-de.png) 0 0 no-repeat;
transition: background 0.2s ease-out;
}
a.bt-basket_de:hover {
background: transparent url(../images/ajouter-panier-de.png) 0 -30px no-repeat;
}

a.bt-basket_es {
display: inline-block;
width: 140px; height: 30px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
background: transparent url(../images/ajouter-panier-es.png) 0 0 no-repeat;
transition: background 0.2s ease-out;
}
a.bt-basket_es:hover {
background: transparent url(../images/ajouter-panier-es.png) 0 -30px no-repeat;
}

#pagenav {height: 60px;}

p.nextp {
	text-align: right;
}
p.prevp {
	text-align: left;
}

.nextspan {
	position: relative;
	top: 25px;
}

.prevspan {
	position: relative;
	top: 25px;
}

a.next, a.prev {
display: block; width: 34px; height: 68px;
background-color: #fd0; text-align: center;
text-decoration: none; color: #000; font-size: 3em;
font-family: yanone, helvetica, arial, sans-serif;
box-shadow: 0 0 6px rgba(0,0,0,0.4);
transition: all 0.2s ease-in;
margin-bottom: 15px;
}
a.next:hover, a.prev:hover {
background-color: #000; color: #fff;
}

a.next {
float: right; margin-right: -15px;
}
a.prev {
float: left; margin-left: -15px;
}

#descriptif {position: relative;}
#descriptif p {width: 420px;}
#descriptif a.feature-img {
position: absolute; top: 0; right: 0;
border: #ccc 1px solid;
}

#descriptif a.featuredetail1-img {
position: absolute; top: 150px; right: 0;
border: #ccc 1px solid;
}

#descriptif a.featuredetail2-img {
position: absolute; top: 150px; right: 50px;
border: #ccc 1px solid;
}

#descriptif a.featuredetail3-img {
position: absolute; top: 150px; right: 100px;
border: #ccc 1px solid;
}

#descriptif td {
padding-right: 50px;
text-align: center;
font-size: 1em; line-height: 1.2em;
font-family: yanone, helvetica, arial, sans-serif;
}

.descriptifbladder {
	height: auto;
}

.descriptifvalve {
	height: 190px;
}

#more-products {
clear: both; border-top: #000 1px solid;
padding-top: 10px;
}

#more-products h1 {
width: 50px; height: 115px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
background: transparent url(../images/title-products.png) 0 0 no-repeat;
}

#more-products .liste {
width: 610px; 
}
#more-products .liste li {
margin-right: 8px;
}

#seealso {
clear: both; border-top: #000 1px solid;
padding: 10px 0;
}

#seealso .bloc-produit {
/*border: #333 1px dashed;*/
border: 0; margin-right: 10px;
box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
#seealso .bloc-produit h2 {
background-color: #333; text-align: center;
}
#seealso .bloc-produit h2 a {color: #fd0;}
#seealso .bloc-produit h2 a:hover {color: #fff;}

table#basket {
font-family: yanone, helvetica, arial, sans-serif;
color: #666;
}
table#basket td {width:33%;}
table#basket td.titre {color: #333;}
table#basket hr {border-top: #666 1px solid;}

.input_bouton_panier {
cursor: pointer; padding: 2px 5px;
background-color: #fd0; color: #000;
font-family: league, helvetica, arial, sans-serif;
text-transform: uppercase; width: 100px;
font-size: 1.4em; text-align: center;
}
.input_bouton_panier:hover {
background-color: #333; color: #fff;}

p.commander {text-align: center}

#searcharea {
width: 210px; padding: 5px; 
margin-top: 10px; margin-right: 8px;
background-color: #ebf5f6;
}

#searcharea label {display: inline-block; width: 50px;}

#searchareabis {
width: 290px; padding: 5px; 
margin-top: 10px; margin-right: 8px;
background-color: #ebf5f6;
}

#searchareabis label {display: inline-block; width: 90px;}

#text-img {
position: relative; width: 440px; padding: 5px;
min-height: 255px;
}

#text-img img {
position: absolute;
top: 0; left: 0;
}

#text-img td {
font-size: 1em; color: #333;
font-family: yanone, helvetica, arial, sans-serif;
}

#text-img-bri {
position: relative; width: 350px; padding: 5px;
min-height: 255px;
}

#text-img-bri img {
position: absolute;
top: 0; left: 0;
width: 350px;
/* height: 193px; */
}

#text-img-bri img.image_bis {
position: absolute;
top: 210px; left: 0;
}

#text-img-reception {
position: relative; width: 440px; padding: 5px;
min-height: 255px;
}

#text-img-reception img {
position: absolute;
top: 0; left: 100;
width: 350px;
}

#text-img-reception .comment {
position: absolute;
top: 190px; left: 200px;
width: 490px; height: 100px; border: 1px solid;
}

#selection {
border-top: #000 1px solid;
padding: 10px 0;
}

#selection h2 {
color: #c00; font-family: league, helvetica, arial, sans-serif;
font-size: 1.6em;
}

#selection table {
font-family: yanone, helvetica, arial, sans-serif;
}
#selection td {padding: 5px;}

#selection tr.intit td {color: #999;}

ul.docs {margin-bottom: 30px;}

ul.docs li {
font-family: yanone, helvetica, arial, sans-serif;
text-transform: uppercase; color: #333;
font-size: 1.2em; padding: 10px 0; padding-left: 30px;
background: transparent url(../images/icon-pdf.png) 0 50% no-repeat;
}
ul.docs li a {
color: #333; text-decoration: none;
transition: all 0.2s ease-in;
}
ul.docs li a:hover {
padding-left: 2px; color: #c00;
}

ul.docs li p {
font-size: 0.7em;
}

ul.vidz {margin-bottom: 30px;}

ul.vidz li {
font-family: yanone, helvetica, arial, sans-serif;
text-transform: uppercase; color: #333;
font-size: 1.2em; padding: 10px 0; padding-left: 30px;
background: transparent url(../images/icon-video.png) 0 50% no-repeat;
}
ul.vidz li a {
color: #333; text-decoration: none;
transition: all 0.2s ease-in;
}
ul.vidz li a:hover {
padding-left: 2px; color: #c00;
}

ul.vidz li p {
font-size: 0.7em;
}

.videobloc {
margin-bottom: 30px; margin-right: 8px;
display: inline-block; vertical-align: top;
}

.networks {
border-bottom: #000 1px solid;
margin-bottom: 15px
}

.networks .liright {margin-bottom: 10px; margin-left: 5px;}

#photos {
width: 685px; 
}

.brick {
float: left; width:120px; height: 90px; margin:0 15px 15px 0; 
overflow: hidden;
}
.brick img {width: 120px;}


/* ::::::::::::::::::: FOOTER ::::::::::::::::::: */

#footer {
position: relative; width: 960px;
border-top: #fd0 2px solid; padding: 10px 0;
}

#footer ul {padding-left: 10px;}

#footer li {
display: inline; margin-right: 15px;
font-size: 1.2em;
font-family: league, helvetica, arial, sans-serif;
color: #fff;
}

#footer li a {
font-family: league, helvetica, arial, sans-serif;
color: #fd0; text-transform: uppercase;
text-decoration: none;
transition: color 0.2s ease-in;
}

#footer li a:hover {color: #fff;}


/* ::::::::::::::::::: SLIDER HOME ::::::::::::::::::: */

#visio {
/*position: relative; width: 685px; height: 420px;*/
position: relative; width: 685px;
padding: 10px;
/*background-color: #fff; */
/*background-color: #000; */
}

#slider {
position: relative;  
width: 685px; height: 420px;
overflow: auto; 
/*background: transparent url(../images/bg-slider.png) 0 0 repeat-x;*/
}

#slider .slide {
float: left; width: 685px; height: 420px;
}

#slider .slide-img {
/*float: left; position: relative; top: 0 left: 0;*/
float: left; position: absolute; top: 0 left: 0;
z-index: 100;
}

#slider .slide-txt {
/*float: left; position: relative; top: 0 left: 0;*/
float: left; position: absolute; top: 0 left: 0;
width: 280px; margin: 30px 0 0 30px;
z-index: 1000;
}
#slider .slide-txt h1 {
position: relative;
font-size: 2.4em; margin-bottom: 30px; padding-right: 15px;
}


/*#slider .slide-txt h1 a {*/
#slider .slide-txt h1 {
color: #333; text-decoration: none; padding-right: 20px;
/*background: transparent url(../images/triangle-next.png) right 50% no-repeat;*/
transition: padding 0.4s ease-out;
color: #fff;
}
#slider .slide-txt h1.blacktext {
color: #000;
}
#slider .slide-txt h1 a:hover {
padding-right: 25px;
}

#slider .slide-txt p {font-size: 1.1em; margin-bottom: 30px;
	/*color: #000;*/
	color: #fff;
}
#slider .slide-txt p.blacktext {
	color: #000;
}
#slider .slide-txt p.more {margin-top: 60px;}

#slider .slide-txt p.more a {
padding: 5px 10px; font-size: 1.6em;
font-family: league, helvetica, arial, sans-serif;
color: #000; text-transform: uppercase; text-decoration: none;
background-color: #fd0;
box-shadow: 0 0 6px rgba(0,0,0,0.4);
transition: background 0.2s ease-in;
}
#slider .slide-txt p.more a:hover {
background-color: #fff;
}

#slider .slide-txt a {text-decoration: none;}

#thumbnails {
/*
position: relative; width: 230px; height: 440px;
margin-left: -2px;
*/
clear: both; 
/*border-top: #fff 1px solid;*/
margin-left: 1px;
padding-top: 10px;
}

.thumbs li {
position: relative;
margin-bottom: 10px;
}
.thumbs li a {
position: relative; display: block;
width: 110px; height: 80px; color: #fff;
background-color: #fff; text-decoration: none;
}
.thumbs li a span {
position: absolute; bottom: 0; left: 0;
padding: 4px 2px; font-size: 0.75em; color: #fff; width: 106px;
font-family: yanone, helvetica, arial, sans-serif;
background-color: #333; 
background-color: rgba(0,0,0,0.6);
transition: all 0.2s ease-in;
}

.thumbs li a:hover span, .thumbs li a.pager-active span {
background-color: #fd0; color: #000;
}

/*
.thumbs li.lileft {float: left; clear: left;}
.thumbs li.liright {float: right; clear: right;}
*/

.thumbs li.lileft {
	float: left;
	margin-right: 4px;
}

/* ::::::::::::::::::: SLIDER ::::::::::::::::::: */

/*
.bx-next {
	background: url(../images/next.png) no-repeat 0 0;
	position: absolute; 
	top: 50%;
	right: 5px;
	width: 19px;
	height: 19px;
}

.bx-prev {
	background: url(../images/prev.png) no-repeat 0 0;
	position: absolute; 
	top: 50%;
	left: 5px;
	width: 19px;
	height: 19px;
}
*/


/* ::::::::::::::::::: MISC ::::::::::::::::::: */

.inlbk {display: inline-block; vertical-align: top;}
.floatl {float: left;}
.floatr {float: right;}

.liright {float: right; clear: right;}

.bg-white {background-color: #fff;}
.type-red {color: #c00;}
.type-white {color: #fff;}

.clearfix {clear: both;}

/*select {border: 1px solid;}
input {border: 1px solid;}*/

@font-face {
    font-family: 'league';
    src: url('../fonts/leaguegothic-webfont.eot');
    src: url('../fonts/leaguegothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-webfont.svg#league') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanone';
    src: url('../fonts/yanonekaffeesatz_regular-webfont.eot');
    src: url('../fonts/yanonekaffeesatz_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yanonekaffeesatz_regular-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz_regular-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz_regular-webfont.svg#yanone') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* ::::::::::::::::::: REWRITE ::::::::::::::::::: */

/* #Tablets small 
/////////////////////////////////////////////////*/

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

	/* Hamburger Menu */
		
	#trigger {
		display: block; height: 30px; width: 20px;
		/*position: relative; top: -5px;*/
		position: absolute; top: 4px; left: 4px;
		text-indent: 60px; white-space: nowrap; overflow: hidden;
		cursor: pointer;
	}
	#trigger span {
		position: absolute; top: 12px; right: 0;
	}
	#trigger span, #trigger span:after, #trigger span:before {
		display: block;
		width: 20px; height: 4px;
		background-color: #fd0;
		transition: all .3s linear;
	}
	#trigger span:after, #trigger span:before {
		position: absolute;
		content: "";
	}
	#trigger span:after {bottom: -8px; left: 0;}
	#trigger span:before {top: -8px; left: 0;}
	
	#trigger.menu-opened span {background-color: transparent; height: 1px;}
	
	#trigger.menu-opened span:after {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #c00;
	}
	#trigger.menu-opened span:before {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #c00;
	}







	#menu {
	/*position: absolute; top: 110px; left: 230px;*/
	position: absolute; top: 10px; left: 10px;
	}
	
	#menu li {
	/*
	display: inline; 
	*/
	display: inline-block; 
	vertical-align: middle;
	text-align: center;
	
	/*margin-right: 10px;*/
	margin: 0px;
	font-family: league, helvetica, arial, sans-serif;
	/*text-transform: uppercase; font-size: 1.4em;*/
	text-transform: uppercase; font-size: 1.1em;
	padding-bottom: 10px;
	
	min-width: 120px;
	}
	
	#menu li.separation {
		display: none;
	}
	
	
	#menu li.current {
	background: transparent url(../images/triangle-up.png) 50% bottom no-repeat;
	}
	#menu li.current a {color: #fd0;}
	
	#menu li a {
	color: #fff; text-decoration: none;
	transition: color 0.2s ease-in; 
	}
	#menu li a:hover {color: #fd0;}





	#menu .sub-menu {
		display: none;
		position: absolute; margin-top: 10px;
		text-align: left; padding: 15px;
		background-color: #fd0;
		box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
		z-index: 999;
	
	}
/*
	#menu .sub-menu:before {
	  position: absolute; display: block;
	  content: "";  
	  border-color: transparent transparent #f00 transparent;
	  border-style: solid;
	  border-width: 10px;
	  height:0;  width:0;
	  top:-20px; left:1em;
	}
*/
	#menu .sub-menu li {
		display: block;
		text-transform: none; padding: 5px;
		background: none;
		/*font-size: .7em;*/
		font-size: 1em;
		text-align: left;
	}
	#menu li:hover > .sub-menu {display: block;}
	
	#menu .sub-menu li a {color: #333; /* text-shadow: 0 1px 1px #9b7200; */}
	#menu .sub-menu li a:hover {color: #333; text-shadow: 0 1px 1px #fff;}






	#menu .sub-menu-support {
		display: none;
		position: absolute; margin-top: 10px; margin-left: 90px;
		text-align: left; padding: 15px;
		background-color: #fd0;
		box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
		z-index: 999;
	
	}
/*
	#menu .sub-menu-support:before {
	  position: absolute; display: block;
	  content: "";  
	  border-color: transparent transparent #f00 transparent;
	  border-style: solid;
	  border-width: 10px;
	  height:0;  width:0;
	  top:-20px; left:1em;
	}
*/
	#menu .sub-menu-support li {
		display: block;
		text-transform: none; padding: 5px;
		background: none;
		font-size: .6em;
		text-align: left;
	}
	#menu li:hover > .sub-menu-support {display: block;}
		
	#menu .sub-menu-support li a {color: #333; /* text-shadow: 0 1px 1px #9b7200; */}
	#menu .sub-menu-support li a:hover {color: #333; text-shadow: 0 1px 1px #fff;}




	.toolbar-menu {padding: 0;}
	
	.toolbar-menu > li {
		display: inline; margin-right: 0;
		/*padding: 0 5px; font-size: .9em;*/
		padding: 0 5px; font-size: 1em;
	}
	.toolbar-menu > li a {
		text-decoration: none;
	}
	.toolbar-menu > li:first-child a,
	.toolbar-menu > li:last-child a {
		color: #f1b400;
		font-family: 'Anivers-Bold', Helvetica, Arial, sans-serif;
	}
	.toolbar-menu > li a:hover {
		color: #000;
	}




	
	.toolbar-menu {
		display: none;
		z-index: 7000;
		position: absolute; top: 25px; left: 0;
		background: #000;
	}
	.toolbar-menu > li {
		display: block;
		padding: 5px 0; 
		font-size: 1em;
		border-bottom: #666 1px dashed;
	}
	.toolbar-menu > li > a {
		display: block;
		/*padding: 5px 10px;*/
		padding: 0px 5px;
	}
}

/* #Smartphones 
/////////////////////////////////////////////////*/

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

	#global {
	position: relative; width: 100%;
	background: transparent url(../images/bg-stripes.png) 50% 0 no-repeat;
	}
	
	#fondpage {
	position: fixed; width: 600px; height: 808px; left: 0; top: 0;
	background: transparent url(../images/bg-w.png) 0 0 no-repeat;
	}

	#container {
	/*position: relative; width: 960px; margin: 0 auto; padding: 0 10px;*/
	position: relative; width: 95%; margin: 1%; padding: 0;
	}

	#header {
	position: relative; width: 100%; height: 190px;
	}

	#blocuser {
	/*position: absolute; top: 0; right: 5px;*/
	position: absolute; top: 0; left: 120px;
	}
	
	#blocuser a {
	/*display: block; padding: 5px 5px 5px 30px; */
	display: block; padding: 3px 6px 5px 4px; 
	/*width: 120px; height: 25px; float: left;*/
	width: 20px; height: 25px; float: left;
	/*background-color: #fd0;*/
	background-color: transparent;
	/*margin-left: 20px; font-size: 1.2em; */
	margin-left: 5px; font-size: 0em; 
	transition: background 0.2s ease-in;
	
	overflow: hidden;
	
	}

	#blocuser a:hover {background-color: #777;}
	
	#blocuser a.subscribe {
	display: none;
	}
	#blocuser a.account {
	background-image: url(../images/picto-compte-blanc.png);
	}
	#blocuser a.basket {
	background-image: url(../images/picto-panier-blanc.png);
	}

	#blocdevise {
	font-size: 0.9em;
	}

	#blocflag {
	position: absolute; top: 10px; left: 204px;
	}

	#blocflag a {margin-right: 1px;}

	#content {
	margin-bottom: 30px;
	}

	#footer {
	/*position: relative; width: 960px;*/
	position: relative; width: 100%;
	}

	#footer li {
	/*display: inline; margin-right: 15px;*/
	display: inline; margin-right: 5px;
	/*font-size: 1.2em;*/
	font-size: 1em;
	}

	.thumbs li a {
	    margin: 0 17px 0 17px;
	}
	
	div.section {
	/*position: relative; width: 960px; margin-bottom: 10px;*/
	position: relative; width: 100%; margin-bottom: 10px;
	clear: both; 
	}















	
	#visio {
	/*position: relative; width: 685px;*/
	position: relative; width: 100%;
	padding: 10px;
	}

	#slider {
	position: relative;  
	/*width: 685px; height: 420px;*/
	width: 322px; height: 197px;
	overflow: auto; background: transparent url(../images/bg-slider.png) 0 0 repeat-x;
	}
	
	#slider .slide {
	/*float: left; width: 685px; height: 420px;*/
	float: left; width: 322px; height: 197px;
	}


	#slider .slide-img {
	float: left; position: relative; top: 0 left: 0;
	}
	
	#slider .slide-img img {
	width: 185px; height: 197;
	}
	
	#slider .slide-txt {
	float: left; position: relative; top: 0 left: 0;
	width: 132px; margin: 5px 0 0 5px;
	}
	#slider .slide-txt h1 {
	position: relative;
	font-size: 1em; margin-bottom: 5px; padding-right: 5px;
	}
	
	
	/*#slider .slide-txt h1 a {*/
	#slider .slide-txt h1 {
	color: #333; text-decoration: none; padding-right: 20px;
	background: transparent url(../images/triangle-next.png) right 50% no-repeat;
	transition: padding 0.4s ease-out;
	}
	#slider .slide-txt h1 a:hover {
	padding-right: 25px;
	}
	
	#slider .slide-txt p {font-size: 0.8em; margin-bottom: 30px; color: #000;}
	#slider .slide-txt p.more {margin-top: 60px;}
	
	#slider .slide-txt p.more a {
	padding: 5px 10px; font-size: 1.6em;
	font-family: league, helvetica, arial, sans-serif;
	color: #000; text-transform: uppercase; text-decoration: none;
	background-color: #fd0;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	transition: background 0.2s ease-in;
	}
	#slider .slide-txt p.more a:hover {
	background-color: #fff;
	}
	
	#slider .slide-txt a {text-decoration: none;}









































	#thumbnails {
	display: none;
	}
		
	
	#aside {
	/*position: relative; width: 230px; */
	position: relative; width: 100%; 
	}

	div.bloc-social {
	/*position: relative; width: 220px; */
	position: relative; 100%; 
	margin: 0 3px; margin-bottom: 10px; padding: 5px;
	}

	div.bloc {
	/*position: relative; width: 220px; */
	position: relative; width: 100%; 
	min-height: 180px;
	margin: 0 3px; margin-bottom: 10px; padding: 5px;
	}

/*
	a.aside-wings {
		width: 100%;
	}
*/

	#products {
	/*position: relative; width: 685px;*/
	position: relative; width: 95%;
	/*margin: 0 8px; padding: 10px;*/
	margin: 1%;
	}

	#more-products {
	margin-top: 120px;
	}

	#more-products .liste {
	width: 100%;
	}

	#more-products h1 {
	display: none;
	}

	.bloc-produit {
	/*padding: 5px; margin-right: 8px; margin-bottom: 10px;*/
	padding: 5px; margin-right: 6px; margin-bottom: 10px;
	/*width: 205px;*/
	width: 95%;
	text-align: center;
	}

	.bloc-produit h2 {
		padding-bottom: 10px;
	}

	.bloc-produit p.more {
	/*margin: 18px 0 12px 40px; */
	margin: 18px 0 12px 98px; 
	}

	.more {
	text-align: center;
	}

	#brandimage {
	display: none;
	}



	#bladdernotfind {
		width: 100%;
	}

	#schemewing {
		width: 100%;
	}

	#products .divprekite {
		width: 28%; 
		margin: 5px; 
		margin-top: 20px; 
		margin-bottom: 20px; 
		padding: 2px; 
		padding-top: 10px; 
		min-height: 120px;

	}

	#products .divprekite h1 {font-size: inherit; font-size: 1em; color: #000;}



	.prekite {
	height: 100px; margin-top: 10px; margin-bottom: 10px;
	}

/*
	.imagereception {
	width: 100%;
	}
*/

	.bladderbrandselect {width: 99%;}

	.bladderdetail {
	/*float: left; width: 70%;*/
	float: left; width: 100%;
	}

	#seealso h1 {
		font-size: 1.8em;
	}


	#searcharea {
	/*width: 210px; padding: 5px; */
	width: 97%; padding: 5px; 
	}

	#searchareabis {
	/*width: 290px; padding: 5px; */
	width: 97%; padding: 5px; 
	}


	#text-img {
	/*position: relative; width: 440px; padding: 5px;*/
	position: relative; width: 100%; padding: 5px;
	min-height: 255px;
	}

	#descriptif p {/*width: 420px;*/ width: 100%;}

	.descriptifbladder {
	}
	
	.descriptifvalve {
		/*height: 190px;*/
		height: auto;
	}



	#descriptif a.feature-img {
	position: relative; top: 0; right: 0;
	border: #ccc 0px solid;
	}
	
	#descriptif a.featuredetail1-img {
	position: relative; top: 0; right: 0;
	border: #ccc 0px solid;
	}
	
	#descriptif a.featuredetail2-img {
	position: relative; top: 0; right: 0;
	border: #ccc 0px solid;
	}
	
	#descriptif a.featuredetail3-img {
	position: relative; top: 0; right: 0;
	border: #ccc 0px solid;
	}

	.prix2 {
	/*color: #c00; text-align: left;*/
	color: #c00; text-align: center;
	}





	#text-img-bri {
	/*position: relative; width: 350px; padding: 5px;*/
	position: relative; width: 100%; padding: 5px;
	min-height: 0px;
	}
	
	#text-img-bri img {
	position: relative;
	top: 0; left: 0;
	/*width: 350px; height: 193px;*/
	width: 100%;
	}

	#text-img-reception {
	/*position: relative; width: 440px; padding: 5px;*/
	position: relative; width: 100%; padding: 5px;
	min-height: 500px;
	}
	
	#text-img-reception img {
	position: absolute;
	top: 40px; left: 120px;
	width: 200px;
	}
	
	#text-img-reception .comment {
/*
	position: absolute;
	top: 190px; left: 200px;
*/
	position: relative;
	top: 0; left: 0;
	width: 98%; height: 100px; border: 1px solid;
	margin-bottom: 10px;
	}


	a.bt-basket-bladder {
	width: 30px; height: 30px;
	background: transparent url(../images/ajouter-panier.png) 0 0 no-repeat;
	}
	a.bt-basket-bladder:hover {
	background: transparent url(../images/ajouter-panier.png) 0 -30px no-repeat;
	}
	

	.briddleleft {
	float: left; width:100%;
	}
	
	.briddleright {
	float: left; width:100%; padding-left: 0px;
	}

	#productsshop {
	/*position: relative; width: 930px;*/
	position: relative; width: 96%;
	margin: 1%;
	}

	.kitesbuttongroup {
		width: 100%; text-align: center;
	}

	.kitesbutton {
		width: 100%; margin-top: 10px; border: 1px solid #000;
	}

	

}