body {
    font-family: Arial, Helvetica, sans-serif;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

html, button, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

    button.btn_Proprio {
        border-radius: 3px;
        display: inline-block;
        width: 35px;
        height: 14px;
        color: white !important;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 1px;
        padding-top: 4px;
        background-color: #2d2363;
        z-index: 10;
    }

a.btn_Proprio:hover {
    color: #999999 !important;
    background-color: #250051;
}

a.btn_Proprio {
    border-radius: 3px;
    display: inline-block;
    width: 35px;
    height: 14px;
    color: white !important;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 1px;
    padding-top: 4px;
    background-color: #2d2363;
    z-index: 10;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.tooltip_box {
    background-color: #FFFFFF;
    border: 1px solid #2d2363;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.break {
    page-break-after: always;
}

.break_before {
    page-break-before: always;
}

.bg_jlr {
    height: 100%;
    min-height:1000px;
    background: linear-gradient(#3B3A39,#DFDFDF,#DFDFDF,#DFDFDF);
}

.bg_dash {
    background: url(../JlrTheme/img/bg-content.jpg) 0 0 repeat;
}

.cell_top_nav {
    background-color: #000000;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.dates {
    display: flex;
    flex-direction: column;
    width: 180%;
    margin: 0 auto;
}
.dates--pickers {
    flex-shrink: 1;
    flex-grow: 1;
    width: 50%;
}

.dates--settings {
    flex-shrink: 0;
    flex-grow: 0;
}

.ui-state-default.ui-state-active {
    background: #f6f6f6;
    color: #454545;
}

.active.ui-datepicker-today .ui-state-default {
    box-shadow: inset 0 0 8px 2px red;
    background: yellow;
    color: black;
}
.cell_container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-x;
    background-image: url(Images/bg_container_membre.gif);
    background-position: top;
}

.cell_container_impression {
    width: 706px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-x;
    background-image: url(Images/bg_container_membre.gif);
    background-position: top;
}

.cell_footer {
    background-color: #615D5E;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    height: 23px;
}

.bg_input_text {
    background-image: url(Images/bg_input_text.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    border: 1px solid #000000;
}

.txt_blanc_small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}

.txt_general {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

    .txt_general A:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
    }

    .txt_general A:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
    }

    .txt_general A:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
    }

    .txt_general A:visited:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
    }

.txt_general_small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.txt_general_bleu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #76ACD1;
}

.txt_general_gris {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #615D5E;
}

.txt_general_gris_small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #615D5E;
}

.txt_general_blanc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.titre_section {
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
}

.titre {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #2d2363;
}

.link_vert_titre {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #2d2363;
    text-decoration: underline;
}

    .link_vert_titre:hover {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #2d2363;
        text-decoration: underline;
    }

    .link_vert_titre:visited {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #2d2363;
        text-decoration: underline;
    }

        .link_vert_titre:visited:hover {
            font-family: Arial;
            font-size: 15px;
            font-weight: bold;
            color: #2d2363;
            text-decoration: underline;
        }

.titre_box {
    font-family: Arial;
    color: #615D5E;
    font-size: 13px;
    font-weight: bold;
}

.cell_box {
    padding: 6px;
    border: 4px solid #D0D0D0;
    background-color: #FFFFFF;
    width: 446px;
}

.box_proprietaire {
    width: 210px;
}

.cell_box_large {
    padding: 6px;
    border: 4px solid #D9D9D9;
    background-color: #FFFFFF;
    width: 694px;
}

.cell_box_large_gris {
    padding: 6px;
    background-color: #CDCCCC;
    width: 925px;
}

.photo_border {
    border: 4px solid #D9D9D9;
}

.liste_resultat {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    list-style-position: outside;
    list-style-image: url(Images/btn_plus_liste.gif);
    padding-bottom: 3px;
}

.link_liste_resultat {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #4286B6;
    text-decoration: none;
}

    .link_liste_resultat:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        text-decoration: underline;
    }

    .link_liste_resultat:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #4286B6;
        text-decoration: none;
    }

.link_sous_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.link_sous_menu_over {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

.link_sous_menu:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

.link_sous_menu:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

    .link_sous_menu:visited:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
    }

.alt-color {
    background-color: #f4f4f4;
}

div.rdt_form_div {
    width: 650px;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 15px;
    background-color: #f4f4f4;
}

span.rdt_form_selection_checkbox {
}

span.rdt_form_centered_span {
    text-align: center;
    width: 100%;
}

.rdt_form_div_left {
    text-align: right;
    width: 20%;
}

.rdt_form_div_right {
    text-align: left;
    width: 80%;
}

#divBandeTop {
    background-color: #34006F;
    color: white;
    font-size:18px;
    height: 56px;
    line-height:30px;
    width: 709px;
    padding-left: 0px;
    border-bottom: 5px solid #C2C2C2;
   font-family:Arial, Helvetica, sans-serif;
}
#divBandeTop span{
   position:relative;
   top: 10px;
}
#imgBandeIconTop {
    margin-right:7px;
    margin-left:13px;
    margin-top:2px;
    z-index:2;
}

.ValidationMessage {
    color:red;
    font-weight:bold;
    font-size:12px;
}

/* begin Web menu */
.webmenu-ct-on {
    height: 37px;
    width: 226px;
    background-position: left;
    color: #000000;
    cursor: pointer;
    background-image: url(Images/menu_search_prop_over.gif);
    background-repeat: no-repeat;
}

.webmenu-ct-off {
    height: 37px;
    width: 226px;
    background-position: left;
    color: #000000;
    background: url(Images/menu_search_prop.gif) no-repeat;
    cursor: pointer;
}

.webmenu-element {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-indent: 6pt;
    height: 16px;
    cursor: pointer;
}

a.webmenu-element-lien {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    height: 16px;
    cursor: pointer;
    text-decoration: none;
}

    a.webmenu-element-lien:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        height: 16px;
        cursor: pointer;
        text-decoration: none;
    }

    a.webmenu-element-lien:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        height: 16px;
        cursor: pointer;
        text-decoration: none;
    }

    a.webmenu-element-lien:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 16px;
        cursor: pointer;
        color: #666666;
        text-decoration: none;
    }

/* End Web menu */

.link_dashbord {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #615D5E;
    text-decoration: none;
}

    .link_dashbord:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #CCCCCC;
        text-decoration: none;
    }

    .link_dashbord:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #615D5E;
        text-decoration: none;
    }

        .link_dashbord:visited:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #CCCCCC;
            text-decoration: none;
        }

.MyTabs .ajax__tab_tab {
    position: relative;
    top: 1px;
    float: left;
    background-color: #FAFAFA;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-top-width: 4px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #CCC;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    display: -moz-inline-box;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    text-align: center;
}

.MyTabs .ajax__tab_hover .ajax__tab_tab {
    background-color: #FFFFFF;
    border-top-color: #2d2363;
}

.MyTabs .ajax__tab_active .ajax__tab_tab {
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #2d2363;
}

.MyTabs .ajax__tab_body {
    clear: both;
    border-top: solid 1px #999;
    background-color: #FFFFFF;
}

.MyTabs .ajax__tab_header {
    height: 29px;
}

.MySubTabs .ajax__tab_tab {
    position: relative;
    top: 1px;
    float: left;
    background-color: #FFFFFF;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #FFFFFF;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    display: -moz-inline-box;
    overflow-x: visible !important;
    overflow-y: visible !important;
    text-align: center;
}

.MySubTabs .ajax__tab_hover .ajax__tab_tab {
    background-color: #FFFFFF;
    color: #CCCCCC;
}

.MySubTabs .ajax__tab_active .ajax__tab_tab {
    background-color: #FFFFFF;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #999;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    font-weight: bold;
}

.MySubTabs .ajax__tab_body {
    clear: both;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #999;
}

.MySubTabs .ajax__tab_header{
    height:36px;
}

.nav li:hover a, .nav li.active a {
    cursor: pointer;
}

    .pager {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 2px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CCCCCC;
    background-color: #FAFAFA;
    text-decoration: none;
}

    .pager:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        margin: 2px;
        padding: 5px 10px 5px 10px;
        border: 1px solid #999999;
        background-color: #F5F5F5;
        text-decoration: none;
    }

    .pager:Visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        margin: 2px;
        padding: 5px 10px 5px 10px;
        border: 1px solid #CCCCCC;
        background-color: #FAFAFA;
        text-decoration: none;
    }

.pager_selected {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 2px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CCCCCC;
    background-color: #FAFAFA;
    text-decoration: none;
    font-weight: bold;
}

.btn_administration {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 8px;
    text-decoration: none;
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #4371b2;
}

    .btn_administration:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        margin: 8px;
        text-decoration: none;
        padding-top: 4px;
        padding-right: 16px;
        padding-bottom: 4px;
        padding-left: 16px;
        border-width: 1px;
        border-style: solid;
        border-color: #4371b2;
    }

    .btn_administration:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        margin: 8px;
        text-decoration: none;
        padding-top: 4px;
        padding-right: 16px;
        padding-bottom: 4px;
        padding-left: 16px;
        border-width: 1px;
        border-style: solid;
        border-color: #4371b2;
    }

.btn_general {
    background-image: url(Images/btn_bg_vide.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    border: 1px solid #2d2363;
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    height: 30px;
    text-decoration: none;
}

    .btn_general:Hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #CCCCCC;
        border: 1px solid #2d2363;
        padding-top: 4px;
        padding-right: 16px;
        padding-bottom: 4px;
        padding-left: 16px;
        height: 30px;
        text-decoration: none;
    }

    .btn_general:Visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        border: 1px solid #2d2363;
        padding-top: 4px;
        padding-right: 16px;
        padding-bottom: 4px;
        padding-left: 16px;
        height: 30px;
        text-decoration: none;
    }

/* lien accueil texte debut*/

.link_accueil_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

    .link_accueil_txt:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #CCCCCC;
        text-decoration: none;
    }

    .link_accueil_txt:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

        .link_accueil_txt:visited:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: none;
        }

/* lien accueil texte fin*/

.txt_unwatermarked {
    font-size: 12px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
}

.txt_watermarked {
    font-size: 12px;
    color: graytext;
    font-family: Arial, Helvetica, Sans-Serif;
}

.table_collasible {
    border-left-width: thin;
    border-left-color: #f4f4f4;
    border-left-style: solid;
    border-right-width: thin;
    border-right-color: #f4f4f4;
    border-right-style: solid;
    border-top-width: thin;
    border-top-color: #f4f4f4;
    border-top-style: solid;
}

.txt_collasible {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #33006f;
}

.txt_bande_top {
    font-family: Calibri;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.rech-border {
    border-bottom: solid #d8d8d8 1px;
}


.table_header_accordion {
    border-color: Black;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
}

.accordionHeader {
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    cursor: pointer;
}

.accordionHeaderSelect {
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    cursor: pointer;
}

.accordionContent {
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.accordionFAQ {
    width: 690px;
}

.accordionFAQHeader {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionFAQHeaderSelected {
    background-color: #F6F6F6;
    border: 1px dashed #33006F;
    border-bottom: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionFAQContent {
    background-color: #F6F6F6;
    border: 1px dashed #33006F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.smltxtBoxRight {
    width: 30%;
}

.lrgTxtBoxRight {
    width: 70%;
}

.smlLblLeft {
    width: 30%;
}

.lrgLblLeft {
    width: 70%;
}

.btnRight {
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
}

.meter-wrap {
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.meter-wrap, .meter-value, .meter-text {
    width: 250px;
    height: 30px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.meter-wrap, .meter-value {
    background: #bdbdbd;
}

.meter-text {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#content {
}

#twitter {
    width: 250px;
    font-family: Arial;
    font-size: 13px;
    height: 450px;
    overflow: auto;
    margin: 10px 0px;
}

    #twitter ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #838383;
    }

        #twitter ul li {
            border-bottom: 1px solid #d6d6d6;
            padding: 10px 5px;
            margin: 0px;
            line-height: 22px;
            padding-left: 55px;
        }

            #twitter ul li:last-child {
                border: none;
            }

            #twitter ul li a:hover {
                color: #2d2363;
            }

            #twitter ul li a {
                font: normal 13px Arial;
                color: #838383;
                display: block;
            }

                #twitter ul li a:last-child {
                    color: #c0c0c0;
                }

            #twitter ul li span {
                float: left;
                position: relative;
                margin-top: -10px;
            }

                #twitter ul li span a {
                    display: inline;
                    color: #2d2363 !important;
                }

            #twitter ul li img {
                margin-left: -48px;
                position: relative;
            }

.bird {
    float: left;
    margin-top: -8px;
}

a img {
    border: none;
}

.twitter-feed ul {
    padding: 0;
    margin: 0;
}

.twitter-feed h2 {
    clear: both;
}

.twitter-feed p, .twitter-feed a {
    margin: 10px 0 0 0;
    color: #838383 !important;
    font-size: 13px !important;
}

    .twitter-feed a, .twitter-feed a:visited {
        color: #2d2363 !important;
        font-size: 13px !important;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

        .twitter-feed a:hover {
            color: #82afff;
        }

.twitter-feed ul li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    padding: 5px;
}

    .twitter-feed ul li:hover {
        background-color: #f0f3fb;
    }

.twitter-feed .user, .twitter-feed .tweet, .twitter-feed .timePosted {
    float: left;
}

.twitter-feed .user {
    width: 25%;
}

.twitter-feed .tweet {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    padding-left: 50px;
    box-sizing: border-box;
}

.twitter-feed .timePosted {
    display: block;
    float: none;
    padding-left: 50px;
    color: #838383;
    font-size: 13px;
}

.twitter-feed .user {
    clear: left;
    width: 50px;
}

    .twitter-feed .user a {
        width: 100px;
    }

    .twitter-feed .user span span {
        width: 100px;
        display: block;
        margin-top: 10px;
    }

    .twitter-feed .user img, .twitter-feed .user a > span {
        float: left;
    }

    .twitter-feed .user a img {
        display: none;
    }

.twitter-feed .interact {
    display: none;
    width: 10%;
    margin-top: -7px;
}

    .twitter-feed .interact a {
        margin-left: 5px;
        float: left;
    }

.twitter-feed .user a > span {
    display: none;
    margin-left: 10px;
}

#example4 {
    width: 240px;
    height: 470px;
    overflow: auto;
}

.jlrSmallBtn-alerte-off,
.jlrSmallBtn-alerte-on,
a.jlrSmallBtn-radarimmo,
a.jlrSmallBtn-import,
a.jlrSmallBtn-virtuel,
a.jlrSmallBtn-note,
a.jlrSmallBtn-alerte,
a.jlrSmallBtn-erreur,
a.jlrSmallBtn-imprimer {
    transition: none;
    font-family: Arial;
    font-weight: normal;
    color: #33006F;
    text-decoration: none;
    height: 30px;
    line-height: 25px;
    border: 0;
    background-image: url(Images/IconesProfil.png);
    background-color: white;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.jlrSmallBtn-radarimmo,
a.jlrSmallBtn-import,
a.jlrSmallBtn-virtuel,
a.jlrSmallBtn-note,
a.jlrSmallBtn-alerte,
a.jlrSmallBtn-erreur,
a.jlrSmallBtn-imprimer {
    display: block;
    font-size: 13px;
    float: left;
}

    a.jlrSmallBtn-radarimmo:hover,
    a.jlrSmallBtn-import:hover,
    a.jlrSmallBtn-virtuel:hover,
    a.jlrSmallBtn-note:hover,
    a.jlrSmallBtn-alerte:hover,
    a.jlrSmallBtn-erreur:hover,
    a.jlrSmallBtn-imprimer:hover {
        color: black;
    }

    a.jlrSmallBtn-radarimmo:after,
    a.jlrSmallBtn-import:after,
    a.jlrSmallBtn-virtuel:after,
    a.jlrSmallBtn-note:after,
    a.jlrSmallBtn-alerte:after,
    a.jlrSmallBtn-erreur:after {
        content: "";
        background: black;
        right: 0;
        bottom: 0;
        height: 50%;
        width: 1px;
        float: right;
        margin: 5px 10px 0 10px;
    }

    a.jlrSmallBtn-radarimmo:hover:after,
    a.jlrSmallBtn-import:hover:after,
    a.jlrSmallBtn-virtuel:hover:after,
    a.jlrSmallBtn-note:hover:after,
    a.jlrSmallBtn-alerte:hover:after,
    a.jlrSmallBtn-erreur:hover:after {
        background: #808080;
    }

a.jlrSmallBtn-radarimmo {
    background-position: -5px -407px;
    padding-left: 28px;
    margin-left: 10px; /* Premier bouton on laisse un espace */
}

    a.jlrSmallBtn-radarimmo:hover {
        background-position: -5px -440px;
    }

a.jlrSmallBtn-import {
    background-position: -5px -9px;
    padding-left: 28px;
}

    a.jlrSmallBtn-import:hover {
        background-position: -5px -208px;
    }

a.jlrSmallBtn-virtuel {
    background-position: -5px -43px;
    padding-left: 32px;
}

    a.jlrSmallBtn-virtuel:hover {
        background-position: -5px -242px;
    }

a.jlrSmallBtn-note {
    background-position: -5px -77px;
    padding-left: 28px;
}

    a.jlrSmallBtn-note:hover {
        background-position: -5px -276px;
    }

a.jlrSmallBtn-alerte {
    background-position: 0 -111px;
    padding-left: 40px;
}

    a.jlrSmallBtn-alerte:hover {
        background-position: 0 -310px;
    }

a.jlrSmallBtn-erreur {
    background-position: -5px -142px;
    padding-left: 28px;
}

    a.jlrSmallBtn-erreur:hover {
        background-position: -5px -341px;
    }

a.jlrSmallBtn-imprimer {
    background-position: -5px -174px;
    padding-left: 32px;
}

    a.jlrSmallBtn-imprimer:hover {
        background-position: -5px -373px;
    }


.jlrSmallBtn-alerte-off,
.jlrSmallBtn-alerte-on {
    font-size: 17px;
    padding-left: 27px;
    margin-left: 6px;
}

.jlrSmallBtn-alerte-off {
    background-position: -5px -473px;
}


.jlrSmallBtn-alerte-on {
    background-position: -5px -498px;
}

a.btn_commander {
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    color: white !important;
    background-color: #2d2363;
    display: inline-block;
    height: 31px;
    width: 111px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
}

    a.btn_commander:hover {
        color: #999999 !important;
        background-color: #250051;
    }

#lit-commander {
    padding-left: 10px;
    text-align: center;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6E6F72;
    line-height: 37px;
}

    #lit-commander::after {
        content: " >";
        font-size: 20px;
    }

.guide-aide {
    text-align:right;
    position:absolute;
    z-index:3;
    right:10px;
    display:flex;
    align-items:center;
    top:20px;
}
    .guide-aide > * {
        margin-left:5px;
    }

/* ==========================================================================
   Lists
   ========================================================================== */
.list-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-links {
    margin: 30px 0 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 9px 0;
}

    .list-links li {
        float: left;
    }

        .list-links li:after {
            content: "/";
        }

        .list-links li a {
            display: inline-block;
            padding: 0 10px;
        }

        .list-links li:first-child a {
            padding-left: 0;
        }

        .list-links li:last-child:after {
            content: "";
        }

/* ==========================================================================
   Footer
   ========================================================================== */
#footer-wrapper {
    padding: 20px 0;
    background: #333132;
    color: #fff;
    font-size: 12px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

    #footer-wrapper .container {
        width: 920px;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        position: relative;
    }

    #footer-wrapper h3 {
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
        margin: 20px 0 10px 0;
        color: #97999B;
        text-transform: uppercase;
    }

    #footer-wrapper a:link, #footer-wrapper a:visited {
        text-decoration: none;
    }


#back-top {
    color: #33006f;
    position: absolute;
    bottom: 2px;
    left: -150px;
    text-decoration: none !important;
}

#footer-wrapper .row ul li {
    margin-bottom: 8px;
}

#footer-wrapper a {
    color: #fff;
}

    #footer-wrapper a:hover {
        text-decoration: underline;
    }

#socials li {
    display: inline-block;
}

#socials a {
    color: #9c9e9f;
}

    #socials a:hover {
        color: #fff;
        text-decoration: none;
    }

#copyright {
    font-size: 10px;
}

    #copyright p {
        float: left;
        margin: 0;
        padding-top: 2px;
    }

        #copyright p a {
            color: #9C9E9F;
        }

    #copyright i {
        float: right;
    }

#logo-footer {
    font-size: 52px;
    line-height: 52px;
    position: relative;
    top: -12px;
}

.link_footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    padding: 0 12px 0 12px;
}

    .link_footer:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        text-decoration: underline;
    }

    .link_footer:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        text-decoration: none;
    }


.form-holder button {
    border: none;
    color: #fff;
    padding: 0;
    float: right;
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    background: url('../JlrTheme/img/form-button.png') 0 0 no-repeat;
}

.icon-small {
    font-size: 28px;
    line-height: 28px;
}


/* ==========================================================================
   Twitter Feed
   ========================================================================== */

#twitter-feed-holder {
    background: #3e3d40;
    color: #9c9e9f;
    padding: 15px;
    min-height: 20px;
}

#twitter-feed ul:before {
    font-family: FontAwesome;
    content: "\f099";
    font-size: 20px;
    background: #9c9e9f;
    color: #3e3d40;
    padding: 2px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: 0;
    width: 30px;
    text-align: center;
}

#twitter-feed ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

#twitter-feed li {
    font-size: 13px;
    padding: 0 0 0 50px;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#twitter-feed a {
    color: #c6c7c8;
}

    #twitter-feed a:first-child {
        display: none;
    }

    #twitter-feed a:hover,
    #twitter-next:hover {
        color: #aaabab;
        border-color: #aaabab;
    }

#twitter-next {
    position: absolute;
    right: 0;
    display: inline-block;
    border: 1px solid #9c9e9f;
    padding: 0 4px;
    z-index: 200;
    text-align: center;
    font-size: 13px;
}

/* ==========================================================================
   Columns
   ========================================================================== */
.col {
    float: left;
    position: relative;
}


.col2 {
    width: 168px;
    margin: 0 20px 0 0;
}

.col.last {
    margin: 0;
}

input.jlrBtn {
    height: 29px;
    /*width: 96px;*/
    color: white;
    border-width: 0 0 5px 0;
    border-bottom: 5px solid #D9D9D9;
    padding: 2px 12px 0 12px;
    background: #34006f;
    font-size: 11px;
    /* http://ie.microsoft.com/Testdrive/Graphics/CSSGradientBackgroundMaker/Default.html */
    background-image: -ms-linear-gradient(top, #814DB6 0, #814DB6 50%, #7440A9 50%, #7440A9 100%);
    background-image: -moz-linear-gradient(top, #814DB6 0, #814DB6 50%, #7440A9 50%, #7440A9 100%);
    background-image: -o-linear-gradient(top, #814DB6 0, #814DB6 50%, #7440A9 50%, #7440A9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #814DB6), color-stop(0.5, #814DB6), color-stop(0.5, #7440A9), color-stop(1, #7440A9));
    background-image: -webkit-linear-gradient(top, #814DB6 0, #814DB6 50%, #7440A9 50%, #7440A9 100%);
    background-image: linear-gradient(to bottom, #814DB6 0, #814DB6 50%, #7440A9 50%, #7440A9 100%);
    /*padding: 0.5em;*/
}

    input.jlrBtn:hover {
        color: #D9D9D9;
        background: #260051;
        border-bottom: 5px solid #B9B9B9;
    }

/* Checkbox element */
input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 8px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    color: #99a1a7;
}

input[type="checkbox"]:checked:after {
    content: '\2714';
    position: absolute;
    top: -3px;
    left: 3px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
}


.jlr-tutorial-box {
    background: white;
    border-radius: 5px;
    position: absolute;
    max-width: 300px;
    z-index: 1000;
    padding: 20px;
    border: 2px #2d2363 solid;
}

    .jlr-tutorial-box:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 15px solid black;
        position: absolute;
        left: -16px;
    }
/*
.jlr-tutorial-box-bottom-pointing {
    background: white;
    border-radius: 5px;
    position: fixed;
    max-width: 300px;
    z-index: 1000;
    padding: 20px;
    border: 2px #2d2363 solid;
}

    .jlr-tutorial-box-bottom-pointing:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid black;
        position: absolute;
        bottom: -16px;
    }
*/
.close-tuto {
    position: absolute;
    right: -8px;
    top: -8px;
    color: white;
    background-color: #44327c;
    border: 1px solid white;
    border-radius: 50%;
    font: bold 20px arial;
    width: 26px;
    height: 26px;
    line-height: 0;
}

    .close-tuto:before {
        content: '�';
    }