@import url("https://use.typekit.net/vyi4dkl.css");


body {
    margin: 0;
}

header, footer{
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 300;
}

header .logo{
    display: block;
}

a.header__back{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color:#6F7175;
    display: flex;
    align-items: center;
}

a.header__back:hover{
    color: #d4007a;
}

.header__back svg{
    width: 15px;
    margin-left: 10px;
}

.header__back svg path{
    fill:#6F7175;
}

a.header__back:hover svg path{
    fill: #d4007a;
}

footer{
    background-color: #121A28;
    font-size: 14px;
    color:#6F7175;
}

footer a{
    text-decoration: none;
    color:#6F7175;
}

footer a:hover{
    color:#FFF;
}

header .header-footer__container{
    height: 90px;
}

footer .header-footer__container{
    height: 155px;
}

.footer__links{
    margin:0px;
    padding: 0px;
}

.footer__links li{
    display: inline-block;
    margin-left:20px;
}

.footer__links li:first-child{
    margin-left:0px;
}

.header-footer__container, .main__container{
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__container{
    margin-top:35px;
    margin-bottom: 50px;
}

.concours__contenu{
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1279px) {
    .header-footer__container, .main__container{
        padding-left: 70px;
        padding-right: 70px;
    }

    footer .header-footer__container{
        flex-direction: column;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer__copyright{
        margin: 20px 0; 
    }

}

@media only screen and (max-width: 767px) {
    header .header-footer__container{
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .header-footer__container .logo{
        width: 60px;
        height: 25px;
    }

    .header-footer__container, .main__container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer__links li{
        display: block;
        text-align: center;
    }

}