@charset "UTF-8";
/* mixins */
/** breakpoints **/
/*** TODO : checker si les valeurs de la preprod sont ok avec les planches ***/
/*** TODO : une fois les valeurs fixees, creer mixins breakpoints ***/
/* valeur de la preprod fournie 1200 */
/* valeur interm├®diaire de la preprod: ├á supprimer ? */
/* valeur de la preprod fournie 1430 */
.shop-phone {
  display: table;
  float: left;
  padding: 9px 0px 8px 0px;
  line-height: 18px; }
  @media (max-width: 767px) {
    .shop-phone {
      display: none; } }
  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    padding-right: 7px; }
  .shop-phone strong {
    color: #fff; }
  @media (max-width: 568px) {
    .shop-phone.is_logged {
      display: none; } }

#contact-link {
  float: right;
  border-left: 1px solid #515151; }
  @media (max-width: 479px) {
    #contact-link {
      text-align: center; } }
  #contact-link a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      #contact-link a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px; } }
    #contact-link a:hover, #contact-link a.active {
      background: #2b2b2b; }
  @media (max-width: 767px) {
    #contact-link.is_logged {
      display: none; } }

.redBullet {
  color: #e63d39;
  font-weight: 700; }

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px; } }
#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #888888; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: 400 17px/21px Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }

#numero-tel {
  color: #000;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

#numero-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000; }

.shop-phone-col p {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 400; }

.shop-phone-col a {
  color: #000;
  text-decoration: underline; }

.shop-phone-col {
  display: table-cell;
  vertical-align: middle; }

.shop-phone .shop-phone-col:first-child {
  padding-right: 12px;
  width: 30px; }

@media (min-width: 1200px) and (max-width: 1430px) {
  .shop-phone-col p {
    font-size: 11px; }

  #numero-tel {
    font-size: 18px; }

  #numero-text {
    font-size: 16px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .shop-phone {
    display: table;
    float: left;
    padding: 9px 0px 8px 0px;
    line-height: 18px;
    height: 63px; }

  .shop-phone-col img {
    width: 30px;
    height: 30px; }

  #numero-tel {
    font-size: 14px;
    line-height: 16px; }

  #numero-text {
    font-size: 13px;
    line-height: 15px; }

  .shop-phone-col p {
    font-size: 12px;
    line-height: 14px; } }
@media screen and (max-width: 767px) {
  .shopping_cart .cart_info span:first-child {
    display: none; }

  .shop-phone-col:first-child {
    width: 34px; } }

/*# sourceMappingURL=blockcontact.css.map */
