﻿abbr[title] {
    border-bottom: 1px dotted;
}

strong {
    font-weight: normal;
    font-family: 'open_sansbold';
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 0;
    padding: 0;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 0;
}

legend {
    border: 0;
    *margin-left: -7px;
}

label {
    cursor: pointer;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        vertical-align: top;
    }

    input[type="search"] {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

.right {
    float: right !important;
}
/* hide Class
*******************************************/
.none {
    display: none;
    visibility: hidden;
}

.masque {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
    visibility: hidden;
}

.vnone {
    visibility: hidden;
}
/* Print styles
*********************************************/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a {
        color: #444 !important;
        text-decoration: underline;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
}

body {
    background-color: #f7f7f7;
}

/*.holder {
    margin: 0 auto;
    min-height: 100%;
    min-width: 980px;
}

.container {
    clear: both;
}*/

.wrapper {
    width: 980px;
    margin: 0 auto;
}

#main .wrapper, #breadcrumb .wrapper {
    background-color: #ffffff;
}
/* Header */
header .container {
    background-color: #ffffff;
}

header .wrapper {
    height: 100px;
    overflow: hidden;
}

header .logo-wrapper {
    float: left;
}

header .account {
    float: right;
}

/* End Header */
/* Secondary Navigation */

#secondaryNavigation .subNav {
    overflow: hidden;
}

#secondaryNavigation .subNav li a {
    display: block;
    height: 70px;
    font-size: 14px;
    font-family: 'open_sansbold';
    line-height: 74px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

#secondaryNavigation .subNav li.home {
    width: 80px;
}

#secondaryNavigation .subNav li.home a {
    display: inline-block;
    background: url("../img/picto_accueil.png") no-repeat center 25px;
    width: 80px;
    height: 70px;
}

/* End Secondary Navigation */
/* Breadcrumb */
#breadcrumb .wrapper {
    padding: 10px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#ariane * {
    color: #A6A6A6;
    font-size: 12px;
}

#ariane a {
    text-decoration: underline;
}
/* End Breadcrumb */
#main {
    padding-bottom: 30px;
}

    #main .wrapper {
        position: relative;
        width: 980px;
    }

.maskSmall {
    background: url("../img/mask_small.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    height: 52px;
    width: 45px;
    top: 0px;
    left: 0;
    z-index: 99;
}

.write .maskSmall {
    background: url("../img/mask_small_chat.png") no-repeat scroll 0 0 transparent;
}

.maskSmallGris {
    background: url("../img/mask_small_gris.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    z-index: 99;
}

.startQu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../img/quote_g.png) 0 0 no-repeat;
    width: 16px;
    height: 9px;
}

.endQu {
    display: inline-block;
    background: url(../img/quote_d.png) 0 0 no-repeat;
    width: 16px;
    height: 9px;
    margin-left: 5px;
}
/* Mon Espace */
.corpsContainer {
    background: #ffffff;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    margin-left: 268px;
    padding: 25px;
    width: 712px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .corpsContainer #pageTitle {
        margin-bottom: 14px;
    }

        .corpsContainer #pageTitle h2 {
            font-size: 24px;
            font-family: 'open_sanslight';
            color: #333333;
        }

        .corpsContainer #pageTitle h2 {
            font-size: 18px;
            font-family: 'open_sanslight';
            color: #333333;
        }

    .corpsContainer section {
        margin-bottom: 20px;
    }

        .corpsContainer section h4 {
            background: #f2f2f2;
            color: #3f3f3f;
            font-size: 12px;
            padding: 10px;
        }

    .corpsContainer article {
        position: relative;
        padding: 10px 0px 10px 10px;
        overflow: hidden;
    }

    .corpsContainer .avatarContainer {
        display: inline-block;
        position: relative;
        height: 70px;
        width: 70px;
        overflow: hidden;
    }

.destinataires .avatarContainer {
    display: block;
    height: 76px;
    width: 88px;
}

.corpsContainer .avatarContainer img {
    width: 100%;
}

blockquote {
    color: #666666;
    font-style: italic;
    font-size: 13px;
}

.corpsContainer .cohor {
    display: inline-block;
    width: 565px;
    vertical-align: top;
    margin-left: 10px;
    color: #999999;
    font-size: 11px;
}

    .corpsContainer .cohor strong {
        color: #333333;
    }

    .corpsContainer .cohor .pj {
        background: url("../img/picto_pj.png") no-repeat scroll 0 0 transparent;
        display: inline-block;
        height: 15px;
        left: 3px;
        position: relative;
        top: 4px;
        width: 13px;
    }

.detailCohor {
    display: inline-block;
    margin-bottom: 10px;
    width: 400px;
    color: #999;
}

.corpsContainer article .status {
    display: inline-block;
    margin-top: 12px;
    width: 60px;
    vertical-align: top;
}

.corpsContainer article .prix {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 14px;
    font-family: 'open_sansbold';
}

.toggleVr {
    display: block;
    margin-top: 20px;
    padding: 6px 10px 4px 24px;
    background: url("../img/bg_stog_off.png") no-repeat scroll 10px 7px #F7F7F7;
    border: 1px solid #E6E6E6;
    border-right: none;
    color: #808080;
    font-size: 11px;
    cursor: pointer;
    margin-right: -1px;
}

.voirAutres {
    background: #F7F7F7;
    margin-bottom: 10px;
    margin-right: -1px;
}

    .voirAutres li {
        position: relative;
        background: url(../img/fle-rep.png) 8px 12px no-repeat;
        border: 1px solid #E6E6E6;
        border-top: 1px solid #fff;
        border-right: none;
        padding: 12px 10px 12px 25px;
    }

    .voirAutres .status {
        margin-top: 3px !important;
    }

        .voirAutres .status .encours, .voirAutres .status .refuser, .voirAutres .status .annuler {
            margin-right: 29px;
        }

.infoSub {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 401px;
}

.voirAutres li .prix {
    margin-right: 0px;
    top: 14px;
}

.btnModifier, .btnOui, .btnNon {
    float: left;
    padding: 4px 6px !important;
}

.btnNFC {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.btnSendMessage {
    display: inline-block;
}

.testAlias {
    float: none;
    padding: 5px 6px 6px;
}

.corpsContainer article .addMoney {
    color: #7EAB57;
}

.corpsContainer article .supprMoney {
    color: #BB2C03;
}

.encours, .accepter, .refuser {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-image: url(../img/status.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    float: right;
}

.annuler {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-image: url(../img/picto_status_annuler.png);
    background-size: 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    float: right;
}

.encours {
    background-position: -42px 0;
}

.accepter {
    background-position: 0 0;
}

.refuser {
    background-position: -20px 0;
}

    .encours em, .accepter em, .refuser em, .annuler em {
        display: block;
        font-size: 11px;
        position: absolute;
        text-align: center;
        top: 16px;
        width: 15px;
        z-index: 50;
    }

.overCount {
    height: 119px;
    overflow: hidden;
    position: relative;
}
/* SIDEBAR */
/*aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 269px;
}*/

.infoPerso {
    padding: 10px 3px 5px 25px;
}

    .infoPerso .info {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        color: #333333;
        font-size: 13px;
        font-family: 'open_sansbold';
        margin-left: 5px;
        position: relative;
        top: -12px;
    }

        .infoPerso .info .pNames {
            color: #333333;
            display: block;
        }
/* Dropdown control */
.selectBox-dropdown {
    width: auto;
    padding-right: 40px;
    position: relative;
    text-decoration: none;
    color: #666666;
    outline: none;
    background: url(../img/bg_select-box.png) 0 0 no-repeat;
    display: inline-block;
    height: 30px;
    *display: inline;
    *zoom: 1;
    *width: 120px;
    outline: none !important;
}

    .selectBox-dropdown:focus,
    .selectBox-dropdown:focus .selectBox-arrow {
        border-color: #666;
    }

    .selectBox-dropdown.selectBox-menuShowing {
    }

    .selectBox-dropdown .selectBox-label {
        display: inline-block;
        font-size: 11px;
        overflow: hidden;
        padding: 9px 5px 5px 6px;
        white-space: nowrap;
        width: 100% !important;
        text-align: left;
        height: 30px;
    }

        .selectBox-dropdown .selectBox-label:hover, .selectBox:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .selectBox-dropdown .selectBox-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: url(../img/bg_select-box-d.png) 50% center no-repeat;
    }

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    border: solid 1px #BBB;
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
}

.selectBox-inline {
    width: 250px;
    outline: none;
    border: solid 1px #E6E6E6;
    background: #FFF;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

    .selectBox-inline:focus {
        border-color: #666;
    }

.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

    .selectBox-options li a {
        line-height: 1.5;
        padding: .3em .5em;
        white-space: nowrap;
        overflow: hidden;
        background: 6px center no-repeat;
        cursor: pointer;
        font-size: 11px;
    }

    .selectBox-options li.selectBox-hover a {
        background-color: #f4f4f4;
    }

    .selectBox-options li.selectBox-disabled a {
        color: #888;
        background-color: transparent;
    }

    .selectBox-options li.selectBox-selected a {
        background-color: #F2F2F2;
        color: #333;
        border-bottom: 1px solid #E6E6E6;
    }

    .selectBox-options .selectBox-optgroup {
        color: #666;
        background: #EEE;
        font-family: 'open_sansbold';
        line-height: 1.5;
        padding: 0 .3em;
        white-space: nowrap;
    }

.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

    .selectBox-inline.selectBox-disabled .selectBox-options A {
        background-color: transparent !important;
    }

.trie .selectBox {
    vertical-align: top;
}

.trie {
    margin: 20px 0 0 25px;
    *display: inline;
    padding: 4px;
    background: url("../img/bg_titre_op.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #D6D6D6;
    border-bottom: none;
    clear: both;
    float: left;
    text-align: right;
    width: 656px;
}

.validForm {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 35px;
    height: 14px;
    padding: 8px 0;
    background: url("../img/bg_ok.png") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    font-family: 'open_sansbold';
    text-align: center;
}

.btnRafraichir {
    position: absolute;
    top: 25px;
    right: 26px;
}

.reponse {
    position: relative;
    width: 562px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 14px 0px 12px 25px;
    background: #F7F7F7 url(../img/fle-rep.png) no-repeat 8px 12px;
    border: 1px solid #EDEDED;
    border-right: none;
    color: #999999;
}

.corpsContainer .cohor .reponse strong {
    color: #999999;
}

.reponse span.fleCom {
    background: url("../img/fle_com.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 1%;
    height: 7px;
    left: 23px;
    position: absolute;
    top: -7px;
    width: 12px;
}
/* Historique */
.historique .detailCohor {
    font-size: 12px;
}

    .historique .detailCohor strong {
        color: #3f3f3f;
        font-family: 'open_sansbold';
    }

    .historique .detailCohor em {
        font-style: normal;
    }

article.new {
    background: url(../img/bg_new_actu.png) 100% 0 no-repeat;
}
.chat .togConve, .chat .intoConv {
    float: right;
    cursor: pointer;
    font-size: 11px;
    color: #999999;
    background: url("../img/bg_conv_tg.png") no-repeat scroll 0 6px transparent;
    padding-left: 14px;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.chat .activeChat {
    cursor: pointer;
    font-size: 11px;
    color: #999999;
    background: url("../img/bg_conv_tg.png") no-repeat scroll 0 -27px transparent;
    padding-left: 14px;
    margin-bottom: 10px;
}

.chat .convContainer {
    clear: both;
    margin-top: 20px;
}

    .chat .convContainer .avatarContainer {
        width: 50px;
        height: 50px;
    }

    .chat .convContainer .intoConv {
        margin-bottom: 10px;
    }

.chat .ownCom, .chat .othCom {
    margin-left: 80px;
    width: 559px;
    margin-bottom: 15px;
}

.chat .commentaire {
    display: inline-block;
    background-image: url(../img/fle-rep.png);
    background-position: 7px 9px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 25px;
    width: 462px;
    position: relative;
}

    .chat .commentaire .fleChat {
        background: url(../img/fle_com_gauche.png) 0 0 no-repeat;
        display: block;
        height: 13px;
        left: -7px;
        position: absolute;
        top: 28px;
        width: 7px;
    }

.chat .othCom .commentaire .fleChat {
    background: url(../img/fle_com_droite.png) 0 0 no-repeat;
    left: 497px;
}

.chat .ownCom .commentaire {
    background-color: #EFF5FA;
    border: 1px solid #D4E3EF;
    margin-left: 10px;
    vertical-align: top;
}

.chat .othCom .commentaire {
    background-color: #F7F7F7;
    border: 1px solid #EDEDED;
    margin-right: 10px;
    vertical-align: top;
}

.chat .commentaire blockquote {
    display: block;
}

.chat .write {
    clear: both;
    background: #fafafa;
    border-top: 1px solid #d8d8d8;
    margin: 0 0 -10px -10px;
    padding: 20px;
    outline: none;
    text-align: right;
}

.chat .writeDisabled {
    opacity: 0.4;
}

.chat .btnNotSendMessage {
    cursor: default;
}

.chat .write .ctMessage {
    width: 452px;
    border-right: none;
    outline: none;
}

.chat .write .ownMess {
    display: inline-block;
}

.chat .write .avatarSmall {
    margin: 10px 10px 0 69px;
}
/* FIN Historique */
/* Mode de rechargement */
.typeOperationList .typeOperationItem {
    border-bottom: 1px solid #e6e6e6;
}

    .typeOperationList .typeOperationItem a {
        background: url("../img/chevron_rechargement.png") right center no-repeat transparent;
        display: table;
        padding: 30px 0;
        padding-right: 50px;
        width: 100%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    .typeOperationList .typeOperationItem.noLink a {
        background: none;
        display: table;
        padding: 30px 0;
        padding-right: 50px;
        width: 100%;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .typeOperationList .typeOperationItem.noLink a .simpleLink {
            background: none;
            display: block;
            padding: 0;
            padding-right: 0;
            width: auto;
        }

    .typeOperationList .typeOperationItem a:hover .typeOperationItem-title, .typeOperationList .typeOperationItem a:focus .typeOperationItem-title {
        text-decoration: underline;
    }

    .typeOperationList .typeOperationItem.noLink a:hover .typeOperationItem-title {
        cursor: default;
        text-decoration: none;
        background: none;
    }

    .typeOperationList .typeOperationItem a > div {
        display: table-cell;
        vertical-align: middle;
    }

    .typeOperationList .typeOperationItem .typeOperationItem-title {
        color: #3f3f3f;
        font-size: 19px;
        margin-bottom: 10px;
    }

    .typeOperationList .typeOperationItem .img-wrapper {
        text-align: center;
        width: 100px;
    }

    .typeOperationList .typeOperationItem .infos-wrapper {
        color: #7e7e7e;
        line-height: 18px;
        padding-left: 15px;
    }

        .typeOperationList .typeOperationItem .infos-wrapper ul li {
            padding-left: 15px;
        }
/* FIN Mode de rechargement */
/* FOOTER */
.clear {
    clear: both;
}

footer .container {
    background-color: #ffffff;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}

footer .wrapper {
    position: relative;
}

footer li {
    display: inline-block;
}

footer .lienFooter {
    float: left;
}

    footer .lienFooter li {
        border-right: 1px solid #c5c5c5;
        padding: 6px 5px 6px 0px;
    }

        footer .lienFooter li.last {
            border-right: none;
        }

    footer .lienFooter p {
        color: #666666;
        font-size: 12px;
        padding-left: 8px;
    }

    footer .lienFooter a {
        display: block;
        font-size: 12px;
        color: #535353;
        padding: 0 5px;
    }

        footer .lienFooter a:hover {
            text-decoration: underline;
        }

footer .partner {
    position: absolute;
    top: 12px;
    right: 0;
}

    footer .partner ul {
        display: table;
    }

    footer .partner li {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
    }

    footer .partner .cnous img {
        width: 60px;
    }

    footer .partner .smoney img {
        width: 83px;
    }

    footer .partner .bpce img {
        width: 148px;
    }

footer .market {
    float: left;
    clear: left;
    margin-top: 10px;
}

    footer .market a img {
        height: 44px;
        margin-right: 10px;
    }

/* Contacts */
.tooltipHo {
    background: url("../img/bg_tooltip_hg.png") no-repeat scroll 100% 0 transparent;
    color: #000000;
    font-size: 11px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 13px 15px 23px 0;
    position: absolute;
    visibility: visible;
    width: auto;
    z-index: 99;
    margin-left: 9px;
}

    .tooltipHo span {
        background: url("../img/bg_tooltip_hd.png") no-repeat scroll 100% 0 transparent;
        display: block;
        float: left;
        height: 43px;
        left: -13px;
        position: absolute;
        top: 1px;
        width: 13px;
    }

        .tooltipHo span.tooltipMi {
            background: url(../img/bg_tooltip_hm.png) center bottom no-repeat;
            left: -7px;
            width: 100%;
            top: 4px;
        }

.contacts {
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    border-top: none;
    margin: 0 0 0 25px;
    *display: inline;
    float: left;
    width: 664px;
}

    .contacts div.noitem {
        color: #666666;
        font-size: 12px;
        font-family: 'open_sansbold';
        padding: 5px 7px;
    }

.toolbar li.fav a {
    background-position: 8px -41px;
}

    .toolbar li.fav a:hover, .toolbar li.fav a.on {
        background-position: 8px 9px;
    }

.toolbar li.blo a {
    background-position: -58px -41px;
}

    .toolbar li.blo a:hover, .toolbar li.blo a.on, .bloque .toolbar li.blo a {
        background-position: -58px 9px;
    }

.toolbar li.suppr {
    float: right;
}

    .toolbar li.suppr a {
        background-position: -280px -40px;
        border-left: 1px solid #EBEBEB;
        border-right: none;
        outline: none !important;
    }

        .toolbar li.suppr a:hover {
            background-position: -280px 3px;
        }

.bloque .btn_contact * {
    color: #bfbfbf !important;
}

#corps .supprTooltip {
    background: url("../img/bg_sppr_box.png") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    padding: 10px 10px 19px;
    position: absolute;
    right: -22px;
    top: -48px;
    width: 228px;
    z-index: 99;
    display: block;
}

#corps .supprPj .supprTooltip {
    background: url("../img/bg_sppr_box.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 11px;
    left: 23px;
    padding: 10px 10px 19px;
    position: absolute;
    top: -53px;
    width: 228px;
    z-index: 9999;
}

#corps .supprTooltip .message {
    margin-top: 6px;
    float: left;
}

#corps .supprTooltip .btn {
    margin-left: 10px;
    padding: 0 5px !important;
    height: 25px !important;
    line-height: 25px !important;
}

#corps .profAvatar .supprTooltip {
    background: url("../img/bg_sppr_box_left.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 11px;
    padding: 10px 10px 19px;
    position: absolute;
    top: auto;
    right: auto;
    width: 228px;
    z-index: 9999;
}

label.list {
    color: #3f3f3f;
    display: inline-block;
    font-size: 12px;
    position: relative;
    width: 65px;
}

.contRec {
    bottom: 7px;
    margin: 8px;
}

label.inline {
    float: left;
    margin: 0 10px 0 0;
}

input.hiddenCheckbox {
    position: absolute;
    left: -10000px;
}

label.prettyCheckbox span.holderWrap {
    display: block;
    float: left;
    position: relative;
    margin-right: 5px;
    overflow: hidden;
}

label.prettyCheckbox span.holder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.trie .separateur {
    background: url("../img/separteur.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 40px;
    left: -4px;
    margin-top: -13px;
    position: relative;
    top: 8px;
    width: 2px;
    *display: inline;
    *zoom: 1;
}
/* Envoyer de l argent*/
.ariane {
    color: #A6A6A6;
    font-size: 10px;
    padding: 15px 0 0 25px;
}

    .ariane a {
        color: #A6A6A6;
        text-decoration: underline;
    }

.side {
    *display: inline;
    background: #FAFAFA;
    border: 1px solid #EBEBEB;
    margin-left: 25px;
    width: 662px;
    float: left;
    margin-top: 10px;
}

   /* .side .rub, .overlay .codeConfVal {
        width: 100%;
        background: url(../img/bg_rub.gif) 0 100% repeat-x;
        padding: 11px 0 15px;
        position: relative;
    }*/

    /*.side .cb .labTitle {
        margin-top: 60px;
    }*/

    .side .last {
        background: none;
    }

.corpsContainer .codeConfVal, .corpsContainer .codeConfValBg {
    /*background:#F5F5F5 url(../img/bg_rub.gif) 0 100% repeat-x;*/
    background: none repeat scroll 0 0 #F5F5F5;
}

/*.side .labTitle {
    width: 107px;
    float: left;
    text-align: right;
    color: #2A89BB;
    font-size: 11px;
    padding-top: 6px;
}

.side .labTitle sup {
    color: #ED0000;
    font-family: 'open_sansbold';
}
*/
/*.side .labInfos {
    width: 543px;
    float: right;
    position: relative;
}*/

/*.side .labInfos strong {
    padding-top: 5px;
    display: block;
}*/

.side .loading img {
    margin-right: 5px;
    vertical-align: middle;
}

#popCarnet {
    position: absolute;
    width: 246px;
    z-index: 99999;
    background: #FFF;
    -moz-box-shadow: 0px 1px 4px 0px #EBEBEB;
    -webkit-box-shadow: 0px 1px 4px 0px #EBEBEB;
    -o-box-shadow: 0px 1px 4px 0px #EBEBEB;
    box-shadow: 0px 1px 4px 0px #EBEBEB;
    border: 1px solid #999999;
    top: 32px;
}

    #popCarnet li {
        display: block;
        border-bottom: 1px solid #E6E6E6;
        font-size: 11px;
        height: 30px;
        padding: 5px 10px 2px 36px;
        color: #333333;
        cursor: pointer;
    }

        #popCarnet li .destPhone {
            color: #2A89BB;
        }

        #popCarnet li:hover, #popCarnet li:focus {
            background: #F2F2F2;
            outline-color: transparent;
            outline-style: none;
        }

.selecMontant {
    padding-top: 7px;
}

    .selecMontant label, .selecMontant2 label {
        font-size: 14px;
        color: #4D4D4D;
    }

        .selecMontant label.list {
            width: 150px;
            margin-left: 0px;
            top: 0;
            margin-bottom: 6px;
        }

        .selecMontant2 label.list {
            width: 280px;
            margin-left: 0px;
            top: 0;
            margin-bottom: 6px;
        }

.focused {
    border: 1px solid #999999 !important;
    color: #4D4D4D !important;
}

.noPlaceHolder {
    color: #4D4D4D !important;
}

.btnAjouter {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

    .btnAjouter span.off {
    }

.destinataires {
    background: url(../img/bg_placeholder_destinataire.png) 0 0 no-repeat;
    margin-top: 10px;
    max-width: 454px;
    min-height: 158px;
}

    .destinataires ul {
    }

    .destinataires li {
        background: #fff;
        width: 88px;
        height: 146px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        border: 1px solid #e6e6e6;
        text-align: center;
        position: relative;
        margin-right: 10px;
    }

        .destinataires li:last-child {
            margin-right: 0;
        }

        .destinataires li:hover {
            z-index: 99;
            border: 1px solid #7f7f7f;
        }

        .destinataires li .img-wrapper {
            height: 75px;
            overflow: hidden;
        }

            .destinataires li .img-wrapper img {
                width: 100%;
            }

        .destinataires li .user-name {
            /*display: table-cell;*/
            display: block;
            vertical-align: middle;
            width: 85px;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            font-size: 12px;
            text-align: center;
            height: 38px;
            word-wrap: break-word;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            line-height: 38px;
        }

        .destinataires li input, .destinataires li strong.montantConf {
            background-color: #FFFFFF;
            border: none !important;
            color: #3F3F3F;
            cursor: text;
            font-size: 12px;
            font-weight: normal;
            height: 30px;
            padding: 0 5px;
            vertical-align: top;
            text-align: center;
            width: 100%;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .destinataires li strong.montantConf {
            padding-top: 8px;
        }

.upload {
    margin-top: 2px;
    float: left;
}

.supprDest {
    background: url("../img/promo_close.png") 0 0 no-repeat transparent;
    display: block;
    height: 25px;
    position: absolute;
    right: -5px;
    top: -5px;
    height: 17px;
    width: 17px;
}

.supprPj {
    background-image: url("../img/picto_toolbar.png");
    background-position: -83px -6px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: 18px;
    outline: medium none !important;
    width: 13px;
    cursor: pointer;
}

    .supprPj:hover {
        background-position: -83px -42px;
    }

.sepAriane {
    vertical-align: middle;
}

.confPj {
    padding-left: 21px;
    display: inline-block;
    height: 15px;
}

.side .codeConf {
    background: #F5F5F5 url(../img/bg_rub.gif) 0 100% repeat-x;
    margin-top: -1px;
}

.overlay .codeConfVal {
    background: #F5F5F5 url(../img/bg_rub.gif) 0 100% repeat-x;
}

.saisieCode {
    padding-left: 10px;
    font-size: 14px;
    min-height: 150px;
}

.titreImg {
    margin-left: 94px;
}

.errorContact {
    background: url("../img/avatar_small_refund.png") no-repeat scroll 50px 5px transparent;
    height: 40px;
    width: 240px;
    margin: auto;
    margin-top: 30px;
    padding-top: 200px;
    font-size: 14px;
    font-family: 'open_sansbold';
    text-align: center;
}

.infoConf {
    background: url("../img/picto_info.png") no-repeat scroll 20px 15px #FAFAFA;
    border-top: 1px solid #d8d8d8;
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 20px 0 20px 60px;
}

.overMessage blockquote {
    display: inline-block;
}

.overCtMontant {
    margin-left: 8px;
}

.choixMontant li {
    float: left;
    margin-right: -1px;
}

    .choixMontant li a {
        border: 1px solid #CCCCCC;
        font-size: 14px;
        font-family: 'open_sansbold';
        color: #808080;
        text-shadow: 0 1px 0 #FFFFFF;
        text-align: center;
        width: 75px;
        padding-top: 20px;
        height: 34px;
        display: block;
    }

    .choixMontant li.ctMd a, .choixMontant li.bordTpl a {
        border-top: 1px solid #fff;
    }

    .choixMontant li.last a {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 12px;
    }

    .choixMontant li:hover a, .choixMontant li.on a {
        background: url(../img/bg_autre-montant.png) 0 0 no-repeat;
        z-index: 99;
        color: #fff;
        text-shadow: 0 -1px 0 #24658C;
        border: none;
        width: 77px;
        height: 36px;
        overflow: hidden;
    }

.autreMontant {
    display: none;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.autreMontant .checkbox {
    display: block;
    font-size: 11px;
    margin: 16px 0 0;
    position: relative;
    top: 0;
    width: 210px;
}

.fdg {
    background: url(../img/icon_info.png) 0 no-repeat;
    display: table;
    padding-left: 35px;
    height: 26px;
    margin-top: 15px;
}

#BICIBANwarning.fdg {
    padding-left: 45px;
    padding-right: 13px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 16px;
    margin-top: 0px;
    background-position-x: 11px;
    background-position-y: 9px;
}

.fdg em, .fdg em {
    color: #999999;
    display: table-cell;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    width: auto;
    text-align: left;
    vertical-align: middle;
}

.fdg em span {
    color: #999999;
    font-style: italic;
}

.puBas {
    margin-bottom: 8px;
}

.fdg em a, .saisieCode p span a {
    color: #999;
    text-decoration: underline;
}

.saisieCode p span {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 6px;
}

.saisieCode p .codeMobile {
    border: 1px solid #CCCCCC;
    display: block;
    margin: 15px 0;
    padding: 6px;
}

section .statusAccuse {
    display: table;
    width: 100%;
    background: url("../img/picto_conf.png") no-repeat scroll 20px 20px transparent;
    padding: 20px 20px 20px 80px !important;
    height: 80px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section .statusAccuseErreur {
    display: table;
    width: 100%;
    background: url("../img/picto_erreur.png") no-repeat scroll 20px 20px transparent;
    padding: 20px 20px 20px 80px !important;
    height: 80px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section .statusAccuseInfos {
    display: table;
    width: 100%;
    background: url("../img/picto_notif.png") no-repeat scroll 20px 20px transparent;
    padding: 20px 20px 20px 80px !important;
    height: 80px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section .statusAccuseNews {
    width: 100%;
    background: url("../img/icon_info.png") no-repeat scroll 15px 15px transparent;
    padding: 13px 20px 20px 60px !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    background-size: 26px 26px;
}

.statusAccuse span, .statusAccuseErreur span, .statusAccuseInfos span {
    display: table-cell;
    vertical-align: middle;
    color: #3f3f3f;
    font-size: 14px;
}

.statusAccuseErreur span {
    color: red;
}

#SectionError .message, #SectionError .message {
    font-size: 13px;
    padding-left: 80px;
}

.statusAccuseBigLogo span, .statusAccuseBigLogo1Line span, .statusAccuseBigLogo2Line span {
    color: #808080;
    display: block;
    font-size: 14px;
    margin-left: 16px;
    padding: 1px 0 0px 50px;
    background: url(../img/picto_conf.png) 0 2px no-repeat;
}

.statusAccuseBigLogo1Line span {
    padding-top: 15px;
    padding-bottom: 15px;
}

.statusAccuseBigLogo2Line span {
    padding-top: 6px;
}
/* Page profil */
.infoPersoProfil li.profAvatar {
    display: table;
    padding: 0;
    width: 100%;
}

.profil #avatar {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 150px;
    font-size: 0;
    position: relative;
}

    .profil #avatar .profilPic {
        width: 100%;
    }

    .profil #avatar #btnUploadPhoto {
        background: url("../img/picto_modif_pic_profil.png") 0 0 no-repeat #5192CC;
        position: absolute;
        top: 0;
        right: 0;
        height: 30px;
        width: 30px;
        border: 0;
    }

        .profil #avatar #btnUploadPhoto:hover, .profil #avatar #btnUploadPhoto:focus {
            background-color: #4786B2;
        }

.profil .detail {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #4D4D4D;
    padding-left: 30px;
}

    .profil .detail .name {
        font-size: 18px;
        font-family: 'open_sansbold';
        color: #4D4D4D;
        display: block;
        margin-bottom: 15px;
        width: auto;
        text-align: left;
    }

    .profil .detail .birthday {
        font-size: 12px;
        font-weight: normal;
        color: #4D4D4D;
        display: block;
        margin-top: 3px;
    }

.toggleTel > div, .toggleType > div, .toggleValid > div, .toggleEmail > div, .toggleAlternateEmail > div, .toggleAlias > div, .toggleAdresse > div, .toggleTwitterAddress > div {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 229px;
}

    .toggleTel > div:first-child, .toggleType > div:first-child, .toggleValid > div:first-child, .toggleEmail > div:first-child, .toggleAlternateEmail > div:first-child, .toggleAlias > div:first-child, .toggleAdresse > div:first-child, .toggleTwitterAddress > div:first-child {
        width: 406px;
        padding-left: 0;
    }

.toggleTel label, .toggleType label, .toggleValid label, .toggleEmail label, .toggleAlternateEmail label, .toggleAlias label, .toggleAdresse label, .toggleTwitterAddress label {
    display: inline-block;
    width: 140px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: right;
    color: #5192CC;
    font-size: 12px;
}

.toggleTel .row, .toggleType .row, .toggleValid .row, .toggleEmail .row, .toggleAlternateEmail .row, .toggleAlias .row, .toggleAdresse .row, .toggleTwitterAddress .row {
    margin-bottom: 10px;
}

.toggleAlias .trash {
    position: absolute;
    top: 5px;
    right: 5px;
}

.toggleAdresse label {
    width: 65px;
}

.toggleAdresse #number, .toggleAdresse #addressZipcode {
    width: 60px;
}

.toggleAdresse #street, .toggleAdresse #addressCity {
    width: 180px;
}

.toggleValid {
    float: left;
}

.infoPersoProfil ul.infPerso .btn_vr li {
    width: auto;
    padding: 0;
    position: relative;
    border: none;
}

.avatarBig {
}

    .avatarBig img {
    }

.btnModifier {
    position: absolute;
    right: 10px;
    top: 8px;
}

.nfc .btnModifier {
    position: static;
    margin-top: 10px;
    top: 0;
    left: 0;
    float: left;
}

.btn_vr {
    padding-bottom: 5px;
    padding-top: 0px;
    margin-top: 5px;
    margin-left: 0px;
    width: auto;
    text-align: right;
}

    .btn_vr li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

.cohor .btn_vr {
    margin-top: 15px;
}

.optContainer {
}

.blocProfFull, .blocProfMid {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    margin-bottom: 20px;
    position: relative;
}

    .blocProfFull label {
        cursor: default;
    }

        .blocProfFull label .holderWrap {
            cursor: pointer;
            margin-left: 27px;
        }

.blocProfMid {
    width: 318px;
    height: 180px;
}

.resilier {
    top: 5px;
}

.optContainer .bloc-header {
    background: #f2f2f2;
    border-bottom: 1px solid #d8d8d8;
    cursor: default;
    margin: 0;
    height: 20px;
    padding: 10px;
    font-size: 14px;
    color: #4D4D4D;
}

    .optContainer .bloc-header .btn {
        position: absolute;
        top: 4px;
        right: 5px;
    }

.optContainer h3 {
    font-family: 'open_sansbold';
    font-weight: normal;
    margin: 0px;
}

.optContainer .blocProfMid h3 {
    width: 301px;
}

.linkCol {
}

    .linkCol li {
        border-bottom: 1px solid #EBEBEB;
        padding: 10px;
        line-height: 30px;
        overflow: hidden;
    }

        .linkCol li .btn {
            float: right;
            width: 220px;
        }

        .linkCol li strong {
            display: inline-block;
            font-weight: normal;
            font-size: 13px;
            color: #4D4D4D;
        }

.linkSec li {
    border-bottom: 1px solid #EBEBEB;
    padding: 10px;
    overflow: hidden;
}

    .linkSec li .btn {
        float: right;
        width: 220px;
    }

.tableCb {
    width: 100%;
}

    .tableCb th {
        border-right: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        text-align: left;
        padding: 10px 20px;
        font-size: 12px;
        color: #808080;
    }

    .tableCb td label.list {
        width: auto;
    }

    .tableCb td.solde {
        width: 125px;
    }

        .tableCb td.solde span {
            font-size: 14px;
            float: right;
        }

    .tableCb .mainCounter .solde span {
        color: #5192cc;
    }

    .tableCb td span.holderWrap {
        display: inline-block;
        margin: 0 !important;
    }

    .tableCb td.defaultCbCol {
        text-align: center;
    }

    .tableCb th.nameCb {
        width: 230px;
    }

    .tableCb th.empty {
        background: #f2f2f2;
    }

    .tableCb tr th:last-child,
    .tableCb tr td:last-child {
        border-right: none;
    }

    .tableCb td {
        border-right: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        padding: 10px;
        position: relative;
        font-size: 12px;
        vertical-align: middle;
    }

        .tableCb td.actions {
            width: 280px;
        }

            .tableCb td.actions .btn {
                width: 100%;
            }

        .tableCb td.active {
            color: green;
            font-family: 'open_sansbold';
        }

        .tableCb td.blocked {
            color: red;
            font-family: 'open_sansbold';
        }

#imgNFC {
    margin: 25px 0px 25px 25px;
    float: left;
}

.nfc {
    color: #808080;
    float: left;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 30px;
    width: 202px;
}

.tableCb td em {
    display: inline-block;
    margin-top: 9px;
}

.tableCb td.cb img {
    border: 1px solid #d9d9d9;
}

.tableCb td .supprPj {
    position: relative;
    margin: 0;
}

#corps .tableCb td .supprTooltip {
    left: -202px;
}

.tableCb .supprCb {
    padding: 0;
    text-align: center;
}

    .tableCb .supprCb .btnOui {
        margin-left: 15px;
    }

.tableCb .btnModifier, .tableCb .btnValider {
    float: right;
    position: relative;
    right: 9px;
    top: 1px;
    width: 60px;
    margin-right: 0;
}

.btnConf {
    padding: 8px;
}

.tbCompte td {
    padding: 12px 11px !important;
}

.tbCompte th .title {
    float: left;
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    color: #808080;
    text-shadow: 0 1px 0 #FFFFFF;
}

.tbCompte th .trash {
    float: right;
    margin-right: 10px;
}

.nameCb {
}

.infoConfirmMobile {
    color: #666666;
    font-size: 14px;
    padding: 12px 0;
}

section .labInfos p.infoConfirmMobile {
    color: #666666;
    font-size: 14px;
    padding: 18px 0 0 0;
}

.infoKyc {
    color: #666666;
    font-size: 14px;
    margin-bottom: 15px;
}

.infoKycSu {
    color: #666666;
    font-size: 14px;
    padding: 2px 0;
}

.aliasCb, .aliasCbSave {
    text-align: center;
}

.overlayFooter {
    padding: 15px 20px;
}

#deleteBankAccount {
    background: none repeat scroll 0 0 #FAFAFA;
}

    #deleteBankAccount .message {
        background: url("../img/picto_erreur.png") no-repeat scroll 20px 50px transparent;
        color: #DE0000;
        font-family: 'open_sansbold';
        padding: 60px 20px 15px 62px;
    }

/* Overlay Modification du profil */

/*.overlay .labTitle {
    display: inline-block;
    width: 270px;
    text-align: right;
    color: #5192CC;
    font-size: 12px;
    padding-top: 7px;
    margin-right: 10px;
}*/

/*.overlay .overUpload .labTitle {
    padding-top: 2px;
    vertical-align: top;
}

.overlay .overUpload .labTitle.labUploadProfil {
    margin: 2px 30px;
    padding-left: 40px;
    text-align: left;
    width: initial;
}
*/
/*#openOverModifProfil .labInfos, #openOverModifAddress .labInfos {
    padding-top: 6px;
}*/

/*#openOverModifProfil #make .labTitle, #openOverModifProfil #valid .labTitle, #openOverModifProfil #wait .labTitle, #openOverModifProfil #error .labTitle,
#openOverModifAddress #make .labTitle, #openOverModifAddress #valid .labTitle, #openOverModifAddress #wait .labTitle, #openOverModifAddress #error .labTitle {
    padding-top: 0px;
}
*/
#openOverModifProfil #error li strong,
#openOverModifAddress #error li strong {
    color: red;
}

#openOverModifProfil .ctName,
#openOverModifAddress .ctName {
    width: 246px !important;
    margin-top: 0px !important;
}

#openOverModifAddress #newCountry {
    width: 100px;
}

#openOverModifProfil .ctBirthYear,
#openOverModifAddress .ctBirthYear {
    height: 28px !important;
    width: 40px !important;
    margin-top: 0px !important;
}

#openOverModifProfil .selectBox-dropdown,
#openOverModifAddress .selectBox-dropdown {
    margin-right: 20px;
}

#openOverModifProfil .check .overUpload,
#openOverModifAddress .check .overUpload {
    background: #fff;
}

#openOverModifProfil .overUpload span,
#openOverModifAddress .overUpload span {
    margin-left: 30px;
}

.overlay .btnVp {
    background-color: #E6E6E6;
    border-top: 1px solid #d8d8d8;
}

#openOverModifProfil .bigBtnBleu, #openOverModifProfil .bigBtnGris, #openOverModifProfil .btnValider,
#openOverModifAddress .bigBtnBleu, #openOverModifAddress .bigBtnGris, #openOverModifAddress .btnValider {
    float: right;
}

#openOverModifProfil .txtUpload, #openOverModifProfil .txtValid, #openOverModifProfil .txtWait,
#openOverModifAddress .txtUpload, #openOverModifAddress .txtValid, #openOverModifAddress .txtWait,
#openOverOptInAndAddress .txtFiscal {
    background: url(../img/picto_info.png) 0 0 no-repeat;
    color: #999999;
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: 10px 30px;
    padding: 5px 0 5px 40px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-align: left;
    width: auto;
    min-height: 16px;
}

#openOverModifAddress #UpdateMyAddressForms form {
    margin-top: 3px;
    margin-bottom: 3px;
}

#openOverModifAddress .accessibilityInfo {
    margin-top: 40px;
}

#openOverModifProfil .erreurSaisie,
#openOverModifAddress .erreurSaisie {
    margin-left: 140px;
}

.overlay .overConfirm,
#openOverModifProfil .overConfirm,
#openOverModifAddress .overConfirm {
    background: #F5F5F5;
}

#openOverModifProfil #UpdateMyIdentityLoad,
#openOverModifAddress #UpdateMyAddressLoad {
    position: absolute;
    height: 100%;
}

    #openOverModifProfil #UpdateMyIdentityLoad img,
    #openOverModifAddress #UpdateMyAddressLoad img {
        float: left;
        width: 50px;
        margin-top: 90px;
        margin-left: 120px;
    }

    #openOverModifProfil #UpdateMyIdentityLoad .txtLoad,
    #openOverModifAddress #UpdateMyAddressLoad .txtLoad {
        float: left;
        width: 240px;
        margin-top: 108px;
        margin-left: 30px;
    }

#openOverModifProfil .saisieCode,
#openOverModifAddress .saisieCode {
    padding-left: 155px;
}

#openOverModifProfil #overConfError strong, #openOverModifProfil #overCustomError strong,
#openOverModifAddress #overConfError strong, #openOverModifAddress #overCustomError strong {
    background: url("../img/bg_over_error.png") no-repeat scroll 20px 5px transparent;
}

#openOverModifAddress .countryInfo {
    background: url("../img/picto_notif.png") no-repeat scroll 12px 12px transparent;
}

    #openOverModifAddress .countryInfo strong {
        padding-left: 70px;
        width: auto;
        color: #2A89BB;
        min-height: 40px;
    }
/* Offres */
.infoOffres {
    display: block;
    font-size: 14px;
    padding: 8px 32px 0 0;
}

    .infoOffres img {
        margin-top: 38px;
    }

.side .infoOffres strong {
    display: inline;
}

.side .offre {
    padding: 0;
}

.paieOffre li {
    border-top: 1px solid #EBEBEB;
    position: relative;
    height: auto;
    outline: none !important;
}

    .paieOffre li.on, .paieOffre li:hover {
        background: #F2F2F2;
    }

.paieOffre label.list {
    width: auto;
    padding: 30px 0 30px 59px;
    margin: 0;
    position: static;
}

.paieOffre label.prettyCheckbox span.holderWrap {
    margin-top: 17px;
}

.paieOffre .pr {
    border: none;
}

    .paieOffre .pr label.list {
        background: url(../img/pass_rech.png) 120px 25px no-repeat;
    }

.paieOffre .pm label.list {
    background: url(../img/pass_mois.png) 120px 25px no-repeat;
}

.paieOffre .pa label.list {
    background: url(../img/pass_an.png) 120px 25px no-repeat;
}

.paieOffre li p {
    float: left;
    margin-left: 120px;
}

    .paieOffre li p strong {
        display: block;
        font-family: 'open_sansbold';
        color: #4D4D4D;
        font-size: 18px;
        margin-top: 4px;
    }

    .paieOffre li p span {
        background: url("../img/check-mini.png") no-repeat scroll 0 0 transparent;
        display: block;
        padding-left: 22px;
        padding-top: 2px;
        font-size: 12px;
        color: #808080;
        margin-top: 5px;
    }

    .paieOffre li p em {
        color: #4D4D4D;
        display: block;
        font-size: 24px;
        left: 73%;
        position: absolute;
        top: 44px;
        text-shadow: 0 1px 0 #FFF;
    }

        .paieOffre li p em sup {
            font-size: 15px;
            color: #4D4D4D;
            padding-left: 5px;
            text-shadow: 0 1px 0 #FFF;
        }

.labOffre {
    margin-right: 40px;
}

/*.side .labInfos strong.labConfOffre {
    font-size: 14px;
    padding-top: 12px;
}*/

.infoAbo {
    font-family: 'open_sansbold';
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
    font-size: 14px;
    width: 75px;
}
/* fin offres*/
.oppBloque {
    margin: 10px 0;
}

    .oppBloque li {
        color: #c2272b;
        font-size: 14px;
        margin-bottom: 5px;
    }

.allowBloque {
    margin-top: 10px;
    color: #009146;
    font-size: 14px;
}

.choixCbList li {
    float: left;
}

.tabOffres td .bigBtnGris span {
    color: #BFBFBF;
}

label.labCb span.holderWrap {
    margin-top: 9px !important;
}

label.labCb {
    width: 80px;
    margin: 0;
}

    label.labCb img {
        border: 1px solid #D9D9D9;
    }

.choixCbList {
    float: left;
    margin-top: -2px;
}

.LabBig {
    margin-top: -7px;
}

.infosCb {
    width: 280px;
}

.infosCbDate {
    width: 30px;
}

.sepDate {
    color: #999999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 7px;
}

.mesSec {
    background: url("../img/picto_cadenas.png") no-repeat scroll 0 0 transparent;
    color: #999999;
    font-size: 11px;
    padding: 1px 0 0 30px;
}

.warning {
    margin-right: 27px;
}

.rezConf {
    overflow: hidden;
}

    .rezConf li, .rezConfAccuse li {
        background: url("../img/picto_chek.png") no-repeat scroll 0 0 transparent;
        color: #4D4D4D;
        margin-top: 12px;
        padding: 0 0 5px 28px;
    }

.warLab, .rezConfAccuse {
    color: #666;
    font-size: 14px;
    padding-top: 12px;
}

.warLabConfirm {
    padding-top: 0;
}

.rezConfAccuse {
    padding-top: 0;
    margin-top: -5px;
    font-size: 12px;
}

/*.ctMobile, .ctCode, .ctName, .ctBirthYear, .ctText, .ctHour, .ctMinute, .ctDate, .codeMobile, .ctMessage, .ctMontant, .ctPlace, .inputPwd {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #3F3F3F;
    cursor: text;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    padding: 0 5px;
    vertical-align: top;
    width: 100px;
}
*/
.codeMobile {
    font-size: 16px;
    text-align: center;
}
/*
.ctCode {
    width: 75px;
    margin-top: -1px;
}*/

.ctText {
    width: 230px;
}

.ctMessage, .ctPlace {
    width: 320px;
}

.destEnvoi {
    width: 230px;
}

.ctMontant {
    background: url(../img/bg_montant.png) 90px 8px no-repeat;
    padding: 0 20px 0 5px;
    width: 80px;
    font-size: 16px;
}

#corps .toggleValid .fdg em {
    margin: 25px 0 18px;
}

.supprAlias {
    width: 72px;
    margin-right: 10px;
    margin-top: -8px;
}

.testAlias {
    display: inline-block;
    width: 48px;
    margin-top: -5px;
    margin-left: 10px;
}

.verifOk, .verifNdi, .verifErreur {
    clear: both;
    color: #999999;
    font-size: 11px;
    margin: 7px 0px;
    padding: 3px 0 4px 25px;
}

.verifOk {
    background: url(../img/picto_status_succes.png) 0 0 no-repeat;
}

.verifNdi, .verifErreur {
    background: url(../img/picto_status_refuser.png) 0 0 no-repeat;
}

.error * {
    opacity: .5;
    filter: alpha(opacity=50);
}

.error .pError {
    background: url("../img/picto_error.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 29px;
    position: absolute;
    right: 16px;
    top: 5px;
    width: 30px;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100) !important;
}

.contVp {
    background: #ffffff;
    padding: 20px;
    border-top: 1px solid #e6e6e6;
}

.lstVp li {
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    min-height: 50px;
    width: 100%;
    background: #FFFFFF;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .lstVp li em {
        color: #2A89BB;
        display: block;
        float: left;
        font-size: 11px;
        margin-left: 18px;
        margin-top: 8px;
    }

    .lstVp li .selectBox {
        float: right;
        margin-right: 18px;
        width: 250px;
    }

#openOverVp .erreurSaisie {
    border-bottom: 1px solid #EBEBEB;
    float: left;
    padding: 18px 18px 18px 39px;
    width: 493px;
    background: url("../img/picto_erreur_mini.png") no-repeat scroll 18px 18px transparent;
}

.btnVp {
    background: none repeat scroll 0 0 #FAFAFA;
    padding: 15px 20px;
    text-align: right;
}

    .btnVp.validateOverlayHead {
        height: 63px;
        padding: 0;
    }

        .btnVp.validateOverlayHead img {
            float: left;
            padding: 12px;
            height: 40px;
        }

#openOverValidateIzlyAccount > p {
    padding: 20px;
}

.surete {
    font-size: 11px;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.surNiv {
    background-image: url("../img/sprite_pass.png");
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 19px;
    position: relative;
    top: 5px;
    width: 142px;
}

.statNm {
    background-position: 0 100%;
}

.statOk {
    background-position: 0 50%;
}

.statNok {
    background-position: 0 0;
}

.fleOffer {
    background: url("../img/fle_offer.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 13px;
    left: 60px;
    position: relative;
    top: 37px;
    width: 24px;
}

.errorMntLib {
    margin-left: 154px;
}

.souscript {
    *display: inline;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #EBEBEB;
    border-top: 1px solid #fff;
    float: left;
    margin-left: 25px;
    padding: 16px;
    width: 620px;
}

/* Ajout compte mineur */
/*.choixCiList {
    display: inline-block;
    margin-top: 4px;
}

    .choixCiList label.labCb span.holderWrap {
        margin-top: 0 !important;
    }

    .choixCiList li {
        display: inline;
    }*/

.accrMineur {
    display: block;
    font-size: 14px;
    padding: 8px 32px 0 0;
}

.accrPic {
    left: -22px;
    position: relative;
}

.side .labNat {
    padding-top: 9px;
}

.side .labQuestion {
    padding-top: 20px;
}

.qsMineur {
    display: inline-block;
    margin-top: 2px;
    margin-left: 15px;
}

    .qsMineur label.autoCk {
        display: inline-block;
        margin: 0 0 0 15px;
        padding: 0;
        width: auto;
        font-size: 12px;
    }

/*.addMineur .ctCode {
    margin-top: -1px;
    width: 235px;
}*/

.addMineur .selectBox-dropdown {
    width: 200px;
}

.repPerso {
    margin-top: 15px;
}

.side .noBg {
    background: none;
}

.recCb {
    margin-left: 34px;
}

    .recCb label.labCb {
        font-size: 12px;
        font-family: 'open_sansbold';
        margin: 0;
        width: 280px;
    }

.side .LabBigCap {
    color: #2A89BB;
    float: left;
    font-size: 11px;
    padding-top: 6px;
    text-align: right;
    width: 107px;
    margin-top: 80px;
}

.txtOpp {
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
    color: #666666;
}

.ctQuestionSe {
    margin: 10px 0;
    width: 274px;
}

.telServClient {
    color: #999999;
    font-size: 16px;
    font-family: 'open_sansbold';
}

.openConfQues {
    width: 400px !important;
}

    .openConfQues .btnOverError {
        width: 360px !important;
    }

/* Actualites */
h2.titreActu {
    background: url(../img/bg_actu_titre.png) 0 0;
    font-size: 12px;
    font-family: 'open_sansbold';
    color: #4D4D4D;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.slides_container {
    width: 269px;
    *width: 268px;
    height: auto;
}

    .slides_container > div, .slides_container > div > div, .slideCatalog_container > div, .slideCatalog_container > div > div {
        width: 100%;
        float: left;
    }

    .slides_container li, .slides_container ul {
        float: left;
        width: 269px;
    }

    .slides_container li {
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .slides_container li.new {
            background: url(../img/bg_new_actu.png) 100% 0 no-repeat;
        }

    .slides_container .avatarSmall {
        float: left;
        margin: 12px 8px 0 9px;
        width: 44px;
        overflow: hidden;
    }

    .slides_container .maskSmallGris {
        /*background: url("../img/masque_actu.png") no-repeat scroll 0 0 transparent;*/
        height: 54px;
        top: 12px;
        left: 9px;
    }

.actu-no-wrap {
    float: left;
    width: 208px;
}

.txtActu {
    padding: 15px 5px;
    font-size: 11px;
    color: #808080;
    text-align: justify;
}

.txtActu2 {
    padding-top: 15px;
    padding-right: 5px;
    font-size: 11px;
    color: #808080;
    text-align: justify;
}

    .txtActu strong, .txtActu2 strong {
        display: block;
        font-family: 'open_sansbold';
        font-size: 15px;
        color: #2A89BB;
        padding-bottom: 3px;
    }

        .txtActu strong a, .txtActu2 strong a {
            color: #2A89BB;
        }

p.viewOfferTitle {
    margin-top: 3px;
    font-size: 12px;
    font-family: 'open_sansbold';
}

.txtActu em {
    display: block;
    color: #333333;
}

.txtActu2 em {
    display: block;
    color: #A0A0A0;
    font-size: 10px;
}

.slides_container li .heureActu {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 11px;
    color: #BFBFBF;
}

.paginationCs {
    width: 50px;
    margin: 15px auto;
}

    .paginationCs li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 2px;
    }

        .paginationCs li a {
            display: block;
            background: url(../img/bg_pagination_actu.png) 0 0 no-repeat;
            width: 9px;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            outline: none !important;
        }

        .paginationCs li.current a {
            background: url(../img/bg_pagination_actu.png) -14px 0 no-repeat;
        }

.overlay .loading img {
    float: left;
    margin: 0 10px 0 20px;
}

.overlay .loading span {
    float: left;
    padding-top: 5px;
}

.overlay .loading {
    background: none repeat scroll 0 0 #FAFAFA;
    float: left;
    height: 40px;
    width: 100%;
    padding-top: 15px;
}

section .sectionContent {
    border: 1px solid #d8d8d8;
    margin-bottom: 0;
}

section .infoBlock {
    border-bottom: medium none;
}

/*section .rub {
    background-color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px;
}

    section .rub.kycInfo {
        padding: 10px 0;
    }

    section .rub.header-section {
        padding: 25px;
    }

    section .rub.header-section--infos {
        background: url(../img/picto_notif.png) 15px 15px no-repeat transparent;
        padding: 25px 25px 25px 80px;
    }*/

section .first {
    border-top: medium none;
}

section .last {
    border-bottom: medium none;
}

/*.obligEnro {
    color: #2A89BB;
    margin-top: 10px;
}*/

/*section .rub .rub-title {
    color: #3f3f3f;
    font-size: 14px;
    margin-bottom: 20px;
}
*/
/*.opposition .rub .rub-title {
    font-family: 'open_sansbold';
    margin-bottom: 10px;
}

section .rub.header-section p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}*/

/*section .labTitle {
    display: inline-block;
    font-size: 12px;
    padding-top: 6px;
    text-align: right;
    vertical-align: top;
    width: 130px;
}*/

/*.kyc .rub .labTitle {
    width: 140px;
}*/

/*section .labTitle.autoWidth {
    width: auto;
}

.recap .labTitle,
.confirm .labTitle {
    padding-top: 0;
}*/

/*#PayInRequestConfirm .labTitle {
    width: 260px;
}*/

section .toggleMontant {
    padding-top: 10px;
}

/*section#UpdateBankAccount .rub .labTitle {
    margin-left: -10px;
}*/

/*section .labInfos {
    color: #595959;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    max-width: 535px;
}
*/
   /* section .labInfos p.btnAjouter {
        padding-top: 0;
    }*/

.loading div img, .loading div span {
    float: left;
}

.loading div span {
    margin-top: 5px;
    margin-left: 5px;
}

/* Completer inscription */
#registryCompletion {
    height: 36px;
    text-align: center;
    background: #DEDEDE;
    border-bottom: 1px solid #D6D6D6;
    padding-top: 13px;
}

    #registryCompletion .completionText {
        margin-right: 13px;
        font-size: 14px;
        font-family: 'open_sansbold';
        color: #323232;
    }

    #registryCompletion img {
        vertical-align: top;
        margin-right: 13px;
    }

.profil .btnCompleter {
    position: absolute;
    top: 85px;
    right: 4px;
}

/* EndCompleter inscription */

.toggleValid {
    padding-left: 120px;
}

/* Izly */

.alignToLabel {
    padding-top: 6px;
}

.background-info {
    background-color: #FAFAFA; /*or rgb(250,250,250)*/
}

.izly-mark {
    background-color: White;
    color: #2a89bb;
}

span.requestNewCode a {
    color: #999;
    text-decoration: underline;
}

td.leftCell {
    font-family: 'open_sansbold';
}

td.rightCell {
    width: 130px;
}

span.primaryCounter {
    color: #5192CC;
    font-size: 16px;
}

span.counterBalance {
    float: left;
}

span.counterValue {
    float: right;
}

.appP {
    margin: 0 0 10px;
    font-size: 14px;
}

/*.corpsEnrolement.corpsNAerror {
    background-color: #f7f7f7;
}

.corpsEnrolement .NAerror {
    margin-top: 70px;
}

.corpsEnrolement .NAerror .rub {
    border-top: none;
    background-color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
}*/

section .NAerror .statusAccuseErreur {
    background: url("../img/picto_erreur.png") no-repeat scroll 20px 20px transparent;
}

/*#messageAlerte {
    text-align: center;
    padding: 10px;
    background-color: #f2dede;
    color: #b94a48;
    font-size: 14px;
    font-family: 'open_sansregular', Helvetica, Arial, FreeSans, sans-serif;
    font-weight: bold;
}*/

/*.labInfos select {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: inherit;
}*/

#infobulle_address {
    width: 434px;
}

.country_town select {
    cursor: default;
}

.layoutEnrollmentDivEnFr {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    color: #5192CA;
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 18px;
    text-align: right;
    vertical-align: top;
}

.grid .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.grid .inputfile + label {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.grid .inputfile:disabled + label {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    background-color: #d8d8d8;
}

.avatarSmall img
{
    width: 45px;
    height: 52px;
}

.avatarBig img
{
    width: 73px;
    height: 84px;
}
.loader {
    text-align: left;
    height: 15px !important;
}














@media screen and (min-width: 0px) and (max-width: 1000px)
{
    .holder, .wrapper, #main .wrapper
    {
        min-width: 0;
        width: 100%;
    }
    .enrollment #secondaryNavigation
    {
        height: auto;
        padding: 10px;
    }
    .etapes ul {
        padding: 0;
    }
    .etapes li {
        background: none;
        border: 1px solid #fff;
        height: 40px;
        line-height: 18px;
        margin-bottom: 10px;
        padding: 10px;
        position: inherit;
        top: auto;
        width: 100%;
   }
   .etapes li.on {
        background: #fff;
   }
   .etapes li:last-child {
        margin-bottom: 0;
   }
   /*.corpsEnrolement .title-wrapper {
        padding: 10px;
    }*/
    .corpsEnrolement .title {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .corpsEnrolement .subtitle {
        font-size: 14px;
    }
    /*.enrolement .rub {
        padding: 10px;
    }*/
    .enrolement .labTitle
    {
        margin-bottom: 5px;
        padding-top: 0;
        text-align: left;
        width: auto;
    }
    .enrolement .labInfos
    {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .enrolement .choEnr .labInfos
    {
        margin-bottom: 10px;
    }
    /*.enrollment .formulaireInfo
    {
        min-width: 0;
        width: 100%;
    }*/
    .enrolement .helpText {
        padding-top: 0;
        height: auto;
    }
    /*.enrollment .infobulle, .enrollment .infobulleTop {
        margin-left: 0;
        display: block;
    }
    .enrollment .infobulle + div, .enrollment .infobulleTop + div {
        margin-top: 10px;
    }*/
    /*.formulaireInfo label[for="PhoneNumber"] {
        margin-left:0px;
    }*/
    #phoneNumberInfo {
        margin-top:0px;
    }
    #corps .fdg
    {
        background: url(../img/icon_info.png) 0 0 no-repeat;
        background-size : 20px;
        padding-left: 25px;
        min-height: 21px;
        margin: 0 !important;
        width: auto;
    }
    #corps .fdg.icon-refuser {
        background-size : 20px;
    }
    #corps .fdg.accuse
    {
        margin: 10px 20px !important;
    }
    #corps .fdg em {
        font-size: 11px;
    }
    /*.ctMobile, .ctCode, .ctName, .ctBirthYear, .ctText, .ctHour, .ctMinute, .ctDate, .codeMobile {
        margin-top: 0;
        width: 96% !important;
    }*/
    .selectBox-dropdown
    {
        background: #ffffff;
        border: 1px solid #ECECEC;
        height: 28px;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 0;
        width: 100% !important;
        min-width: 30px;
    }
    .selectBox-dropdown .selectBox-arrow {
        top: -1px;
        right: 1px;
    }
    .enrolement .content-wrapper {
        padding: 0 10px;
    }

    footer .wrapper {
        text-align: center;
    }
    footer  .lienFooter {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    footer .market {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    footer .partner
    {
        position: inherit;
        top: auto;
        right: auto;
    }
    footer .partner ul
    {
        margin: 0 auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 900px)
{
    .content-wrapper .message {
        margin-bottom: 0 !important;
    }
    .enrolement .smoney-presentation {
        padding: 10px;
        position: inherit;
        top: auto;
        right: auto;
        max-width: none;
    }
    .enrolement .smoney-presentation-wrapper .optin {
        position: inherit;
        top: auto;
        left: auto;
        padding: 10px;
        width: 100%;
    }
    .enrolement .smoney-presentation-wrapper .optin > div
    {
        position: relative;
        padding-left: 20px;
    }
    .enrolement .smoney-presentation-wrapper .optin input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
    }
    .enrolement .smoney-presentation img
    {
        width: 100px;
    }
    .enrolement .smoney-presentation img, .enrolement .smoney-presentation p
    {
        margin-bottom: 10px;
    }
    .enrolement .smoney-presentation .btn
    {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 640px)
{
    #container
    {
        padding: 10px;
        width: 100%;
    }
    #largeContainer
    {
        padding: 10px;
        width: 100%;
    }
    /*.enrollment header .wrapper
    {
        height: auto;
    }
    .enrollment header h1 {
        margin: 10px;
    }
    .enrollment header img {
        width: 40px;
    }*/

    #corps header img {
        margin: 20px 0;
        width: 70px;
    }

    .middleBlock .title {
        font-size: 16px;
    }
    .middleBlock .subtitle {
        font-size: 12px;
    }

    .middleBlock .form-label
    {
        margin-bottom: 5px;
        text-align: left;
        width: 100%;
    }
    .middleBlock .form-control
    {
        width: 100%;
    }

    #corps .fdg, #corps .secretQuestion, #corps .answer, #corps .acc {
        float: none;
        clear: both;
        margin: 15px auto;
        width: auto;
    }

    #corps .acc {
        font-weight: bold;
        background: url("../img/picto_status_succes.png") no-repeat scroll 20px 17px transparent;
    }
    #corps .fdg.accuse {
        margin: 10px 20px;
        width: auto;
    }
    #corps .middleBlock .mainBlock {
        padding: 10px;
    }
    .change-code .formBlock
    {
        width: 100%;
    }
    /*.obligEnro {
        margin-bottom: 15px;
    }
    .enrolement .actionButton
    {
        padding: 0;
        text-align: left;
    }*/
    .btn_vr li
    {
        display: block;
    }
    .enrolement .btn
    {
        box-sizing: border-box;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 140px;
        width: 100%;
    }
    label.autoCk
    {
        display: inline;
        width: 90%;
        margin: 0;
    }
    .enrolement span#cgdvLink
    {
        display: inline;
    }
    .choEnr .labInfos
    {
        position: relative;
        padding-left: 20px;
    }
    .choEnr .labInfos input[type="checkbox"]
    {
        position: absolute;
        top: 0;
        left: 0;
    }
    .content-wrapper.error-wrapper {
        background: url("../img/icon_redcross.png") 10px 0 no-repeat !important;
        background-size: 25px !important;
        padding: 0 15px 15px 45px !important;
        display: inline-block !important;
    }
    .content-wrapper.success-wrapper {
        background: url("../img/icon_greencheck.png") 10px 0 no-repeat !important;
        background-size: 25px !important;
        padding: 0 15px 15px 45px !important;
        display: inline-block !important;
    }
    .content-wrapper .message
    {
        font-size: 17px;
    }

    .btn + .btn
    {
        margin-left: 0;
        margin-top: 10px;
    }
    footer .container
    {
        padding-top: 0;
    }
    footer .lienFooter ul
    {
        margin: 0 10px 15px 10px;
    }
    footer .lienFooter li
    {
        border-right: none;
        border-bottom: 1px solid #c5c5c5;
        display: block;
        padding: 10px 0;
        width: 100%;
    }
    footer .market li, footer .partner li {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }
    /* PayInRequest*/
    .responsive #content
    {
        width: 100%;
        padding: 0 10px;
    }

    .responsive .labInfos.message
    {
        display: block;
        margin: 0;
        margin-top: 10px;
    }

    #btnLogon, #btnValidate
    {
        float: none;
        display: block;
        width: inherit;
        font-size: 14px;
    }
    .form-label.logonPartLabel.logonPartId
    {
        float: left;
        margin-top: 2px;
    }
    #logonPartQuestion
    {
        float: left;
        margin-left: -2px;
        margin-top: 8px;
        top: 0;
    }
    #logonPartMdpOublie
    {
        margin-left: 0px;
    }
}

@media screen and (min-width: 0px) and (max-width: 640px)
{
    #logonPartMainBlock .form-group #password
    {
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 440px)
{
    #infobulle_address{
        width: 95%;
    }
}