.page_banner {
    position: relative;
    padding-top: 100px;
}
.page_banner_image {
    width: 100%;
    min-height: 30vh;
}
.page_banner_infos {
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.page_title {
    color: #f95d0f;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 15px;
}
.page_pathway {
    color: #5f5f5f;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    position: relative;
    display: inline-block;
}
.page_pathway a {
    color: #5f5f5f;
    text-decoration: none;
}
.page_pathway a:hover {
    color: #f95d0f;
    text-decoration: none;
}
.pathway_motif {
    position: absolute;
    bottom: 2px;
    right: -30px;
}
.page_content {
    padding: 80px 0;
}


@media (max-width: 991px) {
.page_content {
    padding: 50px 0;
}
.page_banner_image {
    width: 100%;
    min-height: 250px;
}
}

@media (max-width: 767px) {
.page_title {
    font-size: 30px;
}
.page_pathway {
    font-size: 14px;
}
}

.page_banner_infos .container {overflow: hidden;}
