﻿.message {
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; /* ARRONDI IE*/
    behavior: url('/js/border_ie/PIE.htc'); /**/
    margin: 5px 0;
}

.confirm {
    color: #79A879;
    border: solid 1px #79A879;
    background-color: #E5FFED;
}

.erreur {
    color: #A54D4D;
    border: solid 1px #A54D4D;
    background-color: #FFE5E5;
}

.info {
    color: #A54D4D;
    border: solid 1px #A54D4D;
    background-color: #FFFBD6;
}

.bootstrap .clearfix {
    *zoom: 1;
}

    .bootstrap .clearfix:before,
    .bootstrap .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .bootstrap .clearfix:after {
        clear: both;
    }

.bootstrap .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.bootstrap .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap form {
    margin: 0 0 20px;
}

.bootstrap fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.bootstrap legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    .bootstrap legend small {
        font-size: 15px;
        color: #999999;
    }

.bootstrap label,
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap label {
    display: block;
    margin-bottom: 5px;
}

.bootstrap select,
.bootstrap textarea,
.bootstrap input[type="text"],
.bootstrap input[type="password"],
.bootstrap input[type="datetime"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="date"],
.bootstrap input[type="month"],
.bootstrap input[type="time"],
.bootstrap input[type="week"],
.bootstrap input[type="number"],
.bootstrap input[type="email"],
.bootstrap input[type="url"],
.bootstrap input[type="search"],
.bootstrap input[type="tel"],
.bootstrap input[type="color"],
.bootstrap .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bootstrap input,
.bootstrap textarea {
    width: 210px;
}

.bootstrap textarea {
    height: auto;
}

.bootstrap textarea,
.bootstrap input[type="text"],
.bootstrap input[type="password"],
.bootstrap input[type="datetime"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="date"],
.bootstrap input[type="month"],
.bootstrap input[type="time"],
.bootstrap input[type="week"],
.bootstrap input[type="number"],
.bootstrap input[type="email"],
.bootstrap input[type="url"],
.bootstrap input[type="search"],
.bootstrap input[type="tel"],
.bootstrap input[type="color"],
.bootstrap .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    .bootstrap textarea:focus,
    .bootstrap input[type="text"]:focus,
    .bootstrap input[type="password"]:focus,
    .bootstrap input[type="datetime"]:focus,
    .bootstrap input[type="datetime-local"]:focus,
    .bootstrap input[type="date"]:focus,
    .bootstrap input[type="month"]:focus,
    .bootstrap input[type="time"]:focus,
    .bootstrap input[type="week"]:focus,
    .bootstrap input[type="number"]:focus,
    .bootstrap input[type="email"]:focus,
    .bootstrap input[type="url"]:focus,
    .bootstrap input[type="search"]:focus,
    .bootstrap input[type="tel"]:focus,
    .bootstrap input[type="color"]:focus,
    .bootstrap .uneditable-input:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    }

.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
    cursor: pointer;
}

.bootstrap input[type="file"],
.bootstrap input[type="image"],
.bootstrap input[type="submit"],
.bootstrap input[type="reset"],
.bootstrap input[type="button"],
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
    width: auto;
}

.bootstrap select,
.bootstrap input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

.bootstrap select {
    width: 220px;
    border: 1px solid #bbb;
    background-color: #ffffff;
}

    .bootstrap select[multiple],
    .bootstrap select[size] {
        height: auto;
    }

    .bootstrap select:focus,
    .bootstrap input[type="file"]:focus,
    .bootstrap input[type="radio"]:focus,
    .bootstrap input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.bootstrap .uneditable-input,
.bootstrap .uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.bootstrap .uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.bootstrap .uneditable-textarea {
    width: auto;
    height: auto;
}

.bootstrap input:-moz-placeholder,
.bootstrap textarea:-moz-placeholder {
    color: #999999;
}

.bootstrap input:-ms-input-placeholder,
.bootstrap textarea:-ms-input-placeholder {
    color: #999999;
}

.bootstrap input::-webkit-input-placeholder,
.bootstrap textarea::-webkit-input-placeholder {
    color: #999999;
}

.bootstrap .radio,
.bootstrap .checkbox {
    min-height: 18px;
    padding-left: 18px;
}

    .bootstrap .radio input[type="radio"],
    .bootstrap .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -18px;
    }

.bootstrap .controls > .bootstrap .radio:first-child,
.bootstrap .controls > .bootstrap .checkbox:first-child {
    padding-top: 5px;
}

.bootstrap .radio.inline,
.bootstrap .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .bootstrap .radio.inline + .bootstrap .radio.inline,
    .bootstrap .checkbox.inline + .bootstrap .checkbox.inline {
        margin-left: 10px;
    }

.bootstrap .input-mini {
    width: 60px;
}

.bootstrap .input-small {
    width: 90px;
}

.bootstrap .input-medium {
    width: 150px;
}

.bootstrap .input-large {
    width: 210px;
}

.bootstrap .input-xlarge {
    width: 270px;
}

.bootstrap .input-xxlarge {
    width: 440px;
}

.bootstrap .input-xxxlarge {
    width: 530px;
}

.bootstrap .input-date {
    width: 115px;
}

.bootstrap .input-datetimelocal {
    width: 210px;
}

.bootstrap input[class*="span"],
.bootstrap select[class*="span"],
.bootstrap textarea[class*="span"],
.bootstrap .uneditable-input[class*="span"],
.bootstrap .row-fluid input[class*="span"],
.bootstrap .row-fluid select[class*="span"],
.bootstrap .row-fluid textarea[class*="span"],
.bootstrap .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.bootstrap .input-append input[class*="span"],
.bootstrap .input-append .uneditable-input[class*="span"],
.bootstrap .input-prepend input[class*="span"],
.bootstrap .input-prepend .uneditable-input[class*="span"],
.bootstrap .row-fluid input[class*="span"],
.bootstrap .row-fluid select[class*="span"],
.bootstrap .row-fluid textarea[class*="span"],
.bootstrap .row-fluid .uneditable-input[class*="span"],
.bootstrap .row-fluid .input-prepend [class*="span"],
.bootstrap .row-fluid .input-append [class*="span"] {
    display: inline-block;
}

.bootstrap input,
.bootstrap textarea,
.bootstrap .uneditable-input {
    margin-left: 0;
}

.bootstrap .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}

.bootstrap input.span13, .bootstrap textarea.span13, .bootstrap .uneditable-input.span13 {
    width: 926px;
}

.bootstrap input.span12, .bootstrap textarea.span12, .bootstrap .uneditable-input.span12 {
    width: 846px;
}

.bootstrap input.span11, .bootstrap textarea.span11, .bootstrap .uneditable-input.span11 {
    width: 766px;
}

.bootstrap input.span10, .bootstrap textarea.span10, .bootstrap .uneditable-input.span10 {
    width: 686px;
}

.bootstrap input.span9, .bootstrap textarea.span9, .bootstrap .uneditable-input.span9 {
    width: 606px;
}

.bootstrap input.span8, .bootstrap textarea.span8, .bootstrap .uneditable-input.span8 {
    width: 526px;
}

.bootstrap input.span7, .bootstrap textarea.span7, .bootstrap .uneditable-input.span7 {
    width: 446px;
}

.bootstrap input.span6, .bootstrap textarea.span6, .bootstrap .uneditable-input.span6 {
    width: 366px;
}

.bootstrap input.span5, .bootstrap textarea.span5, .bootstrap .uneditable-input.span5 {
    width: 286px;
}

.bootstrap input.span4, .bootstrap textarea.span4, .bootstrap .uneditable-input.span4 {
    width: 206px;
}

.bootstrap input.span3, .bootstrap textarea.span3, .bootstrap .uneditable-input.span3 {
    width: 126px;
}

.bootstrap input.span2, .bootstrap textarea.span2, .bootstrap .uneditable-input.span2 {
    width: 76px;
}

.bootstrap input.span1, .bootstrap textarea.span1, .bootstrap .uneditable-input.span1 {
    width: 46px;
}

.bootstrap .controls-row {
    *zoom: 1;
}

    .bootstrap .controls-row:before,
    .bootstrap .controls-row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .bootstrap .controls-row:after {
        clear: both;
    }

    .bootstrap .controls-row [class*="span"] {
        float: left;
    }

.bootstrap input[disabled],
.bootstrap select[disabled],
.bootstrap textarea[disabled],
.bootstrap input[readonly],
.bootstrap select[readonly],
.bootstrap textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"][readonly],
.bootstrap input[type="checkbox"][readonly] {
    background-color: transparent;
}

.bootstrap .control-group.warning > label,
.bootstrap .control-group.warning .help-block,
.bootstrap .control-group.warning .help-inline,
.bootstrap .control-group.warning .controls > label {
    color: #c09853;
}

.bootstrap .control-group.warning .checkbox,
.bootstrap .control-group.warning input,
.bootstrap .control-group.warning select,
.bootstrap .control-group.warning textarea {
    color: #c09853;
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap .control-group.warning .radio {
    color: #c09853;
    border-color: #c09853;
}

    .bootstrap .control-group.warning .checkbox:focus,
    .bootstrap .control-group.warning .radio:focus,
    .bootstrap .control-group.warning input:focus,
    .bootstrap .control-group.warning select:focus,
    .bootstrap .control-group.warning textarea:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.bootstrap .control-group.warning .input-prepend .add-on,
.bootstrap .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.bootstrap .control-group.error > label,
.bootstrap .control-group.error .help-block,
.bootstrap .control-group.error .help-inline,
.bootstrap .control-group.error .controls > label {
    color: #b94a48;
}

.bootstrap .control-group.error .checkbox,
.bootstrap .control-group.error input,
.bootstrap .control-group.error select,
.bootstrap .control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap .control-group.error .radio {
    color: #b94a48;
    border-color: #b94a48;
}

    .bootstrap .control-group.error .checkbox:focus,
    .bootstrap .control-group.error .radio:focus,
    .bootstrap .control-group.error input:focus,
    .bootstrap .control-group.error select:focus,
    .bootstrap .control-group.error textarea:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.bootstrap .control-group.error .input-prepend .add-on,
.bootstrap .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.bootstrap .control-group.success > label,
.bootstrap .control-group.success .help-block,
.bootstrap .control-group.success .help-inline,
.bootstrap .control-group.success .controls > label {
    color: #468847;
}

.bootstrap .control-group.success .checkbox,
.bootstrap .control-group.success input,
.bootstrap .control-group.success select,
.bootstrap .control-group.success textarea {
    color: #468847;
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap .control-group.success .radio {
    color: #468847;
    border-color: #468847;
}


    .bootstrap .control-group.success .checkbox:focus,
    .bootstrap .control-group.success .radio:focus,
    .bootstrap .control-group.success input:focus,
    .bootstrap .control-group.success select:focus,
    .bootstrap .control-group.success textarea:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.bootstrap .control-group.success .input-prepend .add-on,
.bootstrap .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.bootstrap input:focus:required:invalid,
.bootstrap textarea:focus:required:invalid,
.bootstrap select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

    .bootstrap input:focus:required:invalid:focus,
    .bootstrap textarea:focus:required:invalid:focus,
    .bootstrap select:focus:required:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

.bootstrap .form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

    .bootstrap .form-actions:before,
    .bootstrap .form-actions:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .bootstrap .form-actions:after {
        clear: both;
    }

.bootstrap .help-block,
.bootstrap .help-inline {
    color: #595959;
}

.bootstrap .help-block {
    display: block;
    margin-bottom: 10px;
}

.bootstrap .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
}

.bootstrap .input-append,
.bootstrap .input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

    .bootstrap .input-append input,
    .bootstrap .input-prepend input,
    .bootstrap .input-append select,
    .bootstrap .input-prepend select,
    .bootstrap .input-append .uneditable-input,
    .bootstrap .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        font-size: 14px;
        vertical-align: top;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

        .bootstrap .input-append input:focus,
        .bootstrap .input-prepend input:focus,
        .bootstrap .input-append select:focus,
        .bootstrap .input-prepend select:focus,
        .bootstrap .input-append .uneditable-input:focus,
        .bootstrap .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

    .bootstrap .input-append .add-on,
    .bootstrap .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #eeeeee;
        border: 1px solid #ccc;
    }

    .bootstrap .input-append .add-on,
    .bootstrap .input-prepend .add-on,
    .bootstrap .input-append .btn,
    .bootstrap .input-prepend .btn {
        margin-left: -1px;
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .bootstrap .input-append .active,
    .bootstrap .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    .bootstrap .input-prepend .add-on,
    .bootstrap .input-prepend .btn {
        margin-right: -1px;
    }

        .bootstrap .input-prepend .add-on:first-child,
        .bootstrap .input-prepend .btn:first-child {
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

    .bootstrap .input-append input,
    .bootstrap .input-append select,
    .bootstrap .input-append .uneditable-input {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .bootstrap .input-append .add-on:last-child,
    .bootstrap .input-append .btn:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

    .bootstrap .input-prepend.input-append input,
    .bootstrap .input-prepend.input-append select,
    .bootstrap .input-prepend.input-append .uneditable-input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .bootstrap .input-prepend.input-append .add-on:first-child,
    .bootstrap .input-prepend.input-append .btn:first-child {
        margin-right: -1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .bootstrap .input-prepend.input-append .add-on:last-child,
    .bootstrap .input-prepend.input-append .btn:last-child {
        margin-left: -1px;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.bootstrap input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.bootstrap .form-search .input-append .search-query,
.bootstrap .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.bootstrap .form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.bootstrap .form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.bootstrap .form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.bootstrap .form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.bootstrap .form-search input,
.bootstrap .form-inline input,
.bootstrap .form-horizontal input,
.bootstrap .form-search textarea,
.bootstrap .form-inline textarea,
.bootstrap .form-horizontal textarea,
.bootstrap .form-search select,
.bootstrap .form-inline select,
.bootstrap .form-horizontal select,
.bootstrap .form-search .help-inline,
.bootstrap .form-inline .help-inline,
.bootstrap .form-horizontal .help-inline,
.bootstrap .form-search .uneditable-input,
.bootstrap .form-inline .uneditable-input,
.bootstrap .form-horizontal .uneditable-input,
.bootstrap .form-search .input-prepend,
.bootstrap .form-inline .input-prepend,
.bootstrap .form-horizontal .input-prepend,
.bootstrap .form-search .input-append,
.bootstrap .form-inline .input-append,
.bootstrap .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}

.bootstrap .form-search .hide,
.bootstrap .form-inline .hide,
.bootstrap .form-horizontal .hide {
    display: none;
}

.bootstrap .form-search label,
.bootstrap .form-inline label,
.bootstrap .form-search .btn-group,
.bootstrap .form-inline .btn-group {
    display: inline-block;
}

.bootstrap .form-search .input-append,
.bootstrap .form-inline .input-append,
.bootstrap .form-search .input-prepend,
.bootstrap .form-inline .input-prepend {
    margin-bottom: 0;
}

.bootstrap .form-search .radio,
.bootstrap .form-search .checkbox,
.bootstrap .form-inline .radio,
.bootstrap .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .bootstrap .form-search .radio input[type="radio"],
    .bootstrap .form-search .checkbox input[type="checkbox"],
    .bootstrap .form-inline .radio input[type="radio"],
    .bootstrap .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-right: 3px;
        margin-left: 0;
    }

.bootstrap .control-group {
    margin-bottom: 10px;
}

.bootstrap legend + .bootstrap .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.bootstrap .form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

    .bootstrap .form-horizontal .control-group:before,
    .bootstrap .form-horizontal .control-group:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .bootstrap .form-horizontal .control-group:after {
        clear: both;
    }

.bootstrap .form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
}

.bootstrap .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 160px;
    *margin-left: 0;
}

    .bootstrap .form-horizontal .controlscheckbox{
        line-height:20px;
        margin-top: 5px;
    }
    
    .bootstrap .form-horizontal .controls input[type="checkbox"] {
        margin-top: 0;
    }

    .bootstrap .form-horizontal .controls label[for] {
        /*display: inline;*/
        margin: 0 15px;
    }

    .bootstrap .form-horizontal .controls:first-child {
        *padding-left: 160px;
    }

.bootstrap .form-horizontal .help-block {
    margin-top: 10px;
    margin-bottom: 0;
}

.bootstrap .form-horizontal .form-actions {
    padding-left: 160px;
}

.bootstrap .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.bootstrap .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .bootstrap .tooltip.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .bootstrap .tooltip.top {
        margin-top: -3px;
    }

    .bootstrap .tooltip.right {
        margin-left: 3px;
    }

    .bootstrap .tooltip.bottom {
        margin-top: 3px;
    }

    .bootstrap .tooltip.left {
        margin-left: -3px;
    }

.bootstrap .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.bootstrap .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.bootstrap .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.bootstrap .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.bootstrap .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.bootstrap .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .bootstrap .popover.top {
        margin-bottom: 10px;
    }

    .bootstrap .popover.right {
        margin-left: 10px;
    }

    .bootstrap .popover.bottom {
        margin-top: 10px;
    }

    .bootstrap .popover.left {
        margin-right: 10px;
    }

.bootstrap .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.bootstrap .popover-content {
    padding: 9px 14px;
}

    .bootstrap .popover-content p,
    .bootstrap .popover-content ul,
    .bootstrap .popover-content ol {
        margin-bottom: 0;
    }

.bootstrap .popover .arrow,
.bootstrap .popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

    .bootstrap .popover .arrow:after {
        content: "";
        z-index: -1;
    }

.bootstrap .popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #ffffff;
}

    .bootstrap .popover.top .arrow:after {
        border-width: 11px 11px 0;
        border-top-color: rgba(0, 0, 0, 0.25);
        bottom: -1px;
        left: -11px;
    }

.bootstrap .popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #ffffff;
}

    .bootstrap .popover.right .arrow:after {
        border-width: 11px 11px 11px 0;
        border-right-color: rgba(0, 0, 0, 0.25);
        bottom: -11px;
        left: -1px;
    }

.bootstrap .popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #ffffff;
}

    .bootstrap .popover.bottom .arrow:after {
        border-width: 0 11px 11px;
        border-bottom-color: rgba(0, 0, 0, 0.25);
        top: -1px;
        left: -11px;
    }

.bootstrap .popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #ffffff;
}

    .bootstrap .popover.left .arrow:after {
        border-width: 11px 0 11px 11px;
        border-left-color: rgba(0, 0, 0, 0.25);
        bottom: -11px;
        right: -1px;
    }

.bootstrap .modal-open .modal .dropdown-menu {
    z-index: 2050;
}

.bootstrap .modal-open .modal .dropdown.open {
    *z-index: 2050;
}

.bootstrap .modal-open .modal .popover {
    z-index: 2060;
}

.bootstrap .modal-open .modal .tooltip {
    z-index: 2080;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.bootstrap .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 710px;
    margin: -250px 0 0 -355px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .bootstrap .modal.fade {
        -webkit-transition: opacity .3s linear, top .3s ease-out;
        -moz-transition: opacity .3s linear, top .3s ease-out;
        -o-transition: opacity .3s linear, top .3s ease-out;
        transition: opacity .3s linear, top .3s ease-out;
        top: -25%;
    }

        .bootstrap .modal.fade.in {
            top: 50%;
        }

.bootstrap .modal-header {
    background-position: bottom;
    background-repeat: repeat-x;
    position: relative;
    float: left;
    width: 710px;
    clear: both;
    padding: 10px 0px 0px 0px;
    background-position: bottom;
    background-position: bottom;
    background-repeat: repeat-x;
    min-height: 55px !important; /*taille minimal pour les moteur gecko et IE7*/
    height: auto !important; /*on remet à la normal pour gecko et IE7 */
    height: 55px; /*taille max pour IE6 */
}

    .bootstrap .modal-header .close {
        margin-top: 2px;
    }

    .bootstrap .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.bootstrap .modal-body {
    overflow-y: auto;
    max-height: 600px;
    padding: 15px;
}

.bootstrap .modal-form {
    margin-bottom: 0;
}

.bootstrap .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

    .bootstrap .modal-footer:before,
    .bootstrap .modal-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .bootstrap .modal-footer:after {
        clear: both;
    }

    .bootstrap .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .bootstrap .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

.bootstrap .dropup,
.bootstrap .dropdown {
    position: relative;
}

.bootstrap .dropdown-toggle {
    *margin-bottom: -3px;
}

    .bootstrap .dropdown-toggle:active,
    .bootstrap .open .dropdown-toggle {
        outline: 0;
    }

.bootstrap .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.bootstrap .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.bootstrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .bootstrap .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .bootstrap .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .bootstrap .dropdown-menu a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
    }

    .bootstrap .dropdown-menu li > a:hover,
    .bootstrap .dropdown-menu li > a:focus,
    .bootstrap .dropdown-submenu:hover > a {
        text-decoration: none;
        color: #ffffff;
        background-color: #0088cc;
        background-color: #0081c2;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    }

    .bootstrap .dropdown-menu .active > a,
    .bootstrap .dropdown-menu .active > a:hover {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #0088cc;
        background-color: #0081c2;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    }

    .bootstrap .dropdown-menu .disabled > a,
    .bootstrap .dropdown-menu .disabled > a:hover {
        color: #999999;
    }

        .bootstrap .dropdown-menu .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            cursor: default;
        }

.bootstrap .open {
    *z-index: 1000;
}

    .bootstrap .open > .dropdown-menu {
        display: block;
    }

.bootstrap .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.bootstrap .dropup .caret,
.bootstrap .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.bootstrap .dropup .dropdown-menu,
.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.bootstrap .dropdown-submenu {
    position: relative;
}

    .bootstrap .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .bootstrap .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .bootstrap .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .bootstrap .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

.bootstrap .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.bootstrap .typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap .accordion {
    margin-bottom: 20px;
}

.bootstrap .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap .accordion-heading {
    border-bottom: 0;
}

    .bootstrap .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.bootstrap .accordion-toggle {
    cursor: pointer;
}

.bootstrap .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.bootstrap .carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.bootstrap .carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.bootstrap .carousel .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

    .bootstrap .carousel .item > img {
        display: block;
        line-height: 1;
    }

.bootstrap .carousel .active,
.bootstrap .carousel .next,
.bootstrap .carousel .prev {
    display: block;
}

.bootstrap .carousel .active {
    left: 0;
}

.bootstrap .carousel .next,
.bootstrap .carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.bootstrap .carousel .next {
    left: 100%;
}

.bootstrap .carousel .prev {
    left: -100%;
}

    .bootstrap .carousel .next.left,
    .bootstrap .carousel .prev.right {
        left: 0;
    }

.bootstrap .carousel .active.left {
    left: -100%;
}

.bootstrap .carousel .active.right {
    left: 100%;
}

.bootstrap .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .bootstrap .carousel-control.right {
        left: auto;
        right: 15px;
    }

    .bootstrap .carousel-control:hover {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

.bootstrap .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

    .bootstrap .carousel-caption h4,
    .bootstrap .carousel-caption p {
        color: #ffffff;
        line-height: 20px;
    }

    .bootstrap .carousel-caption h4 {
        margin: 0 0 5px;
    }

    .bootstrap .carousel-caption p {
        margin-bottom: 0;
    }

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-time {
    background-position: -48px -24px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.ajax-loader-facebook {
    display: inline-block;
    background-image: url('./../img/ajax-loader-facebook.gif');
    background-repeat: no-repeat;
}

.loadingBackground {
    background-color: black;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.limitedWidthLabel {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 15px;
    padding: 0px;
    margin: 0px;
}