@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* Custom style - Petites Affiches */

/* Global */
.btn-custom {
    background: #F07D00;
    border: 0 none;
    border-radius: 30px;
    padding: 5px 15px;
    color: #fff;
}
.searchAnnonces.block-inner .form-control{
    width: 100%;
}
.searchAnnonces.block-inner .dates {
    display: flex;
    justify-content: space-between;
}
.searchAnnonces.block-inner .dates .form-control{
    width: 48%;
}
.block-inner .form-group{
    margin: 15px 0 0;
}
.block-inner .form-group.margin-bottom{
    margin-bottom: 15px;
}
a{
    color: #f07d00;
    text-decoration: none;
}
a.blackLink, .colorBlack{
    color: #000;
}
/* Header */
#top_bar .social {
    float: left;
    width: 90px;
    padding-left: 0 !important;
    padding-top: 5px;
}
.social a {
    display: inline-block;
    text-indent: -9000px;
    margin-right: 2px;
    width: 23px;
    height: 23px;
}
.social a.facebook {
    background: url(../images/facebook.png) no-repeat;
}
.social a.twitter {
    background: url(../images/twitter.png) no-repeat;
}
.social a.google {
    background: url(../images/gplus.png) no-repeat;
}
.social a.facebook:hover {
    background: url(../images/facebook_hover.png) no-repeat;
}
.social a.twitter:hover {
    background: url(../images/twitter_hover.png) no-repeat;
}
.social a.google:hover {
    background: url(../images/gplus_hover.png) no-repeat;
}
#top_bar .social a.facebook:hover {
    background: url(../images/facebook_N.png) no-repeat;
}
#top_bar .social a.twitter:hover {
    background: url(../images/twitter_N.png) no-repeat;
}
#top_bar .social a.google:hover {
    background: url(../images/gplus_N.png) no-repeat;
}

#top_bar #user_bar {
    background-color: #20221e;
    width: 200px;
    float: left;
    color: #fff;
}
#top_bar #connexion {
    width: 140px;
    background-color: #fff;
    color: #20221e;
    float: left;
}
#top_bar div span {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: -8%;
    margin-right: 4px;
}
#top_bar #user_bar a {
    color: #fff;
}
#top_bar #connexion a {
    color: #20221e;
}
span.pictoUser {
    width: 18px;
    background: url(../images/user.png) no-repeat;
}
span.pictoLock {
    background: url(../images/lock.png) no-repeat;
}

#top_meteo {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
#top_meteo span {
    display: inline-block;
}
#top_meteo .typeTemps {
    vertical-align: top;
}
#top_meteo .temperature {
    font-size: 37px;
    font-weight: 100;
    line-height: 34px;
}
#top_meteo .villeMeteo {
    font-weight: 700;
    font-size: 21px;
}
#top_meteo .dateMeteo {
    font-weight: 100;
    font-size: 13px;
}
#top_meteo .left, #top_meteo .right {
    display: block;
    float: left;
}
#top_meteo .right {
    line-height: 15px;
    padding-top: 3px;
    margin-left: 10px;
}

.jumbotron {
    background: #ffffff;
    height: 245px;
    padding: 0;
    margin-bottom: 0;
}
.jumbotron .container {
    position: relative;
}
.jumbotron .container #logo {
    position: absolute;
    top: 30px;
    width: 400px;
}
.jumbotron #top_bar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.jumbotron #top_bar div {
    height: 33px;
    line-height: 32px;
    padding-left: 12px;
}
.jumbotron #top_bar p {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 15px;
}

div#top_meteo {
    float: right;
    margin-top: 50px;
}
div#top_search {
    clear: both;
    float: right;
    margin-top: 30px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 312px;
    background: #fff;
    padding: 17px 17px 9px 17px;
}
#top_search #s-tab {
    width: 250px;
    border: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    font-family: 'Bitter', serif;
    color: #232323;
    font-style: italic;
}
#top_search input[type="submit"] {
    position: absolute;
    top: 16px;
    right: 16px;
    text-indent: -9000px;
    background: #fff url(../images/loupe.png);
    background-position: 0;
    border: none;
    width: 16px;
    height: 15px;
    cursor: pointer;
}

/* Identification */
#identification {
    position: fixed;
    width: 0px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2000;
    overflow: hidden;
    color: #000000;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
    z-index: -1;
}
#identification.in {
    width: 290px;
    z-index: 1000;
}
#identification .erreurtxt, #identification .validetxt {
    display: none;
}
#identification .contenu{
    background:#ddddd8;
    margin-left:300px;
    height:100%;
    opacity:0;
    filter:alpha(opacity=0)
}
#identification .contenu .titre {
    background: #333333;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    padding: 0 0 0 22px;
    line-height: 35px;
    margin-bottom: 0;
}
#identification .contenu .innerContent {
    padding: 15px 20px;
    width:290px;
}
#identification .contenu .innerContent.login {
    background-color: #ebebe6;
    border-bottom: 1px solid #d4d4d1;
}
#identification .contenu .innerContent.motDePasse {
    border-top: 1px solid white;
}
#identification .titre{
    padding-bottom:6px;
    border-bottom:1px solid #fff;
    font:bold 18px Arial
}
.doubleBordure {
    border-top: 1px solid #d4d4d1;
    border-bottom: 1px solid #fff;
    margin: 15px 0;
}
#identification .abonnez-vous, .connexion .abonnez-vous {
    height: 42px;
    line-height: 42px;
    width: 210px;
    border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
    float: none;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    margin-left: 25px;
}
#identification label{
    display:block;
    font:bold 12px Arial;
    margin:20px 0 6px 0
}
#identification .intext{
    border:0;
    border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
    background:#fff;
    color: #000;
    padding:5px;
    width:100%
}
#identification input.textmail{display:none}
#identification input.erreur,#identification input.valformerreur{background:#ffb9b9}
#identification .insubmit{
    border:0;
    background: #39bbba;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    cursor:pointer;
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 14px;
    padding: 6px;
    width: 100px;
}
#identification .insubmit:active{margin-top:1px}
#identification p.pright{text-align:right;margin-top:20px;height:28px}
#identification a{color:#3dbeff}
#identification a:hover{border-bottom:1px dotted}
#identification .close {
    float: right;
    background: url(../images/close.jpg) no-repeat;
    height: 14px;
    width: 17px;
    margin-right: 7px;
    cursor: pointer;
    margin-top: 9px;
    opacity: 1;
}

/* Top row */
.topRow {
    margin-top: -65px;
    margin-bottom: 11px;
}
.bandeGrise {
    /*margin-top: 65px;*/
    background-color: #d6cbbd;
    position: absolute;
    height: 140px;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #bab1a5;
}

.grey-block, .grey-btn {
    background: #f6f4f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #000000;
}
.grey-block {
    padding: 21px 22px 10px 52px;
}
.grey-block img {
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
}
.grey-block h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
    line-height: 0.9;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 170px;
    display: inline-block;
}
.grey-block p {
    margin-bottom: 0;
    padding-right: 20px;
}
.grey-block strong {
    font-weight: 900;
}
.grey-btn {
    padding: 6px 10px 6px 21%;
    margin-top: 2px;
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    color: #000;
}
.grey-btn:hover {
    text-decoration: none;
    background-color: #f61524;
    color: #fff;
}
.flecheGrise, .flecheNoire, .flecheBleue, .flecheRose, .flecheVerte, .flecheJaune, .flecheBlanche {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.petite {
    display: inline-block;
    width: 19px !important;
    height: 19px !important;
    background-size: contain !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
}
.grey-btn .petite {
    margin-right: 7px;
    vertical-align: -3px;
}
.flecheGrise {
    background: url(../images/fleche-grise.png) no-repeat;
}
.flecheNoire {
    background: url(../images/fleche-noire.png) no-repeat;
}
.flecheBleue {
    background: url(../images/fleche-bleue.png) no-repeat;
}
.flecheRose {
    background: url(../images/fleche-rose.png) no-repeat;
}
.flecheVerte {
    background: url(../images/fleche-verte.png) no-repeat;
}
.flecheJaune {
    background: url(../images/fleche-jaune.png) no-repeat;
}
.flecheBlanche {
    background: url(../images/fleche-blanche.png) no-repeat;
}
.grey-btn:hover .petite {
    background: url(../images/fleche-blanche.png) no-repeat;
}
.flecheRoseSimple, .flecheBleueSimple, .flecheRougeSimple {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: -4px;
}
.flecheRoseSimple {
    background: url(../images/fleche-rose_simple.png) no-repeat;
}
.flecheBleueSimple {
    background: url(../images/fleche-bleue_simple.png) no-repeat;
}
.flecheRougeSimple {
    background: url(../images/fleche-rouge_simple.png) no-repeat;
}


.abonnez-vous {
    background-color: #f61524;
    color: #fff !important;
    height: 48px;
    line-height: 48px;
    min-width: 195px;
    display: inline-block;
    float: right;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.abonnez-vous:hover {
    background-color: #cf101d;
}
.abonnez-vous span {
    display: inline-block;
}
.abonnez-vous span.livre {
    background: url(../images/livre.png) no-repeat;
    display: inline-block;
    height: 29px;
    width: 30px;
    margin-right: 6px;
    vertical-align: -8px;
}

/* Bourse */
.bourse {
    height: 59px;
    background: url(../images/fond-bourse.jpg) repeat-x;
    border-top: 1px solid #bab1a5;
}
.bourse .container {
    padding: 0 55px;
}
.bourse .container .itemBourse {
    width: 128px;
    float: left;
    border-right: 1px solid #b4b4ac;
    border-left: 1px solid #fff;
    padding: 8px 8px 0 8px;
    height: 58px;
}
.bourse .container .itemBourse.first {
    border-left: 0;
}
.bourse .itemBourse .nomMarche {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.bourse .itemBourse .valeurs {
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}
.bourse .itemBourse .valeurs .left {
    float: left;
}
.bourse .itemBourse .valeurs .right {
    float: right;
}
.itemBourse .baisse {
    color: #e9292a;
}
.itemBourse .hausse {
    color: #348f08;
}

/* Main Content */
.mainContent {
    font-family: 'Roboto', serif;
    /* 	font-size: 12px; */
    font-weight: 400;
}
/*
h1 {
        font-size: 26px;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 12px;
        margin-bottom: 16px;
        line-height: 0.9;
}
h2 {
        font-size: 18px;
        font-family: 'Roboto Slab', serif;
}
*/
.mainContent > .row {
    padding: 35px 0 25px 0;
}
.fondGris .mainContent .row, .fondBleu .mainContent .row {
    padding-top: 0;
    padding-bottom: 0;
}



/* Infos Regionales */

.fondGris {
    background-color: #F6F6F6;
    padding: 8px 0;
}


/* Listing ventes aux enchÃ¨res */


.ventes-encheres .filtres1, .ventes-encheres .filtres2, .ventes-encheres .filtres3 {
    /* 	height: 240px; */
    background-color: #e7e1d9;
}
.ventes-encheres .filtres2 {
    webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ventes-encheres .filtres3 {
    webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ventes-encheres .filtres2, .ventes-encheres .filtres3 {
    padding: 22px 17px 22px 17px
}
.ventes-encheres .filtres2 p {
    background: url(../images/trait-gris.jpg) repeat-x bottom left;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.ventes-encheres .filtres3 .form-control {
    margin-bottom: 20px;
}
.ventes-encheres .filtres3 .btnSubmit {
    width: 72%;
    margin: 0 auto;
    display: block;
}
.ventes-encheres .boutonRetour#retourTop {
    max-width: 100%;
    margin-top: 136px;
    padding: 6px 25px;
}
.ventes-encheres .filtres2 ul {
    float: left;
    padding: 0;
    width: 33.33%;
    line-height: 1.2;
    list-style-type: none;
}
.ventes-encheres .filtres2 ul li a {
    font-size: 13px;
    color: #000;
}
.listing .infos-enchere {
    font-family: 'Archivo Narrow', sans-serif;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.listing .infos-enchere span.date {
    float: right;
    display: inline-block;
}
.listing.ventes-encheres h2 {
    margin: 5px 0 0;
}
.listing.ventes-encheres .prix {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    color: #fe0048;
}



/* Connexion */
.connexion .mainContent {
    padding-bottom: 25px;
}
.connexion .mainContent > .row {
    padding: 0;
}
.loginBox {
    background-color: #e7e1d9;
    padding: 20px 18px 28px 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Archivo Narrow', sans-serif;
}
.loginBox p {
    margin-bottom: 5px;
    font-size: 14px;
}
.loginBox button {
    width: 150px;
    margin-top: 15px;
    float: right;
}
.loginBox button .petite.flecheBlanche {
    vertical-align: -4px;
    margin-right: 5px;
}

.forgottenPass {
    border: 2px solid #e7e1d9;
    padding: 11px 18px 11px 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 0 0px 0;
    font-family: 'Archivo Narrow', sans-serif;
}
.forgottenPass .col-sm-7 {
    padding-top: 11px;
}
.forgottenPass input[type="email"] {
    width: 242px;
    margin-right: 5px;
}
.forgottenPass button {
    width: 90px;
}
.underline, a.underline:hover {
    text-decoration: underline;
}
.connexion .abonnez-vous {
    margin-left: 0;
}
.connexion .borderRight {
    border-right: 1px solid #e7e1d9;
}
.connexion .colRight {
    padding-top: 50px;
}

.page.connexion .fondGris {
    padding: 0px 0 8px;
}
.connexion .fondGris h2 {
    text-transform: uppercase;
}

/* Default form */
.uppercase {
    text-transform: uppercase;
}
.default-form p {
    margin: 15px 0 6px 0;
}
.default-form .radio, .default-form .checkbox, .default-form .radio-inline, .default-form .checkbox-inline {
    padding-top: 0;
}
.default-form .form-control {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 12px;
}
.form-control::-moz-placeholder {
    color: #999999;
    font-style: italic;
}
.form-control:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
}
.default-form option:nth-child(even) {
    background-color: #f1efec;
}
.default-form input#textinput, .default-form .form-group {
    width: 47%;
}
.default-form textarea {
    width: 75%;
}
.default-form .form-group	 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.default-form .glyphicon {
    color: #000;
}


/* Footer */
.footer {
    background: #141414;
    padding: 30px 0;
}
.footer h4 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}
.blanc {
    color: #fff !important;
}
.noir {
    color: #050505;
}
.jaune {
    color: #ffa205;
}
.gris {
    color: #bfbc8f !important;
}
.bleu {
    color: #39bbba !important;
}
.rose {
    color: #fe0048 !important;
}
.violet {
    color: #d06fc5 !important;
}
.mauve {
    color: #cc95b5 !important;
}
.vert {
    color: #b5d11a !important;
}
.vertSport {
    color: #00ce7d !important;
}
.orange {
    color: #eba113 !important;
}
.footer a {
    color: #adadad;
    font-size: 12px;
    line-height: 12px;
    display: block;
    padding: 4px 0;
    font-family: 'Archivo Narrow', sans-serif;
}
.footer a:hover {
    color: #fff;
}
.footer .social a {
    display: inline-block;
}
.footer h3 {
    font-size: 18px;
    color: #39bbba;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    margin-top: 10px;
    padding-right: 15px;
}
.footer .colNews {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 12px;
    color: #fff;
}
.footer .colNews #liens-news a {
    font-size: 14px;
    color: #37bbbb;
    margin-top: 10px;
}
.footer .colNews #liens-news a:hover {
    color: #fff;
}
.footer .colNews #footer_news {
    display: block;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}
.footer .colNews p {
    display: block;
    line-height: 1.2;
    padding-right: 25px;
}
.footer .colNews form {
    clear: both;
    margin-top: 18px;
}
.footer .colNews form input#mail {
    height: 27px;
    line-height: 27px;
    width: 163px;
    font-size: 12px;
    font-family: 'Bitter', serif;
    color: #232323;
    font-style: italic;
    padding: 0 8px;
    border: 0;
}
.footer .colNews form input#news-submit {
    background-color: #37bbbb;
    width: 32px;
    height: 28px;
    line-height: 27px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
.footer .colNews form input#news-submit:hover {
    background-color: #0f7f7f;
}


@media (min-width: 992px) {

    .container {
        /* 		width: 1020px !important; */
    }

    .jumbotron {
        background: #ffffff;
    }

    .jumbotron.visible-xs {
        height: 0 !important;
    }

    .ui-mobile .ui-page-active {
        padding-top: 0 !important;
    }

    .imageContainer .categorie {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 0px;
        line-height: 25px;
        padding: 0 13px;
        font-size: 15px;
    }

    .categorie {
        font-size: 15px;
        margin: 25px 0 5px;
    }
}

@media (max-width: 991px) {

    .lire-suite span {
        display:none;
    }

    .jumbotron {
        text-align: center;
        height: auto;
        width: 100%;
        min-height: 41px;
        overflow: hidden;
        opacity: 0.95;
        /*background-color: #000;*/
        background: #ffffff;
    }

    .jumbotron .container-fluid {
        padding: 0 10px !important;
    }

    .jumbotron .navbar {
        background-color: transparent !important;
        position: absolute;
        border: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .jumbotron .navbar-toggle {
        width: auto !important;
        border: 0 !important;
        padding: 6px 5px;
    }

    .jumbotron .navbar-toggle, .jumbotron .navbar-toggle:hover, .jumbotron .navbar-toggle:focus, .jumbotron .navbar-toggle:active {
        background-color: transparent;
    }

    .jumbotron .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 22px;
        height: 3px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 3px;
    }

    .jumbotron .retourMobile {
        font-size: 19px;
        color: #fff;
        padding: 10px;
    }

    .logo-mobile {
        margin: 8px;
        height: 25px;
        width: auto;
    }

    .titreHeader {
        color: #fff;
        font-family: 'Arial', "Helvetica", sans-serif;
        font-weight: normal;
        text-shadow: none;
        font-size: 18px;
        padding-top: 8px;
        display: inline-block;
    }

    .loupeMobile {
        display: inline-block;
        font-size: 19px;
        color: #fff;
        position: absolute;
        right: 12px;
        top: 12px;
        cursor: pointer;
    }

    .navbar-search {
        //display: none;
        margin: 10px 0 15px 0;
    }

    .jumbotron .navbar-search .form-group, .jumbotron .navbar-search .input-group {
        width: 100%;
    }

    .jumbotron .navbar-form {
        border: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 15px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .jumbotron .navbar-search .form-control {
        border-right: 0;
        border-radius: 0px;
        width: 100%;
        background-color: white;
        font-size: 14px;
        color: #216784;
    }

    .jumbotron .navbar-search .ui-input-text, .jumbotron .navbar-search .ui-input-search {
        margin: 0;
    }

    .jumbotron .navbar-search .input-group .btn {
        position: absolute;
        height: 34px;
        width: 34px;
        right: 0;
        top: 0;
        z-index: 5;
        background: transparent;
        border: 0;
        border-left: 0;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        text-indent: -9000px;
        background-image: url(../images/loupe.png);
        background-position: 9px center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .jumbotron .navbar-search .glyphicon-search {
        color: #4aaed7;
    }

    .master_search_form .clearfix {
        //argin-top:5px;
        width:49%;
        display:inline-block;
    }

    .master_search_form .clearfix.date .wrapper_filtre * {
        display:inline-block;
    }
}

/* swipe menu */
#sidr {
    /*position: fixed;*/
    position: absolute;
    z-index: 1000;
    font-size: 20px;
    font-weight: 300;
    background: #333333 !important;
    opacity: 0.95;
    color: #fff;
    text-shadow: none;
    width: 245px;
    height: 100%;
    -webkit-box-shadow: inset -3px 3px 0px 0 #262626;
}

#sidr {
    padding: 0;
}

#sidr ul {
    margin: 0;
}

#sidr ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}

#sidr ul > li > ul {
    display: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

#sidr ul li a, #sidr ul li span {
    display: block;
    text-decoration: none;
    color: #fff;
}

#sidr ul li {
    padding-left: 0px;
}

#sidr ul li a {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

#sidr ul > li > a:hover, #sidr ul > li > a:active, #sidr ul > li > a:focus {
    background-color: #b52328;
    border-left: 3px solid #ed1c24;
    border-right: 3px solid #881a1e;
}

#sidr ul > li.mauve > a:hover, #sidr ul > li.mauve > a:active, #sidr ul > li.mauve > a:focus {
    background-color: #cc95b5;
    border-left: 3px solid #ff7bb0;
    border-right: 3px solid #be5b83;
}

#sidr ul > li.rose > a:hover, #sidr ul > li.rose > a:active, #sidr ul > li.rose > a:focus {
    background-color: #fe0048;
    border-left: 3px solid #ff4047;
    border-right: 3px solid #4c0015;
}

#sidr ul > li.bleu > a:hover, #sidr ul > li.bleu > a:active, #sidr ul > li.bleu > a:focus {
    background-color: #45aeb3;
    border-left: 3px solid #46a1ab;
    border-right: 3px solid #153435;
}

#sidr ul > li.jaune > a:hover, #sidr ul > li.jaune > a:active, #sidr ul > li.jaune > a:focus {
    background-color: #ffa205;
    border-left: 3px solid #ff8c34;
    border-right: 3px solid #ff8c34;
}

#sidr ul > li.vert > a:hover, #sidr ul > li.vert > a:active, #sidr ul > li.vert > a:focus {
    background-color: #bcb317;
    border-left: 3px solid #c2ab38;
    border-right: 3px solid #383507;
}

#sidr ul > li.vertSport > a:hover, #sidr ul > li.vertSport > a:active, #sidr ul > li.vertSport > a:focus {
    background-color: #00ce7d;
    border-left: 3px solid #33ff64;
    border-right: 3px solid #003d25;
}

#sidr ul li a {
    padding: 11px 10px;
    color: #fff;
    font-weight: 300;
    display: block;
    text-decoration: none;
    line-height: 1;
}

#sidr ul > li > ul > li a {
    padding: 5px 15px 5px 25px;
    text-transform: none;
    font-size: 13px;
}

#sidr ul li a span {
    display: block;
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}

#sidr ul li:last-child {
    border-bottom: 0;
}

#sidr .section-top {
    opacity: 0;
    overflow: hidden;
    position: fixed;
    padding: 7px 0 7px 7px;
    top: 0px;
    left: 0px;
    z-index: 50;
    max-width: 238px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#sidr.ui-panel-open .section-top {
    opacity: 1;
}

#sidr .section-top .logo-carre {
    width: 68px;
    height: 68px;
    float: left;
}

#sidr .section-top .top_right {
    float: right;
    width: 163px;
    background-color: #3b3b3b;
}

#sidr .abonnez-vous {
    height: 34px;
    line-height: 34px;
    width: 100%;
    min-width: 75px;
    text-align: left;
    padding-left: 9px;
    float: none;
    margin-right: 0px;
}

#sidr .abonnez-vous span.livre {
    height: 20px;
    background-size: contain;
    width: 25px;
    vertical-align: -5px;
}

.menu_bloc-news {
    background-color: #000;
    padding: 4px 7px 3px;
}

.menu_bloc-news h3 {
    margin: 4px 0;
    font-size: 13px;
    text-transform: uppercase;
}

.menu_bloc-news h3 img {
    margin: 0 5px;
    height: 19px;
    width: auto;
}

#menu_news {
    display: none;
    padding: 10px 5px 10px 7px;
    /*margin: 0px 7px 10px;*/
    background-color: #000;
    overflow: hidden;
}

#menu_news .ui-input-text, #menu_news #menu_news-submit {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

#menu_news .ui-input-text {
    margin-right: 5px;
    width: 82%;
    border-radius: 3px;
    height: 28px;
}

#menu_news .ui-input-text input, #menu_news #menu_news-submit {
    font-size: 13px;
    height: 28px;
    min-height: 28px;
}

#menu_news #menu_news-submit {
    background-color: #37bbbb;
    width: 32px;
    height: 28px;
    line-height: 28px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

#sidr .menuCommercial {
    margin-top: 100px !important;
}

#sidr .bottomMenu li a, #sidr ul.bottomMenu li a:hover {
    background-color: #191919;
    border-left: 3px solid #191919;
    border-right: 3px solid #191919;
}

#sidr .reseaux-sociaux {
    padding: 15px;
}

.reseaux-sociaux a {
    width: 68px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-right: 2px;
    background: #19232d;
}

#sidr .reseaux-sociaux a {
    width: 48px;
    height: 40px;
    line-height: 40px;
}

.reseaux-sociaux a.fa-facebook {
    background: #204385;
}

.reseaux-sociaux a.fa-twitter {
    background: #2aa9e0;
}

.reseaux-sociaux a.fa-google-plus {
    background: #d3492c;
}

.reseaux-sociaux a.fa-pinterest {
    background: #ca2128;
}

.btn-user {
    background-color:black;
    color:white;
}

.btn-deco {
    background-color:white;
}

.btn_connexion_box {
    display:inline-block;
    background-color:#F07D00;
    margin:auto;
    color:white;
}

.btn_connexion_box span {
    margin-left:0.5em;
}

.lire-suite {
    display:block;
    font-size:1em;
    width:15%;
    color:white;
    margin-top:1em;
    margin-left:auto;
    margin-right:auto;
}

.top-menu-bg-inner .row-bg-2 {
	background-color:#EE7D21;
}

.sf-navbar:after {
	background-color:#EE7D21;
}

.sf-navbar ul li {
	background-color:#EE7D21;
}

.sf-navbar li.root>ul>li>a {
	font-size:1.1em;
}

.sf-navbar li.current {
	background: #EE7D21;
    z-index: 11;
}

#header_content {
	background-image: url("../images/bandeau_G.jpg");
	background-size:100% 100%;
	text-align:right;
}

#header_filtres {
	padding:0.5em;
	background: #28282D;
	color:white;
	text-align: center;
	border-radius:0 5px 0 0;
}

#header_filtres h3 {
	font-size:1.4em;
}

.filtres3 {
	background-color:#28282D !important;
	border-radius:0 0 5px 0 !important;
	color:white !important;
}

.flex {
	display:flex;
	justify-content: space-around;
	align-items: center;
	align-content:center;
}

.flex_between {
	display:flex;
	justify-content: space-between;
	align-items: center;
	align-content:center;
	margin:0;
}


.nomSociete span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}
.haveSeparator{
    position: relative;
}
.haveSeparator:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width:1px;
    background: #000;
}
.autresAnnonces{
    position: relative;
    padding-top: 24px;
    margin-top: 30px;
}
.autresAnnonces h4{
    margin-top: 0;
}
.autresAnnonces:before{
    content: '';
    width: 150px;
    background: #F07D00;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.select2-container{
    text-align: left;
}
.select2-container--default .select2-results__group {
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.15s ease, color 0.15s ease;
}

/* Effet rollover (survol) */
.select2-results__group:hover {
    background-color: #f5f5f5;
    color: #333;
}
.infosConteneur{
    position:relative;
}
#infosAlerte, #infosSurveiller{
    border: 1px solid #238ae6;
    color: #238ae6;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    width: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#infosSurveiller{
    right: -20px;
    left: auto;
}