@font-face {
    font-family: 'Marianne';
    src: url('../fonts/Marianne-Regular.woff2') format('woff2'),
    url('../fonts/Marianne-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('../fonts/Marianne-Medium.woff2') format('woff2'),
    url('../fonts/Marianne-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('../fonts/Marianne-Light.woff2') format('woff2'),
    url('../fonts/Marianne-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('../fonts/Marianne-Bold.woff2') format('woff2'),
    url('../fonts/Marianne-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianne';
    src: url('../fonts/Marianne-Thin.woff2') format('woff2'),
    url('../fonts/Marianne-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Header */
.uk-navbar-left .uk-logo {
    position: absolute;
    top: 10px;
    left: -30px;
    z-index: 1;
}
#headerlesc .uk-overlay .el-content {
    color: #FFFFFF;
}
.uk-navbar-right {
    border-bottom: 1px solid #91232B;
}
.uk-navbar-right {
    margin-right: -40px !important;
}
#module-261 {
    background: #91232b;
}
#module-261 a {
    color: #FFF;
}
.uk-navbar-dropdown-nav > li:not(:last-child) {
    border-bottom: 1px solid #91232B;
}
.navbar .nav > li > .dropdown-menu, .uk-navbar-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
}
.tm-header-mobile .uk-logo {
    width: 215px;
}
/* Footer */
.footer-wrap {
  text-align: center;
  position: relative;
}
.footer-links {
  display: flex;
  justify-content: center;
  position: relative;
}
.footer-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #91232B;
  background: black;
  width: 100%;
  transform: translateY(-50%);
}
.footer-text {
	background-color: #fff;
    padding:0px 20px;
}
/* LEFT COLUMN */
/* Grid divider */
.uk-grid-divider > :not(.uk-first-column)::before {
    border-left-style: dotted;
}
/* Language selector */
.mod-languages > ul > li {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    line-height: 10px;
}
.mod-languages > ul > li:not(:last-child) {
    border-right: 2px solid #91232B;
}
/* Search module */
.uk-search-default {
    width: 100%;
}
/* Laboratoire */
.laboratoire {
    padding: 10px 8px 5px 8px;
    border: 1px solid #91232B;
    font-size: 13px;
    line-height: 16px;
    color: #91232B;
}
.laboratoire ul {
    padding-left: 15px;
    margin-top: 10px;
}
/* CONTENT */
/* Events module */
.event-date {
    color: #91232B;
    font-weight: 300;
}
.event-type {
    font-size: 12px;
}
.event-status {
    color: #91232B;
    font-weight: 500;
}
.event-title {
    color: #91232B;
    font-weight: 500;
}
.event-organiser {
        font-size: 12px;
}
/* Books module */
.book-type {
    font-size: 12px;
    line-height: 16px;
}
.book-title {
    color: #91232B;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}
.book-summary {
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
}
/* Nous suivre */
.icone-twitter {
    border: 1px solid #91232B;
    padding: 3px 3px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
}
.tweet-container {
    padding: 10px;
    border: 1px solid #91232B;
}
/* Appels en cours */
#appels {
    padding: 10px;
    background-color: #91232B;
    color: #fff;
    font-size: 14px;
}
#appels a {
    color: #fff;
}
/* Evenements */
.pastille {
    width: 25px;
    vertical-align: bottom;
}
#filter-type-col2 {
    margin-top: 50px;
}
.jevcustom #tm-main {
    padding: 0px;
}

/* Accordion */
.uk-accordion-title {
    border-bottom: 0.6px solid #111111;
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul > li > a, .pagination ul > li > span {
    line-height: 2 !important;
}
.ajax-loader {
    background: url("images/mini-spinner-gris.svg") no-repeat scroll left center transparent;
    height: 16px;
    padding: 0 0 0 20px;
    display: inline-block;
}

/* Form Blocker */
#fc_filter_form_blocker {
    display: none;
    z-index: 2000;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fc_filter_form_blocker .fc_blocker_opacity {
    display: block;
    z-index: 2000;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
#fc_filter_form_blocker .fc_blocker_content {
    display: block;
    z-index: 2001;
    box-sizing: content-box !important;
    position: relative !important;
    top: 35%;
    left: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    background: white 30px 40px no-repeat;
    width: auto;
    padding: 2em 2em 3em 2em;
    margin: 0px;
    border-radius: 0.5em;
    text-align: center;
    width: 280px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#fc_filter_form_blocker .fc_blocker_bar {
    display: block;
    box-sizing: content-box !important;
    position: relative !important;
    left: 0;
    top: 1.5em;
    width: 100%;
    height: 22px;
    border-radius: 4px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
#fc_filter_form_blocker .fc_blocker_bar div {
    border-radius: 4px;
    display: block;
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px;
    width: 0;
    background-color: #91232B;
}
/* Accordéon membres */
#listes-membres .uk-accordion-title {
    border-bottom: none;
    font-size: 16px;
}
#listes-membres > :nth-child(n+2) {
    margin-top: 15px;
}
#listes-membres .uk-accordion-content {
    margin-top: 15px;
}
#liens-crem .uk-accordion-title {
    border-bottom: none;
    font-size: 16px;
}
#liens-crem > :nth-child(n+2) {
    margin-top: 15px;
}
#liens-crem .uk-accordion-content {
    margin-top: 15px;
}

/* Community Builder */
.cb_template .cbTabNavAccordion,
.cb_template .cbTabPaneAccordion{
    border: none;
}
.cb_template .cbTabNavAccordion .card-header {
    background-color: transparent;
    border-bottom: 1px solid #91232B !important;
    padding-left: 0;
    padding-right: 0;
}
.cb_template .cbTabNavAccordion .card-header h5 a {
    color: #91232B;
}
.cbPosLineCol2 {
    padding-left: 40px !important;
}
.cb_template .cbTabNavAccordion .card-header h5 a:hover {
    text-decoration: none;
}
.cb_template .cb-page-header h4 {
    font-size: 20px;
    color: #91232B;
}
.cb_template .cbTabNavAccordion .card-header h5 a::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23111111%22%20width%3D%2213%22%20height%3D%221.5%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23111111%22%20width%3D%221.5%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
cb_template .cbTabNavAccordion.active .card-header h5 a::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23111111%22%20width%3D%2213%22%20height%3D%221.5%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/* Bordures Ticket #554 */
.el-item.uk-card,
.fccat9 .el-item.uk-card,
.fccat17 .el-item.uk-card {
    border: 1px solid #e8e8e8;
}
/* Lien rouges pages profil CB */
.cbUsersList a,
.cbProfile a {
    color: #91232B;
}
.cbUsersList a:hover,
.cbProfile a:hover {
    color: #91232B;
    text-decoration: underline;
}
/* Bordure images publication Ticket #544 */
.fctype4 .fc_field_image {
    width: 300px !important;
}
/* Problème de chevauchement des liens html sur chrome */
.field_site a {
    overflow-wrap: anywhere;
}
/* Problèmes de virgules */
.field_responsables span:not(:last-child):after {
    content: ', ';
}
/* j3-zotbib */
.zotbib-abstract-text {
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding-left: 16px;
    font-style: initial;
}
/* Désactivation du formulaire de recherche des listes cb */
.cbUserListSearch {
    display: none;
}

/* Désactivation de la barre d'onglets dans l'édition d'événements Jevents */
#jevents ul#myEditTabs {
    display: none;
}
/* Module contribution accueil */
.contributions {
    color: #fff;
    background: #91232B;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
}
.contributions h3 {
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    border-bottom: 1px solid #fff;
}
/* Header mobile */
.legend-small p {
    line-height: 12px;
    font-size: 9px;
}
.legend-small {
    padding: 10px;
}

/* Page terrain */
.card-terrain > .uk-card-title {
    color: #91232B;
    font-weight: 300;
    font-size: 36px;
}
.card-terrain .chercheur > a {
    color: #91232B;
    font-weight: bold;
    font-size: 18px;
}
/* Liens très long ticket #2436  */
.csl-block a {
    word-wrap:anywhere;
}
