.page_model {
    background-color: #fff;
    height: auto;
    margin-bottom: 50px;
    width: 1200px;
}
.sep {
    height: 10px;
    background-color: #005aba;
    width: 89%;
    float: right;
    margin: 30px 0 0 0;
}

.titre{    
    position: relative;
    right: 15px;
    font-weight: 100;
    text-transform: capitalize;
    font-family: segoe ui;
    text-decoration: none;
    text-align: right;
    font-size: 50px;
    color: #0055b2;
}

.bread {
    margin-left: 15px;
}



