.header__dpt{
	/* position: absolute; */
	position: relative;
	float: right;
    right: 15px;
    top: 15px;
    max-height: 125px;
    width: auto;
    overflow: hidden;
    
    width: 115px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: contain;
    
    background-position: right;
}

	.header__dpt_60{
		background-image: url('img/logos_dpt/logo_dpt_60.jpeg');
	}

@media all and ( min-width:768px ) and ( max-width: 1500px ){
	.header__dpt{
		height: 1px;
		width: 1px;
	}	
}

@media all and ( max-width:768px ) and (min-width: 1500px ){
	.img_logo-dpt{ 
		width: auto;
	    max-height: 115px;
	}
}
@media all and ( min-width:768px ) and ( max-width: 1500px ){
	.img_logo-dpt{ 
		display: none;
	}
}

.header__fix_scrolled .header__dpt{
	height: 70px
}