body, html{
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6, p{
	margin: 0;
}
.center{
	text-align: center;
}
.animate{
	-webkit-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -moz-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -ms-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -o-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}
.rotate90{
	transform: rotate(-90deg);
}
.img-arrow{
	position: absolute;
    margin: 2px 5px !important;
    opacity: 0.6;
}
.stepheader {
  color: gray;
  font-size: 135%;
}

.steptitle {
  color: gray;
  font-size: 100%;
}

.colorBP{
	color: #0072c6;
}

.backgroundBP{
	background-color: #0072c6;
} 
.logo{
	margin: 10px 30px;
}

.pointer:hover{
	cursor: pointer;
	opacity: 0.75;
}

header{
	width: 100%;
	height: 70px;
	color: white;
	margin-bottom: 25px;
}

footer{
	background-color: rgba(236, 236, 236, 0.35);
}

footer p{
	line-height: 48px;
    font-size: 90%;
}

header img{
	height: 70px;
	margin: 0 30px 0 20px;
	float: left;
}

header .title{
	font-weight: 100;
    height: 70px;
    vertical-align: middle;
    line-height: 70px;
    font-size: 160%;
}

.content-page{
	width: 90%;
	margin: 0 5%;
}

.etape{
	padding: 5px 10px;
	margin: 30px 0;
	background-color: rgba(236, 236, 236, 0.35);
}

.etape img{
	margin: 10px 0;
	
}

.win{
	display: block;
}

.mac{
	display: none;
}