header {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 1%;
}

.logo-header {
    width: 15%;
    margin-right: auto;
    margin-left: auto;
}

.logo-header img {
    width: 100%;
    max-width: 285px;
}

.title-header {
    width: 20%;
    text-align: left ;
    padding: 2% 0 1% 4%;
}

.title-header h2 {
    font-size: 50px;
    font-weight: 400;
    color: #203268;
    text-transform: none;
    display: inline;
    position: relative;
    vertical-align: middle;
}

.title-header h1::after {
    content: "";
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    border-right: solid 1px #1d4d78;
    width: 1px;
    height: 40px;
}

.login-container {
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: -ms-center;
}

.title-content {
    width: 100%;
    height: 50px;
    margin: 0 0 140px 0;
    background-color: #feb21f;
}

.abcRioButton.abcRioButtonLightBlue {
    width: 280px !important;
    height: 55px !important;
    border-radius: 10px;
}

.abcRioButtonContentWrapper {
    background-color: #4141ce !important;
    padding: 10px 10px 0 0 !important;
}

.abcRioButtonIcon {
    padding: 10px 10px 10px 10px !important;
}

.abcRioButtonContents {
    font-size: 18px !important;
    line-height: 34px !important;
    font-weight: bold !important;
    color: #fff;
}

.login-container-error {
    width: 100%;
    text-align: center;
    text-align: -moz-center;
}

.login-container-error .title-content {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: 100%;
    height: 50px;
    margin: 0 0 140px 0;
}

.login-container-error p {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.logout-container {
    width: 100%;
    margin-top: 22px;
}

.logout-container a {
    display: block;
    padding: 16px 20px;
    background-color: #406274;
    width: 20% !important;
    margin: 0 auto;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: -ms-center;
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
}

div.abcRioButtonContentWrapper:after {
    content: "Se connecter";
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}

.abcRioButtonContents {
    display: none;
}

@media(max-width: 1399px) {
    .title-header {
        width: 23%;
    }
}

@media(max-width: 1099px) {
    .title-header {
        width: 26%;
    }
}

@media(max-width: 999px) {
    .title-header {
        width: 29%;
    }
}

@media(max-width: 899px) {
    .title-header {
        width: 33%;
    }
}

@media(max-width: 799px) {
    .title-header {
        width: 25%;
    }
    .title-header h2 {
        font-size: 30px;
    }
    .logo-header {
        width: 145px;
    }
    .login-container h1 {
        font-size: 35px;
    }
}

@media(max-width: 699px) {
    .title-header {
        width: 27%;
    }
}
@media (max-width: 599px) {
    .title-header {
        width: 32%;
    }
}
@media (max-width: 499px) {
    .title-header {
        width: 39%;
    }
}

@media (max-width: 399px) {
    .title-header {
        width: 45%;
    }
}

@media(max-width: 342px) {
    .title-content {
        height: 88px;
    }
}


