body {
    color: #000000;
    font-family: arial,sans-serif;
	background: #ffffff none repeat scroll 0 0;
	font-weight: 400;
	line-height: 22px;
	font-size: 15px;
}

.logo {
    margin: 34px auto 0;
    padding: 0;
    width: auto;
}
.logo img {
	height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
	
}
img {
    height: auto;
    width: 100%;
}
h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.sous-titre {
    font-size: 11px;
}
.sous-titre > span {
    color: #e50007;
}
.spacing {
    padding: 20px 0;
}

.intro {
	margin-top: 35px;
}
.intro2 {
	margin-top: 22px;
}

.container {
    margin: 0 auto;
    overflow: auto;
    position: relative;
    resize: both;
}
.container .centerblock {

  padding: 0 20px;
  resize: both;
  overflow: auto;
}

@media (min-height: 768px) {
  .container {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  resize: both;
  overflow: auto;
}
}