.lame {
    width: 50%;
    max-width: 50%;
}
.lame img {
    left: 10%;
    right: 50%;
    max-width: 40%;
}
#content {
    width: 40%;
    height: 100%;
    float: left;
}
h1 {
    font-size: 6rem;
    padding-top: 40%;
    height: 8rem;
    line-height: 8rem;
    font-family: 'Poiret One', cursive, Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: .5em;
}
#content a {
    height: 6rem;
    line-height: 6rem;
    color: #c5073d;
    text-decoration: none;
    font-size: 3rem;
    width: 100%;
    display: inline-block;
    font-family: 'Poiret One', cursive, Helvetica, Arial, sans-serif;
}
#content a:focus {
    outline: thin none;
}
#ligne_entrer {
    border: none;
    border-top: #c5073d 0.1rem solid;
    margin-top: 2rem;
}
#entrer {
    position: relative;
    top: -3.5rem;
    background-color: white;
    padding: 0 1rem;
}
footer {
    padding: .5rem 10% 0 50%;
}