﻿/*** Styles des informations de contact Carrier Services ***/
/** Ces infos sont paramétrées au niveau de la page via la taxonomie CONTACTINFOS **/
.contactManager .contact-header {
    font-family: raleway, open sans, Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    display: none; /*affichage conditionné à la présence de tags de contact sur la page*/
}

.contactManager span[data-isavailable="false"] {
    display: block;
    height: 50px;
    background-repeat: no-repeat;
}

.contactManager .box-numLoc {
    background-image: url(../images/numVert.png);
}

.contactManager .box-numSav {
    background-image: url(../images/numViolet.png);
}

.contactManager .box-numFax {
    background-image: url(../images/numFax.png);
}

.contactManager .box-numCom {
	background-image: url(../images/numCommercial.png);
}