@charset "utf-8";
/* CSS Document */

/*
@media only screen and (max-width: 980px) {
	body,table,td,p,a,li,blockquote {
	-webkit-text-size-adjust:none !important;
	}
	table, div {width: 100% !important;}
	.responsive-image img {
	height: auto !important;
	max-width: 100% !important;
	width: 100% !important;
	}
	td { border:none !important; padding:0px 4px;}
}*/


@media only screen and (max-width: 550px) {
	#contenu h1 b{
		font-size: 52px !important; 
		line-height:58px !important;
		margin-bottom:20px !important;
	}
	#contenu h1 i{
		font-size: 22px !important; 
		line-height:42px !important;
	}
	#contenu #sstitre b{
		font-size: 15px; 
		margin:55px auto 50px auto !important;
	}
	#contenu #contact{
		font-size:13px !important;
	}
	#contenu #tel b {
		font-size:25px !important;
		padding:8px 15px !important;
	}
	
	#contenu #email a{
		font-size:16px !important;
	}
	.alg{
		border-right:none !important;
		border-bottom:#ccc 1px solid !important;
		padding-bottom:15px !important;
	}
	 #accroche p{
		padding-right:20px !important;
		padding-left:20px !important;
	}

}