html, body {
    margin: 0;padding: 0;border: 0;
    width: 100%; height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #00305b;
}

a {
    color: #00a3a6;-webkit-transition: 0.5s;transition: 0.5s; text-decoration: none; font-weight: bold;
}
a:hover {
    color: #dd3333;
}

section.logotype {
    width: 100%; height: 100%;
    background: #f5f5f5;
	text-align: center;
    padding-top: 100px;
}
section.logotype p {
    width: 60%;
    text-align: center;
    margin: auto;
    padding-bottom: 7px;
}

p.text{
    text-align: justify;
}

p.affboutton{
    margin-top: 20px  !important;
}

.vlogo{
    margin-top: 80px;
    width: 100%;
}
.vlogo img{
    width: 100%;
    max-width: 400px;
}

.bouton {
    border-radius:12px 0 12px 0;
    background: #00a3a6;
    border:none;
    color:#fff;
    font:bold 12px 'Open Sans', sans-serif;
    padding: 8px 20px;
    margin-top:20px;
}
.bouton:hover{
    opacity: 0.8;
}


/*section.logotype img {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0; margin: auto;
}*/

div.lineTop1 {
    position: absolute; width: 100%;height: 15px;top: 0;left: 0;
    background: #00305b;
}div.lineTop2 {
    position: absolute; width: 100%;height: 15px;top: 15px;left: 0;
    background: #00a3a6;
}
div.lineBottom1 {
    position: absolute; width: 100%;height: 15px;bottom: 15px;left: 0;
    background: #00305b;
}div.lineBottom2 {
    position: absolute; width: 100%;height: 15px;bottom: 0px;left: 0;
    background: #00a3a6;
}

footer {
    position: fixed;width: 100%;
    bottom: 25px; left: 0;
    color: #00305b;font-size: 16px;text-align: center;
}

@media only screen and (max-width: 580px) {
    section.logotype img {
        width: 100%;
    }
    footer {
        font-size: 11px;
    }
}
