@media only screen and (max-width: 766px) 
{

	body {
		font-size: 12px;
	}

	.blocmaptop {
		width:100%;
	}
	
	.logo {
		float: left;
		padding-top: 6px;
	}
	
	.logo img {
		width: 128px;
    	height: 18px;
	}
	
	.menuglobal2 {
    	float: right;
    	margin-top: -26px;
	}

	.flag {
		display: none;
	}
	
	.menuglobal {
		float:right;
		margin-top: -20px;
	}
	
	.blocactutop {
		display: none;
	}
	
	.dropdown-menu > li > a {
		padding: 10px 20px;
	}
	
	.onglet > li {
		font-size: 13px;
	}
	
	.jumbotron {
	display: none;
	}
	
	.accroche {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	padding: 0px 0 10px 0;
	color: #7c7d81;
	font-weight: 400;
	}
	
	.ac-top {
	padding-top: 60px;
	}
	
	.menuglobalnolog {
		display: none;
	}
}

@media only screen and (min-width: 767px) 
{
	.logo img {
		height: 34px;
	}
	
	.menuglobal2 {
    	float: right;
    	margin-top: -65px;
	}
	
	
	.blocmaptop {
		width:50%;
	}
	
	.menuglobal {
		float:right;
		margin-top: -60px;
	}
	
	.menuglobalnolog {
		float:right;
		margin-top: -37px;
	}
	
	.blocactutop {
		display: block;
		width:50%;
	}
	
	.dropdown-menu > li > a {
		padding: 10px 20px;
	}
	
	.onglet > li {
		font-size: 18px;
	}
	
	.jumbotron {
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 280px;
	margin-top: 60px;
	}
	
	.bannermap {
	position: absolute;
	width: 60%;
	min-width: 500px;
	max-width: 550px;
	margin-left: -10%;
	top: 100px;
	}
	
	.bannerbloc {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: center;
	margin-top: 5px;
	}

	.bannerbloc h1 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 25px; 
	text-transform: uppercase;
	font-weight: 600;
	}

	.bannerbloc p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	}
	
	.accroche {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	padding: 0px 0 10px 0;
	color: #7c7d81;
	font-weight: 400;
	}
}

@media only screen and (min-width: 992px) 
{
	.blocmaptop {
		width:67%;
	}
	
	.blocactutop {
		display: block;
		width:33%;
	}
	
	.dropdown-menu > li > a {
		padding: 3px 20px;
	}
	
	.jumbotron {
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 380px;
	margin-top: 60px;
	}
	
	.bannermap {
	position: absolute;
	width: 60%;
	max-width: 800px;
	margin-left: -6%;
	top: 100px;
	}
	
	.bannerbloc {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	width: 60%;
	float: right;
	text-align: center;
	margin-top: 80px;
	margin-right: -11%;
	}

	.bannerbloc h1 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	}

	.bannerbloc p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	}
}