/* Personnalisation des styles par unIDesign */
/* http://unidesign.ca */
/* Personnalisation des styles dans le template */

/* -------------------------------------------------------------
    Background & bordures
------------------------------------------------------------- */

body {
    /*background-image: linear-gradient(blue, white);*/
    background-color: #ffffff;
}

.top {
    width: 775px;
    margin: 0 auto;
}

/* -------------------------------------------------------------
    Header
------------------------------------------------------------- */
.logo {
    float: left;
    width: 50px;
}
.info {
    float: left;
    width: auto;
}
.info h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #000000;
    /*text-transform: uppercase;*/
    font-size: 15px;
    margin: 6px 20px 0 0;
}
.info h1 a {
    color: #000000;
    text-decoration: none;
}

/* -------------------------------------------------------------
    Responsive
------------------------------------------------------------- */
@media only screen and (max-width: 745px){
    .top .info.email {
        display: none;
    }
}
@media only screen and (max-width: 515px){
    .top .info.rep h1 span {
        display: none;
    }
}
@media only screen and (max-width: 415px){
    .top .info.contact {
        display: none;
    }
}
