#my-account .columns-container:before {
  background: none; }
#my-account .info-account {
  font-weight: bold;
  font-size: 18px;
  color: #666;
  margin-bottom: 40px; }
#my-account .addresses-lists {
  margin-bottom: 30px; }
#my-account ul.myaccount-link-list li {
  overflow: hidden;
  padding-bottom: 10px; }
  #my-account ul.myaccount-link-list li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    background: #266c8e;
    font-size: 20px;
    color: #fff;
    padding-left: 80px;
    font-weight: bold;
    min-height: 80px; }
    #my-account ul.myaccount-link-list li a:before {
      display: block;
      content: "";
      width: 80px;
      height: 80px;
      position: absolute;
      left: 0;
      top: 0; }
    #my-account ul.myaccount-link-list li a.orders:before {
      background: url("../img/picto-orders.png") no-repeat center; }
    #my-account ul.myaccount-link-list li a.adresses:before {
      background: url("../img/picto-adresses.png") no-repeat center; }
    #my-account ul.myaccount-link-list li a.slips:before {
      background: url("../img/picto-slips.png") no-repeat center; }
    #my-account ul.myaccount-link-list li a.discount:before {
      background: url("../img/picto-discount.png") no-repeat center; }
    #my-account ul.myaccount-link-list li a.identity:before {
      background: url("../img/picto-identity.png") no-repeat center; }
    #my-account ul.myaccount-link-list li a.referral:before {
      background: url("../img/picto-referral.png") no-repeat center; }
    #my-account ul.myaccount-link-list li a.loyalty:before {
      background: url("../img/picto-loyalty.png") no-repeat center; }
    #my-account ul.myaccount-link-list li a span {
      display: block;
      padding: 30px 15px;
      overflow: hidden; }
      #my-account ul.myaccount-link-list li a span:before {
        display: inline-block;
        content: "\f061";
        font-family: "FontAwesome";
        vertical-align: middle;
        font-size: 10px;
        margin-right: 6px; }
    #my-account ul.myaccount-link-list li a:hover {
      filter: none;
      background: #1f5674; }

/*# sourceMappingURL=my-account.css.map */
