body {
  background-color: #FFF;
  font-family: "CircularStd";
  height: 100%;
}

@font-face { font-family: CircularStd; font-weight: medium; src: url('CircularStd-Medium.otf');}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*margin: -50px 0 0 -50px;  width: 824px;*/
}

.center2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

.bouton{
	border:1px #00163b solid;
	color:#00163b;
	margin:20px 0;
	padding:10px;
	text-align: center;
	width:180px;
}

.bouton:hover{
	background:#00163b;
	border:1px #FFF solid;
	color:#FFF;
	margin:20px 0;
	padding:10px;
	text-align: center;
	width:180px;
}

a {
  text-decoration: none;
}
