/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-05-07, 14:52:41
    Author     : christophe
*/




.logo1{
      height: 55px !important;
             margin-left: 30px;
             margin-bottom: 4PX;
}
.logo2{
      height: 55px !important;
             margin-left: 30px;
             margin-bottom: 4PX;
}
@media (min-width: 440px) {
    .logo1{
     display: none;
}
}
@media (max-width: 440px) {
    .logo2{
     display: none;
}
}