/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Urbanist:wght@300&display=swap');


@font-face {
    font-family: 'Stentiga';
    src: url('/global/fonts/stentiga.eot');
    src: url('/global/fonts/stentiga.eot?#iefix') format('embedded-opentype'),
    url('/global/fonts/stentiga.woff') format('woff'),
    url('/global/fonts/stentiga.ttf') format('truetype'),
    url('/global/fonts/stentiga.svg#stentiga') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif';
    src: url('/global/fonts/NotoSerif-Italic.eot');
    src: url('/global/fonts/NotoSerif-Italic.eot?#iefix') format('embedded-opentype'),
    url('/global/fonts/NotoSerif-Italic.woff2') format('woff2'),
    url('/global/fonts/NotoSerif-Italic.ttf') format('truetype'),
    url('/global/fonts/NotoSerif-Italic.svg#NotoSerif-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* général */
body {
    position: relative;
    min-width: 320px;
    margin: 0;
    background: rgba(219, 219, 219, 1);
    font-family: 'Urbanist', Arial, sans-serif;
}

a {
    text-decoration: none;
    transition: .3s ease all;
}

* {
    box-sizing: border-box;
}

h1 {
    padding: 10px 0;
    color: black;
    font-size: 18pt;
    z-index: 0;
    margin: 40px 0 20px;
    left: 20%;
    top: 88px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

h1 span {
    color: #ec8d00;
}

h2 {
    width: 100%;
    padding: 14px 0;
    color: black;
    /*background : #bd2425; */
    margin: 0;
	font-size: 12pt;

}

p {
    margin: 10px 0;
    padding: 0;
}

img {
    max-width: 100%;
}

/* Boutons */
a.bouton, .bouton, input.bouton, .btn {
    padding: 10px 20px 10px 20px;
    background-color: #bd2425;
    border-radius: 99px;
    color: #FFFFFF;
    transition: .3s ease
    border: none;
    cursor: pointer;
}

a.bouton:hover, .bouton:hover, input.bouton:hover, .btn:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.btn-secondary {
    background-color: #FF9900;
    color: #FFFFFF;
}

.btn-secondary:hover {
    background-color: #000000;
    color: #FFFFFF;
}

a.btn-disabled {
    background-color: #CCC;
    color: #FFFFFF;
}
a.btn-disabled:hover {
    background-color: #CCC;
    color: #FFFFFF;
}

/* Langues */
#langue-switcher {
    position: absolute; /* conservé depuis l'existant */
    top: 5px;
    right: 5px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px; /* espace entre drapeaux */
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.95); /* léger fond blanc */
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 999px; /* pastille arrondie */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18); /* petite ombre douce */
    backdrop-filter: saturate(140%) blur(2px);
    -webkit-backdrop-filter: saturate(140%) blur(2px);
}
#langue-switcher a {
    display: inline-flex;
    align-items: center;
}
#langue-switcher a:hover {
    opacity: 1 !important;
}
#langue-switcher img {
    height: 18px;
    vertical-align: middle;
    border-radius: 3px; /* angles très légèrement arrondis */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}
#langue-switcher a:hover img {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    filter: saturate(115%);
}
@media (max-width: 480px) {
    #langue-switcher { padding: 4px 8px; gap: 6px; }
    #langue-switcher img { height: 16px; }
}

/* Form */

/* header */
header {
    background: #ffe89a;
}

header div.header-bandeau {
    height: 197px;
    padding: 5px;
    background: url("/medias/body.jpg");
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

header .compte {
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: baseline;
    padding: 15px;
    width: 55%;
    justify-content: space-between;
    margin: 0px 4% 0 auto;
    z-index: 2;
    position: relative;
}

.icones-menu {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.compte p:first-of-type {
     margin: 10px 0;
     font-size: 12px;
     color: #000;
}
.compte p.gris_fonce {
    margin: 10px 0;
    font-size: 10px;
}

.compte input[type=text] {
    width: 100%;
    border-radius: 5px;
    padding: 3px 5px;
    border: 2px solid grey;
    /*margin-bottom : 10px;*/
}

.compte #form_recherche_rapide {
    width: 50%;
}

.compte #form_recherche_rapide p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.compte input:focus {
    outline: none;
    border: #bd2425 2px solid;
}

.compte button, .compte input[type=submit] {
    margin-top: 10px;
    display: block;
    padding: 5px;
    font-size: 15px;
}

/*.compte > div{*/
/*  width : 45%;*/
/*}*/

.compte > div > p {
    text-align: center;
    font-weight: bold;
    padding-bottom: 1px;
    font-size: 13px;
}

.compte i {
    cursor: default;
}

header > div > div > div:nth-child(1) > form > div:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header > div > div > div:nth-child(1) > form > div:nth-child(3) a {
    color: black;
    font-size: 12px;
}

header > div > div > div:nth-child(1) > form > div:nth-child(3) a:hover {
    color: #bd2425;
    text-decoration: underline;
}

.compte > div:nth-child(2) > div {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.compte > div:nth-child(2) a {
    /*margin-top : 20px;*/
    display: block;
    text-align: center;
}

.compte > div:nth-child(2) > div > div:nth-child(2) {
    text-align: center;
    margin-left: 20px;
}

.compte > div:nth-child(2) > div > div:nth-child(2) > p:nth-child(1) {
    color: #bd2425;
}

.compte > div:nth-child(2) > div > div:nth-child(2) > p:nth-child(2) {
    border-top: 1px #3d3d3d solid;
    padding-top: 5px;
}

.compte .lien-mobile {
    display: none;
}

.service {
    position: absolute;
    top: 10px;
    left: 40%;
    z-index: 2;
}

.haut {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    max-width: inherit;
}

header nav {
    display: block;
    width: 100%;
    background-color: #EEEEEE;
}

header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: #666666 solid 2px;
    margin: 0;
    position: relative;
    flex-wrap: wrap;
}

header nav ul:last-child {
    border-bottom: #ffe89a solid 5px;
}

header nav ul li {
    list-style: none;
}

header nav ul li > ul {
    display: none;
    position: absolute;
    left: 0;
    /*top: 54px;*/
    background: #FFFFFF;
    padding: 0;
    z-index: 10;
}

header nav ul li:hover > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px;
    width: 100%;
}

header nav a {
    color: #000000;
    text-transform: uppercase;
    padding: 20px;
    display: block;
    transition: 0.7s ease;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

header nav a:hover, .nav_actif {
    background: #e8eae8;
    color: #534472;
}

header nav ul li ul li a {
    padding: 8px;
}

/* aside */
aside {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: #bd2425;
    color: white;
    padding: 10px;
    cursor: pointer;
}

aside.visible {
    display: block;
}

.bandeau-promo {
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.bandeau-promo > div img {
    width: 100%;
    transition: .3s ease;
}

.bandeau-promo a:hover img {
    opacity: 0.5;
}

.bandeau-promo .slick-list {
    margin: auto;
}
.bandeau-promo .slick-slide {
    margin: 10px 30px;
}
.bandeau-promo .arrow-left{
    margin-left: -25px;
    margin-right: 25px;
}

.bandeau-promo .arrow-right{
    margin-left: 25px;
    margin-right: -25px;
}

body > header > div > div > div:nth-child(1) > form > div:nth-child(3) > a {
    font-size: 12px;
}

.hamburger {
    display: none;
    justify-content: center;
    color: #000000;
    width: 100%;
    height: 40px;
}

.hamburger img {
    width: 35px;
    height: auto;
    margin: 0 10px 0 0;
}

/* main index */
p.fil-ariane {
    margin: 0 0 20px 2.5%;
}

p.fil-ariane a {
    color: black;
    transition: .3s ease;
}

p.fil-ariane a:hover {
    color: #bd2425;
    text-decoration: underline;
}

.recherche {
    display: flex;
    align-items: center;
}

.recherche > i {
    margin-left: 5px;
}

main {
    background: white;
    width: 95%;
    margin: 0 auto 50px;
    padding: 10px 0;
}

main section {
    padding: 10px 30px 30px;
    margin: 0;
}

section#intro > div:first-child p {
    font-size: 25px;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #ffe89a;
    text-align: center;
    /*margin-bottom: 50px;*/
}

.intro-image {
    display: flex;
    flex-wrap: wrap;
    padding: 0 150px;
    justify-content: space-between;
}

.intro-image a {
    width: 45%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 25px 0;
}

.intro-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s ease;
}

.intro-image a:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

.intro-image a p {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 8px;
}

.produits-wrap {
    display: flex;
    justify-content: flex-start;
}

.produit-item {
    background: rgb(249, 249, 249);
    width: 220px;
    text-align: center;
    border-radius: 20px;
    box-shadow: #9a9a9a 2px 2px 5px;
    padding: 20px 10px;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.produit-item .bouton {
    margin-top: 10px;
}

.produit-item p {
    color: black;
}

.produit-item a:hover p,
.produit-item a:hover h3 {
    color: #bd2425;
}

.produit-item h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 20px;
    color: black;
}

.produit-item div {
    width: 75%;
    height: 200px;
    margin: auto;
}

.produit-item div img {
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
    object-position: center;
}

.produit-item .reduc {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    background: #bd2425;
    color: white;
    position: absolute;
    right: -35px;
    top: 35px;
    transform: rotate(15deg);
    font-size: 18px;
    border: 5px white solid;
}

.produit-item .action {
    width: 150px;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #bd2425;
    color: white;
    position: absolute;
    left: -20px;
    top: -20px;
    font-size: 20px;
}

/* Version large */
.produit-item-large {
    width: 45%;
    display: inline-block;
    margin: 10px 2% 20px 2%;
    vertical-align: top;
}
.produit-item-large div {
    width: auto;
    height: auto;
    max-height: 350px;
    overflow: hidden;
}
.produit-item-large div img {
    width: auto;
    height: auto;
}

.prix {
    color: #bd2425;
}

.prix-diminue {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.prix-barre {
    text-decoration: line-through;
}

#produits .produits-wrap {
    flex-wrap: wrap;
}

#produits .produit-item {
    width: 220px !important;
    margin: 20px;
}

#produits .produit-item div {
    width: 95%;
    height: 140px;
    margin: auto;
}

#slider-logo {
    display: flex;
    align-items: center;
}

.slick-track {
    display: flex;
    align-items: center;
}

.slick-track > div {
    margin: 50px;
}

.slick-track > div img {
    width: 100% !important;
}

i.fas {
    color: #bd2425;
    cursor: pointer;
}

#slider-promo .fa-arrow-circle-left {
    position: absolute;
    top: 50px;
    left: 50px;
}

#slider-promo .fa-arrow-circle-right {
    position: absolute;
    top: 50px;
    right: 50px;
}

/* Témoignages */
.temoignage-texte {
    width: 50%;
}

.temoignage-avis {
    display: flex;
    align-items: center;
    padding: 0 50px;
}

/*.temoignage-avis .slick-track {
    display: table !important;
    width: 100% !important;
    table-layout: fixed;
    border-spacing : 10px;
}

.temoignage-avis .slick-slide {
    display: table-cell !important;
    float: none !important;
}*/

.temoignage-avis .arrow-left{
    margin-left: -25px;
    margin-right: 25px;
}

.temoignage-avis .arrow-right{
    margin-left: 25px;
    margin-right: -25px;
}

.temoignage-avis .slick-slide {
    height: 100%;
    margin: 0 5px;
}

.avis {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 300px;
    height: 100%;
    margin: 0 5px;
    padding: 5px 20px 35px;
}

.avis-haut {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avis-note i{
    color: #fbad38;
}

.avis-date {
    color: #888;
    font-size: 15px;
}

.avis-texte {
    color: #888;
}

.avis-nom {
    color: #666;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 20px;
}

#temoignages > div:last-child {
    width: 100%;
    text-align: center;
    padding: 50px 0 20px;
}

#temoignages > div:last-child a {
    width: 100%;
    background: #bd2425;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

#temoignages > div:last-child a:hover {
    background: #941c1d;
}

/* Fil d'Ariane */
#fil_ariane {
    position: relative;
}

#fil_ariane a {
    color: #3D3D3D;
}

#fil_ariane a:hover {
    color: #BD2425;
}

/* Fiche article */
#fa_photos {
    position: relative;
}

#fa_photos a {
    position: relative;
    display: block;
    width: 90%;
    border: 3px solid #EEE;
    text-align: center;
    margin-bottom: 10px;
}

#fa_photos a img {
    max-width: 100%;
    max-height: 80px;
    text-align: center;
}

#cadre_fa {
    position: relative;
}

#cfa_menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

#cfa_menu a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px;
    background-color: #EEE;
    color: #3D3D3D;
    font-size: 14pt;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#cfa_menu a.cfa_active {
    background-color: #3D3D3D;
    color: #FFF;
}

#economie_infos {
    position: relative;
    color: #555;
}

#fa_modeles {
    position: relative;
    margin: 10px 0px;
    height: 30px;
    z-index: 100;
}

.fa_promo {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    background-color: #9c3e00;
    color: #FFF;
    padding: 10px;
    margin-bottom: 15px;
}

#fa_prix, #fa_prix_ht {
    position: relative;
    display: inline-block;
}

.fa_prix_vente, #fa_prix_vente {
    font-size: 28pt;
    color: #003054;
    font-weight: bold;
}

.fa_type_prix, #fa_type_prix {
    position: relative;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    color: #555555;
}

#fa_prix_barre {
    position: relative;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 25px;
    font-size: 16pt;
    color: #555555;
}

#fa_pack {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #000000;
    font-size: 12px;
    color: #999999;
}

#fa_economie {
    position: relative;
    display: block;
    margin: 15px 0px 25px 0px;
    color: #1A6500;
}
#fa_economie strong {
    font-size: 16pt;
}

#fa_dispo {
    position: relative;
    margin-top: 10px;
}

#fa_dispo_img {
    position: relative;
    margin-top: 20px;
}

.fa_dispo_vert, .fa_dispo_orange, .fa_dispo_jaune, .fa_dispo_rouge {
    position: relative;
    display: inline-block;
    padding: 8px;
    border-radius: 10px;
    font-size: 11px;
    color: #FFF;
}
.fa_dispo_vert {
    background-color: #1A6500;
}
.fa_dispo_orange {
    background-color: #d26a00;
}
.fa_dispo_jaune {
    background-color: #FCF205;
    color: #000;
}
.fa_dispo_rouge {
    background-color: #5A0201;
}

#fa_expedition {
    position: relative;
    font-size: 11px;
    margin-top: 20px;
}

#fa_panier {
    position: relative;
    width: 170px;
    height: 100px;
    background-image: url(../img/bg/fa-quantite.jpg);
    background-repeat: no-repeat;
}

#fa_quantite_moins, #fa_quantite_plus {
    display: inline-block;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    border: 1px solid #CCC;
    width: 35px;
    line-height: 36px;
    vertical-align: middle;
    background-color: #EEE;
    color: #555;
}
#fa_quantite_moins {
    border-radius: 5px 0px 0px 5px;
    border-right: none;
}
#fa_quantite_plus {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
}
#fa_quantite {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 16pt;
    width: 50px;
    padding: 0px;
    vertical-align: middle;
    border: 1px solid #CCC;
}

#bt_fa_panier {
    position: relative;
    background-image: url(../img/bt/ajout-panier-s.png);
    width: 121px;
    height: 43px;
    top: 50px;
    left: 50px;
}

#fa_texte_fidelite {
    position: relative;
    font-size: 12px;
    color: #666;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fa_commentaires {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #999999;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 0px 3px #999999;
    -moz-box-shadow: 0px 0px 3px #999999;
    background-color: #FFF;
}

.fa_description {
}

.fa_commentaires h3 {
    line-height: 10px;
    color: #820A0B;
}

hr.commentaires {
    background-color: #1478BF;
    height: 2px;
}
#fa_infos_d_desktop{
    display: block;
}
#fa_infos_d_mobile{
    display: none;
}
#fa_infos_d {
    position: relative;
    background-color: #EEE;
    padding: 10px;
    text-align: left;
    line-height: 20px;
    font-size:12px;
}
#fa_infos_d > div {
    display: flex;
    align-items: center;
}
#fa_infos_d i {
    margin-right: 10px;
}
#fa_infos_d strong {
    color: #BD2425;
}

/* footer */
footer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    background: white;
    flex-wrap: wrap;
    border-top: 5px #ffe89a solid;
}

footer > div {
    text-align: center;
}

footer > .footer-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 20px 100px;
    background: rgb(249, 249, 249);
}

.footer-top > div:nth-child(1) {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: #3d3d3d solid 1px;
    padding-right: 100px;
}

.footer-top > div:nth-child(1) > div {
    width: 33%;
}

.footer-top > div:nth-child(2) {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top div p {
    width: 100%;
}

.footer-top div img {
    width: 100px;
}

.footer-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-bottom > div:first-child {
    display: flex;
    justify-content: space-around;
    width: 60%;
    border-right: #3d3d3d solid 1px;
    margin: 10px;
    padding-right: 20px;
}

footer > div p:first-child {
    font-weight: bold;
}

footer > div p a {
    font-weight: normal;
    color: #3d3d3d;
}

footer > div p a:hover {
    color: #bd2425;
    text-decoration: underline;
}

/* Bandeau pour les cookies */
#mention_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    border-top: 1px solid #D25503;
    z-index: 99999;
}
#mention_cookies a.bouton {
    display: inline-block;
}

/* compte */
#formulaire_panier .titre_form {
    font-size: 15px;
    font-weight: bold;
}

#formulaire_panier .champ_form input {
    border: 1px grey solid;
    border-radius: 5px;
    transition: .3s ease all;
    background: #f9f9f9;
}

#formulaire_panier .champ_form input:focus {
    background: #ffebaf;
    outline: none;
    border: 1px #626262 solid;
}

#formulaire_panier .bouton {
    margin: 20px 0;
    font-size: 18px;
}

/* rubrique */
.rubrique-flex {
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}

.rubrique-flex > div:nth-child(1) {
    width: 70%;
    padding-right: 50px;
}

.rubrique-flex > div:nth-child(2) {
    width: 30%;
    position: absolute;
    height: 100%;
    right: 0;
}

.rubrique-flex > div:nth-child(2) > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.produits-wrap-rubrique {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0px;
}

.produits-wrap-rubrique > div.produit-item {
    width: 270px !important;
    margin: 50px 35px;
}

.produits-wrap-rubrique > div.produit-item > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#c_as_p, #c_as_n, #c_pr_p, #c_pr_n{
    display : none;
}
#c_as > ul, #c_pr > ul{
    max-width : 90%;
    margin : auto;
    display: flex;
    align-items: center;
}
#c_as > ul li, #c_pr > ul li{
    width : 220px!important;
    display:block!important;
    margin : auto;
}
#c_as > ul > div,
#c_as > ul > div > div,
#c_as > ul > div > div > div,
#c_pr > ul > div,
#c_pr > ul > div > div,
#c_pr > ul > div > div > div{
    width : 100%;
}

.produit-item div.as_prix{
    height : auto;
}

/* Sous-rubriques */
.srub_photos {
    position: relative;
    text-align: center;
}
.srub_photos a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 120px;
    border: 3px solid #EEE;
    text-align: center;
    margin: 5px;
}
.srub_photos a img {
    max-width: 100%;
    max-height: 114px;
    text-align: center;
}

/* Tooltip */
.tltp {
    background-color:#FFF;
    border-radius:4px;
    padding:5px;
    border:none;
    width:auto;
    z-index:9999;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:18px;
    box-shadow: #9a9a9a 2px 2px 5px;
}