#quickQuote, #quickQuote > li > ul {
    position: absolute;
    background: #fff;
    width: 200px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    padding: 5px 0;
    margin: 0;
    z-index: 45;
}

#quickQuote > li, #quickQuote > li > ul > li {
    list-style: none;
    position: relative;
}

#quickQuote > li > ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 170px;
    border-radius: 0 3px 3px 0;
    opacity: 0;
    margin: 0;
    transition: all 250ms;
    transform: scale(0.9);
    transform-origin: left;
}

#quickQuote > li:hover > ul {
    visibility: visible;
    left: 198px;
    opacity: 1;
    transform: inherit;
}

#quickQuote > li > a, #quickQuote > li > ul > li > a {
    background-size: 20px 20px !important;
    border-bottom: 1px solid #ECECEC;
    font-size: 15px;
    font-weight: 300;
    color: #4B4B4B;
    text-decoration: none;
    display: block;
    padding: 3px 10px;
    position: relative;
    text-align: left;
    transition: all 250ms;
}

#quickQuote > li > ul > li:nth-child(1) > a:before {
	content: '\f082';
}

#quickQuote > li > ul > li:nth-child(2) > a:before {
	content: '\f081';
}

#quickQuote > li > ul > li:nth-child(3) > a:before {
	content: '\f0d4';
}

#quickQuote > li > a:hover, #quickQuote > li > ul > li > a:hover {
    background-color: #4A86D8;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.52);
    cursor: pointer;
}

#quickQuote > li > a:before,
#quickQuote > li > ul > li > a:before {
	content: '';
	font-family: FontAwesome;
	margin-right: 15px;
    font-size: 20px;
}

#quickQuote > li.quickQuote-quote > a:before {
	content: '\f0e6';
}

#quickQuote > li.quickQuote-email > a:before {
	content: '\f003';
}

#quickQuote > li.quickQuote-share > a:before {
	content: '\f1e0';
}

#quickQuote > li.quickQuote-close > a:before {
	content: '\f00d';
}

#quickQuote > li.m_email > a {
    background: url(http://img101.xooimage.com/files/3/5/3/mail-20-46ca79b.png) no-repeat 10px center;
}

#quickQuote > li.m_share > a {
    background: url(http://img102.xooimage.com/files/f/3/e/647404-share-20-46ca7a0.png) no-repeat 10px center;
}

#quickQuote > li.m_close > a {
    background: url(http://img110.xooimage.com/files/b/7/5/close-4770ae6.png) no-repeat 10px center;
}

#quickQuote > li:last-child > a, #quickQuote > li > ul > li:last-child > a {
    border-bottom: 0;
}
/* PLUGIN REPONSE RAPIDE : FIN */
