/******** DEBUT : ENCART BIBLIOTHEQUE ********/

#FormSearchLibrary.panel-front {
    background: var(--secondary-color);
    padding: 20px 50px
}

#DivSearchLibrary .form-group:after,
#DivSearchLibrary .form-group:before {
    display: none !important;
}

#DivSearchLibrary .form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#DivSearchLibrary .form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    gap: 40px;

}

#DivSearchLibrary .isOpen-label {
    color: white !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

#DivSearchLibrary input[type=checkbox],
#DivSearchLibrary input[type=radio] {
    margin: 0px 0 0 22px !important;
    height: 16px !important;
    width: 16px !important;

}

.multi-select-button:after {
    border-width: 0.4em 0.3em 0 0.3em !important;
    border-color: var(--secondary-color) transparent transparent transparent !important;
}

#DivSearchLibrary .form-group label {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 100%;
    margin-bottom: 7px !important;
}

#DivSearchLibrary .col-lg-2,
#DivSearchLibrary .col-lg-offset-1.col-lg-2 {
    margin: 0 !important;
    padding: 0 !important;
}

#DivSearchLibrary .multi-select-button,
#DivSearchLibrary .form-control {
    max-width: 240px !important;
    min-width: 240px !important;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: var(--secondary-color) !important;
    border: 1px solid transparent !important;
	    font-family: 'Roboto' !important;
}

.col-lg-offset-2.col-lg-9.btn-section {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0;
    width: 100%;
}

#FormSearchLibrary .btn-section .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: var(--secondary-color);
}

#FormSearchLibrary .btn-section .btn-primary:hover,
#FormSearchLibrary .btn-section .btn-primary:focus,
#FormSearchLibrary .btn-section .btn-primary:active,
#FormSearchLibrary .btn-section .btn-primary.active,
#FormSearchLibrary .open .dropdown-toggle.btn-primary {
    background-color: #86C7FF;
    border-color: #86C7FF;
    color: var(--secondary-color);
}

/*******************/
.render-velocityRenderMode_BIBLIOTHEQUES a:hover {
    text-decoration: none !important;
}

.render-velocityRenderMode_BIBLIOTHEQUES>div.bib-cards-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
}

.render-velocityRenderMode_BIBLIOTHEQUES .card {
    width: 32.4% !important;
    background-color: #DEF5FE !important;
    padding: 20px !important;
    border-radius: 2px !important;
    flex: 32.4% 0;
}

.render-velocityRenderMode_BIBLIOTHEQUES .select_thumb .ville {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: none;
}

.render-velocityRenderMode_BIBLIOTHEQUES .card img {
    height: 211px !important;
    width: 100% !important;
    object-fit: cover !important;
    background-color: gainsboro !important;
}

.render-velocityRenderMode_BIBLIOTHEQUES .select_opening {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    background: #72DEA6;
    display: inline-block;
    color: var(--secondary-color);
    border-radius: 2px;


}

.render-velocityRenderMode_BIBLIOTHEQUES .select_closing {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    background: #FDB651;
    display: inline-block;
    color: var(--secondary-color);
    border-radius: 2px;
}

.render-velocityRenderMode_BIBLIOTHEQUES .select_content h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
}

.render-velocityRenderMode_BIBLIOTHEQUES .select_mail,
.render-velocityRenderMode_BIBLIOTHEQUES .select_phone,
.render-velocityRenderMode_BIBLIOTHEQUES .select_adress {
    font-size: 16px;
    font-weight: normal;
    margin: 6px 0;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.render-velocityRenderMode_BIBLIOTHEQUES .select_closing::before,
.render-velocityRenderMode_BIBLIOTHEQUES .select_opening::before {
    content: '\f017';
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    margin-right: 10px;
}

.render-velocityRenderMode_BIBLIOTHEQUES .select_mail::before {
    content: '\f0e0';
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    margin-right: 10px;

}

.render-velocityRenderMode_BIBLIOTHEQUES .select_phone::before {
    content: '\f879';
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    margin-right: 10px;
}

.render-velocityRenderMode_BIBLIOTHEQUES .select_adress::before {
    content: '\f3c5';
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    margin-right: 10px;
}

/**** FIN : ENCART BIBLIOTHEQUE ***/

/*Rendu 3 colonne DEBUT*/



.VNMS .notice.notice_courte .thumbnail-wrapper {
    margin: 0 20px 20px 0;
    background-size: 100%;
    height: 200px !important;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    object-fit: cover;
    text-align: center;
}

div#vnmsVignet¨{
    margin: 2px auto;
}
#vnmsVignet .thumbnail-wrapper img {
    height: 100%;
    width: 100% !important;
    margin: 0 auto;
    background: #ffd64d;
    object-fit: cover;
}

.VNMS .titreMosaic {
	max-width: 267px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.VNMS .locationMosaic {
	max-width: 249px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size:13px;
}
.VNMS .categorieMosaic {
	max-width: 267px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#modeDisplayVignet{
	background-color: #fff !important;
}
#modeDisplayVignet .VNMS .notice.notice_courte{
    background-color: #fff;
}
.notice.notice_courte[data-base="CALENDAR"] .thumbnail-wrapper img {
    height: 100% !important;
    width: 80px !important;
    margin: 0 auto;
    background: #ffd64d;
}
.vnmsVignet>.thumbnail-wrapper>img {
    background-image: none;
    border-radius: 14px;
}
.vnmsVignet>.thumbnail-wrapper {
padding: 0px !important;
}
/*Rendu 3 colonnes FIN */