@CHARSET "UTF-8";
body{
font-family: sans-serif;
font-size:10pt;
}


h1 {
	font-size:42px;
	font-family:sans-serif;
	color: #000;
}



h2 {
	padding-left:24px;
	font-family: sans-serif;
	font-size:10pt;
	color: #000;
}


h3 {
	font-weight: 600;
	padding:5px;
	margin:5px;
	margin-bottom:20px;
	margin-top:8px;
	border-bottom: 1px solid #6789B4;
	width: 100%;
	display: block;
}

p {
	padding:5px;
	margin:5px;
	margin-bottom:7px;
	margin-top:2px;
}

table {
	padding:5px;
	margin:5px;
	margin-bottom:7px;
	margin-top:8px;
}

.div_prix{
	background-color: #e7e3e3;
	border-radius: 0% 0% 30% 0%;
}
.top_grey_background{
	height:30px;
	background-color: #e7e3e3;
}

.logo{
	text-align:center;
}
.tarif_categorie{
	padding:5px 5px 0px 5px;
	margin:5px 5px 0px 5px;
	font-size: 22px;
  font-weight: 500;
	color: #6789B4;
}
.container-fluid {
	padding-bottom: 20px;
}
.tarifs{
	margin-top: 600px;
}
#tarifs_view_phone{
	display:none;
}

@media (max-width: 991px) {
	h1 {
		font-size:24px;
		font-family:sans-serif;
		color: #000;
	}
	.div_prix{
		background-color: #fff;
	}
	.top_grey_background{
		height:20px;
		background-color: #fff;
	}
	.tarifs{
		margin-top: 0px;
	}
	#tarifs_view_phone{
		display:block;
	}


 }

 #div_sport_etude{
	 display:none;
 }
#p_tarif_license{
	margin-bottom:0px;
}
