.region-content .messages {
    margin: 65px auto 0 auto !important;
}

.user-login-form {
    min-height: 500px;
}

form#user-pass {
    margin-top: 80px;
}

.title-container {
    display: flex;
    height: 260px;
    color: #fff;
}
.title-container .infos {
    width: 33%;
    height: 260px;
    background-color: #00538f;
}
.title-container a.logo {
    display: block;
    height: 180px;
    background: transparent url('./../../img/logo-cdf-blc-rouge.png') no-repeat center center;
    background-size: 47%;
}
.title-container .title {
    position: relative;
    width: 67%;
    height: 260px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./../../img/connection-top-bg.jpg) center;
    background-size: cover;
}
.title-container .page-subtitle {
    text-align: center;
    padding-top: 110px;
    font-weight: 400;
    text-transform: uppercase;
}
.title-container .page-subtitle a {
    color: #fff;
}
.title-container h1.page-title {
    font-weight: 700;
    padding: 0;
    margin-top: 5px;
    text-transform: inherit;
    font-size: 3em;
}
.title-container .site-back-link {
    position: absolute;
    top: 0;
    right: 7px;
    border-radius: 0;
    padding: 7px 15px;
    text-transform: none;
}
.title-container .site-back-link i {
    margin-right: 5px;
}

.title-container .rs {
    text-align: center;
}
.rs-container .rs-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}
.title-container .rs a {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}
.rs-container .rs a i, .rs-container .rs a #x-rs-icon {
    font-size: 25px;
    margin-left: 10px;
    color: #fff;
}
.rs-container .rs #x-rs-icon {
    width: 23px;
}

.connection-message {
    display: none;
}

#block-cnsd3-entetecreercompte {
    margin-top: 10px;
}
#block-cnsd3-enteteetape2creercompte {
    margin-top: 66px;
}

.cnsd-user-infos-form {
    margin-top: 60px;
}

.user-biblio-cdf {
    margin-top: 80px;
}

#edit-wrapper-activity {
    margin-top: 87px;
}

/* ================ PAGE MON COMPTE ===================================== */
.wrapper-denom .denom strong {
    background: transparent url(../../img/logo-cdf-red.png) no-repeat;
    background-size: 20px;
    padding: 0px 10px 10px 30px;
    font-size: 22px;
    font-weight: 600 !important;
    text-transform: none;
}
.wrapper-denom .button {
    margin: 30px auto 0 auto !important;
}
.wrapper-denom .button-logout {
    /*margin-top: 0 !important;*/
}
.user-activity {
    text-align: left;
}
#edit-code-number p {
    padding: 0 0 5px 0;
}
#edit-actvity-wrapper {
    font-size: 0.9em;
}
/* ================ FIN PAGE MON COMPTE ===================================== */

/* ================ PETITES ANNONCES ===================================== */
.path-classified-ads .liste_articles {
    min-height: 150px;
}
.path-classified-ads .header {
    margin-top: 100px;
}
.classified-ad-form {
    margin-top: 100px !important;
}
/* ================ FIN PETITES ANNONCES ===================================== */

/* MOBILE */
@media all and (max-width: 767px) {
    .title-container {
        display: block;
        height: 305px;
    }
    .title-container .infos, .title-container .title {
        width: 100%;
    }
    .title-container .infos {
        height: 175px;
    }
    .title-container a.logo {
        height: 98px;
    }
    .title-container .title {
        height: auto;
    }
    .title-container .page-subtitle {
        padding-top: 40px;
    }

    .path-user .region-content {
        overflow-y: hidden;
    }

    #sepa-front-payment-form .js-form-item {
        display: block;
        width: 100% !important;
    }
}