html {
    font-size: 0.9em;
    font-family:Verdana, Geneva, Tahoma, sans-serif; 
}

body {
    background-image: url(/assets/papier_bg.png);
    background-repeat: repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.content {
    width: 50vw;
}

#header,
section {
    margin-top: 3em;
}


.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo .h1 {
    font-family: 'Fira Sans';
    font-weight: bold;
    font-size: 2.3rem;
    text-transform: uppercase;
}

.phoneMail {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
}

.logo .h2,
.bizz .h2,
.adresse .h2 {
    font-family: 'Fira Sans';
    white-space: wrap;
    font-style: normal;
    font-size: 2rem;
}

.phoneMail .h2 {
    background: rgb(0, 0, 0);
    border-radius: 2px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

cite {
    font-size: 0.8rem;
    font-weight: 400;
    padding-bottom: 1rem;
    display: block;
}

ul {
    width: 70%;
}

.adresse,
.claim,
.bizz,
.showcase {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.phoneMail a,
.phoneMail a:visited {
    color: #fff;
    margin-top: 0.5em;
    text-decoration: none;
}

.phoneMail a:focus,
.phoneMail a:hover  {
    color: #b01616;
}

.claim {
    font-family: 'Japanese Tourist';
    font-size: 2.5rem;
    text-align: center;
}

@media screen and (max-width: 480px) {
    #header, 
    section {
        margin-top: 0.75em;
    }
    .phoneMail {
        margin-bottom: 2.5em
    }
    .top {
        display: flex;
    }
    .bottom {
        display: none;
    }
    .content {
        width: 90vw;
    }
    .phoneMail .h2{
        font-size: 1rem;
        padding: 0.25em 0.75em;
    }
    .bizz {
        margin-top: 0.75em;
    } 
    .bizz .h2,
    .adresse .h2 {
        font-size: 1.5rem;
    }
    .claim{
        margin-top: 0.25em;
        margin-bottom: 0.5em;
    }
}

@media screen and (min-width: 481px) and (max-width: 820px) {
    html {
        font-size: 1.25rem;
    }
    .top {
        display: none;
    }
    .bottom {
        display: flex;
    }
    #header, 
    section {
        margin-top: 1em;
    }
    .content {
        width: 75vw;;
    }
    .logo .h1 {
        font-size: 1.8rem;
    }    
    .logo .h2,
    .bizz .h2 {
        font-size: 1.6rem;
    }
    .phoneMail .h2 {
        font-size: 1rem;
        padding: 0.25em 1em;
    }
    .adresse .h2 {
        font-size: 1rem;
    }
    .claim {
        margin-bottom: 1em;
        margin-top: 1em;
        font-size: 1.5rem;         
    }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
    html {
        font-size: 1.25rem
    }
    .content {
        width: 80vw;
    }
    .top {
        display: none;
    }
    .bizz {
        margin-top: 2em;
    }
    .phoneMail .h2 {
        font-size: 1rem;
        padding: 0.25em 1em;
    }
    .adresse .h2 {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 2560px) {
    html {
        font-size: 1.25rem
    }
    .content {
        width: 50vw;
    }
    .top {
        display: none;
    }
    .bizz {
        margin-top: 2em;
    }
    .phoneMail .h2 {
        font-size: 1rem;
        padding: 0.25em 1em;
    }
    .adresse .h2 {
        font-size: 1rem;
    }
}

