/* Small devices (tablets, 768px and up)  col-sm-* */
@media (min-width: 768px) {

	div#menu-front-1-collapsable {
    	position: static;
	}

	div#menu-front-1-collapsable {
    	padding-right: 0;
	}
	
	.navbar-nav>li>a {
    	padding-top: 5px;
    	padding-bottom: 5px;
	}

	body.home .banniere{
		height: 935px;
	}

	.banniere h1 {
		font-size: 32px;
	}
	.banniere h4{
		font-size: 22px
	}
	#entete{
		margin-top: 50px;
	}

	body.home #entete{
		margin-top: 190px;
	}
}

/* Medium devices .col-md-(desktops, 992px and up) */
@media (min-width: 992px ) { 
	
	.nav > li:last-child > a {
    	padding-right: 0;
	}

	.nav > li:first-child > a {
    	padding-left: 0;
	}
	
	.navbar-nav>li>a {
    	padding-top: 15px;
    	padding-bottom: 15px;
	}
	#entete{
		margin-top: 50px;
	}
	.banniere h1 {
		font-size: 42px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px ) {
	.banniere h1 {
		font-size: 42px;
	}

	body.home #entete{
		margin-top: 320px;
	}

	.banniere h4{
		font-size: 32px;
	}
}

/* Only very small devices  XS Media query (smartphones, 767px and down) */
@media (max-width: 767px) {
	h1, .h1{
		font-size: 28px;
	}
	h2, .h2{
		font-size: 22px;
	}
}