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

.bg-bcp-bordeaux
{
	background-color: rgb(160,30,30);
	color: antiquewhite;
}
.bg-bcp-or
{
	background-color: rgb(240,146,41);
	color: antiquewhite;
}
.bg-bcp-gris
{
	background-color: rgb(38,46,51);
}
.bcpbichi
{
	color: rgb(160,30,30);
	font-weight: bold;
}
.titreh2
{
	font-family: "classic-comic", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.text-bordeaux
{
	color: rgb(160,30,30);
}
.shadow-text
{
	text-shadow: 4px 6px 8px rgba(0,0,0,0.4);
}
.img-flip
{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.logo-text
{
	vertical-align: baseline;
	height: 30px;
}
.logo-text-big
{
	height: 100px;
	vertical-align:baseline;
	margin-bottom: -5px;
}