#robot_region, #robot_couleur, #robot_prix { 
	display:inline-block;
	width:auto;
	border:2px solid #f29009;
	background-color:#f0f0f0;
}

#robot_droite { 
	overflow-y:scroll;
	overflow-x:hidden;
	height: 100vh;
	padding-right:20px;
}
#robot_droite_home { padding-top:10%;text-align:center; }
#robot_droite_result { display:none; }

body, html { overflow:hidden !important; }

#robot_gauche { 
	background: url(../img/sommelier_fond.jpg) no-repeat center; 
	background-size: cover;
	height: 100vh;
	overflow-y:scroll;
	overflow-x:hidden;
}
#robot_gauche .breadcrumb { display:block;float:left; }
#robot_gauche .second-page-header.dark { background:none !important }

.robot_recherche_en_cours { width:100%;text-align:center;margin-top:20px;color:#f29009;font-weight:bold; }

.robot_reponse_active { border:2px solid #f29009;color:white;text-align:center;background:none;background-color:#f29009;border-radius:5px;margin-right:20px;margin-top:20px; }
.robot_reponse_active:hover { color:white; }
.robot_reponse_active:focus { color:white; }

.robot_reponse { border:2px solid #f29009;color:white;text-align:center;background:none;border-radius:5px;margin-right:20px;margin-top:20px; }
.robot_reponse:hover { color:white; }
.robot_reponse:focus { color:white; }
.robot_question { color:white;font-weight:bold;margin-top:15px;font-size:18px; }

#robot_arbre { padding:20px; }
.robot_tag { border:2px solid #f29009;text-align:center;color:black; }
.robot_tag_active { border:2px solid #f29009;background-color:#f29009;text-align:center;color:white;}
#page_robot { width:100%; }
#robot_produits { padding-top:20px; }
#robot_droite { padding-top:20px; }
#robot_tags { margin-top:20px; }

@media screen and (max-width: 992px){
	body, html { overflow-y:visible !important;overflow-x:hidden !important; }
	
	#robot_gauche { 
		overflow:hidden;
		height:100%;
	}
	#robot_droite { 
		padding-left:20px;overflow:hidden;
		height:100%;
	}
}