/*
Your custom style

Add your custom styles in this file so it is easier to update the theme.
*/
.header-container .header-wrap.image {

  height: 100%; 
  width: 100%;
  margin: 0 auto;
  padding: 0;
  
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
  	
/*	img-size: max-width 100%;
	webkit-background-size: cover;
	moz-background-size: max-width 100%;
	o-background-size: max-width 100%;
	background-size: max-width 100%;
	max-width: 100%; 
*/
.header-container .header-wrap.image {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% !important;
}
# menu-principale{
	float: left;
}