*{
    transition: ease-out all 0.4s;
}

djoluc-page-header{
    background: rgba(31, 86, 124, 1);
}

.main_image{
    display: block;
    width: 100%;
    height: calc(100vh - 60px);
    margin-top: 40px;
    background: url("../image/etatcv3g.png") no-repeat;
    background-size: 100% auto;
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color: rgba(31, 86, 124, 1);
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}