.head_titre {
    background-color: var(--ecox-bleu);
}

.head_image {
    position: relative;
    margin-bottom: 4rem;
    border-bottom: 1px solid #ddd;
}

.head_image img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.head_image_copyright {
    position: absolute;
    /* bottom: 10px;
     right: 10px;*/

    top: 10px;
    bottom: auto;
    right: 10px;

    z-index: 3;

    color: #fff;
    font-size: 0.75rem;
    line-height: 1.2;

    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.head_title {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4rem;
    /*background-color: var(--ecox-bleu);*/
    background: rgba(51, 52, 102, .75);
    padding-top: clamp(30px, 5vw, 50px);
    padding-bottom: clamp(30px, 5vw, 50px);
    border-radius: 3px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));

    width: calc(100% - 20px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.head_description {
    margin-top: 35px;
    padding-bottom: 15px;
    color: #c5c5e1;
}