.div-title-with-line-grey {
    width: 600px;
    font-size: 36px;
    text-align: center;
    border-bottom: 2px solid #ccc;
    line-height: 0.1em;
    margin: 30px auto 40px auto;
}

.div-title-with-line-grey .div-title-insite-line-grey {
    background: #fff;
    padding: 0 0px;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: fit-content;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
}

.div-title-with-line-grey .div-title-insite-line-grey.grey-background {
    background: #f2f3f4;
}

/* .ody-btn-solid{

}

.ody-btn-outline{

}

.btn-sm{

}

.btn-md{

}

.btn-large{

} */


@media(max-width:767px) {
    .div-title-with-line-grey {
        width: 100%;
        font-size: 24px;
        text-align: center;
        border-bottom: 2px solid transparent;
        line-height: 0.1em;
        margin: 30px auto 30px auto;
    }
}

div.cms .cms-toolbar .cms-toolbar-left .cms-toolbar-item.cms-toolbar-item-logo{
    position: absolute;
    left: -99999px;;;
}

div.cms .cms-toolbar .cms-toolbar-left .cms-toolbar-item.logo-odyssea-cms{
    height: 46px;
    padding: 6px 20px;
}

div.cms .cms-toolbar .cms-toolbar-left .cms-toolbar-item.logo-odyssea-cms img{
    height: 100%;
}