/* services */
.icon-annuaire:after { content: url("../img/icon_annuaire.svg"); } 
.icon-chat:after { content: url("../img/icon_chat.svg"); } 
.icon-filez:after { content: url("../img/icon_filez.svg"); } 
.icon-news:after { content: url('../img/icon_news.svg'); } 

/* langues */
.icon-fr:after { content: url('../img/flag_fr-mini.png'); } 
.icon-en:after { content: url('../img/flag_en-mini.png'); } 
.icon-it:after { content: url('../img/flag_it-mini.png'); } 
.icon-es:after { content: url('../img/flag_es-mini.png'); } 
.icon-de:after { content: url('../img/flag_de-mini.png'); } 

/* deconnexion */
.icon-off { background-image: url('../img/off.svg'); }

/* services residence 
.icon-blog:after { content: url('../img/services/icon_blog.svg'); margin-right: 10px; } 
.icon-fitness:after { content: url('../img/services/icon_fitness.svg'); margin-right: 10px; } 
.icon-location:after { content: url('../img/services/icon_location.svg'); margin-right: 10px; } 
.icon-loisirs:after { content: url('../img/services/icon_loisirs.svg'); margin-right: 10px; } 
.icon-musique:after { content: url('../img/services/icon_musique.svg'); margin-right: 10px; } 
.icon-detente:after { content: url('../img/services/icon_detente.svg'); margin-right: 10px; } 
.icon-tnt:after { content: url('../img/services/icon_tnt.svg'); margin-right: 10px; } 
.icon-tv2pc:after { content: url('../img/services/icon_tv2pc.svg'); margin-right: 10px; } 
.icon-club:after { content: url('../img/services/icon_club.svg'); margin-right: 10px; } 
*/
.icon-laverie:after { content: url(../img/services/icon_laverie.png); margin-right: 10px; }
.icon-distributeur:after { content: url(../img/services/icon_distributeur.png); margin-right: 10px; }
.icon-sport:after { content: url(../img/services/icon_sport.png); margin-right: 10px; }
.icon-sauna:after { content: url(../img/services/icon_sauna.png); margin-right: 10px; }
.icon-parking:after { content: url(../img/services/icon_parking.png); margin-right: 10px; }
.icon-local:after { content: url(../img/services/icon_local.png); margin-right: 10px; }
.icon-cafeteria:after { content: url(../img/services/icon_cafeteria.png); margin-right: 10px; }
.icon-accueil:after { content: url(../img/services/icon_accueil.png); margin-right: 10px; }
.icon-televiseur:after { content: url(../img/services/icon_televiseur.png); margin-right: 10px; }
.icon-climatisation:after { content: url(../img/services/icon_climatisation.png); margin-right: 10px; }
.icon-digicode:after { content: url(../img/services/icon_digicode.png); margin-right: 10px; }
.icon-parkinggratuit:after { content: url(../img/services/icon_parkinggratuit.png); margin-right: 10px; }
.icon-gardien:after { content: url(../img/services/icon_gardien.png); margin-right: 10px; }
.icon-petitdej:after { content: url(../img/services/icon_petitdej.png); margin-right: 10px; }
.icon-internetgratuit:after { content: url(../img/services/icon_internetgratuit.png); margin-right: 10px; }
.icon-internet:after { content: url(../img/services/icon_internet.png); margin-right: 10px; }




/* logo */
.logo-wigosurf-x50:after { content: url('../img/wigosurf-150x65.png'); margin-left: 20px; }
.logo-wigosurf-x32:after { content: url('../img/wigosurf-75x32.png'); }

.icon-x24 {
    background-repeat: no-repeat; 
    background-size: 24px 24px; 
    height: 24px; 
    width: 24px;
}

.icon-x32 {
    background-repeat: no-repeat; 
    background-size: 32px 32px; 
    height: 32px; 
    width: 32px;
}

.icon-x48 {
    background-repeat: no-repeat; 
    background-size: 48px 48px; 
    height: 48px; 
    width: 48px;
}

* { 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing:    border-box; 
  box-sizing:         border-box; 
  margin: 0;
  padding: 0;
}
