.connection-message .media {
   background: url(./img3/bg-connexion-alert.jpg) no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.block_connection h3{
    text-align: center!important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19px;
    color: #0D5C95;
    border-left: 2px solid #C70626!important;
    display: table;
    padding: 0 10px;
}

div#edit-coords {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.connection-message .typo3-messages h4, .connection-message .typo3-messages p, .connection-message .typo3-messages i {
    color: #fff;
}
.connection-message .typo3-messages p {
    padding: 0;
}
.connection-message .media-left {
    width: 7%;
}
.connection-message .media-body {
    width: 87%;
}
.connection-message .media-body h4 {
    font-size: 28px;
    font-weight: 400;
}
.connection-message .media-left, .connection-message .media-body {
    float: left;
    padding: 2% 2%;
}

.cnsd-user-infos-form fieldset {
    margin-bottom: 20px;
}

.cnsd-user-infos-form fieldset:not(#edit-coords) {
    border: none;
    float: left;
    width: 20%;
    min-width: 250px;
    margin: 0 20px 20px 0;
}

div#edit-wrapper-links {
    display: flex;
    justify-content: space-around;
        flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    padding: 3% 0;
}

.cnsd-user-infos-form fieldset:not(#edit-coords) .fieldset-wrapper, .cnsd-user-infos-form fieldset:not(#edit-coords) .fieldset-wrapper a {
    display: block;
}
.cnsd-user-infos-form fieldset:not(#edit-coords) .fieldset-wrapper a {
    padding: 20px;
    color: #222;
    background-color: #ddd;
}

.wrapper-denom .denom {
    padding: 40px 20px 20px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 40px;
    letter-spacing: 2px;
}

.wrapper-denom .denom strong{
    font-weight:400;
}
.wrapper-denom .button-logout {
   background: #000;
    padding: 10px!important;
    display: table;
    margin-top: 50px!important;
    margin: 0 auto;
}

.wrapper-denom .button-logout .fas{
    font-size:15px;
}
.wrapper-link-account .button--primary {
    white-space: nowrap;
}

.wrapper-link-account {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 90px 20px;
    text-align: center;
    position: relative;
    background: #E1EBF2;
}

.wrapper-link-account i.icon {
   color: #0D5C95;
    font-size: 1.9em;
}

.wrapper-link-account .title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0 20px 0;
}

.wrapper-link-account .infos {
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    color: #6babe0;
}

.link-actions {
    margin-top: 25px;
}

/* Petit ecran */
@media all and (max-width: 1540px) {
    .wrapper-link-account {
        width: 31%;
    }
}

/* Tablette */
@media all and (max-width: 1180px) {
    .wrapper-link-account {
        width: 45%;
    }
}

/* Tablette portrait */
@media all and (max-width: 815px) {
    .wrapper-link-account {
        width: 100%;
        margin-right: 0;
    }
    .wrapper-denom .denom {

    font-size: 25px;
}

/* Mobile */
@media all and (max-width: 479px) {
    .wrapper-denom .button-logout  {
        margin-left: 0;
    }
    .connection-message .typo3-messages i {
        display: none;
    }
    
    div#edit-wrapper-links{
        width:85%;
    }
}