﻿@charset "utf-8";
/* =============================================================== */
/*
 *
 *   BOOTCLASIFIED - Responsive Classified Theme
 *   Copyright 2015 tanimdesign.net
 *
*/
/* 	TABLE CONTENT

1. 	 IMPORT
2.   FOUNDATION
3. 	 TYPOGRAPHY + GLOBAL CLASS
4. 	 CUSTOMIZE BOOTSTRAP  [ MODAL + INPUT FORM ELEMENT + BUTTON + ALERT ]
5. 	 CUSTOMIZE NAVBAR  [ Main Navigation   ]
6. 	 HOME CONTENT START
7.	 CATEGORY INTRO
8. 	 CATEGORY LIST
9. 	 CATEGORY SIDEBAR
10.  ADS DETAILS
11.  LOGIN
12.  SIGNUP
13.  POST ADS
13.  PAGE INTO
15.  FOOTER
16.  USER DASHBOARD
17.  USER PANEL || ACCOUNT
18.  WEB PAGE PROGRESS BAR CSS
19.  CUSTOM RESPONSIVE
20.  USER PANEL || ACCOUNT
20.  CONTACT || ABOUT
21.  Index V2

/* =============================================================== */
/* IMPORT
/* =============================================================== */
@import url("animate.min.css");
/* css3 animation */
@import url("font-awesome.css");
/* Font Awesome Icon */
@import url("longshadow.css");
/* Template Theme color skin */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/* google webfont */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Roboto+Condensed:300,400,700);

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */

/*
Base Theme Color || If you want to replace a specific known color

@dividerColor:       #e6e6e6;

@linkColor:          #369;
@linkHoverColor:     #FA7722;

@primaryTextColor	 #333
@secondaryTextColor: #4e575d;

@btn-default  		 #BDC3C7;
@btn-default:hover 	 #CACFD2;

@btn-primary  		 #16A085;
@btn-primary:hover   #149078

@btn-info 			 #e4cb65
@btn-info:hover      #C1AC59;

@btn-danger 		 #E74C3C;
@btn-danger:hover	 #EC7063;

@btn-success		 #2ECC71;
@btn-success:hover	 #58D68D;


*/

a {
    color: #00adb1;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    a:hover, a:focus {
        text-decoration: none;
        cursor: pointer;
        color: #faa419;
    }

.color-danger {
    color: #E74C3C;
}

.color-success {
    color: #2ECC71;
}

.color-info {
    color: #e4cb65;
}

.color-danger {
    color: #E74C3C;
}

.link-color {
    color: #333;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 21px;
    position: relative;
}

html, #page {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #00adb1;
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto Condensed, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

.title-2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .title-2 span {
        font-weight: lighter;
    }

.title-5 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ebebeb;
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

/* Helper class */
.uppercase {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0;
}

.width100, .w100 {
    width: 100%;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.dtable {
    display: table;
}

.dtable-cell {
    display: table-cell;
    vertical-align: middle;
}

hr.small {
    background-color: #000;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 44px;
}

.text-hr {
    margin-bottom: 60px !important;
    margin-top: 0 !important;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.color-white {
    color: #fff
}

/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */

.form-control:focus {
    border-color: #16a085;
    box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -webkit-box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    -moz--box-shadow: 0 1px 0 #16a085, 0 -1px 0 #16a085, -1px 0 0 #16a085, 1px 0 0 #16a085;
    outline: 0 none;
}

form input[type="text"], form input[type="email"], form input[type="password"] {
    height: 40px;
}

.form-control {
}

p.required, .required sup {
    color: #e74c3c;
}

.dropdown-menu {
    border-radius: 0;
}

.btn {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 12px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: none;
    text-shadow: none;
}

.btn-shaded {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
}

.btn-lg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}

.btn-sm {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 8px;
}

.btn-xs {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.btn-lg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}

.btn-thin {
    border: 1px solid #BDC3C7;
    color: #BDC3C7;
    background: none;
}

/* .btn-default {
    background-color: #BDC3C7;
    color: #FFFFFF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #CACFD2;
    border-color: #CACFD2;
    color: #FFFFFF;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background: #A1A6A9;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #BDC3C7;
} */

.btn-primary, .btn-default {
    background-image: none !important;
    filter: none !important;
    background-color: #00adb1;
    border-color: #00adb1;
    color: #fff;
}

/* Affichage des boutons lien tarzan sur les notices */
#notice_longue_description .btn-info {
    background-image: none !important;
    filter: none !important;
    background-color: #00adb1;
    border-color: #00adb1;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #00adb1;
    border-color: #00adb1;
    color: #FFFFFF;
}

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        background-color: #00adb1;
        border-color: #00adb1;
        color: #FFFFFF;
    }

.btn-primary-dark {
    background-color: #028c71;
    border-color: #028c71;
    color: #fff;
}

    .btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:active, .btn-primary-dark.active, .open .dropdown-toggle.btn-primary-dark {
        background-color: #008166;
        border-color: #008166;
        color: #FFFFFF;
    }

.btn-info {
    background-color: #e4cb65;
    color: #FFFFFF;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #C1AC59;
        border-color: #C1AC59;
        color: #FFFFFF;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background: #C1AC59;
    }

        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
            background-color: #3498DB;
        }

.btn-danger {
    background-color: #E74C3C;
    color: #FFFFFF;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-post:hover, .btn-post:active {
        background-color: #EC7063;
        border-color: #EC7063;
        color: #FFFFFF;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background: #C44133;
    }

        .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
            background-color: #E74C3C;
        }

btn-post:hover, .btn-post:focus, .btn-post:active, .btn-post.active, .open .dropdown-toggle.btn-post, .btn-post:hover, .btn-post:active {
    background-color: #EC7063 !important;
    border-color: #EC7063 !important;
    color: #FFFFFF !important;
}

.btn-success {
    background-color: #2ECC71;
    color: #FFFFFF;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #58D68D;
        border-color: #58D68D;
        color: #FFFFFF;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background: #27AD60;
    }

        .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
            background-color: #2ECC71;
        }

.btn-warning {
    background-color: #F1C40F;
    color: #FFFFFF;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #F5D313;
        border-color: #F5D313;
        color: #FFFFFF;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background: #CDA70D;
    }

        .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
            background-color: #F1C40F;
        }

.btn-inverse {
    background-color: #34495E;
    color: #FFFFFF;
}

    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
        background-color: #415B76;
        border-color: #415B76;
        color: #FFFFFF;
    }

    .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
        background: #2C3E50;
    }

        .btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse.active[disabled], fieldset[disabled] .btn-inverse.active {
            background-color: #34495E;
        }

.fb_button {
    background: #658AD0;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn-fb {
    background: #658AD0;
    color: #FFFFFF;
}

    .fb_button:hover, .btn-fb:hover {
        background: #4E6FAE;
        color: #fff;
        text-decoration: none;
    }

.btn-tw {
    background: #1DADEB;
    color: #FFFFFF;
}

    .btn-tw:hover {
        background: #35C5FF;
        color: #fff;
        text-decoration: none;
    }

/* buttons archimed */
.btn-action {
    background-color: #6BB3A5;
    border-color: #6BB3A5;
    color: #F2F0F1;
}

    .btn-action:hover,
    .btn-action:focus,
    .btn-action:active,
    .btn-action.active,
    .btn-action.disabled,
    .btn-action[disabled] {
        background-color: #67AC9E;
        border-color: #5E9C90;
        color: #F2F0F1;
    }

.btn-dark {
    background-color: #8E8888;
    border-color: #8E8888;
    color: #F2F0F1;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .btn-dark.disabled,
    .btn-dark[disabled] {
        background-color: #808080;
        border-color: #767476;
        color: #F2F0F1;
    }

.btn-validation {
    background-color: #F2F0F1;
    border-color: #F2F0F1;
    color: #ad565e;
}

    .btn-validation:hover,
    .btn-validation:focus,
    .btn-validation:active,
    .btn-validation.active,
    .open .dropdown-toggle.btn-validation {
        background-color: #EEECED;
        border-color: #E6E4E5;
        color: #ad565e;
    }

.btn-basket {
    background-color: #e6727b;
    border-color: #e6727b;
    color: #F2F0F1;
}

    .btn-basket:hover,
    .btn-basket:focus,
    .btn-basket:active,
    .btn-basket.active,
    .btn-basket.disabled,
    .btn-basket[disabled] {
        background-color: #DA6A73;
        border-color: #b04f5b;
        color: #F2F0F1;
    }

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 43px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn-border {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.btn-border-thin {
    margin-bottom: 5px;
    padding: 3px 4px;
    border: 1px solid #ddd;
}

.btn-post {
    font-family: roboto condensed, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* ================================================================== */
/* CUSTOMIZE NAVBAR
/* ================================================================== */

@media screen and (max-width: 767px) {
    .navbar-site {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0;
        height: auto;
        margin-bottom: 0 !important;
        min-height: 80px;
    }

    .navbar-header {
        min-height: 80px;
        border-bottom: 1px solid #ddd;
    }
}

.navbar-header img {
    max-height: 90px;
}

@media screen and (min-width: 768px) {
    .logo {
        height: 80px;
        line-height: normal;
    }

    .header {
        height: auto;
        background: #fff;
    }

    .navbar-site {
        margin-bottom: 0 !important;
        height: auto;
        background: #fff;
        border-radius: 0;
        border-bottom: solid 1px #ddd;
    }

    .navbar-right {
        margin-top: 20px;
    }

    .navbar-nav > li > a {
        border-radius: 3px;
        box-sizing: border-box;
        color: #333;
        font-size: 15px;
        height: 40px;
        line-height: normal;
        padding: 12px 10px 12px 10px;
    }

    .nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: none;
    }

    .navbar-nav > li > a:hover {
        color: #000;
    }

    .navbar-nav > li.postadd {
        padding-left: 15px;
        margin-left: 5px;
        border-left: solid 1px #ddd;
    }

        .navbar-nav > li.postadd a {
            border-radius: 3px;
            box-sizing: border-box;
            color: #fff;
            font-size: 12px;
            height: 40px;
            line-height: normal;
            padding: 12px 35px;
            text-transform: uppercase;
            width: 130px;
        }

    /* usermenu */
    li .user-menu {
        padding: 0;
        transition: all 0.2s linear 0s;
    }

    li.open .user-menu {
        padding: 0 0;
    }

    li .user-menu li a {
        font-size: 11px;
        letter-spacing: 0.55px;
        clear: both;
        display: block;
        font-weight: 400;
        line-height: 1.42857;
        padding: 5px 10px;
        text-transform: inherit;
        white-space: nowrap;
    }

    li .user-menu li i {
        margin-right: 5px;
        color: #999999;
        font-size: 120%;
        transition: all 0.2s linear 0s;
    }

    li .user-menu li:hover i {
        color: #2a3744;
    }

    li .dropdown-menu.user-menu > .active > a, .dropdown-menu.user-menu > .active > a:focus {
        background: #EEEEEE;
        font-weight: bold;
        color: #2a3744;
    }

    .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
        background: none;
    }
}

/* ================================================================== */
/* HOME CONTENT START
/* ================================================================== */

body {
    background: #EEEEEE;
}

.logo, .logo-title {
    font-family: Open Sans Condensed, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00adb1 !important;
}

    .logo span, .logo-title span {
        font-weight: lighter;
    }

.logo-title {
    padding-top: 0;
    line-height: 80px;
    height: 80px;
    padding: 0 10px;
}

#page.blog-display .intro {
    background-color: #EEE;
    background-image: none;
    height: auto;
}

    #page.blog-display .intro .intro-title,
    #page.blog-display .intro .sub {
        display: none;
    }

/* INTRO SEARCH PANEL */
.intro {
    width: 100%;
    background-image: url(/ui/skins/ali/img/Fotolia_55840690_L.bandeau.jpg);
    /*background-image: url(/ui/skins/ali/img/Fotolia_88315247_E.bandeau.jpg);*/
    background-color: #9c8462;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

    .intro .container {
        max-width: 800px;
    }

    .intro h1, .intro-title {
        color: #fff;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 44px;
        line-height: 42px;
        font-weight: bold;
        letter-spacing: -0.3px;
        margin-bottom: 10px;
        padding: 10px 0 0 0;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    }

    .intro p {
        color: #e8eced;
        font-size: 14px;
        font-weight: 300;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

#header_banner .intro p {
    font-size: 18px;
}

.content-search {
    display: block;
    clear: both;
    padding: 30px 0 0;
}

    .content-search input.form-control, .content-search button {
        height: 44px;
    }

.search-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .search-row .search-col {
        padding: 0;
        position: relative;
    }

        .search-row .search-col .form-control, .search-row button.btn-search {
            border-radius: 0;
            border: 0;
            height: 48px;
            margin-bottom: 0;
        }

        .search-row .search-col .form-control {
            box-shadow: none !important;
        }

button.btn-search {
    border-radius: 0 !important;
    font-size: 18px;
    height: 48px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 2px #20a759;
    -webkit-text-shadow: 0 2px 2px #20a759;
    text-transform: uppercase;
}

/* side bar */

.main-container {
    min-height: 70%;
    /* fallback if needed */
    min-height: calc(100% - 220px);
    padding: 30px 0;
}

.modal {
    z-index: 1100;
}

.modal-title {
    padding-bottom: 0;
}

.modal-header {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}

.modal-header {
    background: none repeat scroll 0 0 #f8f8f8;
    border-top: 1px solid #ddd;
    padding: 8px;
    position: relative;
}

/* =============================================================== */
/* FOOTER
/* =============================================================== */
.footer {
    background: #fff;
    border-top: solid 1px #ddd;
    padding: 30px 0;
    font-size: 12px;
    color: #4e575d;
    letter-spacing: 0.5px;
}

.footer-nav li a {
    border-left: 1px solid #ddd;
    color: #4e575d;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
}

    .footer-nav li a:first-child {
        border-left: 0;
    }

@media (max-width: 767px) {
    .footer ul {
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .footer ul:last-child {
            margin-top: 20px;
        }
}

/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */

@media (max-width: 991px) {
    .list-title a {
        font-size: 16px;
    }
}

@media (max-width: 979px) {
    /* iPads (portrait and landscape) ----------- */
    .intro {
        height: 300px;
    }

    h1 {
        font-size: 24px;
        line-height: 25px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .page-sidebar {
        padding: 0 5px;
    }

    .inner-box {
        padding: 20px 10px;
    }

    .user-panel-sidebar ul li a {
        padding: 5px 4px;
        font-size: 11px;
    }
}

.panel {
    box-shadow: none;
}

@media (min-width: 768px) {
    /* laptop nad pc ----------- */
    .btn-cat-collapsed {
        position: absolute;
        right: 0;
        text-indent: -9999px;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .intro {
        height: auto;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .hasOverly > div {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .intro.jobs-intro {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }

    .navbar-default .navbar-nav > li > a.btn-post {
        color: #fff;
    }

    h1 {
        font-size: 24px;
        line-height: 25px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .intro .col-sm-4 {
        margin-bottom: 15px;
    }

    .table-action {
        display: block;
        margin-bottom: 15px;
        padding: 15px 15px 0;
    }

    .search-row-wrapper .col-sm-3 {
        margin-bottom: 10px;
    }

    .search-row-wrapper .selecter {
        max-width: 100%;
    }

    .cat-list {
        margin-bottom: 15px;
    }

        .cat-list ul {
            display: none;
        }

    .btn-cat-collapsed {
        position: absolute;
        right: 0;
        top: 10px;
        text-indent: 0;
        opacity: 1;
        cursor: pointer;
    }

    .xs-gap {
        margin-bottom: 15px;
    }

    .icon-down-open-big {
        display: inherit;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(00deg);
        /* Chrome, Safari, Opera */
        transform: rotate(00deg);
        transition: all 0.3s ease-in;
    }

        .icon-down-open-big.active-panel {
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            /* Chrome, Safari, Opera */
            transform: rotate(90deg);
        }
}

@media (max-width: 580px) {
    .page-content .table-bordered {
        border-top: 1px solid #ddd;
    }

    .hdata {
        display: inline-block;
        margin-right: 4px;
        width: 80px;
    }

    .useradmin {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .text-center-xxs {
        text-align: center;
    }

    .text-center-480 {
        text-align: center;
    }

    .userImg {
        width: 54px;
    }

    .table-action {
        text-align: center;
    }

    .table-search {
        margin-top: 10px;
        padding: 0;
        width: 100%;
    }

    .header-data {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        padding-top: 10px;
    }

    .select-short-by .selecter-selected {
        font-size: 11px;
        padding: 4.5px 8px;
    }

    .tab-filter .select-short-by {
        margin-right: 10px;
        margin-top: 9px;
        min-width: 115px !important;
    }

    .tab-filter .selecter-selected:after {
        right: 4px;
    }

    .tab-filter .selecter-item {
        font-size: 11px;
        margin: 0;
        overflow: hidden;
        padding: 5px 10px;
    }
}

@media (max-width: 320px) {
    .hdata i {
        border-radius: 50px;
        box-shadow: 0 0 1px #777 inset;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

    .hdata {
        display: inline-block;
        margin-right: 2px;
        width: 70px;
    }

    .container, body, html {
        min-width: 300px;
    }
}

@media (max-width: 320px) {
    .navbar .container {
        padding-left: 5px;
    }
}

@media (max-width: 300px) {
    .container, body, html {
        width: 300px;
    }
}

/* NAVBAR FIXED */

.navbar-site {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.header {
    min-height: 80px;
}

/* CSS ANIMATION   */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.delay-1 {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.delay-2 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}

.delay-3 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay-4 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

/* overrides archimed */
@font-face {
    font-family: 'ermes-font-update';
    src: url('../fonts/ermes-font-update.eot?26901125');
    src: url('../fonts/ermes-font-update.eot?26901125#iefix') format('embedded-opentype'), url('../fonts/ermes-font-update.woff?26901125') format('woff'), url('../fonts/ermes-font-update.ttf?26901125') format('truetype'), url('../fonts/ermes-font-update.svg?26901125#ermes-font-update') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-off:before,
.icon-cog:before,
.icon-post-open:before,
.icon-post:before,
.icon-bell:before,
.icon-basket:before,
.icon-basket-empty:before,
.icon-search:before,
.icon-editions:before,
.icon-trash:before,
.icon-comment:before,
.icon-time:before,
.icon-pencil:before,
.icon-eye-open:before,
.icon-author:before,
.icon-publisher:before,
.icon-diaries:before,
.icon-map:before,
.icon-new:before,
.icon-game:before,
.icon-tablet:before,
.icon-calendar:before,
.icon-manuscript:before,
.icon-plans:before,
.icon-study:before,
.icon-picture:before,
.icon-ebook:before,
.icon-puzzle:before,
.icon-toy:before,
.icon-art:before,
.icon-web:before,
.icon-magazine:before,
.icon-digitalmagazine:before,
.icon-document:before,
.icon-music:before,
.icon-book:before,
.icon-audiobook:before,
.icon-magnet:before,
.icon-user:before,
.icon-exposition:before,
.icon-application:before,
.icon-cinema:before,
.icon-listen:before,
.icon-chevron-right:before,
.icon-chevron-left:before,
.icon-check:before,
.icon-capture:before,
.icon-unfold:before,
.icon-fold:before,
.icon-link:before,
.icon-return:before,
.icon-minus:before,
.icon-plus:before,
.icon-remove:before,
.icon-asterisk:before,
.icon-list:before,
.icon-info:before,
.icon-rss:before,
.icon-site:before,
.icon-acrobat:before,
.icon-resize-small:before,
.icon-resize-full:before,
.icon-star:before,
.icon-star-empty:before,
.icon-spread:before,
.icon-menu:before,
.icon-spin:before,
.icon-subscriptions:before,
.icon-folder-close:before,
.icon-registrations:before,
.icon-exit:before,
.icon-export:before,
.icon-download:before,
.icon-megaphone:before,
.icon-fascicle:before,
.icon-arrow-bottom:before,
.icon-arrow-right:before,
.icon-desc:before,
.icon-asc:before,
.icon-lock:before,
.icon-unlock:before,
.icon-compass:before,
.icon-share-squared:before,
.icon-share:before,
.icon-export-1:before,
.icon-facebook:before,
.icon-twitter:before,
.icon-tumblr:before,
.icon-gplus:before,
.icon-pinterest:before,
.icon-comment-edit:before,
.icon-cd:before,
.icon-ebook:before,
.icon-book-1:before,
.icon-book-2:before,
.icon-numerci:before,
.icon-video-chat:before,
.icon-video-circled:before,
.icon-file-audio:before,
.icon-other-book:before,
.icon-laptop:before,
.icon-download-1:before,
.icon-volume-down:before,
.icon-suggest-author:before,
.icon-suggest-title:before,
.tw-icon-Numeric:before, /* format standard (notice jumelle)*/
.tw-icon-Physical:before, /* format standard (notice jumelle)*/
.tw-icon-Audio:before, /* format standard (notice jumelle)*/
.tw-icon-Video:before, /* format standard (notice jumelle)*/
.icon-floppy:before,
.icon-cloud:before,
#ermes-myaccount .myaccount-menu .menu-item:not(.Loans) i:before {
    font-family: "ermes-font-update";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
}

.icon-off:before {
    content: '\e800';
}
/* '?' */
.icon-lock:before {
    content: '\e814';
}
/* '?' */
.icon-post-open:before {
    content: '\e803';
}
/* '?' */
.icon-post:before {
    content: '\e805';
}
/* '?' */
.icon-bell:before {
    content: '\e804';
}
/* '?' */
.icon-basket:before {
    content: '\e806';
}
/* '?' */
.icon-basket-empty:before {
    content: '\e807';
}
/* '?' */
.icon-search:before {
    content: '\e808';
}
/* '?' */
.icon-editions:before {
    content: '\e809';
}
/* '?' */
.icon-trash:before {
    content: '\e80a';
}
/* '?' */
.icon-comment:before {
    content: '\e80b';
}
/* '?' */
.icon-comment-edit:before {
    content: '\e84d';
}
/* '?' */
.icon-time:before {
    content: '\e80c';
}
/* '?' */
.icon-pencil:before {
    content: '\e80d';
}
/* '?' */
.icon-eye-open:before {
    content: '\e80f';
}
/* '?' */
.icon-author:before {
    content: '\e80e';
}
/* '?' */
.icon-publisher:before {
    content: '\e810';
}
/* '?' */
.icon-diaries:before {
    content: '\e811';
}
/* '?' */
.icon-map:before {
    content: '\e812';
}
/* '?' */
.icon-new:before {
    content: '\e813';
}
/* '?' */
.icon-game:before {
    content: '\e824';
}
/* '?' */
.icon-tablet:before {
    content: '\e823';
}
/* '?' */
.icon-calendar:before {
    content: '\e822';
}
/* '?' */
.icon-manuscript:before {
    content: '\e821';
}
/* '?' */
.icon-plans:before {
    content: '\e820';
}
/* '?' */
.icon-study:before {
    content: '\e81f';
}
/* '?' */
.icon-picture:before {
    content: '\e81e';
}
/* '?' */
.icon-ebook:before {
    content: '\e81d';
}
/* '?' */
.icon-puzzle:before {
    content: '\e81c';
}
/* '?' */
.icon-toy:before {
    content: '\e81b';
}
/* '?' */
.icon-art:before {
    content: '\e855';
}
/* '?' */
.icon-web:before {
    content: '\e818';
}
/* '?' */
.icon-magazine:before {
    content: '\e817';
}
/* '?' */
.icon-digitalmagazine:before {
    content: '\e816';
}
/* '?' */
.icon-document:before {
    content: '\e815';
}
/* '?' */
.icon-music:before {
    content: '\e827';
}
/* '?' */
.icon-book:before {
    content: '\e82f';
}
/* '?' */
.icon-audiobook:before {
    content: '\e83e';
}
/* '?' */
.icon-magnet:before {
    content: '\e842';
}
/* '?' */
.icon-fascicle:before {
    content: '\e848';
}
/* '?' */
.icon-exposition:before {
    content: '\e84c';
}
/* '?' */
.icon-user:before {
    content: '\e802';
}
/* '?' */
.icon-cinema:before {
    content: '\e851';
}
/* '?' */
.icon-listen:before {
    content: '\e854';
}
/* '?' */
.icon-chevron-right:before {
    content: '\e85a';
}
/* '?' */
.icon-chevron-left:before {
    content: '\e856';
}
/* '?' */
.icon-check:before {
    content: '\e85b';
}
/* '?' */
.icon-capture:before {
    content: '\e82c';
}
/* '?' */
.icon-unfold:before {
    content: '\e82b';
}
/* '?' */
.icon-fold:before {
    content: '\e83b';
}
/* '?' */
.icon-arrow-bottom:before {
    content: '\e801';
}
/* '?' */
.icon-return:before {
    content: '\e844';
}
/* '?' */
.icon-minus:before {
    content: '\e843';
}
/* '?' */
.icon-plus:before {
    content: '\e846';
}
/* '?' */
.icon-remove:before {
    content: '\e847';
}
/* '?' */
.icon-asterisk:before {
    content: '\e84a';
}
/* '?' */
.icon-list:before {
    content: '\e84b';
}
/* '?' */
.icon-info:before {
    content: '\e84f';
}
/* '?' */
.icon-rss:before {
    content: '\e852';
}
/* '?' */
.icon-site:before {
    content: '\e853';
}
/* '?' */
.icon-acrobat:before {
    content: '\e859';
}
/* '?' */
.icon-resize-small:before {
    content: '\e825';
}
/* '?' */
.icon-resize-full:before {
    content: '\e82d';
}
/* '?' */
.icon-spread:before {
    content: '\e839';
}
/* '?' */
.icon-menu:before {
    content: '\e838';
}
/* '?' */
.icon-spin:before {
    content: '\e837';
}
/* '?' */
.icon-subscriptions:before {
    content: '\e836';
}
/* '?' */
.icon-folder-close:before {
    content: '\e835';
}
/* '?' */
.icon-registrations:before {
    content: '\e84e';
}
/* '?' */
.icon-exit:before {
    content: '\e834';
}
/* '?' */
.icon-export:before {
    content: '\e833';
}
/* '?' */
.icon-download:before {
    content: '\e832';
}
/* '?' */
.icon-megaphone:before {
    content: '\e831';
}
/* '?' */
.icon-cog:before {
    content: '\e829';
}
/* '?' */
.icon-desc:before {
    content: '\e826';
}
/* '?' */
.icon-star:before {
    content: '\e828';
}
/* '?' */
.icon-star-empty:before {
    content: '\e82e';
}
/* '?' */
.icon-asc:before {
    content: '\e81a';
}
/* '?' */
.icon-link:before {
    content: '\e82a';
}
/* '?' */
.icon-unlock:before {
    content: '\e819';
}
/* '?' */
.icon-application:before {
    content: '\e850';
}
/* '?' */
.icon-compass:before {
    content: '\e830';
}
/* '?' */
.icon-share-squared:before {
    content: '\e83a';
}
/* '?' */
.icon-share:before {
    content: '\e83c';
}
/* '?' */
.icon-export-1:before {
    content: '\e83d';
}
/* '?' */
.icon-facebook:before {
    content: '\e83f';
}
/* '?' */
.icon-twitter:before {
    content: '\e841';
}
/* '?' */
.icon-tumblr:before {
    content: '\e840';
}
/* '?' */
.icon-gplus:before {
    content: '\e845';
}
/* '?' */
.icon-pinterest:before {
    content: '\e849';
}
/* '?' */
.icon-cd:before {
    content: '\e858';
}
/* '?' */
.icon-ebook:before {
    content: '\e85c';
}
/* '?' */
.icon-book-1:before {
    content: '\e85d';
}
/* '?' */
.icon-book-2:before {
    content: '\e85e';
}
/* '?' */
.icon-numeric:before {
    content: '\e85f';
}
/* '?' */
.icon-video-chat:before {
    content: '\e860';
}
/* '?' */
.icon-video-circled:before {
    content: '\e861';
}
/* '?' */
.icon-file-audio:before {
    content: '\e862';
}
/* '?' */
.icon-other-book:before {
    content: '\e863';
}
/* '?' */
.icon-laptop:before {
    content: '\e864';
}
/* '?' */
.icon-download-1:before {
    content: '\e865';
}
/* '?' */
.icon-volume-down:before {
    content: '\e866';
}
/* '?' */
.tw-icon-Numeric:before {
    content: '\e85f';
}
/* icone twinkey (notice jumelle) */
.tw-icon-Physical:before {
    content: '\e863';
}
/* icone twinkey (notice jumelle) */
.tw-icon-Audio:before {
    content: '\e866';
}
/* icone twinkey (notice jumelle) */
.tw-icon-Video:before {
    content: '\e861';
}
/* icone twinkey (notice jumelle) */
.icon-floppy:before {
    content: '\e867';
}
/* '?' */
.icon-cloud:before {
    content: '\e868';
}
/* '?' */

body.x-body {
    color: #333;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 21px;
    height: initial;
}

#textfield, .tt-hint {
    height: 48px !important;
    font-size: 14px;
}

#main_search_form .tt-dropdown-menu {
    top: 48px !important;
}

#ermes_main_menu > li {
    height: 80px;
    display: table;
}

    #ermes_main_menu > li > a {
        display: table-cell;
        vertical-align: middle;
    }

#scenario-selection {
    height: 48px;
    border-radius: 2px 0 0 2px !important;
    display: inherit;
    padding-left: 22px;
    padding-right: 12px;
}

    #scenario-selection > span {
        display: table-cell;
        vertical-align: middle;
    }

#main_search_form .ui-autocomplete-input {
    border-radius: 0;
}

.tt-suggestion.tt-cursor {
    background-color: #00adb1;
}

#header_banner {
    padding: 0 !important;
}

.panel-footer {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.rsBullet .btn {
    background-image: none !important;
    filter: none !important;
}

.panel-heading h2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.panel-body {
    padding-top: 0;
}

#footer .container ul li {
    color: initial;
    line-height: initial;
}

/***********************************************************************/
/** Icone de partage ***/
div.social-network ul li a {
    height: 32px;
    margin: 2px;
    width: 32px;
    text-align: center;
    color: white;
    display: block;
}

    div.social-network ul li a span:not(.sr-only) {
        position: relative;
        top: 20%;
    }

    div.social-network ul li a.twitter {
        background-color: #00C4FC;
    }

    div.social-network ul li a.facebook {
        background-color: #3350ae;
    }

    div.social-network ul li a.gplus {
        background-color: #d83d2d;
    }

    div.social-network ul li a.tumblr {
        background-color: #3d658b;
    }

    div.social-network ul li a.pinterest {
        background-color: #df2828;
    }

/***********************/
/** Affichage des icones Social Netwoking sur la partie gauche du site **/
.lang-dropdown-mobile {
    top: 5px;
    position: relative;
}

#dropChangeCulture {
    color: white;
}

#share_social {
    position: fixed;
    left: 0px;
    right: auto;
    top: 40%;
}

    #share_social ul li a:hover {
        color: black;
    }

/* Page de recherche */
#facet_container .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#facet_container .panel-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #222;
}

#facet_container .icon-resize-small::before {
    content: '\e82b';
}

#facet_container .icon-resize-full::before {
    content: '\e83b';
}

#facet_container .facet-collapse {
    border-left: none;
    padding-left: 0;
}

.facetList .badge {
    color: #9a9a9a;
    font-size: 90%;
    background: none;
    font-weight: initial;
    padding: 3px 0;
}

#facet_container .accordion-toggle .panel-heading {
    padding: 0 15px;
}

#facet_container .accordion-toggle .panel-title {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.vignette_document .img-thumbnail {
    border: none;
    max-width: 120px;
}

#description_resultats span {
    font-weight: normal;
    color: #222;
}

#description_resultats .additional-infos {
    color: #AAA;
}

/* page de recherche std */

/* SEARCH */
#resultats > ul > li {
    background-color: #f2f0f1;
    border-bottom: 8px solid #E6E4E5;
    padding: 0;
}

.notice.notice_courte {
    position: relative;
}

#resultats .notice_corps {
    padding: 20px;
}

#resultats .notice_courte .notice_metadata {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

#resultats .select {
    width: 40px;
}

    #resultats .select input[type="checkbox"], .ajouter_selection input[type="checkbox"] {
        float: none;
        height: 100%;
        margin: 0 12px;
        position: relative;
        vertical-align: middle;
        width: 16px;
    }

.searchContainer p {
    font-size: 14px;
}

.modal p.help {
    font-style: italic;
    margin-top: 0;
}

.search-icon-container > button, .search-icon-container > a {
    color: #4b494a;
    font-size: 20px;
    /*margin-left: 10px;*/
    text-decoration: none;
}

.search-icon-container .button-my-account.export_link {
    background-color: inherit;
    border: none;
    width: 100%;
    text-align: left;
    padding: 3px 20px;
}

.search-icon-container > button :hover, .search-icon-container > a :hover {
    color: #2C2C2C;
}

button.btn-link-like {
    border: none;
    background-color: inherit;
    padding: 0;
}

.accordion-toggle.btn-link-like {
    width: 100%;
    text-align: left;
}

.criteres_tri {
    background-color: transparent;
    border: 0;
    padding: 0;
}

    .criteres_tri label.label-tri {
        color: #5f5b5b;
        margin: 5px;
        font-size: 14px;
        font-weight: normal;
        display: inline-block;
    }

    .criteres_tri .site-restriction {
        margin-left: 15px;
    }

.change-sort-order {
    background-color: #5f5b5b;
    height: 30px;
    padding: 0;
    width: 30px;
    margin-left: -3px;
}

    .change-sort-order .icon-asc, .change-sort-order .icon-desc {
        color: #F2F0F1;
        font-size: 20px;
    }

        .change-sort-order .icon-asc:before, .change-sort-order .icon-desc:before {
            margin-right: 0;
        }

        .change-sort-order .icon-asc:hover:before {
            content: "\e826";
        }

        .change-sort-order .icon-desc:hover:before {
            content: "\e81a";
        }

#criteres_recherche, .navigation-page, .intro {
    padding: 0 15px 0 30px;
}

.btn-group.pageSize-container button {
    color: #6BB3A5;
    font-size: 14px;
    font-weight: normal;
    background: none;
    margin-right: 10px;
}

#description_resultats, .taille_page {
    margin-top: 10px;
}

.pageSize-container .icon-arrow-bottom {
    font-size: 24px;
    top: -5px;
    right: -20px;
    position: absolute;
}

.btn-group.pageSize-container.open ul.dropdown-menu {
    right: 0;
    min-width: 0;
    width: 35px;
    margin: 0;
}

.btn-group.pageSize-container.open .dropdown-menu > li > a {
    color: #6BB3A5;
    padding: 0 0 0 5px;
}

#criteres_recherche p, #description_resultats, .taille_page {
    color: #6BB3A5;
    font-size: 14px;
    font-weight: normal;
}

.additional-infos {
    color: #BEB6B4;
    font-size: 14px;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #BEB6B4;
    color: #BEB6B4;
    font-size: 16px;
    margin: 0 4px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #6BB3A5;
    color: #6BB3A5;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination .suivant, .pagination .precedent {
    background-color: transparent;
    border: none;
    margin: 0;
}

.pagination button.btn-link-like {
    float: left;
    padding: 5px 10px;
    color: #BEB6B4;
}

.pagination > li.disabled > button.btn-link-like {
    cursor: not-allowed;
}

.pagination button.page_link {
    border-bottom: 5px solid #BEB6B4;
    margin: 0 4px;
    font-size: 16px;
}

#loansSelected, #lateLoansSelected, #reservationsSelected, #reservationsDispoSelected, #historicToBasketSelected, .renew-loans-cant {
    margin-left: 45px;
}

.historicHeader {
    margin-bottom: 20px;
}

li.renew-loan a, li.renew-all-loans a {
    height: 24px;
}

#SortLoansReservations, #FilterLoansReservations, #SortInscriptionsAgenda {
    height: 25px;
    font-size: 13px;
    top: -2px;
    padding-top: 1px;
}

    #SortLoansReservations .icon-arrow-bottom, #FilterLoansReservations .icon-arrow-bottom, #SortInscriptionsAgenda .icon-arrow-bottom {
        margin-left: 5px;
    }

.sort-order .myaccount {
    white-space: nowrap;
}

.labelToSort {
    font-size: 14px;
    margin-left: 20px;
    color: #5f5b5b;
    font-weight: normal;
    margin-right: 2px;
}

.myloans {
    font-family: 'ermes-font-base';
    font-style: normal;
    margin-right: 0.3em;
}

.icon-folder-open {
    margin-right: 0.2em;
}

.icon-calendar {
    margin-right: 0.1em;
}

.renew-loans-cant {
    color: red;
}

.renew-all-loans button, .cancel-all-reservations button, .basket-all-historic button {
    /* padding-top:6px; */
    text-transform: uppercase;
    height: 25px;
}

ul.myaccount-toolbar > li {
    display: inline-flex;
}

ul.myaccount-toolbar-agenda {
    padding-top: 20px;
}

.select-all-notices {
    margin-right: 8px;
    margin-top: -6px;
    background-color: #aaaaaa;
    width: 40px;
    height: 40px;
}

.select-all {
    background-color: #aaaaaa;
    width: 40px;
    height: 40px;
}

.loan-result, .reservation-result, .historic-result {
    color: red;
}

.historicHeader {
    color: #808080;
}

#renewMultipleLateLoans span.glyph-clock, li.renew-loan span.glyph-clock, #cancelMultipleResa span.glyph-blocked, li.cancel-reservation span.glyph-blocked {
    line-height: 1.5;
}

.selectNotice {
    background-color: #abdadf;
    height: 100%;
    width: 27px;
    position: absolute;
    padding: 0px;
    margin-left: 6px;
}

.notice-content {
    margin-left: 40px;
}

.checkNotice {
    width: 16px;
    height: 100%;
    position: relative;
    vertical-align: middle;
}

    .checkNotice:disabled {
        cursor: default !important;
    }

.loan-item .notice .notice-content {
    padding: 0px !important;
}

.user-name {
    color: #00adb1;
}

.welcomeUser {
    margin-bottom: 20px;
}

.criteres_tri .check_all {
    float: right;
    height: 100%;
    margin: 0 12px 0 0;
    width: 16px;
}

.vignette_document .icon-new {
    background-color: #e6727b;
    -moz-box-shadow: -3px -3px 0 #d1cfd0;
    -webkit-box-shadow: -3px -3px 0 #d1cfd0;
    box-shadow: -3px -3px 0 #b04f5b;
    font-size: 20px;
}

#resultats > ul > li {
    background: none;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
}

    #resultats > ul > li.on {
        background-color: rgba(242, 240, 241, 0.8);
    }

#resultats .select {
    background-color: #00adb1;
}

#resultats > ul > li.on .media-body * {
    color: #777;
}

.displaymode-icon-container.desktop button, .siteRestriction-icon-container.desktop button, .sort-order button {
    background-color: #00adb1;
    color: #fff;
    padding: 0 25px 2px 10px;
}

#criteres_recherche p, #description_resultats, .taille_page {
    color: #00adb1;
}

.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active, .btn-action.disabled, .btn-action[disabled] {
    background-color: #00adb1;
    border-color: #00adb1;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #666;
    border-color: #666;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #00adb1;
    color: #00adb1;
}

#resultats_recherche .facetList.nav-pills > li > a {
    background: #00726f;
}

#agenda-datepicker-fields {
    margin: 0 auto 80px;
    width: 318px;
}

#agenda-datepicker .ui-datepicker {
    max-width: 20em;
}

#submit-agenda-search {
    background: #666;
    padding: 10px 14px;
}

.select-all {
    background: #00726f;
}

.btn-group.pageSize-container button {
    color: #00726f;
}

.btn-dark {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.criteres_tri .site-restriction {
    margin-left: 0;
}

.criteres_tri label.label-tri {
    margin-left: 0;
}

#resultats_recherche .facetList {
    margin-left: 15px;
}

#criteres_recherche, .navigation-page,
.intro {
    padding: 0 15px 0 0;
}

#resultats .metadata-actions .btn-dark {
    border-top: none;
}

.displaymode-icon-container .active,
.siteRestriction-icon-container .active,
.pageSize-container .active, .sort-order .active {
    background: #00adb1;
    color: #fff;
}

.notice .metadata-actions li > a > span,
.notice .metadata-actions li > div .selection-label,
.notice .links li > a > span {
    display: inline-block;
    margin-left: 0;
    margin-top: -3px;
}

.template-title {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
}

p.template-info {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.template-resume {
    font-style: normal;
    line-height: 15px;
}

.notice_corps .template-blog-info {
    font-size: 12px;
    margin-top: 10px !important;
}

.notice_corps .template-blog-date,
.notice_corps .template-blog-creator {
    font-weight: bold;
}

.notice-actions {
    padding: 20px 10px 10px;
}

.notice_avis {
    margin-bottom: 10px;
    margin-top: 0px;
    clear: both;
}

a.btn-technicalReport span.glyph-settings {
    margin-left: -3px !important;
}

a.btn-technicalReport {
    background-color: #808040;
    border-color: #717139;
    padding-top: 6px !important;
}

    a.btn-technicalReport:hover {
        background-color: #717139;
        border-color: #5B5B2F;
    }

#metaNotice {
    padding-left: 20px;
    border: 5px solid #6BB3A5;
    word-wrap: break-word;
}

    #metaNotice p {
        color: #333;
    }

    #metaNotice .contentMetaNotice {
        color: #808080;
        margin-left: 10px;
        line-height: 1;
    }

ul.blockMetaNotice xmp {
    margin-top: -17px;
    padding-right: 20px;
    margin-bottom: -10px;
    line-height: 1;
    font-size: 14px;
    font-family: Titillium;
}

#metaNotice .xmlMetaNotice {
    margin-left: -45px;
    color: #808080;
}

#metaNotice h3 {
    padding-top: 7px;
    padding-bottom: 7px;
}

#metaNotice .blockMetaNotice {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
}

.summaryMetaNotice {
    padding-top: 10px;
    padding-bottom: 30px;
}

    .summaryMetaNotice h2 {
        padding-bottom: 10px;
    }

#notice_longue .notice_avis {
    margin-top: 5px;
}

.notice_avis > i {
    color: #5f5b5b;
    font-size: 16px;
    margin-right: -6px;
}

#notice_longue .notice_avis > i.icon-spin {
    font-size: 13px;
    margin-right: 0;
}

.notice_avis .avis {
    display: none;
}

#notice_longue .notice_avis .avis {
    display: block;
}

#notice_longue .metadata-actions li, #document_actions .metadata-actions li, #resultats ul.metadata-actions li {
    padding: 0;
}

ul.metadata-actions > li > button, .memoriser > button, .modify-selection {
    padding: 0 0 0 5px;
}

ul.metadata-actions > li.ajouter_selection > a {
    padding: 0;
}

ul.metadata-actions > li > button > span, ul.metadata-actions > li > a > span, .memoriser > button > span, .modify-selection > span {
    font-size: 26px;
}

li.ajouter_selection {
    background-color: #8E8888;
    cursor: pointer;
}

    li.ajouter_selection input[type='checkbox'] {
        height: 40px;
        cursor: pointer;
    }

.more-actions {
    font-size: 25px;
    margin-top: -15px;
    position: absolute;
    right: 25px;
}

.more-actions-mobile {
    margin-top: 10px;
}

.detail-icon-container .more-actions-mobile a > i {
    font-size: 25px;
}

#notice_longue .memoriser > button, #notice_longue .memoriser > .dropdown-menu, #notice_longue .edit-event-details > a {
    float: right;
}

.memoriser .dropdown-toggle {
    border-top: 1px solid #b04f5b;
    height: 20px;
    padding-left: 0;
}

#notice_longue_description {
    margin-bottom: 15px;
}


/* DETAIL */
.detail-icon-container {
    color: #5f5b5b;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: -10px;
    margin-top: -20px;
}

@media (max-width:767px) {
    .detail-icon-container {
        margin-bottom: 15px;
    }
}

.detail-icon-container a {
    text-decoration: none;
}

    .detail-icon-container a > span, .detail-icon-container button > span {
        color: #5f5b5b;
        font-size: 40px;
    }

.detail-icon-container > .position {
    vertical-align: super;
}

#resultats_detail .vignette_container {
    margin: 0 40px 0 0;
}

#resultats_detail .vignette_document {
    margin: 0 0 5px 0;
}

#notice_longue_description > p {
    color: #5f5b5b;
    font-size: 16px;
}

    #notice_longue_description > p > [class^="icon-"], #notice_longue_description > p > [class*=" icon-"] {
        font-size: 28px;
    }

#notice_longue h3 {
    font-size: 18px;
}

#notice_longue h4 {
    font-size: 16px;
}

#notice_longue > .panel > .panel-body {
    padding: 15px 42px 15px 35px;
}

@media (min-width:768px) {
    #notice_longue .metadata-actions {
        position: absolute;
        right: -42px;
        top: -15px;
    }
}

@media (max-width:767px) {
    #notice_longue > .panel > .panel-body {
        padding: 15px 5px;
    }

    #resultats_detail .vignette_container {
        margin: 0 20px 0 0;
    }

    #notice_longue #document_actions {
        margin-top: 10px;
    }

    #notice_longue .metadata-actions > li {
        float: left;
    }

    .panel-front {
        padding: 15px 5px;
    }
}

.nav.nav-tabs {
    margin-top: 25px;
}

.nav-tabs > li {
    background-color: #E6E4E5;
}

    .nav-tabs > li > a {
        color: #4B494A;
        font-size: 16px;
        font-weight: bold;
        margin-right: 0;
        padding: 10px 30px;
        text-transform: uppercase;
    }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background-color: #BEB6B4;
            border-color: #BEB6B4;
            border-radius: 0;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #FAF8F9;
        border-color: #FAF8F9;
        border-radius: 0;
        color: #4B494A;
    }

.tab-content {
    background-color: #FAF8F9;
    color: #4B494A;
    font-size: 16px;
    padding: 20px;
}

li.sort-order {
    margin-top: 3px;
    position: absolute;
}

.dl-horizontal dt {
    text-align: left;
}

h2.category_header {
    color: #00adb1;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 10px;
}

#avis_lecteurs .donner_avis {
    font-size: 16px;
    text-decoration: none;
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background-color: transparent;
}

.royalSlider.suggestionNoticeResults {
    background-color: transparent;
    padding-top: 20px;
}

    .royalSlider.suggestionNoticeResults .rsSlideContainer {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
    }

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: url("img/arrow-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background: url("img/arrow-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* REVIEWS */
#avis_lecteurs li {
    background-color: transparent;
    margin: 10px 0 20px;
}

#avis_lecteurs blockquote {
    border: 0;
    padding: 0;
}

    #avis_lecteurs blockquote strong {
        color: #5F5B5B;
        font-size: 16px;
        font-weight: bold;
    }

    #avis_lecteurs blockquote .rating {
        color: #5f5b5b;
        font-size: 18px;
        margin-left: 10px;
    }

        #avis_lecteurs blockquote .rating > i {
            margin-right: -6px;
        }

    #avis_lecteurs blockquote p, #avis_lecteurs blockquote small {
        color: #5F5B5B;
    }

#display-all-comments {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/* ACCOUNT */
#ermes-myaccount .myaccount-menu .menu-item.Profile i:before {
    content: "\e802";
}

#ermes-myaccount .myaccount-menu .menu-item.Contributions i:before {
    content: "\e80d";
}

#ermes-myaccount .myaccount-menu .menu-item.Subscriptions i:before {
    content: "\e836";
}

#ermes-myaccount .myaccount-menu .menu-item.NewsLetters i:before {
    content: "\e803";
}

#ermes-myaccount .myaccount-menu .menu-item.Loans i:before {
    content: "\e81a";
}

#ermes-myaccount .myaccount-menu .menu-item.Messages i:before {
    content: "\e805";
}

#ermes-myaccount .myaccount-menu .menu-item.Activity i:before {
    content: "\e839";
}

#ermes-myaccount .myaccount-menu .menu-item.ErmesGP i:before {
    content: "\e84e";
}

#ermes-myaccount .myaccount-menu .menu-item.AgendaRegistrations i:before {
    content: "\e822";
}

#ermes-myaccount .myaccount-menu .menu-item.PnbLoans i:before {
    content: "\e81d";
}

#ermes-myaccount .myaccount-menu .menu-item.MemorySearch i:before {
    content: "\e808";
}

#ermes-myaccount .myaccount-menu .menu-item.SocialNetwork i:before {
    content: "\e868";
}

/* Probleme de z-index avec le rich menu FS1501  et correction de taille*/
.rsDefaultInv .rsBullets {
    z-index: 2;
}

.rsDefaultInv .rsBullet {
    padding: 3px;
}

    .rsDefaultInv .rsBullet .btn-info:active:focus,
    .rsDefaultInv .rsBullet .btn-info.active:focus,
    .rsDefaultInv .rsBullet .open > .dropdown-toggle.btn-info:focus,
    .rsDefaultInv .rsBullet .btn-info.focus:active,
    .rsDefaultInv .rsBullet .btn-info.active.focus,
    .rsDefaultInv .rsBullet .open > .dropdown-toggle.btn-info.focus {
        background-color: #00adb1;
        border-color: #00adb1;
        color: #fff;
    }

.bs-bullets button {
    background-color: #999;
}

    .bs-bullets button:hover {
        background-color: #00adb1;
    }

    .bs-bullets button:focus {
        background-color: #00adb1;
    }

    .bs-bullets button:active {
        background-color: #00adb1;
    }

.bs-bullets .rsNavSelected button {
    background-color: #00adb1;
}

.searchContainer {
    background: #fff;
    padding-top: 30px;
    min-height: 200px;
}

/** Affichage de la note sur le détail notice **/
#note-detail div.star {
    height: 40px;
}

#note-detail li > label {
    display: none;
}

#note-detail button.icon-remove {
    font-size: 22px;
    position: relative;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

    #note-detail button.icon-remove:before {
        margin: 0;
    }

.btn-group.my-account-mobile {
    float: right;
}

@media (min-width:767px) {
    .button-my-account {
        margin-top: 0 !important;
    }
}

.account-form.dropdown-toggle {
    background: none;
    border: none;
    height: 80px;
}

.button-my-account .user-displayname {
    margin: 0 5px;
}

.navbar {
    border: none !important;
}

#panel-selection-detail .bouton_detail {
    color: #369;
}

/* Fonctions désactivées */
button.add-tag,
.metadata-actions li.avis,
.metadata-actions li .memoriser,
#panel-selection-detail .memoriser,
#note-detail,
.notice_avis,
.myaccount-rights {
    display: none;
}

.layout > .col-md-12 > .tab-content {
    overflow: hidden;
}

.dropdown-menu {
    font-size: 15px;
}


@media (max-width: 768px) {
    .navbar-site {
        position: static;
    }

    #menu-panel {
        float: right;
    }

    #share_social_mobile .dropdown-menu {
        min-width: 0;
    }
}

.btn-group .mobile-item {
    display: table-cell;
    vertical-align: middle;
    float: none;
    height: 80px;
    position: static;
}

    .btn-group .mobile-item a {
        padding: 0 10px;
        color: #333;
    }

#dropChangeCulture {
    color: #333;
}

.ajax-loader-big {
    margin: 20px auto;
}

.img-thumbnail {
    -webkit-box-shadow: none;
    box-shadow: none
}

#cnil_banner {
    padding: 10px;
    background-color: lightyellow;
    display: block;
    height: auto;
}

#header_banner {
    z-index: 10;
    position: relative;
}

#ermes_main_menu_mobile {
    margin: 7.5px 0;
}

.navbar-default .navbar-toggle {
    border-color: #01ADB1;
    background: #01ADB1;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #5CB9BD;
    }

.navbar-header {
    float: left;
    width: 100%;
}

#options_resultat .badge {
    margin: 10px 0 0 0;
}

#options_resultat .jstree-proton-responsive .jstree-wholerow-hovered {
    background: #9FD0D3;
}

#options_resultat .jstree-proton-responsive .jstree-wholerow-clicked {
    background: #9FD0D3;
}

#options_resultat .panel-body, #options_document .panel-body {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .intro .col-sm-4 {
        width: 20%;
        float: right;
    }

    .search-row .search-col.relative {
        width: 80%;
        float: left;
        background: #fff;
    }
}

@media (max-width: 414px) {
    .navbar-toggle {
        padding: 6px 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .logo, .logo-title {
        font-size: 22px
    }

    .btn-group .mobile-item a {
        padding: 0 2px;
    }
}

@media (max-width: 320px) {
    .navbar .container {
        width: auto;
        min-width: auto;
    }

    .logo, .logo-title {
        font-size: 18px;
    }
}

.preselect-facets .jstree-proton .jstree-hovered,
#facet_container .jstree-proton .jstree-hovered {
    color: inherit;
}

.preselect-facets .jstree-proton > .jstree-wholerow-ul .jstree-clicked,
#facet_container .jstree-proton > .jstree-wholerow-ul .jstree-clicked {
    background: #9FD0D3;
    color: #333;
}
/* =============================================================== */
/* Début - Spécifique article-kb ajout dans extractIndex pour avoir un .article-kb - traité dans le champ FieldList/CssClass
/* =============================================================== */
.article-kb #notice_longue_description {
    padding: 0 0 15px;
}

    .article-kb #notice_longue_description .panel-body {
        padding: 20px;
        position: relative;
        display: block;
        max-width: 100%;
    }

    .article-kb #notice_longue_description ul,
    .article-kb #notice_longue_description li {
        list-style: inside;
        line-height: 21px;
        margin-block-end: 10px;
        margin-left: 10px;
    }

        .article-kb #notice_longue_description ul > ul > li {
            margin-left: 40px;
        }

    .article-kb #notice_longue_description blockquote {
        font-size: inherit;
        margin: 20px 0 0 40px;
    }

    .article-kb #notice_longue_description > p {
        font-size: 1.4rem;
        font-weight: normal;
        line-height: inherit;
    }

    .article-kb #notice_longue_description .btn-info {
        margin: 10px auto;
    }

    .article-kb #notice_longue_description .panel-body img {
        max-width: 100%;
        height: auto;
        margin: 10px auto;
    }

.article-kb #notice_longue h3 {
    font-size: 2.7rem;
    text-transform: uppercase;
}

#notice_longue.article-kb h3 {
    font-size: 2.7rem;
    text-transform: uppercase;
}

.article-kb #detail-notice .col-sm-8.col-md-9.col-lg-9 {
    width: 100%;
}

.article-kb #detail-notice .col-sm-4.col-md-3.col-lg-3 {
    position: absolute;
    right: 500px;
}

body .article-kb {
    color: #4B494A;
    font-size: 1.6rem;
}
/* =============================================================== */
/* Fin - Spécifique sys_base KB
/* =============================================================== */
