html {
    max-width: 1024px;
    margin: auto;
}
body {
    margin: 0;
    padding: 5px;
    font-family: 'Ubuntu', sans-serif;
}
header {
    text-align: center;
    background-color: #fff;
}
header img {
    width: 90%;
}
#sticker {
    text-align: center;
    height: 70px;
    background-color: #f7f6ed;
    border: solid 1px grey;
    box-shadow: 2px 2px 5px 0 grey;
    border-radius: 10px;
    margin-top: 10px;
}
#sticker {
    font-weight: bold;
}
#sticker span {
    display: block;
    padding: 5px;
}
#sticker .vert {
    color: green;
    display: block;
    float: left;
    width: 40%;
    font-size: 14px;
    padding-top: 5px;
}
#sticker .numvert {
    color: green;
    display: block;
    float: left;
    width: 60%;
}
.numvert::before {
    content: "";
    background-image: url("phone-square-green.svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: -10px;
}
.img-responsive {
    width: 50%;
    float: right;
    margin: 5px;
}
.img-responsive:nth-of-type(even) {
    float: left;
}
article {
    /*font-family: 'Ubuntu', sans-serif;*/
    font-weight: 400;
    font-size: 1.5rem;
    color: #333;
}
p {
    font-size: 80%;
    margin: 5px;
}
h1 {
    margin-top: 50px;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    font-style: italic;
    color: #2a466e;
}
h2 {
    margin-top: 50px;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    font-size: 130%;
    font-style: italic;
    margin: 8rem 0 2rem 0;
    color: #4d4d4d;
    clear: both
}
h3 {
    font-family: 'Francois One', sans-serif;
    font-weight: 400;
    font-size: 110%;
    margin: 3rem 0 1rem 0;
}
h3::first-letter {
    font-size: 130%;
}
h4 {
    font-family: 'Francois One', sans-serif;
    font-weight: 400;
    font-size: 110%;
    margin: 3rem 0 0 0;
}
h2 + h3, h3 + h4 {
    margin-top: 0;
}
ul {
    background-color: #eee;
    list-style: none;
    padding: 5px;
}
ul li a {
    text-decoration: none;
    color: #1978a4;
    font-size: 14px;
}
p a {
    color: unset;
    text-decoration: underline;
}
p a:hover {
    color: #d14124;text-decoration: none;
}

p:first-of-type::first-letter {
    font-size: 200%;
    margin-top: 10px;
    line-height: 30px;
}
.miseajour {
    color: #aaa;
    font-weight: 300;
    font-size: 13px;
    webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    top: 270px;
    left: 15px;
}
@media (max-width: 479px) {
    .miseajour {
        display: none;
    }
}

@media (min-width:320px) and (max-width:479px){
    #sticker .vert {
        font-size: unset;
        padding: unset;
        width: 30%;
    }
    #sticker .numvert {
        width: 70%;
    }
    header img {
        width: unset;
    }

}

@media (min-width:480px) {
    header img {
        float: left;
        max-width: 40%;
        margin: 10px;
        width: unset;
    }
    #sticker {
        position: fixed;
        width: 255px;
        max-width: 255px;
        right: 5px;
        margin-right: 10px;
    }
    p, h1, h2, h3, ul {
        margin-left: 20px;
        margin-right: 20px;
    }
}
