/**
* ARTEPOLE Module multiquiz Version 1.0.2
*
*  @author    Artepole <christian.ponsoda@nordnet.fr>
*  @copyright Copyright (c) permanent, Artepole
*  @license   Addons PrestaShop license limitation
*
*  NOTICE OF LICENSE
*
*  Don't use this module on several shops. The license provided by PrestaShop Addons
*  for all its modules is valid only once for a single shop.
*/

#faq_list #rubs li {
position: relative; }
#faq_list #rubs li a {
display: inline-block;
line-height: 30px;
padding: 0 30px 0 30px; }
#faq_list #rubs li span.plus {
display: block;
background: #f6f6f6;
position: absolute;
left: 0;
top: 0;
font-size: 14px; }
#faq_list #rubs li span.plus.CLOSE ::before {
content: "+";
font-size: 25px;
color: silver; }
#faq_list #rubs li span.plus.CLOSE::before , #faq_list #rubs li span.plus.OPEN::before {
content: "-";
font-size: 25px;
display: block;
vertical-align: middle;
width: 15px;
height: 30px;
color: #666;
line-height: 30px;
text-align: center; }
#faq_list #rubs li span.plus.CLOSE:before {
content: "+";
font-size: 25px;
color: silver; }
blockquote {
quotes: none; }
blockquote {
border-left: 5px solid #f6f6f6;
margin: 0 0 18px;
padding: 9px 18px; }
a:active, a:hover, a:focus{
outline: 0;
text-decoration: none;
}
.second_ul {
margin-left:20px; }
#faq_search_button {
position: absolute;
top: 0;
right: 0;
border: 1px solid #d6d4d4;
display: block;
padding: 6px 5px;
position: absolute;
right: 0;
text-align: center;
top: 0; }
#input_faq_search {
background-color: #fff;
border: 1px solid #d6d4d4;
border-radius: 0;
color: #9c9b9b;
display: block;
font-size: 13px;
line-height: 1.42857;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
vertical-align: middle;
width: 100%; }
#input_faq_search {
box-shadow: none;
height: 35px;
padding: 3px 5px; }
#form_faq_search {
position: relative;}
.quest_serp {
color: #f00;
text-decoration: underline;}
.mfh3 {
display: block;
margin-top: 16px;
}
#form_link_message {
text-align: center;
font-size: 1.5em;
margin: 20px 0;
}
#faq_list {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
