/** ********************************************************
 * LAYOUT
 **/
body
{
	background-color: #f6f6f6;
	background-image: url('../images/background-body.png');
	/*background-size: cover;*/
	background-attachment: fixed;
}

/* Nav Bar */
.header_barre_1
{
	background-color: #343434;
	color: #c9c9c9;
}
.header_barre_2
{
	background-color: #ffffff;
	color: #c9c9c9;
}
.reseaux
{
	padding: 0px 5px 5px 5px; /* haut | droit | bas | gauche */
}

.header_barre_2 a 
{
	color: #343434 !important;
	font-weight: bold;
}
.menuGlobal a.nav-link
{
	padding: .5rem 8px;
}
.menuGlobal a.nav-link:hover
{
	border-bottom: 1px solid #eb5e52;
}
@media (min-width: 48em) {
	.menuGlobal a.nav-link {
	  float: right;
	}
  }

.footer
{
	background-color: #343434;
	color: #c9c9c9;
	font-size: 12px;
}

.footer a
{
	color: #c9c9c9 !important;
	font-size: 12px;
}
.footer a:hover
{
	text-decoration: underline;
}

main {
	padding: 145px 15px 0;
  }

.btn_global
{
	background-image: url("../images/background-button.png");
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	background-size: cover;
}

.btn_consult
{
	
	float: right;
}
.consult_pdf
{
	margin-right: 10px;
	float: left;
}
.b_bleu
{
	border-top: 3px solid #2185af;
	width: 200px;
	margin-left: 10px;
	height: 10px;
}
.b_orange
{
	border-top: 3px solid #eda11d;
	width: 200px;
	margin-left: 10px;
	height: 10px;
}

.b_mini_orange
{
	border-top: 3px solid #eda11d;
	width: 100px;
	height: 10px;
}
.bleu
{
	color: #2588ad
}
.vert
{
	color: #22ac94
}
.orange
{
	color: #eda11d
}
.btn_accueil
{
	width: 100%;
}

.petitTexte
{
	font-size: 11px;
}