/* couleurs 
bleu foncé : #00609e;
bleu medium : #0080c8;
bleu claire : #edf0f5;

orange foncé : #ed710b;
orange medium : #f29100;
orange claire : #facea8;

gris foncé : #686868;
gris medium : #dadada;
gris claire : #f5f5f5;

*/
@charset "UTF-8";

button:focus {
    outline: 0 !important;
    -moz-outline: 0 !important;
    border: none;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #2c2c31;
    font-size: 14px;
}

a {
    color: #398af5;
}

a:hover {

    text-decoration: none;
    color: #398af5;
}

/* CSS Document */
.conjonction {
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.conjonction span {
    display: block;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    border: 1px solid #e1e1e1;
    color: #a7a9b5;
    font-style: italic;
}

/* reset bootstrap */
a:focus,
button:focus,
a:active,
button:active {
    outline: 0;
    -moz-outline: 0;
    -webkit-outline: 0;
}

ul, ol {
    padding: 0;
}

ul li, ol li {
    list-style: none;
}

.jumbotron {
    margin-bottom: 20px;
}

#page {
    background: #fff;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-text,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #09619d;
}

/* reset MAIN */
.tab-module > .tab-content,
.tab-content.active {
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .tab-pane.active {
    display: block;
}

/* class atom perso */
.left {
    float: left;
}

img.left {
    margin: 0 5px 5px 0;
}

img.right {
    margin: 0 0 5px 5px;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/* alignement du child-inline au centre du bloc parent */
.center {
    text-align: center;
}

/* gestion du texte en contenu de panel */
body {
    color: #686868;
}

.chapo {
    color: #f29100;
}

.panel-left a {
    color: green;
}

/* ____________________________________________________________________ template redirection [ template_0 ] ________________________________________________________________________ */
#top-header-alone {
    /* degrade shadow header alone */
    background: #ffffff;
    background: -moz-linear-gradient(bottom, #cccccc 0%, #ffffff 7px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #cccccc), color-stop(7px, #ffffff));
    background: -webkit-linear-gradient(bottom, #cccccc 0%, #ffffff 7px);
    background: -o-linear-gradient(bottom, #cccccc 0%, #ffffff 7px);
    background: -ms-linear-gradient(bottom, #cccccc 0%, #ffffff 7px);
    background: linear-gradient(to top, #cccccc 0%, #ffffff 7px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0);
    text-align: center;
    margin-bottom: 20px;
}

#top-header-alone #header-logo {
    display: inline-block;
}

.panel-forum-ae.redirection .inner-title {
    margin-bottom: 35px;
}

.panel-forum-ae.redirection #swiffycontainer {
    margin: 15px auto 50px;
}

/* __________________________________________________________________________ BREADCRUM & INFO STATUS LOG & PAGINATION ___________________________________________________________________________ */
.breadcrumb {
    padding: 10px 0 12px;
    margin-bottom: 0;
    background-color: #fff;
}

.breadcrumb:before {
    content: "Vous êtes ici : ";
}

.breadcrumb > li {
    background: #f3f3f3;
    border: 1px solid #cdcdcd;
    padding: 0 12px 0 3px;
}

.breadcrumb > li + li:before,
.breadcrumb > li:before {
    width: 4px;
    height: 7px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite_fleche_breadcrums.png) 0 100% no-repeat;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-top: -2px;
    margin-right: 5px;

}

.breadcrumb > .active {
    color: #28b4c4;
}

.breadcrumb > .active:before {
    background-position: 0 0;
}

.breadcrumb > li:hover {
    color: #333;
    border-color: #28b4c4;
}

.breadcrumb > li.active:hover {
    color: #28b4c4;
    border-color: #cdcdcd;
}

.breadcrumb > li:hover a,
.breadcrumb > li:hover a:hover {
    text-decoration: none;
    color: #333 !important;
    border-color: #cdcdcd;
}

/* PAGINATION */

.pagination-ae {
    border-radius: 0;
    display: table;
    margin: 10px auto;
    text-align: center;
    clear: both;
    font-size: 0;

    padding-bottom: 5px;
    margin: auto;
}

/* forum argus*/
.pagination-ae li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-bottom: 3px solid #dee8e9;
    text-align: center;
    padding-bottom: 7px;

}

.pagination-ae li a {
    background: none;
    box-shadow: 0 0 0 transparent;
    border: 0 none;
    border-right: 1px solid #e3e5e6;
    font-size: 25px;
    color: #c0cdce !important;
    width: 100% !important;
}

.pagination-ae li {

    width: 10%;
    text-align: center;

}

.pager-pagination .prev,
.pager-pagination .next {
    border-bottom: none;
}

.pagination-ae li a.active {
    color: #2c2c31 !important;
    background: none !important;
    box-shadow: 0 0 0 transparent !important;
    border-color: #e3e5e6;

}

.pagination-ae li a.active:after {
    content: "";
    position: relative;
    bottom: -7px;
    display: block;
    background-color: #28b4c4;
    height: 3px;
    width: 100%;
}

.pagination-ae li a:hover {
    background: none;
    box-shadow: 0 0 0 transparent !important;
    color: #28b4c4 !important;
}

.pagination-ae:first-child {
    margin-top: 10px;
}

.pager-pagination a.prev,
.pager-pagination a.next {

    position: relative;
    height: 45px !important;
    background: url(/forum-auto/style/autoevasion/css/img/sprite_pager.png) no-repeat 0 0;
    border: none;
    display: block;
    width: 45px;
    margin: auto;
}

.pagination-ae .btn-sm {
    width: auto;
}

.prev + .prev + li a {
    border-left: 1px solid #e3e5e6;
}

.pager-pagination .prev,
.pager-pagination .next {
    border-right: none;
}

.pager-pagination .prev > a.prev {
    background-position: 0 -142px;
}

.pager-pagination .prev + .prev a.prev {
    background-position: 0 -49px;
}

.pager-pagination .prev > a.prev:hover {
    background-position: 0 -93px;
    text-decoration: none;
}

.pager-pagination .prev + .prev a.prev:hover {
    background-position: 0 -0px;
    text-decoration: none;
}

/*.pager-pagination  .next > a.next{background-position: -45px -49px;}
.pager-pagination .next+.next a.next{background-position: -45px -142px;}*/

.pager-pagination .next > a.next {
    background-position: -45px -142px;
}

.pager-pagination .next + .next a.next {
    background-position: -45px -49px;
}

/*.pager-pagination .next > a.next:hover{background-position: -45px 0px;}
.pager-pagination .next+.next a.next:hover{background-position: -45px -93px;}*/

.pager-pagination .next > a.next:hover {
    background-position: -45px -93px;
}

.pager-pagination .next + .next a.next:hover {
    background-position: -45px 0px;
}

.pagination-ae a:hover {
    border: 0 none;
}

.pager-pagination {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}

.pager-pagination .prev,
.pager-pagination .next {
    margin: 0 2px;
}

.pager-pagination .prev {
    float: left;
}

.pager-pagination .next {
    float: right;
}

.pager-pagination .prev a,
.pager-pagination .next a {
    display: inline-block;
}

.pager-pagination .pagination-ae {
    width: 66% !important;
    margin: 0 17% !important;
    position: relative;
    top: -40px;
}

.pager-pagination > .prev.disable,
.pager-pagination > .next.disable {
    position: relative;
    height: 44px !important;
    background: url(/forum-auto/style/autoevasion/css/img/sprite_pager.png) no-repeat 0 -142px;
    border: none;
    display: inline-block;
    width: 44px;
    opacity: 0.5;
}

.pager-pagination > .prev.disable + .prev.disable {
    background-position: 0 -49px;
}

.pager-pagination > .next.disable {
    background-position: -45px -142px;
}

.pager-pagination > .next.disable + .next.disable {
    background-position: -45px -49px;
}

.pager-pagination > .prev.disable a,
.pager-pagination > .next.disable a {
    display: none;
}

.pager-pagination .pagination_two {
    padding-bottom: 0;
    display: table;
    text-align: center;
    margin-bottom: 20px;
    width: auto!important;
    margin: auto!important;
    padding: 0px 5px;
    overflow: hidden;
}

.pagination_two li {
    display: table-cell;
    background: #eef3f5;
    text-align: center;
    padding: 5px!important;
    border-bottom: 2px solid #dee8e9;
    float: left;
    width: auto;
}

.pagination_two li a {
    border: none;
    font-size: 18px;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}

.pager-pagination-secondray
{
    width: 96%;
    margin: auto;
    margin-top: -45px !important;
}
.pager-pagination-secondray ul li
{
    margin-bottom: 3px !important;
    display: inline-block;
}

.pager-pagination-secondray li a
{
    color: #c0cdce !important;
    font-size: 12px;
}

.breadlog {
    width: 100%;
    font-size: 11px;
    text-align: center;
    height: 52px;
    line-height: 47px;
    /*background-color:#fafafa;
    border-top:1px solid #d6d6d6;
        border-bottom:1px solid #d6d6d6;*/
}

.breadlog .branding {
    /*float: left;*/
    font-size: 25px;
    height: 42px;
    line-height: 45px;
    color: #28b4c4;
    /*background: transparent url("img/picto-home.png") no-repeat scroll 0 center / auto 52%;
    padding-left: 25px;
    color: #2c2c31;*/
}

.breadlog .branding:hover {
    text-decoration: none;
}

.breadlog .container {
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 2px solid rgb(40, 180, 196);
    width: 940px;
    padding: 0;
}

.breadlog .alert_message {
    padding-right: 15px;
    border-right: 1px solid #d6d6d6;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 0;
}

.breadlog .sticker_message_number {
    display: inline-block;
    color: #fff;
    background-color: #c7100f;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin: 0 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 5px;
}

.btn.btn-reg, .btn.btn-log, .btn.btn-min-reg {
    border: none;
    padding: 5px;
    box-shadow: none;
    min-width: 134px;
    font-size: 17px;
    font-weight: 400;
    margin: auto;
}

.btn.btn-log {
    background: #2C2C31;
    margin-left: 20px;
}

.btn.btn-log:hover {
    border: inherit;
    background: #737575;
    box-shadow: none
}

.btn.btn-reg:hover {
    border: inherit;
    box-shadow: none;
}

.btn.btn-reg {
    max-width: 204px;
}

.btn.btn-min-reg {
    max-width: 140px;
    padding: 13.5px 16px !important;
}

.acces_compte {
    display: inline-block;
    background: #fff;
    color: #2c2c31;
    font-weight: bold;
    /*padding-right:20px;*/
    font-size: 15px;
    border-right: 1px solid #d6d6d6;
    /*border-left: 1px solid #d6d6d6;*/
    min-width: 29%;
    text-align: left;

}

.slider-argus-div .title {
    font-size: 17px;
    font-weight: 600;
    border-bottom: 2px solid #28B4C4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #2c2c31;
}

.slider-argus-div a {
    color: #2c2c31;
}

.acces_compte > a {
    text-decoration: none;
    color: #2c2c31;
    display: block;
    padding-left: 10px;
}

.acces_compte > a.menu {
    text-decoration: none;
    color: #2c2c31;
    display: inline-block;
    padding-left: 10px;
    float: right;
}

.last .user .avatar,
.acces_compte .avatar, .topic-list-actu .avatar {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    border-radius: 25%;
    border: 2px solid #d6d6d6;
    margin: 0 10px;
    background: url(/forum-auto/style/autoevasion/css/img/avatar.png) no-repeat center 200% / 100% auto;
    overflow: hidden;
}

.last .user .avatar img,
.acces_compte .avatar img {
    margin: auto;
}

.last .user_01 .avatar img,
.user_01 .avatar img {
    margin: -14px 0 0 -6px;
}

.last .user_02 .avatar img,
.user_02 .avatar img {
    margin: 0px 0 0 0px;
}

.last .user_03 .avatar img,
.user_03 .avatar img {
    margin: -8px 0 0 -18px;
}

.last .user_04 .avatar img
.user_04 .avatar img {
    margin: -3px 0 0 -1px;
}

.last .user .avatar {
    display: block;
    margin: auto;
}

.acces_compte .caret {
    border-color: #d6d6d6;
    border-width: 3px 3px 0 0;
    border-style: solid;
    height: 11px;
    width: 11px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    padding: 4px 4px 0 0;
    position: relative;
    top: 20px;
    margin-left: 20px;
    margin-right: 10px;
}

.acces_compte.dropdown.open {
    background: #2c2c31;
}

.acces_compte.dropdown.open > a,
.acces_compte.dropdown.open .caret {
    border-color: #fff;
    color: #fff;
}

.acces_compte.dropdown.open .caret {
    transform: rotate(-45deg);
}

.acces_compte .dropdown-menu {
    width: 100%;
    border-radius: 0;
    padding: 0;
}

.acces_compte .dropdown-menu li {
    text-align: left;
}

.acces_compte .dropdown-menu li a {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 0 10px 60px;
    border-top: 1px solid #d6d6d6;
    font-family: 'Roboto', sans-serif;
    background: url(/forum-auto/style/autoevasion/css/img/sprite_connect.png) no-repeat left 5px;
}

.acces_compte .dropdown-menu li a:hover {
    color: #56c3cf;
    background-color: #eef3f5;
}

.acces_compte .dropdown-menu .user {
    background-position: left 5px;
}

.acces_compte .dropdown-menu .message {
    background-position: left -35px;
}

.acces_compte .dropdown-menu .filactu {
    background-position: left -85px;
}

.acces_compte .dropdown-menu .disconnect {
    background-position: left -137px;
}

/* pagination interne fil de discussion */
.panel-sub-heading {
    padding: 5px 15px;
}

.panel-sub-heading .btn {
    padding: 5px 15px;
}

/*.panel-sub-heading > *{display:inline-block;vertical-align:middle;}*/
.panel-sub-heading .pagination-ae {
    text-align: left;
    margin: 0;
    padding: 5px 0;
}

.panel-sub-heading button {
    margin-left: 5px;
}

.panel-sub-heading + .panel-collapse .panel-body {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.acces_compte .dropdown-menu li .sticker_message_number {
    margin-left: -25px;
}

.panel-filters a {
    padding: 0.6em 1.16em;
}

/* ___________________________________________________________________________________ NAVIGATION ____________________________________________________________________________________ */
/* nav-forum */
.navbar {
    margin: 0;
    background: #fff;
    /*background-color: #eef3f5;*/
}

.navbar-default {
    border: none;
}

.new_nav {

    background: #eef3f5;
    /*border-top:1px solid #dee8e9;*/
    border-top: 0px;
    /*border-bottom:1px solid #dee8e9;*/
}

.wrap-main {
    padding-top: 20px; /*border-top:1px solid #d6d6d6;*/
}

.nav-forum {
    display: table;
    width: 100%;
}

.nav-forum {
    /* background-color:#fff;
     border-top:1px solid :#e0e0e0;
     border-bottom:1px solid :#e0e0e0;*/
    border: none;
}

.nav-forum {
    display: table;
    width: 100%;
    position: relative;
}

.nav-forum {
    /*background-color:#fff;*/
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;

}

.nav-forum .container-fluid {
}

/* items de la nav-forum */
.nav-forum > li {
    float: none;
    display: table-cell;
    /*position:static;*/
    padding: 14px 0;

}

/* liens de la nav-forum */
.nav-forum > li > a {
    font-size: 15px;
    text-align: center;
    border-radius: 0;
    line-height: 22px;
    padding: 50px 0 0px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum.png) no-repeat center 0 transparent;
    font-family: 'Roboto Condensed', sans-serif;
    color: #09619d;
    min-width: 115px;
    color: #909698;
    border-right: 1px solid #e0e0e0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

/* branding de la nav-forum */

.navbar-header h1,
.navbar-header a,
.nav-forum .branding h1,
.nav-forum .branding a {
    background: none;
    font-size: 24px;
    color: #09619d;
    text-align: center;
    /*font-family: "Orienta",sans-serif;*/
    padding: 0;

}

.navbar-header .navbar-brand {
    display: block;
    float: none;
    padding: 20px;
    text-align: left;
}

.nav-forum .branding a {
    padding: 30px 0;
}

/* branding:hover de la nav-forum */
/* pictos de la nav-forum
.nav-forum li a{background-size:60%;}
*/
.nav-forum li.mecanique a {
    background-position: center -10px;
}

.nav-forum li.juridique a {
    background-position: center -310px;
}

.nav-forum li.automobile a {
    background-position: center -210px;
}

.nav-forum li.repos a {
    background-position: center -510px;
}

.nav-forum li.deux_roues a {
    background-position: center -410px;
}

.nav-forum li.avis a {
    background-position: center -600px;
}

.nav-forum li.tutoriels a {
    background-position: center -110px;
}

.nav-forum li.search a {
    background-position: center -710px;
}

.nav-forum li:first-child a {
    border-left: 1px solid #e0e0e0;
}

/* effets UX la nav-forum */
/*
.nav-forum > li:hover{background:#e0e0e0;}
.nav-forum > li:hover a{color:#09619d;}

.nav-forum li.branding:hover{background:none;}
.nav-forum li.active:hover{background-color:#0080c6;}
*/
/* item active */
.nav-forum .branding.active,
.nav-forum li.active {
    color: #fff;
    /* degrade bleu
    background: rgb(0,128,200);
    background: -moz-linear-gradient(top,  rgba(0,128,200,1) 0%, rgba(0,96,158,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,128,200,1)), color-stop(100%,rgba(0,96,158,1)));
    background: -webkit-linear-gradient(top,  rgba(0,128,200,1) 0%,rgba(0,96,158,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,128,200,1) 0%,rgba(0,96,158,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,128,200,1) 0%,rgba(0,96,158,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,128,200,1) 0%,rgba(0,96,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080c8', endColorstr='#00609e',GradientType=0 ); */
}

.nav-forum li:hover,
.nav-forum li.active:hover {
    background: #2c2c31;
    color: #fff;
}

.nav-forum li:hover a {
    border: none;
    color: #fff;
}

.nav-forum li a:hover {
    border: none;
    color: #fff;
}

.nav-forum > li,
.nav > li {
    position: static;
}

.nav > li.active {
    background: #ffffff;
    position: relative;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 0;
}

.nav > li.active:after {
    height: 6px;
    width: 100%;
    content: "";
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.nav > li.active:hover {
    position: static;
}

.nav > li.active:hover:after {
    display: none;
}

.nav > li.active a {
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > .active:hover > a {
    color: #fff;
}

/* __________________________________ nouveau sous menu __________________________________ */

.nav-forum .sub_menu_bg {
    position: absolute;
    display: none;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    background: #2c2c31;
    margin-top: 13px;
}

.nav-forum > li:hover .sub_menu_bg {
    display: block;
    padding: 15px 0;
}

.nav-forum .sub_menu_bg .sub_menu_content {

    vertical-align: middle;
}

.nav-forum .sub_menu_bg ul {
    display: table;
    width: 100%;
    padding: 0 10px;
}

.nav-forum .sub_menu_bg ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.nav-forum .sub_menu_bg ul li:hover {
    background-color: #131316;
    cursor: pointer;
}

.nav-forum .sub_menu_bg ul li:last-child:hover {
    background-color: transparent;
}

.nav-forum .sub_menu_bg ul li a {
    color: #fff;
    font-size: 17px;
    border-left: 1px solid #4a4a52;
    display: table-cell;
    padding: 0 12px;
    height: 37px;
    vertical-align: middle;
}

.nav-forum .sub_menu_bg ul li:last-child a {
    border-right: 1px solid #4a4a52;
}

.nav-forum .sub_menu_bg ul li:hover a,
.nav-forum .sub_menu_bg ul li a:hover {
    color: #28b4c4;
    text-decoration: underline;
    border-color: transparent;
}

.nav-forum .sub_menu_bg .center a {
    color: #28b4c4;
}

.nav-forum .sub_menu_bg ul li:hover + li a {
    border-color: transparent;
}

.nav-forum .sub_menu_bg ul.list-3 {
    text-align: left;
}

.nav-forum .sub_menu_bg ul.list-3 li {
    display: inline-block;
    text-align: left;
    padding: 5px;
    width: 25%;
}

.nav-forum .sub_menu_bg ul.list-3 li:hover {
    background-color: #2c2c31;
}

.nav-forum .sub_menu_bg ul.list-3 li:before {
    content: "";
    height: 4px;
    width: 4px;
    display: inline-block;
    background-color: #28b4c4;
    border-radius: 50%;
    margin-top: 16px;
    vertical-align: top;
}

.nav-forum .sub_menu_bg ul.list-3 li a {
    border: none;
    padding: 5px;
    display: inline-block;
    vertical-align: initial;
    height: auto;
}

.nav-forum .search .sub_menu_bg .btn,
.nav-forum .search .sub_menu_bg input[type=text] {
    width: 100%;
}

.nav-forum .sub_menu_bg p a {
    text-decoration: underline;
}

.nav-forum .sub_menu_bg p:last-child a {
    display: block;
    padding: 0 40px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: inherit;
}

.nav-forum .sub_menu_bg .sous-nav-helper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 40px;
}

.nav-forum .sub_menu_bg .sous-nav-helper:before {
    content: "";
    position: absolute;
    left: -25px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #4a4a52;
}

.nav-forum .sub_menu_bg .sous-nav-helper p {
    font-size: 17px;
    margin: 0;
}

.nav-forum .sub_menu_bg .sous-nav-helper .btn {
    display: block;
    margin: 30px auto;
    padding: 17px 60px;
}

.mecanique .sub_menu_bg p.center a {
    font-size: 20px;
    font-weight: bold;
}

.sub_menu_bg p.center a {
    font-size: 20px;
    font-weight: bold;
}

.automobile .sub_menu_bg ul li a {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;
}

.tutoriels .sub_menu_bg ul li a {
    font-size: 17px;
    white-space: nowrap;
    padding: 0 20px;
}

.tutoriels .sub_menu_bg ul li .btn {
    padding: 13.5px 29px;
}

.tutoriels .sub_menu_bg ul li p {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    padding: 0 22px;
    color: #28b4c4;
    margin: 0;
    border-left: 1px solid #4a4a52;
}

.tutoriels .btn-min-reg.right {
    margin-right: 15px;
}

.juridique .sub_menu_bg ul li a {
    padding: 0 6px;
}

.juridique .sub_menu_bg ul li strong {
    color: #eef3f5;
    font-size: 13px;
    line-height: 19px;
    display: block;
    margin-bottom: 5px;
}

.juridique .sub_menu_bg ul li em {
    padding-left: 35px;
    color: #dce3e6;
    display: block;
    font-size: 11px;
    text-align: left;
    font-style: normal;
    background: url(/forum-auto/style/autoevasion/css/img/picto_info.png) no-repeat left center;
}

.juridique .sub_menu_bg ul li:hover a,
.juridique .sub_menu_bg ul li:hover * {
    color: #28b4c4;
}

.avis .sub_menu_content .row > :first-child {
    border-right: 1px solid #4a4a52;
}

.avis .sub_menu_content .row > :first-child p:first-child {
    color: #eef3f5;
}

.avis .sub_menu_bg {
    font-size: 17px;
}

.avis .sub_menu_bg a,
.avis .sub_menu_bg p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.avis .sub_menu_bg p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.avis .sub_menu_bg p em {
    font-size: 14px;
    line-height: 14px;
    color: #28b4c4;
    text-align: center;
}

.nav-forum .avis .sub_menu_bg p:last-child a {
    padding: 0;
}

.search input[type=text],
.search input[type=mail],
.search input[type=password] {
    height: 40px;
    padding-left: 10px;
}

.nav-forum .sub_menu_bg .btn {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 19px;
    padding: 13.5px 29px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background: #28b4c4 none repeat scroll 0 0;
    border: 1px solid transparent;
}

.nav-forum .sub_menu_bg .btn:hover {
    background: #33d8ed none repeat scroll 0 0;
    border: 1px solid #28b4c4;
    box-shadow: 0 1px 0 #178f9d;
}

.nav-forum .search .sub_menu_bg input[type=text] {
    height: 48px;
}

.nav-forum .sub_menu_bg ul li:hover a.btn {
    color: #fff;
    text-decoration: none !important;
}

.btn.btn-picto.made-talk.btn-deg-o .picto-btn {
    background-position: -26px 2px;
}

.btn.btn-picto.made-talk.btn-deg-o:hover .picto-btn {
    background-position: -26px 2px;
}

form#search {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
}

form#search .form-group {
    width: 100%;
}

form#search .form-group input[type=text] {
    width: 99%;
    height: 33px !important;
}

form#search .btn_search {
    height: 43px;
    width: 43px;
    background-position: -53px 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: url(/forum-auto/style/autoevasion/img/search-sprite.png);
    background-repeat: no-repeat;
    font-size: 0;
}

a span.search {
    height: 30px;
    width: 34px;
    background-position: -68px -128px;
    background-color: transparent;
    background-image: url(/forum-auto/style/autoevasion/img/search-sprite.png);
    background-repeat: no-repeat;
    font-size: 0;
    display: inline-block;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    left: 0;
}

a span.search.active {
    height: 35px;
    width: 43px;
    background-position: -68px -153px;
    background-image: url(/forum-auto/style/autoevasion/img/search-sprite.png);
    font-size: 0;
    cursor: pointer;
    top: 0;
}

.panel-body {
    /*padding: 0 !important;*/
}

.marques-models {
    padding: 10px 10px 0 10px;
    background: #dddddd;
    margin: 0 -15px 15px;
}

/* _____________________________________________________________________________________ PANEL FORUM A_E ______________________________________________________________________________________ */
#partenaires-aside .panel-body {
    background-color: #edf4f7;
    padding: 0;
    line-height: 1px;
}

#partenaires-aside img {
    margin-right: 6px;
}

.item-partenaire {
    padding: 10px 6px;
    border-bottom: 1px solid #dee8e9;
}

.item-partenaire:last-child {
    border-bottom: none
}

.item-partenaire .Texte,
.item-partenaire .link {
    font-weight: bold;
    color: #333333;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
}

.item-partenaire .link a {
    font-weight: normal;
    color: #333333;
}

.panel-group .panel {
    overflow: visible;
}

/*.panel-group .panel.panel-forum-ae{overflow: visible;}*/
.panel-forum-ae .panel-heading,
.panel-forum-ae .panel-heading .panel-title,
.jumbotron,
.panel-group .panel,
.panel,
.panel .panel-body,
.panel .panel-heading,
.panel,
.list-group,
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child,
.panel .list-group .active {
    border-radius: 0;
}

.panel-footer {
    border-top: 0;
    background: transparent;
}

/* panel avec ombre & sans bordure (panel de base) ... */
.panel-forum-ae {
    padding: 0;
    /*background: none repeat scroll 0 0 #ffffff;*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dee8e9 !important;
}

.panel-o .panel-body li {
    margin-bottom: 5px;
}

.panel-forum-ae-bg {
    background: none repeat scroll 0 0 #eef3f5;
}

/* sticky de la barre de titre du panel ... */
.panel:first-child .panel-heading.fixed {
    position: fixed;
    left: 0;
    z-index: 100000;
}

.panel-forum-ae .inner-title,
.panel-forum-ae .inner-title-link {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    color: #505056;
    clear: both;
    font-size: 14px;
}

.panel-forum-ae p {
    font-weight: 400;
    font-size: 14px;
    color: #7a8384;
}

.panel-forum-ae .panel-title {
    font-size: 18px;
    /*color:#2c2c31;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.panel-forum-ae.no-bottom .panel-body {
    padding-bottom: 0;
}

/* panel avec fond degrade ... */
.panel-branding .panel-heading {
    display: table;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: right;
    padding: 0;
    background-color: #2c2c31;
    min-height: 48px;
}

/* panel avec le picto dans la zone d'entete du panel ... */
.panel-branding .panel-title {
    height: 48px;
    vertical-align: middle;
    text-align: left;
    /*font-size:16px;*/
    color: #fff;
    text-shadow: 0 0 2px #084975;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum_fffffff.png) no-repeat -15px -10px transparent;
    padding: 0 0 0 72px;
}

/* positionnement du picto dans la zone d'entete du panel ... */
.panel-branding.reserve .panel-title {
    background-position: -15px -608px;
}

.panel-branding.mecanique .panel-title {
    background-position: -15px -10px;
}

.panel-branding.tutoriels .panel-title {
    background-position: -15px -516px;
}

.panel-branding.juridique .panel-title {
    background-position: -15px -96px;
}

.panel-branding.auto .panel-title {
    background-position: -15px -180px;
}

.panel-branding.equipements .panel-title {
    background-position: -15px -516px;
}

.panel-branding.avis .panel-title {
    background-position: -15px -270px;
}

.panel-branding.deuxroues .panel-title {
    background-position: -15px -436px;
}

.panel-branding.redirection .panel-title {
    background-position: -15px -1631px;
}

.panel-branding.cgu .panel-title {
    background-position: -15px -1038px;
}

.panel-branding.modo .panel-title {
    background-position: -15px -688px;
}

.panel-branding.info .panel-title {
    background-position: -15px -1038px;
}

.panel-branding.search .panel-title {
    background-position: -15px -1238px;
}

.panel-branding.signal .panel-title {
    background-position: -15px -936px;
}

.panel-branding.pin .panel-title {
    background-position: -15px -859px;
}

.panel-branding.detente .panel-title {
    background-position: -15px -1530px;
}

.panel-branding.welcome .panel-title {
    background-position: -15px -356px;
}

.panel-branding.user .panel-title {
    background-position: -15px -1128px;
}

.panel-branding.sujet .panel-title {
    background-position: -15px -1328px;
}

.panel-branding.actu-auto .panel-title {
    background-position: -15px -1713px;
}

.panel-branding.avis .panel-body h2, .panel-branding.avis .panel-body .avis-title {
    font-size: 30px;
    font-weight: 500;
    color: #becbcc;
    margin-left: 5px;
}

.panel-heading > img {
    display: block;
    margin: auto;
}

/* gestion de l'alignement vertical dans l'entête du panel brandé ... */
.panel-branding .panel-heading > * {
    display: table-cell;
    vertical-align: middle;
}

/* gestion des boutons dans l'entête du panel brandé ... */
.panel-branding .panel-heading .btn {
    display: inline-block;
}

.panel-branding .panel-heading .btn-picto-text {
    display: none;
}

.panel-branding .panel-heading .btn.made-talk {
    width: 38px;
    height: 38px;
    /*overflow:hidden;*/
    text-align: left;
    margin: 5px 2px 5px 0;
    padding: 0;
    box-shadow: 0 0 1px #D0EEFF;
    border: 1px solid #12537b;
    position: relative;
}

.panel-branding .panel-heading .made-talk .btn-picto-text {
    width: 38px;
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    white-space: pre-wrap;
}

.panel-branding .panel-heading .btn.made-talk:hover:before {
    content: "créer un sujet";
    position: absolute;
    right: 120%;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    top: 0;
    line-height: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #28b4c4;
    background: #2c2c31 none repeat scroll 0 0;
}

.panel-branding .panel-heading .btn.answer-talk:hover:before {
    content: "Répondre";
    position: absolute;
    right: 120%;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    top: 0;
    line-height: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #28b4c4;
    background: #2c2c31 none repeat scroll 0 0;
}

#search-resultat.panel-branding .panel-heading .btn.made-talk:hover:before {
    content: "Recherche avancée";

}

/* animation du bouton */
.panel-branding .panel-heading .btn.answer-talk,
.panel-branding .panel-heading .btn.made-talk {
    width: 38px;
    /*overflow:hidden;*/
    text-align: left;
}

.panel-branding .panel-heading .made-talk.btn-anim,
.panel-branding .panel-heading .btn.open-block,
.panel-branding .panel-heading .btn.closed-block {
    height: 38px;
    width: 38px;
    margin: 5px 2px 5px 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.panel-branding .panel-heading .btn.closed-block:before {
    content: "";
    height: 3px;
    width: 13px;
    background: #ffffff;
    display: block;
    line-height: 38px;
    vertical-align: middle;
    margin: auto;
    /*transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);*/
}

.panel-branding .panel-heading .btn.closed-block.collapsed:after {
    content: "";
    height: 13px;
    width: 3px;
    background: #ffffff;
    display: block;
    line-height: 38px;
    vertical-align: middle;
    top: 50%;
    margin-left: 45%;
    margin-top: -6px;
    position: absolute;
}

.panel-branding .panel-heading .btn.closed-block:hover:before,
.panel-branding .panel-heading .btn.closed-block.collapsed:hover:after {
    background: #fff;
}

.panel-branding .panel-heading .btn:last-child {
    margin-right: 6px;
}

/* panel branding sans icone */
.panel-branding-nopicto .panel-title {
    background: none;
    padding-left: 15px;
}

/* panel orange
.panel-o{background-color:#2c2c31;}*/
.panel-o .panel-title {
    height: auto;
    color: #2c2c31;
    text-shadow: none;
    font-size: 20px;
}

.panel-o .panel-body li {
    display: inline-block;
}

.panel-o .panel-body .dropdown-menu li {
    display: block;
}

/*.panel-o .inner-title{color:#fff;}*/
.panel-o .btn {
    padding: 13px 22px;
    height: auto;
}

.panel-o .panel-title a {
    color: inherit;
}

.panel-o-branding .panel-heading {
}

.panel-o-branding .panel-title {
    color: #fff;
    text-shadow: 1px 2px 0 #ed710b;
}

.panel-o .form-horizontal .control-label {
    text-align: left;
}

.control-label em {
    display: block;
    font-size: 11px;
}

/* panel green */
.panel-g {
    background-color: #eef3f6;
}

.panel-g .panel-title {
    height: auto;
    color: #2c2d32;
    text-shadow: none;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.panel-g .panel-body li {
    display: inline-block;
}

.panel-g .title-inner {
    font-size: 15px;
    color: #28b4c4;
}

.panel-g a {
    color: #28b4c4;
}

.panel-avis .panel-ae {
    margin-bottom: 0;
}

.panel-avis .detail-notation {
    padding: 5px 15px;
}

.panel-avis .detail-notation .title-panel {
    font-size: 20px;
    color: #2c2c31;
}

.panel-avis .detail-notation .title-inner {
    font-size: 20px;
    color: #82888b;
    border-bottom: 0 none;
}

.panel-forum-ae.panel-avis .panel-heading {
    text-align: left;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14.7px;
    color: #fff;
    line-height: 45px;
    vertical-align: middle;
    font-weight: normal;
}

.panel-forum-ae.panel-avis .panel-heading > * {
    display: inline-block;
}

.panel-forum-ae.panel-avis .panel-heading span {
    text-align: left;
}

.panel-forum-ae.panel-avis .panel-heading .note {
    float: right;
}

/* panel wysiwyg *
.panel.wysiwyg{background-color:#e4eef4;}
/* panel filter (moderateur) */
.btn-group-vertical > .btn, .btn-group > .btn {
    float: none;
}

/* reset bootstrap */

.panel.no-bottom .panel-body {
    padding-bottom: 0;
}

.panel-filters {
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 5px 10px 10px;
}

.panel-filters button {
    float: none;
    margin-right: 4px;
    padding: 6px 10px;
}

.panel-filters.btn-group > button:first-child {
    margin-left: 12px;
}

.panel-filters button:last-child {
    margin-right: 0px;
}

/* panel stat () */
.panel-stat.panel-simple {
    padding: 0;
}

/* search */
#search-resultat .panel-heading button.made-talk {
    display: inline-block;
}

#search-resultat .panel-heading button.made-talk .picto-btn {
    background-position: -38px -225px;
}

#search-resultat .panel-heading .txt-pre-btn {
    color: #fff;
    font-style: italic;
    vertical-align: middle;
    text-shadow: 0 0 2px #084975;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

#search-resultat .panel-heading .panel-title:before {
    background-position: -12px -485px;
}

#search-resultat .th {
    border-bottom: 2px solid #00609e;
    font-size: 20px;
    color: #00609e;
}

#search-resultat .th > * + * + * {
    text-align: center;
}

#search-resultat .picto-line {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum_fffffff.png) no-repeat -8px -1326px transparent;
    height: 50px;
}

/* inscription */
.inscription .aside-content-forum .panel-body .chapo {
    font-weight: bold;
    font-size: 16px;
}

.inscription .aside-content-forum .panel-body > div.row {
    padding-top: 20px;
    clear: both;
}

.inscription .aside-content-forum .panel-body > div.row + div.row {
    border-top: 1px solid #ccc;
}

.inscription .aside-content-forum .panel-body > div:nth-child(odd) {
    text-align: right;
}

.navbar-collapse.panel-forum-ae {
    border: 0 !important;
}

.aside-sidebar .btn {
    white-space: inherit;
}

/* _______________________________________________________________________________  CONTENU DES PANELS FORUM-AE  _______________________________________________________________________________ */
.panel-branding .panel-body > .row:nth-child(odd) {
    background: transparent;
}

.panel-branding .panel-body > .row:nth-child(even) {
    background: #edf4f7;
}

.panel-branding .panel-body > .row:nth-child(even) {
    margin: 0 -15px;
    padding: 10px 5px;
}

.panel-branding .last {
    border-left: #ccc 1px solid;
}

.panel-branding .panel-body > .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

#mecanique.panel-branding .panel-body > .row {
    background: transparent;
}

.last,
.last ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

/*.last li, .last ul li{color:#505056;}*/
.last ul li strong,
.last li strong {
    color: #0070b2;
}

.last ul li em strong,
.last li em strong {
    display: block;
    font-weight: normal;
    color: #646464;
}

.user .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite.png) no-repeat -247px -234px transparent;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

/* panel-tabs */

/* marge négative lorsque le panel-tabs est DANS un panel-forum-ae */
.panel-forum-ae .tabs-panel {
    margin: auto -15px -15px;
}

.tabs-panel .nav-tabs > li > a,
.tabs-panel .nav-tabs > li.active > a {
    border-radius: 0;
}

.tabs-panel .nav-tabs > li > a {
    border-left: 1px solid #e0eaeb;
    border-right: 1px solid #e0eaeb;
    border-top: 1px solid #e0eaeb;
}

.tabs-panel .nav-tabs > li.active > a,
    /*.tabs-panel .nav-tabs li.active > a:hover,*/
.tabs-panel .nav-tabs li.active > a:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #e0eaeb #e0eaeb #fff #e0eaeb;
    background: #fff;
    color: #505056;
}

.tabs-panel .nav-tabs li > a:hover {
    color: #28b4c4;
    border-color: #cbe5e8 #cbe5e8 #e0eaeb #cbe5e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*.tabs-panel .nav-tabs li.active > a:hover {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}*/

.tabs-panel .nav-tabs > li > a {
    border-bottom: 0;
    padding: 10px 40px;
}

.tabs-panel .tab-content.active {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    /*border-color:#fff #e0eaeb  #e0eaeb  #e0eaeb;*/
    background: #fff;
}

.tabs-panel .nav-tabs li a {
    /* dégradé shadow */
    background: #edf4f7;
    font-weight: bold;
    font-size: 14px;
}

.tabs-panel .nav-tabs li a {
    color: #bec1c7;
}

.tabs-panel .nav-tabs li a:hover, .nav-tabs li a:focus {
    background: inherit;
    border-radius: 0;
}

/*.tabs-panel .tab-content{display:none;}*/
.tabs-panel .tab-content.active {
    display: block;
}

.tabs-panel label {
    text-align: right;
    margin: auto 5px;
    font-weight: bold;
}

.tabs-panel label {
    text-align: left;
}

.tabs-panel label.label-txt {
    width: 20%;
}

.tabs-panel .tab-content {
    padding: 20px; /*margin-bottom:20px;*/
}

/*.tabs-panel .tab-content input[type=text],.tabs-panel .tab-content input[type=mail],.tabs-panel .tab-content input[type=password]{width:33%;}*/

span.postimg img {
    max-width: 100%
}

/* _______________________________________ tabs panel green ________________________________ */

.tabs-panel-green .tab-content.active {
    border-color: #9bd7e4;
    background: #9bd7e4 none repeat scroll 0 0;
}

.tabs-panel-green .nav.nav-tabs > li.active::after {
    background-color: #9bd7e4;
}

.tabs-panel-green .nav-tabs > li.active > a,
    /*.tabs-panel-green .nav-tabs li.active > a:hover,*/
.tabs-panel-green .nav-tabs li.active > a:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #9bd7e4;
    background: #9bd7e4;
    color: #515056;
}

/* _______________________________________ tabs panel orange ________________________________ */

.tabs-panel-orange .tab-content.active {
    border-color: #facea8 #ed710b #ed710b #ed710b;
    /*background:#2c2c31;
    color:#fff;
}
.tabs-panel-orange .nav.nav-tabs > li.active::after{background-color:#2c2c31;*/
}

.tabs-panel-orange .nav-tabs > li.active > a,
.tabs-panel-orange .nav-tabs li.active > a:hover,
.tabs-panel-orange .nav-tabs li.active > a:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #ed710b #ed710b #facea8 #ed710b;
    /*background:#2c2c31;
    color:#fff;*/
}

/*
orange foncé : #ed710b;
orange medium : #f29100;
orange claire : #facea8;

/* _____________________________________________________________________________________ LISTE _____________________________________________________________________________________ */

.cgu-content ul li {
    list-style: inside none disc;
}

.list-marques.list-1 {
    margin: -15px;
    overflow: hidden;
    padding: 0 15px;
}

.list-marques.list-1 li:before {
    display: none;
}

.list-marques.list-1 .logo {
    display: inline-block;
    vertical-align: middle;
}

.list-marques.list-1 li {
    margin-left: -15px;
    width: calc(100% + 30px);
    border: 1px solid transparent;
    border-width: 1px 0;
    display: block!important;

}

.list-marques.list-1 li a {
    display: table;
    width: 100%;
    padding: 5px 0;
}

.list-marques.list-1 li a:hover {
    position: relative;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.list-marques.list-1 li a > * {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.list-marques.list-1 li a .note {
    color: #28b4c4;
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
}

.list-marques.list-1 li a .note strong {
    font-size: 25px;
    font-weight: 900;
}

.list-marques.list-1 li:hover {
    border: 1px solid #bdc3c5;
    border-width: 1px 0;
}

.list-marques.list-1 li:hover a {
    text-decoration: none;
}

.list-marques.list-1 li .nom_marque {
    display: inline-block;
    text-align: left;
    color: #505056;
}

.list-marques.list-1 li:nth-child(odd) a {
    background: transparent;
}

.list-marques.list-1 li:nth-child(even) a {
    background: #ecf0f5;
}

.list-avis a,
.list-avis-online a {
    display: block;
    font-size: 16px;
    color: #2c2c31;
    font-weight: 600;
    line-height: 1.5em;
}

.list-avis li {
    border-bottom: 1px solid #dee8e9;
    padding: 15px 0;
}

.list-avis-vignette,
.list-avis-content {
    display: table-cell;
    vertical-align: middle;
}

.list-avis-vignette {
    border: 1px solid #ccc;
    width: 117px;
    text-align: center;
    height: 70px;
}

.list-avis-vignette img {
    height: 70px;
}

.list-avis-content {
    padding-left: 5px;
}

.list-avis-content em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #a9afb1;
}

.list-avis-content .note {
    display: block;
    color: #28b4c4;
    font-size: 25px;
    font-weight: 600;
}

.list-avis-content .note strong {
    font-size: 33px;
}

.title-inner {
    font-size: 18px;
    color: #2c2c31;
    border-bottom: 3px solid #dee8e9;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.title-inner.positif {
    color: #2ed66e;
}

.title-inner.negatif {
    color: #c7100f;
}

form.send-avis .list-avis-star > li {
    padding: 7px 0;
    margin-bottom: 11px;
}

form.send-avis .list-avis-star > li:hover .star.active {
    background-position: center bottom;
    cursor: pointer;
}

button.add {
    border-radius: 50%;
    border: 2px solid #c1cecf;
    line-height: 53px;
    width: 53px;
    color: #c1cecf;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    margin: 15px;

}

button.add:hover {
    border: 2px solid #28b4c4;
    background: #28b4c4;
    color: #fff;
}

.list-avis-online {
    padding-bottom: 25px;
}

.list-avis-online li {
    display: table-cell;
    padding: 15px 0;
}

.panel-avis .panel-body {
    display: table;
    width: 100%;
    border: 1px solid #dee8e9;
    padding: 0;
}

.panel-avis .panel-body .case {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 15px;
}

.panel-avis .panel-body .case:first-child {
    border-right: 1px solid #dee8e9;
}

.panel-avis .panel-footer {
    background: #eef3f5;
    border-top: 1px solid #dee8e9;
    padding: 21px 0;
}

.panel-avis .panel-footer p {
    margin-bottom: 0;
}

.panel-avis .case .txt { /*display:table-cell;*/
    vertical-align: middle;
}

.list-avis-star .txt {
    width: 40%;
    display: inline-block;
}

.list-avis-star .txt,
.list-avis-star .star-list {
    display: inline-block;
    vertical-align: middle;
}

.list-avis-star .star {
    display: table-cell;
    width: 30px;
    height: 30px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite_star.png) center center transparent;
}

.list-avis-star .star-list { /*display:table-cell;*/
    vertical-align: middle;
}

.list-avis-star .star {
    display: table-cell;
    width: 30px;
    height: 30px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite_star.png) center center transparent;
}

.list-avis-star .star.active {
    background-position: center top;
}

.model-best li {
    padding: 0;
    border: 1px solid #dbe6e7;
    margin-top: 15px;
}

.model-best li a {
    background: #eef3f5;
    display: block;
}

.model-best li a > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.model-best li a img {
    height: 100px;
    border: 1px solid #a3b8c0;
    padding: 1px;
    border-color: #a3b8c0 #dae5e6 #a3b8c0 #a3b8c0;
    background-color: #dae5e6;
    max-width: 132px;
}

.model-best li a .txt {
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.model-best li .txt > * {
    margin: 0;
}

.model-best li .txt em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #a9afb1;
}

.note {
    display: block;
    color: #28b4c4;
    font-size: 25px;
    font-weight: 600;
}

.note strong {
    font-size: 33px;
}

.model-best li .txt h3 {
    font-weight: bold;
    font-size: 18px;
    color: #2c2c31;
}

.panel-avis .case:first-child img {
    float: left;
}

.panel-avis .case:first-child p {
    clear: both;
    border-top: 1px solid #dee8e9;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}

.panel-avis .case:first-child p span {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
}

.panel-avis .case:first-child p span {
    text-align: right;
    color: #a9afb1;
    font-size: 15px;
    line-height: 20px;

}

.panel-avis .case:first-child p span em {
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
}

.panel-avis .case:first-child p span:last-child {
    text-align: center;
    color: #28b4c4;
    font-weight: 300;
    font-size: 35px;
}

.panel-avis .case:first-child p span:last-child strong {
    color: #28b4c4;
    font-weight: 600;
    font-size: 47px;
}

.panel-avis .case hgroup {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2c2c31;
}

.panel-avis .case hgroup h1 {
    font-size: 30px;
    font-weight: bold;
}

.panel-avis .case hgroup h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.model-best > li:hover > a {
    background-color: #28b4c4;
}

.model-best > li:hover > a .txt h3,
.model-best > li:hover > a .txt .note,
.model-best > li:hover > a .txt p em {
    color: #fff;
}

.panel-avis a:hover {
    text-decoration: none;
}

.avis-title {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #2c2c31;
}

.descriptif-avis {
    color: #7a8384;
    font-size: 14px;
}

.avis-perso .row .col-md-9 {
    border-top: 1px solid #ccc;
}

.user-avis {
    text-align: center;
}

.user-avis .user-visuel {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e2ebec;
    margin: auto;
}

.user-avis .user-visuel img {
    margin: auto;
    position: relative;
    width: 100%;
    display: block;
    height: 102px;
    top: 50%;
    margin-top: -51px;
}

.user-avis .center {
    font-size: 18px;;
    font-weight: bold;
    color: #2c2c31;
}

.user-avis .note {
    background-color: #2c2c31;
    padding: 10px 0;
    font-size: 33px;
    font-weight: normal;
}

.user-avis .note strong {
    font-size: 40px;
}

.avis-perso .list-avis-star {
    padding-top: 20px;
}

.avis-perso .list-avis-star ol {
    display: block;
}

.avis-perso ul.carac-avis {
    padding: 20px;
}

.avis-perso .carac-avis li {
    line-height: 24px;
    font-size: 14px;
    color: #adb2b3;
}

.avis-perso .carac-avis li strong {
    color: #2c2c31;
}

.footer-avis {
    clear: both;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
}

.negatif-point {
    margin-right: 0;
}

/*2ed66e*/
.positif-point {
    background-color: #d8f2e2;
    color: #3f4244;
}

.negatif-point .title,
.positif-point .title {
    color: #fff;
    text-shadow: 1px 0 0 #3f4244;
    padding: 14px 16px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.negatif-point .title {
    background-color: #c7100f;
}

.positif-point .title {
    background-color: #2ed66e;
}

.negatif-point {
    background-color: #f4e8e8;
    color: #3f4244;
}

.negatif-point ul,
.positif-point ul {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.negatif-point ul li {
    padding-left: 10px;
}

.negatif-point ul li:before {
    content: "-";
    color: #c7100f;
    margin-left: -10px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.positif-point ul li {
    padding-left: 10px;
}

.positif-point ul li:before {
    content: "+";
    color: #2ed66e;
    margin-left: -10px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.sticky-avis {
    margin: 5px;
    background-color: #eef3f5;
    border-bottom: 1px solid #dee8e9;
    color: #2ed66e;
    font-weight: bold;
    padding: 5px;
}

.sticky-avis em {
    color: #9da4a5;
    font-style: normal;
}

.sticky-avis.negatif {
    color: #c7100f;
}

ul.list-3 {
    list-style-type: none;
}

/* _____________________________________________________________________________________ LISTE EN COLONNE _____________________________________________________________________________________ */

.list-1 li {
    display: block;
    width: 100%;
}

.list-2 li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.list-3 li figure, .list-4 li figure {
    text-align: center;
    margin: 0 10px 10px 0;
    padding: 5px 0 0 0;
    color: #2c2c31;
    min-height: 40px;
    border: 1px solid #ecf0f5;
    background: rgb(255, 255, 255) !important;
}

.list-3 li figure figcaption, .list-4 li figure figcaption {
    background: #dddddd !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-3 li figure img, .list-4 li figure img {
    margin: auto;
    max-width: 60%;
}

#showMore, #showLess {
    color: #ffffff;
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    padding: 5px;
}

@media (max-width: 650px) {
    .list-3 li figure figcaption, .list-4 li figure figcaption {
        font-size: 10px;
    }

    .list-3 li, .list-4 li {
        width: 25% !important;
    }
}

.list-4 li, .list-3 li {
    display: inline-block;
    width: 16.666%;
    vertical-align: top;
}

.list-3.actu li {
    width: 20%;
}

.list_2,
.list-3,
.list-4, .list-3 {
    margin: 10px;
}

.list-puce li:before {
    content: "";
    /*background:url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) -295px 0 no-repeat transparent;*/
    display: inline-block;
    height: 5px;
    width: 5px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
    background: #398af5;
}

.list-marques li {

}

.inside {
    height: 160px;
    overflow: hidden;
}

.inside li {
    /*height: 25px;*/
}

/* __________________________________________________________ PICTO JURIDIQUE __________________________________________________________ */
.list-infraction {
    padding: 10px;
    margin: 0;
}

.list-infraction li {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-juridique.png) no-repeat 0px 0px transparent;
    height: 40px;
    list-style: none;
    display: inline-block;
    width: 32%;
    text-align: left;
}

.list-infraction li a {

    margin-left: 45px;
    line-height: 50px;
}

.list-infraction li a:hover {
    text-decoration: underline;
}

.list-infraction .accident {
    background-position: 0px 0px;
}

.list-infraction .alcoolemie {
    background-position: 0px -50px;
}

.list-infraction .carte-grise {
    background-position: 0px -100px;
}

.list-infraction .code-de-la-route {
    background-position: 0px -150px;
}

.list-infraction .contravention {
    background-position: 0px -200px;
}

.list-infraction .permis-de-conduire {
    background-position: 0px -250px;
}

.list-infraction .procedures {
    background-position: 0px -300px;
}

.list-infraction .stationnement {
    background-position: 0px -350px;
}

.list-infraction .exces-de-vitesse {
    background-position: 0px -400px;
}

.juridique > .topic-left .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-juridique.png) no-repeat -2px 5px transparent;
    height: 54px;
    width: 38px;
    display: inline-block;
}

.juridique.accident .topic-left .picto {
    background-position: -4px 5px;
}

.juridique.contravention {
    background-position: -4px -200px;
}

.juridique.vitesse .topic-left .picto {
    background-position: -4px -400px;
}

.juridique.alcool .topic-left .picto {
    background-position: -4px -50px;
}

.juridique.code .topic-left .picto {
    background-position: -4px -146px;
}

.juridique.permis .topic-left .picto {
    background-position: -4px -246px;
}

.juridique.proces .topic-left .picto {
    background-position: -4px -296px;
}

.juridique.stationnement .topic-left .picto {
    background-position: -4px -345px;
}

.juridique.carte-grise .topic-left .picto {
    background-position: -4px -95px;
}

/*_____________________________________________________________________________ TOPIC LIST _____________________________________________________________________________*/
.topic-list .topic-list-heading .btn-group .btn {
    max-width: auto;
    font-size: 18px;
    min-height: 24px;
}

.topic-left .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum.png) no-repeat -30px -5px transparent;
    height: 54px;
    width: 42px;
    display: inline-block;
}

/***picto ajout arnaud****/
.auto .topic-left .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum.png) no-repeat -30px -200px transparent;
}

.tutoriels .topic-left .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum.png) no-repeat -30px -105px transparent;
}

.deuxroues .topic-left .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum.png) no-repeat -30px -400px transparent;
}

.detente .topic-left .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum.png) no-repeat -30px -508px transparent;
}

/*** fin picto ajout arnaud****/

/* pictos topics suplémentaire */
.welcome .topic-left .picto {
    background-position: -15px -695px;
}

.sujet .topic-left .picto {
    background-position: -15px -635px;
}

.topic-list .topics .topic.pin .topic-left .picto {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum_fffffff.png) no-repeat -27px -856px transparent;
}

.topic-list .topics {
    border-top: 2px solid #dee8e9;
}

.topic-list .topics {
    margin: 0 -15px 15px;
}

.topic-list .topic {
    padding: 0;
}

.topic-list .topic {
    display: table;
    width: 100%;
}

.topic-list .topic .topic-body {
    display: table-cell;
    width: 100%;
}

.topic-body > * {
    vertical-align: middle;
}

.topic {
    border: 1px solid transparent;
}

.topic > *,
.topic-list .topic-aside > * {
    display: table-cell;
    vertical-align: middle;
}

.topic-list .topic.mecanique .topic-left {
    padding-right: 0;
}

.topic-list .topic > * {
    padding: 10px;
}

.topic-list .topic .topic-aside .last,
.topic-list .topic .topic-aside .recap {
    min-width: 150px;
}

.topic-list .topic .topic-aside .recap .picto {
    height: 25px;
    width: 25px;
    display: inline-block;
    background: url(/forum-auto/style/autoevasion/css/img/pictos_vue_comment.svg) 0 0 / 200% 200% no-repeat transparent;
    vertical-align: bottom;
}

.topic-list .topic .topic-aside li {
    display: inline-block;
}

.topic-list .topic .topic-aside .last li:last-child {
    display: block;
}

.topic-list .topic .topic-aside .recap .picto.vue {
    background-position: 0 100%;
}

.topic:nth-child(odd) {
    background: transparent;
}

.topic:nth-child(even) {
    background: #ecf0f5;
}

.topic-list .topic:hover {
    cusror: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    border: 1px solid #c5e3e6;
}

.topic-list .topic:hover .topic-heading {
    color: #ed710b;
}

.timer {
    background: #bdc3c5;
    text-shadow: 1px 0 0 #aaafb1;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    border: 3px solid #bdc3c5;
    margin-top: 6px;
}

.timer a {
    display: block;
    color: inherit;
    padding: 5px 9px;
}

.timer:hover {
    background: #fff;
    border: 3px solid #bdc3c5;
    color: #bdc3c5;
    text-shadow: 0 0 0 transparent;
}

.timer:hover a {
    text-decoration: none;
}

.list-topic-title,
.topic-heading,
.topic-heading a {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    color: #2c2c31;
    text-decoration: none;
}

.topic-heading a:hover {
    color: #2c2c31;
    text-decoration: underline;
}

.topics .topic > * {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
}

.topic-list .topic .topic-left .picto {
}

.list-topic-title {
    font-size: 18px;
    padding-bottom: 0;
}

.topic .last {
    border: none;
}

.recap {
    text-align: center;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 20px;
    text-transform: uppercase;
}

.last,
.last ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.last li {
    margin-bottom: 0.5em;
}

.list-marques li {
    background: none;
}

/*.list-marques li:before {*/
/*content: "";*/
/*display:inline-block;*/
/*height:5px;*/
/*width:5px;*/
/*vertical-align:middle;*/
/*border-radius:50%;*/
/*background: #398af5;*/
/*margin-right:5px;*/
/*}*/
.btn.annee {
    margin-bottom: 4px;
    /*width:11.95%;*/

}

/*
GRAPH COLOR
  #b2f1f8
  #7ae2ed
  #5bccda
  #2eb7c7
  #1d95a3
  #167b87
  #11616a
  #084246
  #062528
*/

.hub-marque {
}

/*
.topic-aside .last ul li strong,
.topic-aside .last li strong,
.last ul li strong,
.last li strong{color:#0070b2;}
.last ul li em strong,
.last li em strong{
        display:block;
        font-weight:normal;
        color:#0070b2;
}

.last ul li strong,
.last li strong,
.last ul li em strong,
.last li em strong{
        color:#28b4c4;
}
*/

.user .picto {
    /*	background:url(/forum-auto/style/autoevasion/css/img/sprite.png) no-repeat -247px -234px transparent;
            display:inline-block;
            height:20px;
            width:20px;
            vertical-align:middle;*/
    display: none;
}

.recap li span {
    color: #28b4c4;
}

/* ________________________________________________________________ topic-list-modo _______________________________________________________________ */
.topic-list-heading {
    position: relative;
}

.topic-list-heading > * {
    display: inline-block;
}

.topic-list-heading .btn-group {
    /*float:right;*/
    margin-top: -2px;
    width: 100%;
    text-align: center;
}

.topic-list-heading .btn-group .btn {
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin: 0 2px;
}

/* ________________________________________________________________________ option moderateur ___________________________________________________________________________________________________ */

.option-modo {
    background-color: #28b4c5;
    /*	background: #28b4c5 url(/forum-auto/style/autoevasion/css/img/sprite-forum_ffffff.png) no-repeat scroll -10px -681px;*/
    border: 0 solid #28b4c5;
    box-sizing: padding-box;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px 5px 10px;
    width: 100%;
}

.option-modo h1 {
    margin-bottom: 5px;
}

.title-box {
    font-weight: bold;
}

.closed {
    position: absolute;
    top: 2px;
    right: 0px;
    height: 20px;
    width: 20px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) -82px -122px no-repeat transparent;
}

.option-modo.closed {
    display: none;
}

.option-modo menu {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.option-modo button {
    border: 1px solid #33d8eb;
    background: #28b4c5;
    /*box-shadow:0 0 1px #07547e;*/
    color: #fff;
    padding: 5px;
    width: 16%;

}

.option-modo button:hover {
    border-color: #fff;
}

.lightbox {
    position: absolute;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px #646464;
    width: 300px;
    font-weight: bold;
    z-index: 100000;
}

.lightbox button {
    width: 48%;
    margin: 1%;
}

.lightbox a.closed {
    position: absolute;
    top: 0;
    right: 0;
    background: #c7100f;
    height: 20px;
    width: 20px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) no-repeat -82px -160px transparent;
}

.lightbox a.closed:hover {
    cursor: pointer;
}

.topics .custom-checkbox {
    display: none;
    height: 30px;
    margin: 3px;
    width: 30px;
}

.topics.modo_activ .custom-checkbox {
    display: block;
}

.topics.modo_activ .topic-left > a {
    display: none;
}

.topics.modo_activ .custom-checkbox.active:after {
    height: 16px;
    left: 7px;
    top: 7px;
    width: 16px;
}

/* ___________________________________________________________________ SPEACKER ___________________________________________________________________ */
.fil-discussion {
    margin: 0 -15px;
    background: #e4eef4;
}

.fil-discussion .speaker {
    padding: 5px 15px 0;
    border-bottom: 1px solid #ccc;
}

.fil-discussion .speaker:first-child {
    margin-top: -15px;
}

.speaker .panel-o .form-group {
    padding: 1px;
}

.speaker .panel-o p {
    padding: 5px;
}

.speaker .content-article,
.speaker .portrait > ul {
    background: #fff;
}

.speaker .portrait > ul {
    padding: 10px;
    color: #646464;
}

.speaker .content-article {
    position: relative;
    min-height: 200px;
    padding: 10px;
}

.speaker .content-article:before {
    content: "";
    display: block;
    height: 15px;
    width: 17px;
    position: absolute;
    top: 50px;
    left: -15px;
    background: url(/forum-auto/style/autoevasion/css/img/fleche-fil-discussion.png) no-repeat 0px 0px transparent;
}

.speaker .content-article .title-content-article {
    border-bottom: 2px solid #686868;
    padding-bottom: 0px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #686868;
}

.speaker .info-sup .logo {
    line-height: 30px;
}

.speaker .portrait .picto-link {
    color: #686868;
    font-weight: normal;
}

.speaker .fil-discussion {
    border: none;
}

.speaker .group-button {
    display: table;
    width: 100%;
}

.speaker .group-button li {
    display: table-cell;
    text-align: center;
    padding: 15px 0;
}

.panel-o .group-button li {
    padding-left: 5px;
}

.speaker .header-article {
    line-height: 15px;
    width: 100%;
    background: #e4eef4;
    display: inline-block;
    padding: 5px 0;
    color: #646464;
    font-size: 15px;
}

.gallery {
    text-align: center;
}

.gallery .open-lightbox {
    width: 46%;
    height: auto;
    margin: 1%;
    display: inline-block;
}

.gallery .open-lightbox img {
    width: 100%;
    height: auto;
}

.speaker .header-article .user {
    font-weight: bold;
    font-size: 15px;
}

.speaker .header-article .date {
    font-size: 11px;
    text-align: right;
    /*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.speaker .header-article .id {
    text-align: right;
    float: right;
}

.speaker > div {
    display: block;
}

.speaker .info-sup {
    padding: 0px;
}

.speaker .info-sup .logo {
    float: right;
    display: block;
    vertical-align: middle;
    height: 35px;
    width: 47px;
}

/* information supplémentaire sur l'utilisateur */
.speaker .info-sup dd {
    color: #636363;
}

.speaker .info-sup dd + dd {
    background: none;
    line-height: 21px;
}

.speaker .btn-group.panel {
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 0;
    box-shadow: none;
}

.speaker .btn-group.panel button:first-child {
    margin-right: 0px;
}

.speaker .comment {
    background-color: #edf0f5;
    margin-top: -5px;
    font-style: italic;
}

.speaker .article-info {
    font-size: 11px;
    font-style: italic;
}

/* visuel de l'avatar */
.speaker .picture {
    position: relative;
    max-height: 230px;
    overflow: hidden;
}

.speaker .picture img {
    width: 100%;
    height: auto;
}

.speaker .picture .picto-log img {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: block;
    height: 24px;
    width: 18px;
}

.speaker .pub-interne {
    background: #e4eef4;
    margin: 0 -5px;
    color: #686868;
}

.speaker .pub-interne > * {
    border-top: 1px solid #ccc;
    padding: 5px;
}

.speaker .pub-interne div + div {
    background-color: #fff;
    border-left: 1px solid #ccc;
    padding-top: 5px;
}

.speaker .pub-interne div + div h2 {
    font-weight: bold;
}

.speaker .pub-interne p.center {
    text-align: right;
    margin-right: 10px;
}

.panel-forum-ae.wysiwyg .content-article > * {
    position: relative;
    padding: 5px;
    background: #fff;
}

.panel-forum-ae.wysiwyg .content-article:before {
    content: "";
    display: block;
    height: 15px;
    width: 17px;
    position: absolute;
    top: 50px;
    left: -5px;
    background: url(/forum-auto/style/autoevasion/css/img/fleche-fil-discussion.png) no-repeat 0px 0px transparent;
}

/* _____________________________________________________________________________  CONTENU DES PANEL BRANDING ASIDE ____________________________________________________________________________ */
.panel-forum-ae .panel-footer {
    background-color: transparent;
    border: none;
}

.panel-forum-ae .list-group .list-group-item {
    border: none;
    padding: 5px 12px;
    background-color: transparent;
}

.panel-list .panel-heading {
    background-color: #2c2c31;
    color: #fff;
    padding: 20px 17px;
}

section#show-recent .panel-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-list .panel-heading a {
    color: #fff;
}

.panel-list .panel-footer a {
    display: block;
}

.panel-simple .panel-body {
    padding: 0;
}

.panel-simple .panel-body .list-group-item,
.panel-slider .panel-body .list-group-item {
    border: none;
    background-color: transparent;
}

.panel-forum-ae.jumbotron,
.panel-list .panel-body {
    padding: 0;
}

.panel-forum-ae.jumbotron #sas_43460 {
    line-height: 0;
}

.panel,
.panel-forum-ae .list-group,
.panel-forum-ae .panel-body {
    border: 0;
}

.panel-forum-ae .panel-heading {
    font-size: 18px;
    font-weight: 600;
    border-bottom: none;
}

.panel-list .list-group {
    margin-bottom: 0;
}

.panel-list .list-group .list-group-item:first-child {
    font-size: 18px;
    color: #28b4c4;
    background: #fff;
    font-weight: bold;
    padding-left: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.panel-list .list-group .list-group-item:last-child {
    margin-bottom: 10px;
}

section#show-recent .list-group-item:last-child {
    margin-bottom: 0px !important;
}

/* gestion de l'alternances des background ... */

.panel-list .list-group > *:nth-child(odd) {
    background: transparent;
}

.panel-list .list-group > *:nth-child(even) {
    background: #ecf0f5;
}

/* gestion des picos / logos des marques / puces des listes ... */
.block-mind-star {
    text-align: center;
}

.mind-star li {
    background: url(/forum-auto/style/autoevasion/css/img/star.png) 0 0 no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
}

.panel-picto .picto {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-juridique.png) -9px -9px no-repeat transparent;
    height: 30px;
    margin-right: 5px;
}

.panel-picto .picto + * {
    display: inline-block;
}

.panel-picto.infos .picto {
    background-position: -9px -510px;
}

.panel-picto.dossier-droit .picto {
    background-position: -9px -460px;
}

/* panel slider qualité */
.panel-slider .slider {
    width: 268px;
    height: 150px;
    overflow: hidden;
}

.panel-slider .slider ul {
    height: 150px;
    margin: 0;
    padding: 0;
}

.panel-slider .slider ul li {
    height: 150px;
    width: 268px;
}

/* panel block marques */
.panel-block-marques {
    display: block;
}

.panel-block-marques .panel-heading .logo,
.panel-block-marques .panel-heading .title {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}

.panel-block-marques .block-marques li {
    display: inline-block;
    width: 49%;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) no-repeat -295px 5px transparent;
    padding-left: 10px;
}

.panel-block-marques .panel-heading {
    padding-left: 0;
}

/* panel marques */
.panel-marques .panel-heading span.logo {
    width: 48px;
    height: 34px;
    display: inline-block;
    margin-bottom: -10px;
}

.panel-marques li a {
    color: #0080c6;
}

.panel-marques li a em {
    color: #646464;
}

/* panel block pub */
#sidebar .inner-block.pub {
    margin-bottom: 20px;
}

/* panel list-marques */
.panel-list-marques .panel-body,
    /* panel fiabilité */
.panel-slider .panel-heading,
.panel-slider .panel-body {
    padding-bottom: 0;
}

.panel-slider .panel-body .list-group {
    margin-bottom: 0;
}

/*
.	{
color: #c7100f;
}
*/

/* ___________________________________________________________________________________ BOTTOM_BLOCK LOGGER ____________________________________________________________________________________ */

.bottom-logger.inner-block {
    border-top: 1px solid #33d8eb;
    background: #9bd7e4;
    color: #149600;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.bottom-logger .row {
    width: 100%;
    margin: auto;
}

.bottom-logger .row > * {
    vertical-align: middle;
}

.bottom-logger h1 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
}

.bottom-logger p {
    color: #FFF;
}

.bottom-logger .connect {
    text-align: center;
    display: table;
    margin-top: 15px;
}

/* ATTENTION ! partie modifier au moment de la corection du bloc vert de connection en bas de page ... */
/*.bottom-logger .connect > *{
        display:table-cell;
        width:25%;
}*/
.bottom-logger button.btn {
    display: inline-block;
}

.bottom-logger .conjonction {
    line-height: 32px;
    text-align: center;
    display: inline-block;
}

.bottom-logger .conjonction span {
    display: block;
    border-radius: 16px;
    line-height: 32px;
    width: 32px;
    border: 1px solid #FFF;
    margin: 20px;
    color: #FFF;
}

.bottom-logger .closed {
    position: absolute;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) no-repeat -166px -158px transparent;
    height: 20px;
    width: 20px;
    display: block;
    right: 10px;
    top: 10px;
    opacity: 0.5;
    border: none;
}

.bottom-logger .closed:hover {
    opacity: 1;
}

.bottom-logger .closed .text {
    display: none;
}

/* _______________________________________________________________________________________ LIGHTBOX SLIDER _______________________________________________________________________________________ */
.lightbox-slider {
    width: 700px;
    margin: auto;
    position: relative;
    z-index: 202000;
}

.lightbox-slider .carousel-inner,
.lightbox-slider .nav-lightbox {
    float: left;
    position: relative;
}

.lightbox-slider .carousel-control {
    width: 30px;
    opacity: 1;
    height: 400px;
}

.lightbox-slider .carousel-control.left {
    background: url(/forum-auto/style/autoevasion/css/img/lb-shadow-left.png) left center no-repeat;
}

.lightbox-slider .carousel-control.right {
    background: url(/forum-auto/style/autoevasion/css/img/lb-shadow-right.png) right center no-repeat;
}

.lightbox-slider .carousel-control.left:before {
    position: absolute;
    content: "";
    display: block;
    width: 27px;
    height: 54px;
    background: url(/forum-auto/style/autoevasion/css/img/prev.png) no-repeat 0 0;
    z-index: 1000;
    left: -27px;
    top: 50%;
    margin-top: -27px;
}

.lightbox-slider .carousel-control.right:before {
    position: absolute;
    content: "";
    display: block;
    width: 27px;
    height: 54px;
    background: url(/forum-auto/style/autoevasion/css/img/next.png) no-repeat 0 0;
    z-index: 1000;
    right: -27px;
    top: 50%;
    margin-top: -27px;
}

.lightbox-slider .carousel-control.left:hover:before,
.lightbox-slider .carousel-control.right:hover:before {
    background-position: 0 bottom;
}

.lightbox-slider .carousel-control .sr-only, .closed-lightbox span {
    display: none;
}

.lightbox-slider .header-lightbox-slider {
    text-align: right;
}

.lightbox-slider .header-lightbox-slider .closed-lightbox {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite.png) -166px -198px;
}

.lightbox-slider .header-lightbox-slider .closed-lightbox:hover {
    background-position: -166px -233px;
}

.lightbox-slider .content-slider {
    position: relative;
}

.lightbox-slider .content-slider ul {
    margin-bottom: 0;
}

.lightbox-slider .content-slider .carousel-inner {

    height: 400px;
    overflow: hidden;
}

.lightbox-slider .content-slider .carousel-inner li {
    height: 400px;
}

.lightbox-slider .content-slider .carousel-inner .mask {
    max-width: 640px;
    max-height: 375px;
    margin: auto;
    overflow: hidden;
}

/*.lightbox-slider .content-slider .carousel-inner .mask img{height:100%;width:auto;margin:auto;}*/
.lightbox-slider .content-slider .carousel-inner .mask img {
    height: auto;
    width: 100%;
    margin: auto;
}

.lightbox-slider .footer-lightbox-slider ol {
    clear: both;
    text-align: center;
    margin-top: 24px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #fff;
}

.lightbox-slider .footer-lightbox-slider li {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.lightbox-slider .footer-lightbox-slider li img {
    width: 100%;
    height: auto;
}

.lightbox-slider .footer-lightbox-slider li:hover {
    background: #ed710b;
}

.lightbox-slider .footer-lightbox-slider li:hover img {
    opacity: 0.5;
}

.lightbox-slider .footer-lightbox-slider li .legend {
    position: absolute;
    top: -22px;
    width: 100%;
    color: #646464;
}

.bg-lightbox {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.open-lightbox {
    width: 46%;
    height: auto;
    margin: 1%;
    display: inline-block;
}

.open-lightbox img {
    width: 100%;
    height: auto;
}

/* _____________________________________________________________ TOOLTIP _____________________________________________________________ */
.tooltip.top .tooltip-arrow {
    border-top-color: #00609e;
    border-width: 10px 5px 0;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}

.tooltip-inner {
    background-color: #00609e;
    border-radius: 0;
    padding: 15px 20px;
    opacity: 1;
}

/* _______________________________________________________________________________________ BUTTONS .btn  ________________________________________________________________________________________ */
/* bouton gris */
.btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #fff !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    padding: 13.5px 29px;
    /*border-color: inherit!important;*/
}

.btn-default {
}

.btn-md {
    font-size: 18px;
    font-weight: 600;
}

.btn.active, .btn:active {
    box-shadow: 1px 1px 0 #178f9d;
}

.btn-md {
    padding: 5px 15px;
    height: auto;
    box-shadow: 0;
    background-color: #28b4c4;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    background-color: #28b4c4;
    box-shadow: 0 none;

}

.btn {
    border: 1px solid #28b4c4;
    background: #28b4c4;
    color: #fff;
    box-shadow: 0 1px 0 #178f9d;

}

.btn:hover {
    border: 1px solid #28b4c4;
    background: #33d8ed;
    color: #fff;
    box-shadow: 0 1px 0 #178f9d;
}

/* bouton avec picto */
.btn span.picto-btn {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) no-repeat 0 0px transparent;
}

.btn .picto-btn {
    vertical-align: middle;
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum.png) no-repeat 0 0px transparent;
}

.btn span.btn-picto-text {
    text-align: right;
    padding-right: 8px;
    vertical-align: middle;
    width: 62%;
}

.btn-lg span.picto-btn {
    height: 24px;
    width: 24px;
}

.btn-lg.btn-favorite span.btn-picto-text {
    line-height: 24px;
}

.btn-favorite span.picto-btn {
    background: transparent url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) no-repeat scroll -164px -114px;
}

.btn-favorite-on {
    background-color: #fff;
}

.btn-favorite-on span.picto-btn {
    background-position: -164px -150px;
}

.btn-favorite-on span.btn-picto-text {
    color: #28b4c4;
    text-shadow: none;
}

.btn-favorite-on:hover span.picto-btn {
    background-position: -164px -115px;
}

.btn-favorite-on:hover span.btn-picto-text {
    color: #fff;
}

.btn-send_search span.picto-btn {
    background-position: -37px -222px;
}

.btn-save span.picto-btn {
    background-position: -73px -75px;
}

.btn-send-private-message span.picto-btn {
    background-position: -120px -222px;
}

.panel-heading .closed-talk {
    margin-right: 15px;
}

.btn-search span.picto-btn {
    background-position: -38px -222px;
}

.btn-move span.picto-btn {
    background-position: -120px -115px;
}

.btn-cut span.picto-btn {
    background-position: -120px -150px;
}

.btn-delete span.picto-btn {
    background-position: -120px -75px;
}

.btn-send span.picto-btn {
    background-position: -120px -36px;
}

.btn-add-plus {
    border: 5px solid #2ed66e;
    background: #2ed66e none repeat scroll 0 0;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 40px;
    line-height: 30px;
    padding: 0;
}

#the-basics,
.btn-add-plus {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-add-plus:hover {
    background-color: #fff;
    color: #2ed66e;
}

.panel-branding .panel-heading .btn.answer-talk,
.panel-branding .panel-heading .btn.made-talk {
    width: auto;
}

.btn.closed-block,
.btn.open-block,
.panel-branding .panel-heading .btn.made-talk,
.panel-branding .panel-heading .btn.answer-talk {
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    box-shadow: 0 0 0 transparent;
}

.panel-branding .panel-heading .btn.answer-talk .btn-picto-text,
.panel-branding .panel-heading .btn.made-talk .btn-picto-text {
    display: none;
}

.btn.open-block .picto-btn,
.btn.closed-block .picto-btn {
    display: none;
}

.btn.open-block .btn-picto-text,
.btn.closed-block .btn-picto-text {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 20px;
    margin-top: -2px;
    font-size: 40px;
    color: #c1cecf;
    text-align: center;
}

.btn,
.btn.open-block:hover .btn-picto-text,
.btn.closed-block:hover .btn-picto-text {
    color: #fff;
}

.btn.closed-block:hover,
.btn.open-block:hover,
.panel-branding .panel-heading .btn.made-talk:hover {
    border: 2px solid #33d8eb;
    background: #33d8eb;
    color: #fff;
}

.closed-block span.picto-btn,
.open-block span.picto-btn,
.made-talk span.picto-btn,
.btn-favorite span.picto-btn,
.answer-talk span.picto-btn {
    display: inline-block;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    border: none;
}

.panel-branding .panel-heading .btn.closed-block.collapsed span.picto-btn {
    background-position: -38px 0;
}

.closed-block span.picto-btn {
    background-position: -76px 0;
}

.closed-block:hover span.picto-btn {
    background-position: -76px -37px;
}

.open-block span.picto-btn {
    background-position: -38px 0;
}

.open-block:hover span.picto-btn {
    background-position: -38px -37px;
}

.btn-modo {
    padding: 5px;
}

.btn-modo.btn-open .picto-btn {
    background-position: -5px -193px;
}

.btn-modo.btn-suivre .picto-btn {
    background-position: -5px -157px;
}

.btn-lock .picto-btn {
    background-position: -122px -186px;
}

.closed-talk {
    font-weight: normal;
    font-size: 11px;
    text-align: right;
    color: #00609c !important;
    background: #fff;
    vertical-align: middle;
    box-shadow: none;
    border: 1px solid #00609c;
    padding: 0px 3px 3px 3px;;
    white-space: nowrap;
}

.closed-talk .picto {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 20px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) no-repeat -45px -200px transparent;
}

.closed-talk-line {
    font-weight: normal;
    font-size: 11px;
    color: #00609c !important;
    vertical-align: middle;
    box-shadow: none;
    padding: 0px 3px 3px 3px;;
    white-space: nowrap;
}

.closed-talk-line .picto {
    display: inline-block;
    vertical-align: middle;
}

.made-talk span.picto-btn,
.answer-talk span.picto-btn {
    background: url(/forum-auto/style/autoevasion/css/img/spritesheet_forumArgus.png) no-repeat -26px 2px transparent;
}

.made-talk:hover span.picto-btn,
.answer-talk:hover span.picto-btn {
    background: url(/forum-auto/style/autoevasion/css/img/spritesheet_forumArgus.png) no-repeat -26px 2px transparent;
}

/*.answer-talk span.picto-btn {
        background-position:-32px -3px;
        height:24px;width:30px;
        padding:0 inherit;
        margin-left: -5px;
}
.answer-talk:hover span.picto-btn {
        background-position:-26px 2px;

}*/

/* _____________________________________________________________________________________  SPECIAL LINK ______________________________________________________________________________________ */
/* liens en bas de la liste de marque */
.link-full {
    padding: 0px;
    margin: 0;
    color: #e77d21;
}

.link-full a {
    padding-top: 20px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: underline;
}

/* lien nouveau */
.new-link {
    /*	display:inline-block;
            margin-left:5px;
            padding:3px 10px;
            border:1px solid #95E18A;
            line-height:21px;
            text-transform:uppercase;
            font-weight:bold;
            background:#ECF7EA;
            color:#149600;
            box-shadow: 0 0 1px #116604;*/
    display: inline-block;
    width: 44px;
    height: 35px;
    background: url(/forum-auto/style/autoevasion/img/small-sprite-bouton-notification.png) no-repeat -2px -27px transparent;

}

.new-link:hover {
    background: url(/forum-auto/style/autoevasion/img/small-sprite-bouton-notification.png) no-repeat -53px -27px transparent;
    /*background:#149600;*/
    /*	box-shadow: 0 0 1px #ECF7EA;
            color:#ECF7EA;
            text-decoration:none;*/
}

/* badges */
.badges {
    text-align: center;
}

.badges li {
    display: inline-block;
}

.badges li a {
    display: block;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #cddfeb;
}

.badges li a .txt {
    display: none;
}

#profil .badges li a {
    height: 36px;
    width: 36px;
}

.badges-xl li a {
    height: 38px;
    width: 38px;
}

/* picto link */
.picto-link.info {
    color: #646464;
    line-height: 32px;
}

.picto-link.info .picto {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 20px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-compte.png) no-repeat -67px -110px transparent;
    line-height: 32px;
}

.picto-link {
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
}

.picto-link span.picto {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 32px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-compte.png) no-repeat -160px -118px transparent;
}

.picto-link.send-message span.picto {
    background-position: -160px -118px;
}

.picto-link.send-private-message span.picto {
    background-position: -110px -118px;
}

/* portrait picto-link */
.portrait .picto-link {
    font-size: 12px;
}

.portrait .picto-link:hover {
    color: #ed710b;
}

.portrait .picto-link span.picto {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite.png) no-repeat -0 -0 transparent;
}

.picto-link.profil span.picto {
    background-position: -208px -125px;
}

.picto-link.profil:hover span.picto {
    background-position: -208px -160px;
}

.picto-link.message span.picto {
    background-position: -208px -199px;
}

.picto-link.message:hover span.picto {
    background-position: -208px -234px;
}

.send-message {
    margin: 0;
}

.send-message .picto-link {
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;;
    vertical-align: middle;
}

.send-message .picto-link.send-mail span.picto {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 32px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-compte.png) no-repeat -160px -118px transparent;
}

.send-message .picto-link.send-private-mail span.picto {
    background-position: -110px -118px;
}

.tools-modo {
    width: 50px;
    text-align: center;
}

.tools-modo a:hover {
    border-color: #00609e;
    cursor: pointer;
}

.tools-modo .delete,
.tools-modo .next {
    height: 25px;
    width: 25px;
    display: block;
    border-radius: 4px;
    border: 1px solid #28b4c4;
    background: -moz-linear-gradient(bottom, #edf0f5 0%, #ffffff 50px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #edf0f5), color-stop(50px, #ffffff));
    background: -webkit-linear-gradient(bottom, #edf0f5 0%, #ffffff 50px);
    background: -o-linear-gradient(bottom, #edf0f5 0%, #ffffff 50px);
    background: -ms-linear-gradient(bottom, #edf0f5 0%, #ffffff 50px);
    background: linear-gradient(to top, #edf0f5 0%, #ffffff 50px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf0f5', endColorstr='#ffffff', GradientType=0);
    margin: 5px 0;
    opacity: 0.5;
}

.delete span,
.next span {
    background: url(/forum-auto/style/autoevasion/css/img/sprite-forum-bt.png) -44px -120px no-repeat transparent;
    display: block;
    height: 100%;
}

.delete:hover, .next:hover {
    opacity: 1;
}

.next span {
    background-position: -44px -84px;
}

/* _____________________________________________________________ social-networks _____________________________________________________________ */
.social-networks {
    color: #686868;
}

.social-networks .picto {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    margin: -5px -10px 4px 0;
    background: url(social-networks/sprite_socialNetworks.svg) 0 0 / 400% 300% no-repeat #999;
    border-radius: 50%;
}

.facebook .picto {
    background-position: 0 0;
}

.twitter .picto {
    background-position: 0 -40px;
}

.linkedin .picto {
    background-position: -40px -40px;
}

.site .picto {
    background-position: -40px 0;
}

.youtube .picto {
    background-position: -40px -80px;
}

.reddit .picto {
    background-position: -80px 0;
}

.default .picto {
    background-position: 100px 100px;
}

.facebook .picto {
    background-color: #3b5998;
}

.twitter .picto {
    background-color: #4099ff;
}

.linkedin .picto {
    background-color: #0077b5;
}

.site .picto {
    background-color: #999;
}

.youtube .picto {
    background-color: #e62117;
}

.reddit .picto {
    background-color: #ff4500;
}

.default .picto {
    background-color: #999;
}

.panel-forum-ae.user .social-networks .picto {
    margin: 5px 20px 5px 0;
}

/* _____________________________________________________________ profil-user _____________________________________________________________ */

/* .list-toggle-select .dropdown-toggle .caret*/
.list-toggle-select .caret,
.list-toggle-select .caret:after,
.bootstrap-select .btn.selectpicker .caret,
.bootstrap-select .btn.selectpicker .caret:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid;
    display: inline-block;
    float: right;
    height: 0;
    vertical-align: middle;
    width: 0;
    position: absolute;
    right: 10px;
    top: 50%;
}

.list-toggle-select .dropdown-toggle .caret:after,
.bootstrap-select .btn.selectpicker .caret:after {
    color: #fff;
    left: -10px;
    top: -12px;
    position: absolute;
}

.bootstrap-select.open .btn.selectpicker .caret:after {
    color: #eefaff;
}

/*.breadlog > .container > .txt{font-style: italic;}*/
.link-underline {
    font-weight: bold;
    text-decoration: underline;
    margin: 0 5px;
}

.bootstrap-select .selectpicker {
    /*width:275px;*/
    margin: auto 10px;
    padding-left: 10px;
}

.list-toggle-select .btn {
    background: red;
}

.bootstrap-select .btn {
    background: red;
}

/* ELEMENTS DE FORMULMAIRES */
fieldset legend {
    border: medium none;
    color: #28b4c4;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 12px;
}

.accueil-avis fieldset .btn {
    width: 100%;
}

.main-content-forum .panel-group {
    margin-bottom: 10px;
}

.main-content-forum > .panel-branding {
    margin-bottom: 0;
}

.main-content-forum > .panel:last-child {
    margin-bottom: 20px;
}

.panel-branding .panel-heading {
    position: relative;
}

/*.panel-branding .panel-heading .made-talk{display:none;}*/

/*.panel-branding .panel-heading .panel-title{padding:5px 20px 5px 20px;line-height:20px;font-size:16px;background:none;vertical-align:middle;color:#fff;}*/
.panel-branding .panel-heading .panel-title a {
    color: #fff;
}

.table-performances,
.table-conso,
.distance-plein,
.table-dimensions {
    width: 100%;
}

.table-performances td,
.table-conso td,
.distance-plein td,
.table-dimensions td,
.table-performances th,
.table-conso th,
.distance-plein th,
.table-dimensions th {
    padding: 0.5em 0;
}

/*
.table-performances tr,
.table-conso tr,
.distance-plein tr,
.table-dimensions tr {border-bottom: 1px solid #ccc;}
*/
.icon.plus,
.icon.moins {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    font-weight: bold;
    background: url(/forum-auto/style/autoevasion/css/img/plus_moins.png) 0 100% / 15px auto no-repeat #28b4c4;
}

.icon.plus {
    background-position: 0 0;
}

.icon.moins-large {
    display: inline-block;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    font-weight: bold;
    background: url(/forum-auto/style/autoevasion/css/img/plus_moins-big.png) 0 0 / 21px auto no-repeat #28b4c4;
}

.icon.plus-large {
    display: inline-block;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    font-weight: bold;
    background: url(/forum-auto/style/autoevasion/css/img/plus_moins-big.png) 0 100% no-repeat #28b4c4;
}

.icon.moins-large,
.icon.plus-large {
}

.distance-plein th,
.distance-plein td {
    text-align: center;
}

.distance-plein td span {
    display: inline-block;
    vertical-align: middle;
}

.even .note,
.odd .note {
    background-color: #28b4c4;
    padding: 0.25em 0.5em;
}

.even .note a,
.odd .note a {
    color: #fff;
    text-align: center;
}

.even .note .note-chiffre,
.odd .note .note-chiffre {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    display: block;
}

.icon.moins {
    display: inline-block;
    background-color: #28b4c4;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    background: url(/forum-auto/style/autoevasion/css/img/plus_moins.png) 0 100% no-repeat;

}

.even .note .note-chiffre .bigger,
.odd .note .note-chiffre .bigger {
    font-size: 21px;
    font-weight: bold;
}

.even .note .nb-avis,
.odd .note .nb-avis {
    font-size: 11px;
    display: block;
}

.vignette {
    width: 117px;
}

.list-unstyled.liste-pannes .extrait-panne:before,
.list-unstyled.liste-pannes .extrait-panne:after {
    content: '"';
}

.list-unstyled.liste-pannes .date-note .btn {
    float: right;
}

.user-avatar .icon {
    display: block;
    border: 2px solid #e2ebec;
    border-radius: 50%;
    height: 120px;
    margin: auto;
    overflow: hidden;
    width: 120px;
    background: url(/forum-auto/img/avatars2/medium/avatar_default.jpg) center center no-repeat;
}

.user-avatar br {
    display: none;
    height: 0;
}

.user-avatar .user-name {
    color: #2c2c31;
    font-size: 18px;
    font-weight: bold;
}

/* ************************************************************************************************************************************** */
/* ************************************************************* RESPONSIVE ************************************************************* */
/* ************************************************************************************************************************************** */
/* _____________________________________________________________________ Min-WIDTH  960px _____________________________________________________________________ */
@media screen and (min-width: 960px) {
    .new_nav.container, .breadlog.container {
        width: 960px !important;
        padding: 0px !important;
    }
}

/* _____________________________________________________________________ MAX-WIDTH  959px _____________________________________________________________________ */
@media screen and (max-width: 959px) {

    .breadlog {
        height: inherit;
    }

    .btn.btn-reg, .btn.btn-log {
        float: left;
    }

    #avis-aside .panel-footer .btn.btn-reg {
        float: none;
    }

    .connect {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .new_nav.container-fluid {
        display: none;
    }

    /* ajout après le 15 avril 2015 */
    .breadlog .container {
        width: 100%;
        padding-left: 10px;
    }

    /*.breadlog .branding{padding-left:29px;}*/
    .breadlog .branding .txt {
        display: block;
        height: 100%;
        /*background-color:#fff;*/
    }

    .nav-compte-forum li {
        font-size: 14px;
        line-height: 30px;
    }

    /* _____________________________________________________________ gestion des select de liste infraction et liste marque _____________________________________________________________ */
    .btn-group.list-toggle-select {
        padding: 0;
    }

    .btn-group.list-toggle-select:active,
    .btn-group.list-toggle-select .btn:hover {
        background-color: #fff;
    }

    .btn-group.list-toggle-select .btn {
        box-shadow: 1px 2px 0 #ADADAD;
    }

    .btn-group.list-toggle-select .btn:hover {
        box-shadow: 1px 2px 0 #d0d0d0;
    }

    .btn-group.list-toggle-select {
        display: block;
        width: 100%;
    }

    .btn-group.list-toggle-select .dropdown-toggle {
        text-align: left;
    }

    /*.btn-group.list-toggle-select .dropdown-toggle .caret{position:absolute;top:50%;right:10px;}*/
    .btn-group.list-toggle-select .dropdown-menu {
        width: 100%;
    }

    .btn-group.list-toggle-select .dropdown-menu li {
        display: block;
        width: 100%;
    }

    .btn-group.list-toggle-select .dropdown-menu li:before {
        display: none;
    }

    .btn-group.list-toggle-select li a {
        padding: 0;
        color: #00609e;
        text-decoration: none;
    }

    .btn-group.list-toggle-select li a:hover {
        background-color: #fff;
        text-decoration: underline;
    }

    .btn-group.list-toggle-select .dropdown-menu li {
        padding: 5px 10px;
    }

    .btn-group.list-toggle-select .dropdown-menu li:hover {
        background-color: #d2d2d2;
    }

    .btn-group.list-toggle-select .dropdown-menu li:hover a {
        background-color: #d2d2d2;
    }

    .list-marques.inside {
        max-height: none;
    }

    .speaker .content-article::before,
    .panel-forum-ae.wysiwyg .content-article:before {
        background: url("/forum-auto/style/autoevasion/css/img/fleche-fil-discussion-top.png") no-repeat scroll 0 0 transparent;
        content: "";
        display: block;
        height: 15px;
        left: 50px;
        position: absolute;
        top: -15px;
        width: 17px;
    }

    .btn-search {
        margin: 15px 0;
    }

    #search-resultat .panel-heading .txt-pre-btn {
        display: none;
    }

    form.liste-panne {
        text-align: right;
        margin-top: 10px;
    }

    form.liste-panne .bootstrap-select {
        margin-left: 10px !important;
    }
}

/* _____________________________________________________________________ MAX-WIDTH  768px _____________________________________________________________________ */

@media screen and (max-width: 768px) {

}

/* _____________________________________________________________________ MAX-WIDTH  690px _____________________________________________________________________ */

@media screen and (max-width: 690px) {
    .breadlog .alert_message {
        position: relative;
    }

    .breadlog .alert_message a {
        /*display:none;*/
        margin-right: 12px;
    }

    .breadlog .alert_message .sticker_message_number {
        position: absolute;
        right: 7px;
        top: 3px;
        z-index: 1000;
    }

    .breadcrumb li{
       margin-bottom: 3px;
    }
}

/* _____________________________________________________________________ MAX-WIDTH  620px _____________________________________________________________________ */

@media screen and (max-width: 620px) {

    .footer-avis .btn {
        display: inline-block;
        margin: auto;
    }

    .footer-avis {
        text-align: center;
    }
}

/* _____________________________________________________________________ MAX-WIDTH  600px _____________________________________________________________________ */

@media screen and (max-width: 600px) {
    .pager-pagination .prev,
    .pager-pagination .next {
        float: none;
    }

    .pager-pagination .pagination-ae {
        margin: 0 auto !important;
        width: 100% !important;
        top: 0;
    }

    /*.breadlog .acces_compte > a:before {content: "compte";}*/
    /*.breadlog .acces_compte .txt{display:none;}*/
    form.liste-panne {
        text-align: left;
        margin-top: 10px;
    }

    form.liste-panne .btn-group.bootstrap-select {
        margin-left: 0px !important;
        width: 100% !important
    }

    .pager-pagination-secondray
    {
        width: 96%;
        margin: auto;
        margin-top: -20px !important;

    }
    .pager-pagination-secondray ul li
    {
        margin-bottom: 3px !important;
        display: inline-block;
    }

}

/* _____________________________________________________________________ MAX-WIDTH  580px _____________________________________________________________________ */

@media screen and (max-width: 580px) {
    .breadlog .acces_compte {
        padding-right: 0;
    }

    /*.breadlog .acces_compte .txt{display:none;}*/
    .breadlog .acces_compte .caret {
        margin-left: 15px;
    }

    .breadlog > .container > .txt {
        display: none;
    }
}

/* _____________________________________________________________________ MAX-WIDTH  520px _____________________________________________________________________ */

@media screen and (max-width: 520px) {
    .breadlog .dropdown-menu {
        left: auto;
        right: 0;
        min-width: 200px;
    }

    .container-liker {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

    .container-liker .like-state {
        display: inline-flex;
        padding-top: 7px;
        text-align: center;
        background-color: #fff;
        width: 37px;
        height: 38px;
        border: 0.5px solid #7a8384;
    }

}

/* _____________________________________________________________________ MAX-WIDTH  480px _____________________________________________________________________ */

@media screen and (max-width: 480px) {

    .breadlog .conjonction {
        display: none;
    }

    .breadlog .link-underline {
        display: block;
        line-height: 25px;
        text-align: right;
    }

    .topic-list-modo .topic-list-heading .btn-group {
        float: none;
        margin-top: 0;
        padding: 5px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -5px;
        display: block;
    }

    .topic-list-modo .option-modo {
        padding: 10px 10px;
        background-image: none;
    }

    .topic-list-modo .option-modo menu {
        display: table;
        bottom: 10px;
        width: 100%;

    }

    .panel-sub-heading.text-right {
        text-align: center;
    }

    .topic-list-modo .option-modo menu > * {
        display: table-cell;
        font-size: 11px;
        padding: 2px;
        width: initial;
    }

    /*	.topic-list-heading .btn-group .btn:last-child{margin-left:0;}*/
    .topic-list-modo .btn-modo {
        margin: 0;
        padding: 4px;
    }

    .option-modo .title-box {
        margin-left: -18px;
    }

    .gallery .open-lightbox {
        display: block;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .speaker .group-button li,
    .panel-o .group-button li {
        display: block;
        padding: 5px;
    }

    .speaker .group-button li .btn,
    .panel-o .group-button li .btn {
        width: 100%;
    }

    #connect .closed {
        display: none;
    }

    #connect .connect {
        text-align: center;
    }

    /*#connect .connect > * {display:block;}*/
    #connect .connect .conjonction span {
        margin: 10px 5px;
    }

    .inner-title .new-link {
        display: block;
        margin: 5px;
        width: 100%;
        text-align: center;
    }

    .pagination-ae li a {
        font-size: 21px;
    }

    .footer-avis {
        text-align: center;
    }

    .footer-avis > span,
    .footer-avis .btn {
        display: block;
    }

    .btn-md.toggle {
        padding: 5px 2px;
    }

    .list-2 li {

        width: 100% !important;
        vertical-align: top;
        margin-bottom: 10px;
    }
}

/* _____________________________________________________________________ MAX-WIDTH  440px _____________________________________________________________________ */

@media screen and (max-width: 440px) {
    .breadlog .acces_compte .avatar {
        margin: 0 3px;
    }

    .panel-forum-ae .panel-title {
        font-size: 14px;
    }

    .panel-branding .panel-title {
        background-image: none;
        padding-left: 10px;
    }

    .pager-pagination-secondray
    {
        margin-top: -10px !important;

    }

}

/* _____________________________________________________________________ MAX-WIDTH  360px _____________________________________________________________________ */
@media screen and (max-width: 370px) {
    .panel-sub-heading.text-right .btn {
        padding: 5px 12px;
    }
}

@media screen and (max-width: 360px) {
    .breadlog .acces_compte {
        min-width: 32%;
        padding-left: 5px;
    }

    .breadlog .acces_compte > a {
        padding-left: 0;
    }

    .panel-sub-heading.text-right {
        padding: 5px;
    }

    .panel-sub-heading.text-right .btn {
        padding: 5px;
    }

    .pagination-ae li a {
        font-size: 12px;
    }

    .btn.btn-reg, .btn.btn-log {
        min-width: inherit;
    }
}

/* ajout postérieur au 1/12/2015 */
.btn-creer {
    background-color: rgb(2, 218, 135);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-clip: initial;
    border: 1px solid #41D846;

}

/*** PUB SIDEBAR ***/
.sidebar-block {
    margin-bottom: 20px;
}

#form-cgu-validation {
    margin-top: 20px;
}

a.slider-argus-button {
    bottom: 10px;
    position: absolute;
    right: 0;
}
button.slider-argus-button {
    bottom: 10px;
    position: absolute;
    right: 0;
}

div.slider-argus-div {
    height: 170px;
}

.container-liker {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.container-liker .like-image, .container-liker-center .like-image {
    height: 38px;
    width: 38px;
    background: url(/forum-auto/img/bouton-like.png) 0 0;
    cursor: pointer;
    display: inline-flex
}

div.like-image:hover {
    height: 38px;
    width: 38px;
    background: url(/forum-auto/img/bouton-like.png) -39px 0;
    display: inline-block;
}

.container-liker-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-liker-center .like-state {
    display: inline-flex;
    padding-top: 7px;
    text-align: center;
    background-color: #fff;
    width: 37px;
    height: 38px;
    border: 0.5px solid #7a8384;
}

.speaker .group-button.manager {
    display: none;
}

/* _________________________________________________________ btn partager facebook _______________________________________________________ */

.btn-sharefb {
    background: #3B5998;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #263961;
}

.btn-sharefb:link, .btn-sharefb:visited {
    color: #fff;
}

.btn-sharefb:active, .btn-sharefb:hover {
    background: #263961;
    color: #fff;
    border: 1px solid #263961;
}

.btn-favorite-top {
    border: 1px solid #28b4c4;
    background: #28b4c4;
    color: #fff;
    box-shadow: 0 1px 0 #178f9d;
    border-radius: 0;
    border-width: 1px;
}

.picto-fb {
    display: inline-block;
    /* width: 37px; */
    height: 37px;
    vertical-align: middle;
    border: none;
    line-height: 37px;
}

@media screen and (max-width: 586px) {
    .btn-sharefb {
        margin-top: 10px;
    }
}

/* _____________________________________________________________________________________ Fil d'actualité  _____________________________________________________________________________________ */

#fil-actualite-title {
    display: table;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: right;
    padding: 0;
    background-color: #2c2c31;
    min-height: 48px;
    margin-bottom: 20px;
}

#fil-actualite-title h1 {
    height: 48px;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 2px #084975;
    padding: 0 0 0 72px;
    display: table-cell;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 18px;
    background: url(/forum-auto/style/autoevasion/css/img/sprite-bars.png) no-repeat 13px 5px transparent;
}

#collapse1 .panel-body {
    padding-top: 0px;
}

.fil-actu-liste::before {
    content: " ";
    position: absolute;
    display: table;
    width: 2px;
    height: 41px;
    margin-top: -10px;
    left: 23px;
    background: #24b5c5;
}

.fil-actu-date::before {
    display: table;
    content: " ";
    border-radius: 50%;
    background: #24b5c5;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 13%;
    left: 2px;

}

.fil-actu-liste {
    color: #555555;
}

.fil-actu-subject {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fil-actu-date {
    padding-left: 25px;
}

#main-nav-filactu {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#main-nav-filactu li {
    display: table-cell;
    padding-right: 0px;
}

#main-nav-filactu li.active a {
    color: #FFFFFF;
    background: #28b4c4;

}

#main-nav-filactu li a {
    display: block;
    border: 1px solid #e0e0e0;
    text-align: center;
    /*margin: 0 5px;*/
    background: #ecf0f5;
    color: #686868;
    padding: 10px 0px;
}

.header-post, .header-date, .title-topic {

    width: 100%;
    padding: 0;
    vertical-align: middle;
    padding: 0;
    background-color: #2c2c31;
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-date {
    text-align: left;
    background-color: transparent;
}

.header-post span, .header-date span, .title-topic span {
    height: 35px;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 2px #084975;
    padding: 0 0 0 10px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 35px;
}

.header-date span {
    padding: 0px;
    text-shadow: none;
    color: #2c2c31;
}

.topic-list-actu {
    background: #e4eef4;
    margin-bottom: 12px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.topic-list-actu .content-topic {
    position: relative;
    min-height: 200px;
    /*padding: 10px;*/
    background: #FFF;
    margin-bottom: 10px;
}

.topic-list-actu ul {
    margin-bottom: 0px;
}

.block {
    width: 500px;
    margin: auto;
    padding: 12px;
    margin-bottom: 20px;
}

.title-topic {
    margin-bottom: 10px;
}

.title-topic span {
    text-align: center;
}

.portrait-actualite {
    background: #FFF;
    padding: 10px;
}

.mobile-nav-filactu {
    margin-bottom: 20px;
    text-align: center;
    text-align-last: center;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.mobile-nav-filactu option.active {
    color: #FFFFFF;
    background: #28b4c4;
}

.portrait-actualite li span {
    color: #28b4c4;
}

@media screen and (min-width: 440px) {
    .panel-branding.fil-actu .panel-title {
        background: url(/forum-auto/style/autoevasion/css/img/sprite-bars.png) no-repeat 13px 5px transparent;
    }

}

@media screen and (max-width: 959px) and (orientation: portrait) {
    .block {
        width: 100%;
        padding: 0;
    }

    .block img {
        margin-bottom: 10px;
    }

    .block .container-liker {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-end !important;
    }

    .topic-list-actu .content-topic {
        background: transparent;
    }

    .title-topic {
        margin-bottom: 0px;
    }

    .portrait-actualite {
        background: transparent;
        float: left;
    }

    .header-post {
        background: transparent;
        text-align: left;
    }

    .header-post span {
        text-shadow: none;
        color: #2c2c31;
        padding: 0px 0 0 8px;
    }

    #main-nav-filactu {
        display: none;
    }

    .topic-list-actu .avatar {
        margin: 0px 15px;
    }

}

/* _________________________________________________________ Avis aside _______________________________________________________ */
#avis-aside .panel-footer {
    background: #ecf0f5;
}

/*RGPD style*/
.smart-cmp-btn {
    font-size: 13px !important;
    padding: 5px 50px !important;
}
#smart-cmp-host #smart-cmp-footer #smart-cmp-header {
    display: none;
}
@media only screen and (min-width: 768px){
    #smart-cmp-host #smart-cmp-footer {
        padding-top: 10px !important;
    }
}

#brdmain .row {
    margin: 15px!important;
}

.confirmation-text {
    padding: 100px 0;
}


.pagination-ae li a.button {
    position: relative;
    height: 25px !important;
    background: url(/forum-auto/style/autoevasion/css/img/sprite_pager.png) no-repeat 0 0;
    border: none;
    display: inline-block;
    width: 25px !important;
    margin: auto;
    background-size: 52px;
}
.pagination-ae .first {
    background-position: 0 -82px!important;
}
.pagination-ae .prev {
    background-position: 0px -29px!important;
}
.pagination-ae .next {
    background-position: -27px -29px!important;
}
.pagination-ae .last {
    background-position: -27px -82px!important;
}

.actu-auto .list-puce li {
    width: auto;
    margin-right: 20px;
}
.fil-discussion .speaker:first-child {
    margin-top: 0;
}
#first-post .fil-discussion .speaker:first-child {
    margin-top: -15px;
}
.background-transparent {
    background-color: transparent!important;
}
.background-white {
    background-color: #FFF!important;
}
.p-t-20 {
    padding-top: 20px;
}
.p-b-20 {
    padding-bottom: 20px;
}