/**
 *
 * Style pour les P.A. VERSION 2019
 *
*/
.ticket {
    background: #e1c11f;
    position: fixed;
    bottom: 0;
    z-index: 4000;
    left: 0;
    width: 100%;
    padding: .5rem;
    display:none;
}

.ticket h6 {
    float: left;
    line-height: 2rem;
    margin-right: 2rem;
}

.ticket span {
    font-size: 2rem;
    font-weight: bold;
}

.bloc1, .bloc2, .bloc3, .bloc4, .bloc5, .bloc6, .bloc7 {
   display: none;
}

.bloc1.active, .bloc2.active, .bloc3.active, .bloc4.active, .bloc5.active, .bloc6.active {
    display: block;
}

#ss-bloc3, #send_mdp_client, .create-compte {
    display: none;
}

.cb-entry-content ul.annonce-cat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cb-entry-content ul.annonce-cat li {
    list-style: none;
    position:relative;
}

.btn.btn-link {
    width: 100%;
    display: block;
    text-align: left;
    background: #eee;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
}

.btn.btn-link:hover {
    background: #bbb;
    color: #fff;
    text-decoration: none;
}

.nb_parution {
    /* display: none;*/
}

.cb-entry-content ul.list_publi {
    /*height: 280px;
    overflow: auto;*/
}

.cb-entry-content ul.list_publi li:last-child {
    opacity: 0.2;
}

.cb-entry-content ul.list_publi li:last-child.active {
    opacity: 1;
}

.ann_partial {
    background: #eee;
    border: 1px solid #ccc;
    padding: .6rem;
}

.div-papier {
    background: #ddd;
    border: 1px solid #ccc;
    padding: .5rem;
}

figure {
    display: inline-block;
    padding: 10px !important;
    margin: 0 !important;

}

figure img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

img[src=""] {
    display: none;
}

.im-principale {
    width: 220px;
    height: 220px;
    overflow: hidden;
    max-width: 100% !important;
}

.im-vignette {
    width: 20%;
    height: auto;
    overflow: hidden;
    max-width: 19% !important;
    display: inline-block;
}

#map, #map2 {

    border: 1px solid #ccc;
    width: 100%;
    height: 300px;

}



.cb-entry-content ul.annonce-cat li strong,
.cb-entry-content ul.list_publi li {
    display: block;
    border: 1px solid #ddd;
    padding: .4rem;
    margin: .4rem;
    background: #eee;
    border-radius: 4px;
    cursor: pointer;
}

.cb-entry-content ul.annonce-cat li strong:hover,
.cb-entry-content ul.annonce-cat li strong:active,
.cb-entry-content ul.annonce-cat li strong.active {
    background: #444;
    color: #fff;
}


.cb-entry-content ul.annonce-cat li ul {
    margin: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
}

.cb-entry-content ul.annonce-cat li ul.active {
    height: auto;
    max-height: initial;
}

.cb-entry-content ul.annonce-cat li ul li {
    padding: .2rem 3rem;
}

.cb-entry-content ul.annonce-cat li ul li label {
    font-weight: normal;
}


.cat-ch-sp {
    display: none;
}

.form-check.ungrouped label {
    padding-left: 15px;
}
.form-check.ungrouped label input[type="checkbox"] + span::after, .form-check.ungrouped label input[type="radio"] + span::after {
    left: 15px;
}

.a-partir {
    display: inline-block;
    margin-top: 0;
    margin-right: 30px;
    position: absolute;
    z-index: 56;
    right: 0;
    top: 6px;
}
