body {
    font-family: 'Roboto', sans-serif;
    
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

#logo img {
    height: auto;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#logo {
    width: 100%;
}

header {
    display: flex;
    padding-left: 15%;
    padding-right: 2%;
}

#social-media {
    width: 20%;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: row;
    flex: auto;
    display: flex;
}

#cover-image {
    margin-top: 15px;
    height: 40%;
}

#cover-image img {
    width: 100%;
    height: 90%;
}

#links {
    clear: both;
    width: 100%;
    display: inline-block;
    display: flex;
}

.column {
    width: 16%;
    display: inline-block;
}

.column .logo img {
    display: block;
    width: 40%;
    margin: auto;
}

.list a {
    color: black;
    font-size: 12pt;
}

.list a :visited {
    color: black;
}

a {
    text-decoration: none;
}

a :hover {
    text-decoration: underline;
}

footer
{
    margin-top: 25px;
    width: 100%;
}

footer address
{
    width: 65%;
    float: left;
}

footer .button
{
    border: 2px solid #F94444;
    color:#F94444;
    padding: 15px;
    font-size: 16pt;
    float: right;
    margin-right: 15px;
}
footer .button a:visited
{
    color:#F94444;
}
footer .button a
{
    color:#F94444;
}
.list li
{
    color: black;
    list-style: none;
}
.list li::before
{
    color: #ff0023;
    content: "\2022";
    font-size: 1em;
    padding-right: .5em;
    top: 0, 1em;
}

 
.sprite-picto-youtube, .sprite-picto-facebook
{ display: inline-block; background: url('sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.sprite-picto-youtube { background-position: -1px -0px; width: 76px; height: 33px; }
.sprite-picto-facebook { background-position: -1px -34px; width: 33px; height: 33px; }

@media screen and (max-width: 1100px) {
    #cover-image {
        margin-top: 0%;
        height: auto;
    }
    
    #cover-image img {
        width: 100%;
        height: auto;
    }

    header {
        height: auto;
    }

    .column {
        margin-top: 3%;
        width: 100%;
        display: inline-block;
        text-align: center;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }

    .column .logo img {
        display: block;
        width: 30%;
        margin: auto;
    }
    

    header
    {
        padding: 5px;
    flex-direction: column;
    }
    #social-media {
        width: 100%;
        justify-content: space-evenly;
        align-items: flex-end;
        flex-direction: row;
        flex: auto;
        display: flex;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    footer .button
    {
        border: 2px solid #F94444;
        color:#F94444;
        padding: 15px;
        font-size: 16pt;
        float: right;
        width: 90%;
        text-align: center;
    }

    #links
    {
        display: block;
    }

.list li
{
    
    display: flex;
    justify-content: center;
    align-items: center;
}

    .list a
    {
        font-size: 4vw;
    }

    .list li::before
    {
        color: #ff0023;
        content: "\2022";
        font-size: 5em;
        padding-right: .15em;
    }
}