.bostik--support-decision-tool{
	padding: 20px 0;
}
.bostik--support-decision-tool .question-label{
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdd4d8;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.bostik--support-decision-tool .question-label:after{
  content: '';
  display: block;
  clear: both;
}
.bostik--support-decision-tool .question-label h2{
  padding-top: 0;
  padding-bottom: 0;
}
.bostik--support-decision-tool .question-label .question-label-intro{
	color: #6d6d6d;
}

.bostik--support-decision-tool .question-label .question-label-image{
	vertical-align: middle;
	width: 216px;
	height: 112px;
	text-align: center;
  display: table-cell;
}
.bostik--support-decision-tool .question-label .question-label-image.last{
	padding: 15px;
}
.bostik--support-decision-tool .question-label .question-label-image img{
	margin: 0 auto;
}
.bostik--support-decision-tool .question-label .question-label-texts{
	vertical-align: middle;
  display: table-cell;
	/*width: -moz-calc( 100% - 231px );
	width: -webkit-calc( 100% - 231px );
	width: calc( 100% - 231px );
	padding-left: 15px;*/
}
.bostik--support-decision-tool .question-label .question-label-image + .question-label-texts{
	width: -moz-calc( 100% - 231px );
	width: -webkit-calc( 100% - 231px );
	width: calc( 100% - 231px );
	padding-left: 15px;
}

.bostik--support-decision-tool .answers{
	margin-bottom: 50px;
}
.bostik--support-decision-tool .answers > ul{
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
}
.bostik--support-decision-tool .answers > ul > li{
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
	margin-bottom: 15px;
}
.bostik--support-decision-tool .answers > ul > li > input{
	display :none;
}
.bostik--support-decision-tool .answers > ul > li > label{
	display: block;
	border: 1px solid #cacaca;
	padding: 15px 130px ;
	background: #fff;
	color: #000;
	font-weight: bold;
}
.bostik--support-decision-tool .answers > ul > li:hover > label,
.bostik--support-decision-tool .answers > ul > li:focus > label{
	cursor: pointer;
}
.bostik--support-decision-tool .answers > ul > li:hover > label,
.bostik--support-decision-tool .answers > ul > li:focus > label,
.bostik--support-decision-tool .answers > ul > li.active > label{
	background: #999;
	color: #fff;
	border: 1px solid #999;
}


.bostik--support-decision-tool .choice-teaser-product{
	background: #fff;
	margin-bottom: 15px;
	padding: 20px 35px;
	padding-bottom: 0;
	display: block;
	text-decoration: none;
	color: #000;
}
.bostik--support-decision-tool .choice-teaser-product:after{
	content: '';
	display: block;
	clear: both;
}
.bostik--support-decision-tool .choice-teaser-product .product-image{
	display: block;
	float: left;
  width: 180px;
  margin-right: 15px;
	text-align: center;
}
.bostik--support-decision-tool .choice-teaser-product .product-image img{
	margin: 0 auto;
}
.bostik--support-decision-tool .choice-teaser-product .product-content{
	display: block;
}
.bostik--support-decision-tool .choice-teaser-product.withimage .product-content{
	float: left;
	width: -moz-calc( 100% - 210px );
	width: -webkit-calc( 100% - 210px );
	width: calc( 100% - 210px );
}
.bostik--support-decision-tool .choice-teaser-product .product-title{
	font-weight: bold;
}
.bostik--support-decision-tool .choice-teaser-product .product-text{
	
}
.bostik--support-decision-tool .choice-teaser-product .product-text .product-description{
	
}

.bostik--support-decision-tool .choice-teaser-product .link-read{
  border-top: 1px solid #cacaca;
  padding: 10px 0;
  margin-top: 20px;
}
.bostik--support-decision-tool .choice-teaser-product .link-read .link:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  margin-right: 5px;
}

.bostik--support-decision-tool .choice-teaser-product:hover,
.bostik--support-decision-tool .choice-teaser-product:focus{
	
}

.bostik--support-decision-tool .choice-teaser-product-wrapper.withlocator{
	position: relative;
}
/*.bostik--support-decision-tool .choice-teaser-product-wrapper.withlocator .product-title,*/
.bostik--support-decision-tool .choice-teaser-product-wrapper.withlocator .product-description{
	width: 50%;
	min-height: 70px; 	/* pour assurer que le bouton stockists ne vient pas sur le title*/
}

.bostik--support-decision-tool .product-locator-button{
	position: absolute;
	top: 50%;
	right: 35px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bostik--support-decision-tool .product-locator-button a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  margin-right: 5px;
}