body {
    font-size: 1rem;
}

div {
    font-family: 'Open Sans';
}

#entetePiv {
    width: 746px;
    height: 100%;
    margin: auto;
}

.contenu-fluide {
    height: 72px;
}

.piv--bleu {
    background: #095797;
    color: #fff;
}

.piv--bleu a {
    color: #fff;
    text-decoration: none;
}

.piv--bleu a:hover {
    text-decoration: underline;
}

#logoPIV {
    display: inline-block;
    height: 100%;
}

#logoPIV a {
    display: inline-block;
}

#pivImage {
    width: auto;
}

#titre {
    height: 100%;
    float: right;
    padding-left: 60px;
}

#titre p {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}

#listePIV {
    float: right;
    height: 100%;
}

#listePIV ul {
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}

#listePIV a {
    font-size: 14px;
}

#contenu {
    width: 746px;
    margin: 0 auto
}

#logoFooter {
    height: 50px;
}

#copyright {
    font-size: 10px;
    color: #000;
    text-decoration: none;
}

footer p {
    margin: 0;
}

@media (max-width: 767px) {
    .contenu-fluide {
        height: 100px;
    }

    #entetePiv {
        width: auto;
    }

    #logoPIV {
        margin-left: 20px;
    }

    #titre {
        float: none;
        height: fit-content;
        padding-left: 0;
    }

    #listePIV {
        margin-right: 20px;
    }

    #contenu {
        width: auto;
    }
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Regular.woff2') format('woff2');
}