/* ----------------------------------------------------------*/
/* Style Sheet for Custom CSS default theme                 */
/* Override the original style CSS here                     */
/* ----------------------------------------------------------*/

/** Logo page d'authentification **/
.header .logo,
#header .logo {
    background-image: url(../../images/logo_synetis.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 50px;
    width: 100%;
    left: 0;
    right: 0;
    max-height: 85px;
}

/** Logo my account **/
.profile-element>a>img {
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    padding-left: 100px;
    background: url("../../images/logo_synetis_100.svg") left top no-repeat;
    background-size: contain;
}