.accroche-interne .logo img{
	width: 270px;
	margin-bottom: 30px;
}
.accroche .logo img{
	width: 300px;
	margin-bottom: 70px;
}	
.accroche h1{
	font-size: 24px;
	line-height: 28px;
}
.accroche .soustitre{
	font-size: 24px;
	line-height: 28px;
}
.accroche .bloc-titre{
	margin-bottom: 75px;
}
.accroche .button{
	margin-bottom: 80px;
}	
.accroche .button .btn{
	width: 250px;
	margin-bottom: 15px;
}	
@media (min-width: 992px){
	.accroche-interne .logo img{
		width: 320px;
		margin-bottom: 30px;
	}
	.accroche .logo img{
		width: 400px;
		margin-bottom: 70px;
	}
	.accroche h1{
		font-size: 24px;
		line-height: 28px;
	}
	.accroche .soustitre{
		font-size: 24px;
		line-height: 28px;
	}
	.accroche .bloc-titre{
		margin-bottom: 75px;
	}
	.accroche .button{
		margin-bottom: 80px;
	}	
	.accroche .button .btn{
		width: 250px;
		margin-bottom: 0px;
	}							
}
@media (min-width: 768px) AND (max-width:992px){
	.accroche-interne .logo img{
		width: 320px;
		margin-bottom: 30px;
	}
	.accroche .logo img{
		width: 400px;
		margin-bottom: 70px;
	}	
	.accroche h1{
		font-size: 24px;
		line-height: 28px;
	}
	.accroche .soustitre{
		font-size: 24px;
		line-height: 28px;
	}
	.accroche .bloc-titre{
		margin-bottom: 75px;
	}
	.accroche .button{
		margin-bottom: 80px;
	}	
	.accroche .button .btn{
		width: 250px;
		margin-bottom: 0px;
	}	
							
}