.headerPage{
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.headerPage .image{
    max-height: 260px;
    height: 260px;
    width: 100%;
}

.headerPage .container{
    margin-top: -190px;
    z-index: 1;
    position: relative;
}

.headerPage figcaption{
    background-color: #f5f6f8e9;
    padding: 30px 56px;
    border-radius: 4px;
    max-width: 650px;
}

.headerPage h1{
    margin-block: 30px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}

.headerPage .extrait p{
    font-size: 18px;
    line-height: 30px;
}

@media(max-width: 700px){
    .headerPage{
        margin-bottom: 35px;
    }
    .headerPage figcaption{
        padding: 26px 28px;
    }
    .headerPage h1{
        margin-block: 24px 18px;
        font-size: 24px;
    }
    .headerPage .extrait p{
        font-size: 16px;
        line-height: 24px;
    }
}