.inline {
    display: inline-block;
}

.right-header{
    display: block!important;
    text-align: right;
}

.required { 
    margin-left: 3px;
    color: #bb0d0d;
    font-weight: bold;
    font-size: 130%;
    line-height: 20px;
} 

.row-multiplecols div:not(.form-group), .row-multiplecols label {
    padding-left: 0;
    padding-right: 0;
}

.rgpd {
    font-size: 85%;
    margin: 20px 0;
}

@media (max-width: 767.98px) {
    .logo {
            width: 100%;
        text-align: center;
    }
    .title {
        text-align: center;
        margin-top: 15px;
        padding-bottom: 15px;
    }
}