.p1
{
	font-family: gadugi;
	font-size: 18px;
}
body
{
	background-size: cover;
	background-image: url("../image/Logo-Overwatch.jpg");
	background-position: center center;
	background-attachment: fixed;
	color: #0545BE;
}
.bg2
{
	background-size: cover;
	background-image: url("../image/overwatchImage.png");
	background-position: center center;
	background-attachment: fixed;
}
.bg4
{
	background-size: cover;
	background-image: url("../image/bg4.png");
	background-position: center center;
	background-attachment: fixed;
}
.bg5
{
	background-size: cover;
	background-image: url("../image/bg6.jpg");
	background-attachment: fixed;
	background-position: center center;
}
.bg6
{
	background-size: cover;
	background-image: url("../image/bg5.jpg");
	background-position: center center;
	background-attachment: fixed;
}
.bgAcceuil {
	background-size: cover;
	background-image: url(../image/bg1.jpg);
	background-position: center center;
	background-attachment: fixed;
}


.gras
{
	font-weight: bold;
}
.center2
{
	text-align: center;
	align-items: center;
	align-content: center;
	align-self: center;	
}
.center
{
	margin-left: auto;
	margin-right: auto;
}
.p2
{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.titre
{
	margin-top: 0.5em;
	font-size: 5em;
}

h1 
{
	font-family: impact;
	text-align: center;
	margin-top: 3em;
	
}
h2 
{
	font-family: impact;
	text-align: center;
}
h6
{
	font-family: impact;
	text-align: center;
	margin-top: 4em;
	
}
nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #333333;
}
nav li {
	display: inline-block;
	width: 200px;
	height: 40px;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	line-height: 40px;
}
.menuNav{
	padding-left: 0px;
	padding-right: 0px;
}
nav li a{
	display: block;
	text-decoration: none;
	color:white;
}
nav li a:hover{
	display: block;
	text-decoration: none;
	color:white;
}
nav li :hover{
	transition: 1.2s;
	background-color: #0545BE;
}
h1 img {
	width: 3em;
	height: 3em;
}

.active {
	background-color: #0545BE;
}
.card {
	opacity: 0.9;
}
.imgMap {
	margin-top: 2.5em;
	margin-bottom: 2.5em; 
}
.copyright {
	background-color: #333333;
	color: white;
	font-size: 18px;
	position: sticky;
	bottom: 0;
	width: 100%;
}	
.copyright2 {
	background-color: #333333;
	color: white;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}