@charset "utf-8";

/* CSS Document */

@import url(../standard/portal/front/modeles.css);
@import url(../standard/portal/front/style.css);
@import url(../syracuse/syracuse.css);
@import url(front.css);


:root {
    --header-height: 0px;
    --topbar-height: 0px;
    --padding-btn: 8px 14px;
    --size-btn: 14px;
    --container-width-header: 1400px;
    --container-width: 1340px;
    --letter-spacing: 2px;
    --primary-color: #002434;
    --secondary-color: #94792A;
    --letter-spacing: 1px;


}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype'),
        url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Memphis';
    src: url('fonts/Memphis-Bold.eot');
    src: url('fonts/Memphis-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Memphis-Bold.woff2') format('woff2'),
        url('fonts/Memphis-Bold.woff') format('woff'),
        url('fonts/Memphis-Bold.ttf') format('truetype'),
        url('fonts/Memphis-Bold.svg#Memphis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/* hide inner shadow IOS */

header input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/***************/

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    font-family: 'Gotham';
}

b,
strong {

    font-weight: 700;
    font-family: 'Gotham';

}

body,
td,
pre {
    font-size: 17px;
    font-family: 'Gotham';
}

body,
h2,
h3,
h4,
h5,
h6,
td,
pre,
.panel-front>.x-panel-header span {

    color: #000;
    font-family: 'Gotham';
}

a {
    color: var(--secondary-color);
    font-weight: 400;
    cursor: pointer;

}

p {
    color: var(--primary-color);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: var(--secondary-color);
    text-transform: none;
    font-family: 'Gotham';

}

.calendar .vc-container {
    font-family: 'Gotham';
}

h1 {
    font-size: 45px;

}

h2 {

    font-size: 35px;
}

h3 {

    font-size: 25px;
}

h4 {

    font-size: 16px;
}

h5 {

    font-size: 19px;
}

h6 {

    font-size: 17px;
}

.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}



/***********Header***********/

header,
.header-modern {
    position: relative;
    border-top: none;
    background: #002434;
}

/*****************Menu*****************/

#menu-panel .panel-body {
    padding: 0;
    margin: 0 auto;
    background: transparent;

}

#menu-panel {
    border: none;
}

#menu-panel {
    background-color: transparent;
}

#search-panel>.container {

    background: transparent;
    position: relative;
}

/*****************Logo*****************/

header .navbar-inverse {
    min-height: 0;
    background: transparent;
    z-index: 20;
}

.header-modern--scrolling .header-modern__main-nav {
    border: none;
}

.header-modern--scrolling-down .navbar-brand-before,
.header-modern--scrolling-down .navbar-brand {
    margin-top: 0 !important;
}

.header-modern--scrolling-down #nav-rich-menu {
    margin-top: 0;
}

.header-modern--scrolling-down .header-modern__main-nav {
    background: transparent;
}

.navbar-inverse .navbar-container {
    padding: 0
}


.navbar-header:after,
.navbar-header:before {
    display: none;
}

header .navbar-header {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: flex-start;
}


.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    width: 278px;
    height: 80px;
    background: transparent url(images/logo.png) no-repeat left center;
    background-size: contain;
}

.navbar-brand h1 {
    margin: 0 0 0 294px;
    font-size: 34px;
    min-width: 321px;
    color: #fff;
    border-left: 1px solid;
    padding: 0 0 0 20px;
}

#share_social {
    z-index: 30;
    display: none !important
}

.sticky-search {
    display: none !important;
}

.legende_txt {
    font-size: 12px
}

.legende_txt2 {
    font-size: 14px
}


/*****************Ariane*****************/

#ariane {
    font-size: 14px;
    color: #fff;
    padding: 0;
    display: inline-block;
    font-weight: 400;

}

#ariane .actif {
    color: #fff;
    font-weight: 600;
}

#ariane a {
    color: #fff;
}

#ariane span:not(.actif) a {
    text-decoration: underline;
}

#ariane span.texte {
    color: #fff
}

/*****************Search*****************/

#search-panel>.container {}

#search-panel {
    background: var(--primary-color) url('images/header.jpg') no-repeat center center;
    background-size: cover;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-banner-menu {
    margin: 25px 0 0 0;
}

/*****************Button*****************/

.btn {
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: normal;
    font-family: 'Gotham';
}

.frame-standard .btn {
    white-space: normal;

}

.btn-account {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
    font-size: 15px;
    padding: 10px 12px;
    margin: 0;
    font-weight: 600;
    text-transform: none;
    height: auto;

}

.btn-account:hover,
.btn-account:focus,
.open .dropdown-toggle.btn-account {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}



.criteres_tri .btn {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-direction: row;
    background: var(--secondary-color);
    color: #fff;
    padding-bottom: 0;
}

span.labelSelect.sort,
span.labelSelect {
    max-width: 100%;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    color: #fff;
}




.btn-account i {
    margin: 0 8px 0 0;
}

.button-my-account {}

.all-link-connexe .link-connexe .btn-default {
    font-size: 14px;
    text-transform: none;
    border: none;
    background: transparent;
    padding: 11px 10px;
    font-weight: 400;
}

.all-link-connexe .link-connexe .btn-default:hover,
.all-link-connexe .link-connexe .btn-default:focus {
    color: #fff;
    text-decoration: underline;
}

/*********Default***********/

.btn-default {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    font-size: var(--size-btn);
    font-weight: 600;
    text-transform: none;
    padding: var(--padding-btn);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    text-decoration: none;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: var(--size-btn);
    font-weight: 600;
    text-transform: none;
    padding: var(--padding-btn);



}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #fff;
    border-color: #000;
    color: #000;
    text-decoration: none;
}

.btn-action {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    font-size: var(--size-btn);
    font-weight: 600;
    text-transform: none;
    padding: var(--padding-btn);

}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.btn-action.disabled,
.btn-action[disabled] {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    text-decoration: none;

}

.holdings-displaymode a {
    font-weight: 600;
    text-transform: none;
}

.btn-info {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    font-size: var(--size-btn);
    font-weight: 600;
    text-transform: none;
    padding: var(--padding-btn);

}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    text-decoration: none;
}

.btn-dark {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-color);
    font-size: var(--size-btn);
    font-weight: 600;
    text-transform: none;
    padding: var(--padding-btn);

}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.disabled,
.btn-dark[disabled] {
    background-color: #fff;
    border-color: var(--primary-color);
    color: var(--secondary-color);
}

.btn-primary.cancel {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    font-size: var(--size-btn);
    font-weight: 600;
    text-transform: none;
    padding: var(--padding-btn);

}

.btn-primary.cancel:hover,
.btn-primary.cancel:focus,
.btn-primary.cancel:active,
.btn-primary.cancel.active,
.btn-primary.cancel.disabled,
.btn-primary.cancel[disabled] {
    background-color: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

img.ermes-thumb-size-MEDIUM {
    background-color: RGBA(148, 121, 42, .2);
}

/**** Tabulation ****/
.tab-content {
    background-color: #E7E7E7;
    color: var(--primary-color);
    padding: 20px;
    border: 1px solid #E7E7E7;
}

.nav.nav-tabs {

    display: flex;
    flex-direction: row;
    gap: 10px;
}

.nav.nav-tabs::before,
.nav.nav-tabs::after {
    display: none;
}

.nav-tabs>li {
    background-color: transparent;
    /*flex: 1 0 auto;*/
    overflow: hidden;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    text-transform: none;
    color: var(--primary-color);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: var(--primary-color);
    background: #E7E7E7;
    border-color: transparent;
    border-bottom: 2px solid #E7E7E7;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: var(--primary-color);
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #E7E7E7;

}

dt {
    font-weight: 700;
}

.dl-horizontal dt {
    text-align: left;
    font-weight: 700;
}

.detail-icon-container a>span,
.detail-icon-container button>span {
    color: var(--secondary-color);

}

.detail-icon-container {
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    flex-direction: row;
}

.detail-icon-container #lien button span.sr-only {
    visibility: visible !important;
    position: relative !important;
    font-size: 18px;
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 14px;
    display: inline-block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    margin: 10px 0 0 0;
    text-transform: none;
    font-weight: 400;
}

/*****************Content*****************/

.panel-front,
.panel-selection {
    background: transparent;
    padding: 25px;
    position: relative;
    border-radius: 2px;
}



.panel>.panel-heading h2,
.panel-title,
.panel-front>.x-panel-header {
    text-transform: none;

}

.panel-front>.x-panel-header span,
h2 {
    color: var(--primary-color);
    font-size: 35px;
    text-transform: none;
}

#search-panel {
    margin: 0;

}



#search-panel #main_search_form .row {
    margin: 0 !important;

}

#scenario-selection,
#submit-search {
    height: 62px;
    line-height: 62px;
    background: #fff;
    color: #646464;
    font-size: 18px;
    font-weight: 600;
}

#submit-search {
    width: 62px !important;
    margin: 0;
    text-align: center;
    padding: 0;
    border-left: 0 !important;
    line-height: 52px;
    font-size: 24px !important;
}

#scenario-selection {
    text-transform: uppercase;
}

#submit-search .fa-search:before {
    font-size: 22px;
}



#textfield,
.clean-text-field {
    color: var(--secondary-color);
    background: none !important;
    border: none !important;
    font-size: 14px;
}

.clean-text-field {
    padding: 0 !important;
}

.tt-hint,
#textfield,
.clean-text-field {
    height: 62px;
    line-height: 100%;
    background: #fff !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

.tt-hint {
    font-size: 12px !important;
    letter-spacing: 0;
    border: none;
}

#search-panel .panel-body .clean-text-field {
    margin: 0 -4px 0 0;
    color: #B81616;
    font-size: 30px;
}

#globalAdvancedSearchLink {
    font-size: 14px;
    color: var(--secondary-color);
    background: #fff;
    padding: 2px 6px;
}

#scenario-selection:hover,
#scenario-selection:focus,
.open .dropdown-toggle #scenario-selection,
#submit-search:hover,
#submit-search:focus,
.open .dropdown-toggle #submit-search {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}

#search-panel .btn-default {
    background: var(--secondary-color) !important;
    color: #fff !important;
    border-color: var(--secondary-color);

}

#search-panel .btn-default:hover,
#search-panel .btn-default:focus {
    background: var(--secondary-color) !important;
    color: #fff !important;
    border-color: var(--secondary-color);
}

div.webframe-ermes-lastviewedresources-item,
div.webframe-ermes-openfindselection-item {

    background: transparent;
}

#globalScenarioMobile {
    background-color: var(--secondary-color);
    margin: 2px 0 0 0;
    border: none;

}

#globalScenarioMobile .active,
#globalScenarioMobile .active:hover,
#globalScenarioMobile .active:focus {
    background-color: RGBA(255, 255, 255, .1);
    color: #fff;
}

#globalScenarioMobile>li>a:hover,
#globalScenarioMobile>li>a:focus {
    background-color: RGBA(255, 255, 255, .1);
    color: #fff;
}

#globalScenarioMobile>li>a {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 18px;
    font-weight: 500;
}

/**********************************/

.rsDefaultInv .rsArrow {
    height: 100%;
    width: 46px;
    padding: 0;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: none;
    left: auto;
    float: right;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background: none;
    right: auto;
}

.rsDefaultInv .rsArrowIcn {
    background: transparent !important;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}


.rsDefaultInv .rsArrow {
    opacity: 1 !important;
}


.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn::after {
    content: "\f053" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: var(--secondary-color) !important;
    line-height: 30px !important;
    font-size: 18px;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn::after {
    content: "\f054" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: var(--secondary-color) !important;
    line-height: 30px !important;
    font-size: 18px;
}

.rsDefaultInv.rsHor .rsArrowRight {
    right: 8px;

}

.rsDefaultInv.rsHor .rsArrowLeft {
    left: 8px;

}

/****************/

.bs-bullets .btn,
.bs-bullets .btn:hover,
.bs-bullets .btn:active {
    padding: 0;
}

.bs-bullets button,
.bs-bullets button:active,
.bs-bullets button:focus,
.bs-bullets button:hover {
    border-color: var(--secondary-color);
    background: #fff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-width: 1px;
}

.bs-bullets .rsNavSelected button {
    background: var(--secondary-color);
    padding: 0;
}

#footer-3 {
    margin: 0 40px;
}

/*******************/

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: var(--primary-color);
}

.user-name {
    color: var(--secondary-color);
}

.myaccount-profile .account-label {
    color: var(--secondary-color);
}

.search-icon-container .search-icon-container--icon {

    color: #000;
}

.facetList .badge {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;

}

.pagination button.page_link {
    border-bottom: none;

}

.pagination button.page_link {
    color: var(--secondary-color);
}

.btn-group.pageSize-container.open ul.dropdown-menu {
    width: 100%;
}

.taille_page {
    display: flex !important;
    align-items: center;
}

.navigation-page {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.navigation-page .pagination {

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.pagination button.btn-link-like {
    color: var(--secondary-color);
    font-size: 16px;

}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #000;
    border-radius: 0;
    border-bottom: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
}

#criteres_recherche p,
#description_resultats,
.taille_page,
.btn-group.pageSize-container button,
.btn-group.pageSize-container.open .dropdown-menu>li>a {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
}

.taille_page .additional-infos {
    color: var(--secondary-color);
}

.displaymode-icon-container.desktop button:hover,
.siteRestriction-icon-container.desktop button:hover,
.sort-order button:focus,
.sort-order button:hover {
    color: #fff;
}

.displaymode-icon-container .active,
.siteRestriction-icon-container .active,
.pageSize-container .active,
.sort-order .active {
    background: var(--secondary-color);
    color: #fff;
}

.displaymode-icon-container a.active:hover,
.siteRestriction-icon-container a.active:hover,
.pageSize-container a.active:hover,
.sort-order a.active:hover {
    background: var(--secondary-color);
    color: #fff;
}

.displaymode-icon-container.desktop button,
.siteRestriction-icon-container.desktop button,
.sort-order button {
    background-color: var(--secondary-color);
    color: #fff;
    padding-right: 0;
}

.btn-group.pageSize-container.open .dropdown-menu>li>a.active {
    background: var(--secondary-color);
    color: #fff;
}

.detail-icon-container .icon-return:before {
    content: "Retour aux résultats";
    background: var(--secondary-color);
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    display: none;
}

/* Surcharge r�gle bootstrap */



.taille_page .pageSize-container>button {
    color: #000;
    font-size: 16px;
}

.btn-group.pageSize-container button {
    margin-right: 0;
}

.vignette_document .icon-new {
    box-shadow: none;
    background: transparent url(images/new.svg) no-repeat center center;
    display: block;
    height: 30px;
    width: 30px;
    bottom: 8px;
    right: 8px;
}

.vignette_document .icon-new::before {
    display: none;
}

#multi_selection_simple .bouton_detail,
#multi_selection .bouton_detail {
    color: var(--secondary-color);
}

#multi_selection_simple .bouton_detail i,
#multi_selection .bouton_detail i {
    margin: 0 8px 0 0;
}

h3.category_header {
    background-color: #EBEBEB;
    color: var(--primary-color);
    margin-bottom: 0;
}


.detail-holdings-class [class|="detail-holds"] thead th,
.detail-subscriptions thead th,
.detail-holdings-class [class|="detail-holds"] thead td,
.detail-subscriptions thead td {
    background-color: #F5F5F5;
    color: var(--primary-color);
    font-weight: normal;
}

.detail-holdings-class [class|=detail-holds] table td,
.detail-holdings-class [class|=detail-holds] table th,
.detail-subscriptions table td,
.detail-subscriptions table th {
    padding: 12px 4px;
    color: var(--primary-color);
    font-size: 16px;
}

#facet_container a {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}

#facet_container .facetSuggest li>a {
    background: #EFEFEF;
    border: none;
}

#facet_container .facetSuggest li>a:hover,
#facet_container .facetSuggest li>a:focus {
    background: #E3E3E3;
    border: none;
}

.description_resultats,
.taille_page {
    margin-top: 4px;
}

#description_resultats {
    color: var(--primary-color);
}

.taille_page {
    margin: 0;
}

.template-title {

    font-size: 18px;
    color: var(--primary-color);
    text-transform: none;
}

p.template-info {
    font-weight: 400;
}


.mobile-navigation,
.mobile-navigation .btn.precedent,
.mobile-navigation .btn.suivant {
    background-color: #000;
}

.template-resume {
    line-height: 100%;
    font-size: 14px;
}

.criteres_tri .site-restriction {
    margin-left: 0;
    padding: 0;
    display: flex !important;
    align-items: center;
    margin: 0 16px 0 0;
    padding: 0;
}

#facet_container .panel-heading {
    padding: 0 0 6px 0;
    font-size: 22px;
}

.images_scroll_container {
    margin: 0;
}

.displaymode-icon-container.desktop .icon-arrow-bottom,
.site-restriction.desktop .icon-arrow-bottom,
.sort-order .icon-arrow-bottom {
    position: relative;
}

/*****************/

.panel-title {
    font-size: 16px;

}

#facet_container.accordion h3.panel-title {
    color: var(--secondary-color);
    font-size: 22px;
    text-transform: none;
    font-weight: normal;
}

.facet-controls>a,
.facet-controls>button {
    font-size: 15px;
    padding: 6px 0;
    font-weight: 700;
    text-transform: none;
    text-decoration: underline;
    color: var(--secondary-color);

}

.notice.notice_courte {

    margin: 0;
}

.facet-search-term {
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

}

.fa-search:before {
    content: "\e905";
    font-family: 'Actions';
}

.facet-search-icon::before {
    content: "\e905";
    font-family: 'Actions';
    /*color: var(--primary-color);*/
}

/*****************/

#notice_longue_description .item-publisher,
#notice_longue_description .item-author {
    margin: 10px 0;
}




#notice_longue_description {
    padding: 0;
    border-radius: 12px;
}

.detail-holdings-class {
    margin: 15px !important;
}


/*********/
#page #resultats>ul>li {}

#resultats>ul>li {
    background-color: #E7E7E7;
    border: none;
    margin-bottom: 14px;
}


#resultats>ul>li.on {
    background-color: #E7E7E7;
    border: none;
}

.metadata-actions .btn {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #000;
}

.metadata-actions .btn:hover,
.metadata-actions .btn:focus {
    background: transparent;
    opacity: .8;
    color: #000;
}

.metadata-actions .btn .caret {
    border-top-color: #000;
}

#resultats .select {
    background-color: transparent;
}

#criteres_recherche p,
.description_resultats,
.description_resultats_pendingActiveClients,
.taille_page {
    color: var(--secondary-color);
    font-weight: normal;
    font-size: 16px;

}

.searchContainer p {
    font-size: 16px;
}

#criteres_recherche>p {
    margin: 0 12px 0 0;
}

.label-facet .btn-action {
    opacity: 1;
    color: #000;
    background: #E7E7E7;
    border: none;
    padding: 3px 10px;
    margin-right: 10px;
}

.tt-suggestion.tt-cursor {
    background: #999999;
}

.select-all,
li.ajouter_selection {
    background-color: #F2F2F2;
    width: 52px;
    text-align: center;


}

.criteres_tri .check_all {
    float: none;
    margin: 0 auto;

}

.panel-front.panel-search-container {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.available.indicator a {
    background: transparent;
    color: #002434;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
}

#resultats_recherche .panel-search-container {
    background: transparent;
}

#facet_container>.panel-group {
    margin: 40px 0 0 0;
}

#facet_container>.panel-group:first-child {
    margin: 40px 0 0 0;
}

#criteres_recherche,
.navigation-page,
.intro,
#description_resultats_pendingActiveClients {
    padding: 0;
    margin: 0;

}

#options_document .panel-body,
#options_resultat .panel-body {


    padding: 0;
}

.additional-infos {
    color: #000;
    font-size: 16px;
}

#criteres_recherche {
    background: transparent;
    padding: 10px 0;

}

.more-actions {
    margin-top: 0;
    right: 25px;
    top: -6px;
    font-size: 18px;

}

.search-icon-container {
    right: 0;
    top: 30px;

}

#facet_container .icon-resize-small:before,
#facet_container .icon-resize-full:before {
    display: flex;
    align-items: center;
    justify-content: center;
}

#facet_container .icon-resize-small:before {
    content: "\f0d8";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 4px;
    font-size: 16px;

}

#facet_container .icon-resize-full:before {
    content: "\f0d7";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 4px;
    font-size: 16px;
}

.panel-default>.panel-heading {
    background-color: transparent;
}

#resultats_recherche .facetList.nav-pills>li>a {}

.criteres_tri {
    background-color: #fff;
}

#resultats_detail h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #002434;
    font-family: 'Museo 500';
    text-transform: uppercase;
}

#detail-primary-abstract>.row {
    margin: 0;
}

.well {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

#notice_longue_description>p {
    color: #000;
    font-size: 16px;
    font-weight: normal;

}

#notice_longue_description .item-typedoc {
    display: inline-block;
    font-size: 18px;
    padding: 4px 0;
    color: var(--secondary-color);
    text-transform: none;
    font-weight: 700;
}

#resultats_detail .panel-heading h3 {
    color: #fff;
}

#notice_longue.sc-code-AGENDA .vignette_document img.ermes-thumb {
    max-width: 420px;
    border-radius: 30px;
}

h2.category_header {
    color: #002434;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
}

.view-online h2.category_header {
    color: #002434;
    font-weight: 600;
    font-size: 20px;

}

#enrichissements #menu-more {
    display: none;
}

.sara_copyright a,
.sara_copyright {
    text-align: right;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-style: italic;
    /*text-decoration: underline;*/
}

.suggestion_container h3,
#avis-pro h3 {
    color: var(--secondary-color);
}

#detail-notice-enrichissements h3 {
    color: #000;
    font-size: 28px;
}

#enrichissements .bio {
    font-size: 16px;
}

#notice_longue .notice_avis,
#notice_longue .notice_avis .avis {

    text-align: center;
}

#detail-notice .indicator .label-holding {
    font-weight: 600;
    font-size: 18px;
    color: var(--secondary-color)
}

#detail-notice .indicator {
    color: var(--secondary-color);
    text-align: center;
}

#notice_longue .vignette_document img.ermes-thumb {

    min-width: 248px !important;
}

.img-responsive {
    width: 100% !important;
}

/****************collections************************/
.collections {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 60px 16px;
}

.collections>div {
    padding: 0px;
    text-align: center;
    width: 49%;
}

.collections .thumb_collections img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    background: #fff;
    transition: all .4s ease;
}

.collections .notice_collections:hover {
    cursor: pointer !important;
}

.collections .notice_collections:hover img {
    padding: 20px;
    cursor: pointer !important;

}

.collections .content_bc {
    text-align: start;
}

.collections .content_bc h2 {
    padding: 20px 0 10px 0;
    font-size: 30px;
    color: #000;
    text-transform: none;
}

.collections .content_bc .author {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.accueil-portal #ariane {
    visibility: hidden;
}

.center .panel-heading>h2 {
    text-align: center;
}

.frame.encart_fond_beige {
    background: #F2EBD9;
    position: relative;
}

.encart_fond_beige.panel-front {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-front.encart_fond_beige>.panel-heading,
.panel-front.encart_fond_beige>.panel-body,
.panel-front.encart_fond_beige>.panel-footer {
    position: relative;
    z-index: 1;
}

.panel-front.encart_fond_beige::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #F2EBD9;
    width: 100vw;
    transform: rotate(180deg);
    transform-origin: 0;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.panel-front.encart_fond_beige::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #F2EBD9;
    width: 100vw;
    transform: rotate(0deg);
    transform-origin: 0;
    z-index: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.notice_avis>i {
    color: var(--primary-color);
    font-size: 20px;

}

.width_100 {
    width: 100% !important;
}




/*****************Footer*****************/

footer {
    background: #002434;
    color: #fff;
    font-size: 16px;
    clear: both;
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;

}

footer .container .col-md-12 {
    float: left;
    width: 100%;

}

footer .message_bn {
    font-size: 16px;
    text-align: center;
    margin: 46px 0 10px 0;
}

footer .calvados_social {
    background: #16333E;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

footer .social_links {
    text-align: left;
}

footer .social_links .fa-twitter:before {
    content: "\e906";
    font-family: 'Actions';
    font-size: 18px;
}

.fa-tiktok:before {
    content: "\e07b";
}

footer .container {
    margin: 0px auto;
    padding: 16px 0;
}

.logo_ft {
    margin: 0 40px 0 0;
}

footer a,
footer a:hover,
footer a:focus,
footer [class^="icon-"],
footer [class*=" icon-"] {
    color: #fff;
}

footer .container ul li,
.label-ermes {
    color: #fff;
}

footer div.footer-mobile [class^="icon-"],
footer.footer-mobile [class*=" icon-"] {
    color: #fff;
}

footer h3,
footer h3 a {
    color: var(--secondary-color);
    margin: 0 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
}

footer h2 {
    color: #fff;
}

footer p {
    color: #fff;
    font-size: 16px;
}

footer a {
    color: #fff;
    font-size: 16px;
}

.footer .container #menu_2 .logos_ft p {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.footer .container #menu_2 .logos_ft a:first-child img {
    width: 108px;
}

.footer .container #menu_2 .logos_ft a:last-child img {
    width: 173px;
}

.footer #sub_footer .container p {
    text-align: center;
}

.footer #sub_footer .container a {
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}

footer .logo_ft img {
    max-width: 260px;
    height: 26px;
}



footer .social_media {
    text-align: left;
    margin: 0 22px;
}

footer .social_media .fab {
    font-size: 32px;
}

footer .social_media ul li {
    display: inline-block;
    margin: 0 6px;
}



#rich-footer-3 h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0px 0 6px 0;
    text-transform: none;
    color: #fff;
}

#rich-footer-3 a {
    font-size: 16px;
    font-weight: normal;


}

#rich-footer-3 a:hover,
#rich-footer-3 a:focus {
    text-decoration: none;

}

#rich-footer-3 a #rich-footer-3 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

#rich-footer-3 #menu_1 ul {
    margin: 0;
}


#rich-footer-3>.container {

    display: flex;
    gap: 20px;
}

#rich-footer-3 .container::before,
#rich-footer-3 .container::after {
    display: none;
}

footer #menu_1 {

    display: flex;

}

footer #menu_1 ul,
footer #menu_2 ul,
footer #menu_3 ul {

    display: flex;
    flex-direction: column;
    gap: 6px;

}

footer #menu_3 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
}

footer #menu_1 ul li a {
    font-size: 16px;
    color: #fff;
}

footer #menu_1 ul li a:hover,
footer #menu_1 ul li a:focus {
    text-decoration: none;

}

footer #menu_3 .social_icon {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

footer #menu_3 .social_icon a {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

footer .ft_copyrights {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
    flex-wrap: wrap;
}

footer .ft_copyrights ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 20px;
    flex-wrap: wrap;
}

footer .ft_copyrights ul li {

    margin: 0 6px;
}

footer .site_calvados img {
    margin: 0 0 0 20px;
}

footer #menu_3 .social_icon a:hover,
footer #menu_3 .social_icon a:focus {
    opacity: .7;
}

footer #menu_3 .social_icon a i {

    color: var(--primary-color);
    font-size: 20px;
}

footer #menu_3 .social_icon .fa-facebook:before {
    content: "\f39e";

}

footer .bottom_ft .container ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.portal_logo img {
    max-width: 156px;
}

#rich-footer-3 {
    padding: 40px 0;
    max-width: 100%;
}

#footer-3 h2 {
    color: #fff;
    font-family: 'gt_americaexpanded_regular';
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 26px;
}

#footer-3 h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

#footer-3 a {
    cursor: pointer;
    color: #fff;
}

#rich-footer-3 .menu li {
    margin-left: 14px;
    position: relative;
}

#rich-footer-3 .menu li::before {
    margin-left: -1.8em;
    margin-top: 1em;
    position: absolute;
}

#rich-footer-3 .menu .btn-default {
    background: #fff;
    font-size: 11px;
    color: var(--secondary-color);
    padding: 12px 22px;
    margin: 14px 0 0 0;
}

#rich-footer-3 .menu .btn-default:hover,
#rich-footer-3 .menu .btn-default:focus {
    background: transparent;
    color: #fff;
    border-color: #fff;

}

footer #menu_4>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer #menu_4 .btn-default {
    background: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 16px;
}

footer #menu_4 .btn-default:hover,
footer #menu_4 .btn-default:focus,
footer #menu_4 .btn-default:active,
footer #menu_4 .btn-default.active,
footer #menu_4 .open .dropdown-toggle.btn-default {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;

}

footer #menu_4 .btn-default i {
    margin: 0 8px 0 0;
}



#footer-3 #footer_connexes .container {
    padding: 20px 0;
    border-bottom: 1px solid #777;
}

#footer-3 #footer_connexes {
    text-align: center;
    font-size: 16px;
}

#footer-3 #footer_connexes li {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 5px;
}

#footer-3 #footer_connexes li::before {
    content: "";
    position: absolute;
    right: 0;
    height: 12px;
    top: 6px;
    border-right: 1px solid #fff;
}

#footer-3 #footer_connexes li:last-child::before {
    display: none;
}

#footer-3 #sub_rich_footer {
    padding: 10px 0;
    margin-top: 10px;
}

#footer-3 #brand_footer {
    text-align: right;
}

#footer-3 #sub_rich_footer p {
    color: #fff;
    line-height: normal;
}

#footer-3 #sub_footer {
    clear: both;
    padding: 40px 20px 20px;
}

@media (max-width: 1023px) {
    #footer-3 #sub_footer {
        padding: 40px 0 20px;
    }
}

#footer-3 #sub_footer li {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 12px;
}

#footer-3 #sub_footer li a {
    text-decoration: none;
}

#footer-3 #sub_footer li a:hover {
    text-decoration: underline;
}


/* social_links footer */
footer .social_links i {

    height: 30px;
    width: auto;
    line-height: 30px;
    font-size: 20px;
    margin: 0 2px;
    text-align: center;
    color: #fff;

}

footer .social_links a {
    display: inline-block;
    margin-right: 6px;
}

footer .social_links a i {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;

}

footer .social_links a:hover i,
footer .social_links a:focus i {
    background-color: var(--primary-color);
    color: #fff;
    border-color: #fff;
}

footer .social_links div {
    display: inline-block;
    margin: 10px 0 0 0;
}

footer .ft_copyrights ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 20px;
    flex-wrap: wrap;
}

/* Social links block */
.social_links_bc .social_links i {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.social_links_bc .social_links a i {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.social_links_bc .social_links a:hover i,
.social_links_bc .social_links a:focus i {
    background-color: #fff;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.social_links_bc .social_links div {
    display: inline-block;
    margin: 10px 0 0 0;
}

.social_links_bc {
    text-align: center;
}

.social_links_bc h3 {
    margin: 0 0 20px 0;
}

/*******/

#resultats .notice_courte p {
    margin: 8px 0;
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;

}

#resultats .notice_courte p.template-info {
    font-size: 14px;
}

#resultats .notice .event-wrapper {
    padding: 0 0 0 20px;
}

#resultats .notice .event-wrapper .event-date {
    margin: 12px 0;
    color: #B1B1B1;
    font-weight: 700;
}

.notice .actions .btn {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    padding: var(--padding-btn);
    text-transform: uppercase;
}

.notice .actions .btn:hover,
.notice .actions .btn:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

#resultats .notice_courte .notice_corps h3 {
    font-size: 24px !important;
    color: var(--primary-color);
    margin: 0 0 0px 0;
    text-transform: uppercase;

}

#page .notice_corps .pills-wrapper {
    display: inline-block;
    margin: -2px 0;
}

#resultats .notice_courte .notice_corps h3 font {
    color: var(--primary-color) !important;
}

#resultats .notice_courte .notice_corps h6:last-child {
    float: right;
}

/* OWL carousel */
.owl-nav button {
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button {

    background-color: transparent !important;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    transform: translateY(calc(-50% - 30px));
    -webkit-transform: translateY(calc(-50% - 30px));
    -moz-transform: translateY(calc(-50% - 30px));
    -ms-transform: translateY(calc(-50% - 30px));
    -o-transform: translateY(calc(-50% - 30px));
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;

    left: -20px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;

    right: -20px;

}

.owl-nav button span {
    display: none;
}

.owl-nav button.disabled {
    display: none;
}

.owl-nav .owl-prev::before {
    content: "\f060" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: var(--secondary-color) !important;
    line-height: 50px !important;
    font-size: 26px !important;
}

.owl-nav .owl-next::before {
    content: "\f061" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: var(--secondary-color) !important;
    line-height: 50px !important;
    font-size: 26px !important;
}

.owl-dots {

    display: block !important;
    margin: 10px 0;
    text-align: center;

}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--secondary-color)
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color)
}

/*** mes applications***/
.my_apps .applicatifs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    margin: 0 -3%;
}

.my_apps .panel-heading h2 {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 0px;

}


.my_apps .panel-body .rsItem .applicatifs .btn-default {
    margin-bottom: 0px;
}

.my_apps .applicatifs>div {
    flex: 1 27%;
    background: transparent;
    margin: 3%;
    text-align: center;
    border-radius: var(--radius_10px);
    position: relative
}

.my_apps .applicatifs>div a {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 14px;
}


.my_apps .applicatifs>div a:hover,
.my_apps .applicatifs>div a:focus {
    text-decoration: none;
}

.my_apps .applicatifs span {
    margin: 10px 0 0 0;
}

.my_apps .applicatifs i {
    font-size: 78px;
    color: #A2A2A2;
}

.my_apps .applicatifs p {
    font-size: 18px;
    color: black;
    font-family: 'avenir_lt_std45_book';
    margin: 0;
}

.my_apps .applicatifs p:hover {
    font-size: 18px;
    cursor: pointer;

}

/**** fin encart commentaitres***/
#portal .btn_center .btn-default {
    margin-left: 40%;
    background-color: white;
    border: 1px solid black;
    color: black;
}

#portal .btn_center .btn-default:hover {
    background-color: #FDC0B1;
    border-color: #FDC0B1;
    color: var(--secondary-color);
}

.actu_blog .panel-body .rs-blogPost .vignette_document {
    display: block;
    position: absolute;
    float: left;
    top: -58px;
    left: 37px;
    margin: 0;
    min-width: 74%;
}



.webframe-ermes-lastviewedresources-item-shadow {
    height: 0;
}

.actu_blog .panel-footer .footer-icon-container {
    display: inline;
}

.actu_blog .panel-footer .footer-icon-container a {
    padding: 0;
}

.webframe-blog-post-view:not(:last-child) .webframe-blog-post-view-item {
    border-bottom: none;
}

.container #rich-footer-3 #menu_3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.container #rich-footer-3 #menu_2 {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.container #rich-footer-3 #menu_2 a {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}


footer .logo_calv {
    margin: 0 20px 0 0;
}

.myaccount-tags .myaccount-tagcloud {
    background-color: #ccc;
}

footer .social_ft ul {
    display: flex;
    gap: 18px;
}

/*************/

#multi_selection_simple .panel {
    box-shadow: none;
    background: #f5f5f5;
}

.app-badges-container {
    display: none;
}

.fixed-img-height img {
    width: 100%;
    height: 400px !important;
    object-fit: contain;
    margin: 0 auto;
}

#portal .fond_gris.frame {
    margin: 0 -65px !important;
    background: #EEEEEE;
    padding: 0 65px;
}

.fond_gris .frame-standard.panel-front {

    padding-left: 0;
    padding-right: 0;
}

.fond_gris.frame .btn-default {
    background-color: #f06b42;
    border-color: #f06b42;
    color: #fff;
}

.fond_gris .btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f06b42;
}

/* Les bibliotheques */

.bibliotheque .royalSlider {

    display: flex;
    flex-direction: row-reverse;
}

.bibliotheque .royalSlider .rsOverflow {

    position: relative;

}

.bibliotheque .rsSlide {
    width: 100%
}

.bibliotheque .rs-textualFrieze .rsThumbs {
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.bibliotheque .rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bibliotheque .rs-textualFrieze .rsThumbs .rsThumb {
    width: 100%;
    height: auto;
    min-height: 50px;
    border-bottom: 1px solid #ddd;
}

.bibliotheque .rsSlide .ermes-thumb {
    float: left;
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    object-fit: contain;
    background: none !important;
    padding: 0 30px;
}

#multi_selection_simple .panel,
#multi_selection .panel {
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: 10px 10px 26px 3px rgb(0 0 0 / 12%);
    -moz-box-shadow: 10px 10px 26px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 26px 3px rgb(0 0 0 / 12%);
    border-radius: 6px;
    padding: 20px;
}


.nouveautes.owl-carousel .owl-stage-outer .owl-stage,
.render-velocityRenderMode_NOUV3NOTICES .owl-carousel {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.nouveautes.owl-carousel .item_nouv {
    box-shadow: -1px 9px 20px -13px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: -1px 9px 20px -13px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: -1px 9px 20px -13px rgba(0, 0, 0, 0.66);
    text-align: center;
    height: 100%;
}

.nouveautes.owl-carousel .item_nouv .nouv_thumb {

    height: 300px;
}

.nouveautes.owl-carousel .item_nouv .nouv_thumb img {

    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
    background: #fff;
    background: radial-gradient(circle farthest-corner at center center, #ffffff 0%, #d3d3d3 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #ffffff 0%, #d3d3d3 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #ffffff 0%, #d3d3d3 80%);
}

.nouveautes.owl-carousel .nouv_content {
    padding: 14px;
}

.nouveautes.owl-carousel .item_nouv a span {
    display: none;
}

.nouveautes.owl-carousel .item_nouv a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    z-index: 1;
}

.nouveautes.owl-carousel .item_nouv .nouv_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

/* Mobile header */
.navbar-toggle .icon-bar {
    height: 3px;
    width: 30px;
}

#mobile-actions {

    background-color: #fff;
}

#mobile-actions .caret {

    border-top: 4px solid var(--secondary-color);

}

.lang-dropdown-mobile .dropChangeCulture {
    color: var(--secondary-color);

}

.hamburger-mobile .icon-bar {
    background-color: var(--secondary-color);
    height: 4px;
    width: 25px;

}

#mobile-actions .btn-account,
#mobile-actions .btn-account:hover,
#mobile-actions .btn-account:focus,
#mobile-actions .btn-account:active,
#mobile-actions .btn-account.active,
#mobile-actions .open .dropdown-toggle.btn-account {
    color: #fff;
    border: none;
}

#mobile-actions .btn-account span span {
    display: none;
}

#mobile-actions #dropSite {
    color: var(--secondary-color);
}

#mobile-actions .icon-user:before {

    background: var(--secondary-color);
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

#langue-btn {
    top: -358px;
    left: 0;
}

#langue-btn a {
    font-size: 16px;
    font-weight: 700;
    color: #000;

}

#langue-btn a.active,
.site-btn a.active {
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

#langue-btn>a {
    margin: 0;
    padding: 8px 0;
}

#langue-btn>a:hover,
#langue-btn>a:focus {
    color: #fff
}

.thumb-title {
    font-size: 14px !important;

}

.lang-dropdown-mobile {
    top: auto;

}

.lang-dropdown-mobile #dropChangeCulture {
    color: #fff;
}

#dropChangeCulture .caret {
    border-top: 4px solid #fff;
}

.change-site-mobile .caret {
    border-top-color: var(--secondary-color);
}

#scenario-selection .caret {

    border-top-color: #fff;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}


.haut_btn {
    position: absolute;
    overflow: visible;
    bottom: 58px;
    top: auto;
    z-index: 999;
    right: 43px;
}

.haut_btn a {
    display: block;
    background: var(--secondary-color);
    width: 45px;
    height: 45px;
    text-indent: 0;
    position: relative;
    color: #fff
}

.haut_btn a:before {
    content: "\f077";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #876D45;
    font-size: 26px;
    text-align: center;
    display: block;
    line-height: 45px;
    font-family: "Font Awesome 5 free";
    color: #fff
}

.haut_btn a span {
    display: none;
}

#scrollToTop {
    /*display: inline-block;
    width: 100px;
    height: 50px;
    background: white;*/
}

#multi_selection_simple,
#multi_selection {
    bottom: 58px;

}

#sub_footer .container span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#sub_footer ul {
    margin: 0 20px;
}

#sub_footer ul li {
    display: inline-block;
    margin: 0 4px;
}

/* Acces rapides */
.acces_rapides {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1%;
}

.acces_rapides>div {
    margin: 1%;
    padding: 0;
    text-align: center;
    width: 31%;
    border: 2px solid var(--primary-color);
}

.acces_rapides img {
    height: 88px !important;
}

.acces_rapides h2 {
    font-size: 30px;
    margin: 12px 0;

}

.acces_rapides a {
    height: 100%;
    width: 100%;
    display: block;
    background: transparent;
    padding: 14px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.acces_rapides a:hover,
.acces_rapides a:focus {

    background: #fff;
    text-decoration: none;

}

/* Nos collections */
.nos_collections {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1%;
}

.nos_collections>div {
    margin: 1%;
    text-align: center;
    width: 23%;
    position: relative;
    min-height: 133px;

}

.nos_collections h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


.nos_collections h3 span {
    background: #fff;
    width: 100%;
    display: block;
    padding: 6px;
    margin: 6px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}








.render-velocityRenderMode_NOUVEAUTES .ct_wol_spec {

    font-size: 16px !important;
    color: var(--primary-color);
    padding: 0 !important;
}

.render-velocityRenderMode_PUBLICATIONS .ct_wol_spec {
    padding: 0 !important;
}

.render-velocityRenderMode_NOUVEAUTES .owl-carousel {
    margin-bottom: 0 !important;
}

.render-velocityRenderMode_NOUVEAUTES .owl-carousel .owl_thumb_ct {}




.render-velocityRenderMode_NOUVEAUTES .owl-carousel .owl_thumb_ct img {

    height: 100% !important;
    width: 100% !important;
    max-width: none;
    object-fit: contain;
    aspect-ratio: 0.666666667;
}

.render-velocityRenderMode_NOUVEAUTES .owl-carousel .owl-item {
    background-color: transparent !important;
    padding: 0 !important;
}

.render-velocityRenderMode_NOUVEAUTES .owl-carousel .owl-item>div {
    display: flex;
    flex-direction: column;
}



.render-velocityRenderMode_NOUVEAUTES p.description {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}



.render-velocityRenderMode_NOUVEAUTES span.type_doc {
    background: var(--primary-color);
    display: inline-block !important;
    padding: 2px 8px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    color: #fff;
    display: none !important;
}

.render-velocityRenderMode_NOUVEAUTES span.title_owl {
    text-transform: none;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: var(--primary-color);
}

.render-velocityRenderMode_NOUVEAUTES .ct_wol_spec p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    flex-wrap: wrap;
}

.render-velocityRenderMode_NOUVEAUTES .ct_wol_spec .author {
    margin: 0 !important;
}


.render-velocityRenderMode_NOUVEAUTES .owl-carousel .owl-item,
.render-velocityRenderMode_NOUV3NOTICES .owl-carousel .owl-item {
    border: 1px solid var(--primary-color);
    border-radius: var(--radius_10px);
    -webkit-border-radius: var(--radius_10px);
    -moz-border-radius: var(--radius_10px);
    -ms-border-radius: var(--radius_10px);
    -o-border-radius: var(--radius_10px);
}

.render-velocityRenderMode_NOUVEAUTES .title_owl,
.render-velocityRenderMode_NOUV3NOTICES .title_owl {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.render-velocityRenderMode_NOUVEAUTES .owl-carousel .owl-item>div,
.render-velocityRenderMode_NOUV3NOTICES .owl-carousel .owl-item>div {


    padding: 8px;

}

.render-velocityRenderMode_NOUVEAUTES .owl-carousel .owl-item .owl_thumb_ct img,
.render-velocityRenderMode_NOUV3NOTICES .owl-carousel .owl-item .owl_thumb_ct img {
    border-radius: var(--radius_10px);
    -webkit-border-radius: var(--radius_10px);
    -moz-border-radius: var(--radius_10px);
    -ms-border-radius: var(--radius_10px);
    -o-border-radius: var(--radius_10px);
}

.render-velocityRenderMode_NOUVEAUTES .more_info,
.render-velocityRenderMode_NOUV3NOTICES .more_info {

    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.render-velocityRenderMode_NOUVEAUTES span.date_author {
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;

}

.holding.not-available,
.indicator.all-loaned,
.indicator.available-elsewhere,
.indicator.loaned-elsewhere,
.indicator.not-available,
.indicator.not-available-here {
    border-left: 10px solid #D87F03;
}

#resultats .indicator {
    background: #E7E7E7;
    color: #002434;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left-width: 15px;
}

.statut .obtain-document-link {
    font-size: 16px;
    color: var(--secondary-color);
}

.statut .obtain-document-link span font {
    color: var(--secondary-color) !important;
}

.statut .obtain-document-link span font b {
    font-weight: normal !important;
}

.indicator .label-holding {

    font-weight: 500;
}

.holding.is-available,
.indicator.available,
.indicator.exposition {
    border-left: 10px solid #00BE6E;
}

.indicator.no-existing {
    border-left: 10px solid #FF4F14
}

#options_resultat .panel-heading>h2 {
    display: inline-block;
    font-size: 26px;
    color: #002434;
}

#resultats_recherche .panel-heading>h2 {
    font-size: 38px;
    color: #002434;
}

#notice_longue h3 {
    font-size: 24px;
    font-weight: normal;
}

.criteres_tri label.label-tri {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
}

.btn.tarzan {

    /* width: 100%; */
}


.btn-info.tarzan {
    text-decoration: none !important;
    margin: 5px 0;
    white-space: normal;

}

h3.category_header {
    text-transform: none;
    background-color: #CEE7EC;
    color: var(--secondary-color);
}

.row.well.rsSlideContainer {
    margin: 0;
    background: #fff;

}

.row.well.rsSlideContainer h3 {

    font-size: 19px !important;
    font-weight: normal !important;
    text-transform: none;
}

#detail-notice-selections .well.rsSlideContainer {
    background-color: var(--gray-color);
    border: 6px solid #fff;
    box-shadow: none;
    padding: 10px;
}

.detail-holdings-class tr:nth-child(even) {
    background-color: #F3EFED;
}

.detail-holdings-class tr:nth-child(odd) {
    background-color: #FBF6F4 !important;
}

.template-info {
    color: var(--primary-color);
}

.holdings-subscription-section {

    background-color: #EDEBE8 !important;

}

.detail-holdings-class [class|="detail-holds"] thead th,
.detail-subscriptions thead th,
.detail-holdings-class [class|="detail-holds"] thead td,
.detail-subscriptions thead td {
    color: var(--primary-color);
    font-size: 16px;
    background: #fff;
}

.holding-item .trigger .holding-reservation {
    background: var(--secondary-color) !important;
    color: #fff;
    padding: var(--padding-btn);
    border: none !important;
}

.holding-item .trigger .holding-reservation[disabled="disabled"] {
    opacity: .4;
}

#langue-btn .x-flag {
    display: none;
}

.dropChangeCulture {}

.dropChangeCulture {
    color: #fff;
}

.dropChangeCulture .caret {

    border-top: 4px solid #fff;

}

.dropdown-menu.js-language-selector {
    right: 0;
    left: auto;
}



.float-frame-menu.vue-affix.affix-top,
.float-frame-menu {
    background: #F3F3F3;
}

.float-frame-menu .panel-heading h2 {
    font-size: 30px;
    margin: 0;
    text-transform: none;
}

.float-frame-menu .menu-list li {
    margin: 4px 0;
}

.float-frame-menu .menu-list a {

    color: var(--secondary-color) !important;

    font-weight: 500;
    font-size: 18px;
}

.menu-list a:hover,
.menu-list a:focus {
    background-color: #fff !important;
    color: var(--secondary-color) !important;
    text-decoration: none !important;
}

.float-frame-menu .menu-list a.is-active {
    background-color: #fff !important;
    color: var(--secondary-color) !important;
}

.common-view-action-container .see_all_results.btn-default {
    float: right;
}

.center_title .panel-heading>h2 {
    text-align: center;
}

.fond_orange_bisque {
    background-color: #FFDCBF
}

.fond_orange_bisque .panel-heading>h4 {
    text-transform: uppercase;

}

.fond_orange_bisque .see_all_results {
    float: right;
}


.frame .frame-standard .veille {
    display: flex;
    flex-direction: column;
}

.frame .frame-standard .veille>div {
    background-color: #fff;
    padding: 20px;
    margin: 6px 0;
}

.frame .frame-standard .veille_title .title_owl {
    font-size: 16px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frame .frame-standard .veille_title .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frame .frame-standard .veille>div a,
.frame .frame-standard .travaux .owl-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.owl-item .date_author {
    font-weight: normal !important;
    font-size: 14px !important;
}



.switch .slider {
    background-color: var(--secondary-color);
}

.switch input:checked+.slider {
    background-color: var(--primary-color);
}

.notice_courte .notice_corps .thumbnail-wrapper {}

.mobile-navigation .btn,
.mobile-navigation>.btn-group {
    background-color: #000;
}

.site-btn {}

.render-velocityRenderMode_OWLCAROUSEL .title_owl {
    color: var(--primary-color) !important;
}



.render-velocityRenderMode_OWLCAROUSEL .ct_wol_spec {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding: 10px !important;
    text-align: center !important;
}

.render-velocityRenderMode_OWLCAROUSEL .ct_wol_spec .author {
    color: var(--secondary-color) !important;
    font-size: 14px !important;
    margin: 2px 0 0 0 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;

}

.render-velocityRenderMode_OWLCAROUSEL a.more_info {

    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.render-velocityRenderMode_OWLCAROUSEL .ct_wol_spec .type_doc {
    position: absolute;
    left: 0;
    top: 0;
    background: #F6EBC9;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 6px;
}


.render-velocityRenderMode_ACTUS .owl-nav button.owl-next,
.render-velocityRenderMode_ACTUS .owl-nav button.owl-prev {
    background: var(--secondary-color) !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.render-velocityRenderMode_ACTUS .owl-nav .owl-prev {

    left: 0px;
}

.render-velocityRenderMode_ACTUS .owl-nav .owl-next {

    left: auto;
    right: 0
}

.render-velocityRenderMode_ACTUS .owl-nav .owl-prev::before,
.render-velocityRenderMode_ACTUS .owl-nav .owl-next::before {

    color: #fff !important;
    line-height: 25px !important;
    font-size: 16px;
}

.panel-front.panel-search-container .panel-heading {
    padding: 20px 0;
}

.pagination .icon-chevron-right:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pagination .icon-chevron-left:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

header ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--secondary-color) !important;
    opacity: 1;
    /* Firefox */
}

header :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--secondary-color) !important;
}

header ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--secondary-color) !important;
}

.notification-danger .modal-dialog .modal-header {
    text-align: center;
}

.notification-danger .modal-body {
    color: var(--secondary-color);
    font-size: 16px;
    text-align: center;
}

.notification-danger .modal-body .row {
    margin: 0;
}

.notification-danger .modal-footer {

    padding: 0 20px 20px;
    border-top: none;
    text-align: center;
}

.notification-danger .modal-footer .btn {

    text-transform: none;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.notification-danger .modal-footer .btn:hover,
.notification-danger .modal-footer .btn:focus {


    background-color: #fff;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.notification-danger .modal-title {
    text-align: center;
    padding: 20px 0 0 0;
}

.notification-danger .modal-title:before {
    content: '';
    height: 40px;
    width: 40px;
    background: transparent url('images/warning.svg') no-repeat center center;
    position: relative;
    display: inline-block;
}

.notification-danger .modal-title span {
    display: block;
}

.panel-cookies>.panel-heading {

    background-color: #000 !important;
    border-color: #000 !important;
}

.cookies-management-manager .btn {
    background-color: #000 !important;
    border-color: #000 !important;
}

/* Page infos pratiques */


.modele_image_texte {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.modele_image_texte .thumb {
    flex: 1 0 auto;
}

.modele_image_texte .thumb img {
    margin: 0 20px 0 0;
}


h4.block_btn {
    color: var(--secondary-color);
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.note {
    font-size: 14px;
    font-style: italic;
}

.padding-0 {
    padding: 0;
}

.ermes-frame-html .links a.btn {
    margin-left: 8px;
    margin-right: 8px;
}

.page_header {
    position: relative;
}

.page_header .header_ctt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page_header .header_ctt h2 {
    display: inline-block;
    background: #FFF;
    padding: 8px 20px;
}

.page_header .header_ctt span {
    display: inline-block;
    padding: 8px 18px;
    background: #fff;
    color: var(--secondary-color);
    margin: 20px 0 0 0;
    font-size: 15px;
    text-transform: uppercase;
}

.page_header img {
    width: 100%;
}

.besoin_aide {
    text-align: center;
}

.render-velocityRenderMode_CAR4NOTICES .owl-dots {
    display: none !important;
}

.render-velocityRenderMode_CAR4NOTICES .ct_wol_spec h4 {
    text-align: center;
    font-size: 16px;
}

.render-velocityRenderMode_CAR4NOTICES .owl-carousel .owl_thumb_ct {

    height: 256px !important;
}

ul li {
    color: var(--primary-color);
}

ul.list_bullets li {
    list-style-type: disc;
}

ul.list_bullets {
    margin: 10px 0;
    padding: 0 0 0 10px;
    list-style-position: inside;
    color: var(--primary-color);
}

.acces_directes {
    margin: 0 0 20px 0;
}

.selection_label {
    color: var(--secondary-color);
}

.acces_header {
    text-align: center;
}

.acces_header .links {
    margin: 30px 0 0 0;
}

.btn.black {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.btn.black:hover,
.btn.black:focus {
    background: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.acces_header .links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.acces_header .links>a {
    flex: 1 auto;
}

.sub_title_page.frame-standard {
    padding: 20px 20px 0 20px;
}

#portal .sub_title_page .panel-body {
    padding-top: 0;
}

#nav_connexe {}

footer .bottom_ft .container {
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 0;
}

footer .logos_ft {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}

footer .logos_ft img {
    height: 90px;
}

footer .logos_ft a {
    text-align: center;

}

footer h5 {
    color: #fff
}



#detail-holdings h3.category_header {
    font-size: 18px;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 400;
    padding: 8px 14px;
}


#detail-notice-selections .images_scroll_container>h3 {
    color: #000
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.my-account-mobile .icon-lock:before {
    /*content: url(images/user_icon.svg);
    width: 30px;
    height: 30px;*/
}
#mobile-actions .btn-account{
	    background: var(--secondary-color);
}
#mobile-actions .btn-account i{
    margin: 0 !important;
}
#mobile-actions i:before{
	 margin: 0 !important;
}
#mobile-actions #dropMenu2 {
    padding: 10px;
}
.frame .actualites {
    position: relative;
    padding: 0 30px;
}

.frame .actualites .actus_thumb img {
    width: 100%;

}

.frame .actualites .welcome_msg {
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    padding: 0 40px;
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 40px;
    z-index: 1;
}

.frame .actualites .actus_content {
    position: absolute;
    right: 50px;
    bottom: 18px;
    background: #fff;
    padding: 20px;
    width: 40%;
}

.frame .actualites .rubrique {
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 14px 0;
}

.frame .actualites h4 {
    color: var(--primary-color);
    font-size: 25px;
}

.frame .actualites .btn-default {
    border: none;
    border-left: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0 12px;
    line-height: 21px;
    font-weight: 500;
    text-transform: none;
}

.frame .actualites .btn-default:hover,
.frame .actualites .btn-default:focus {
    border-left: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}


.Agenda-CAP86 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin-bottom: 20px;
    padding: 14px 0 0 0;
}

.Agenda-CAP86>div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 0 0 14px 0;

}

.Agenda-CAP86>div:last-child {
    border: none;
}

.Agenda-CAP86 .notice_agd>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.Agenda-CAP86 .content_bc {
    padding: 0px 0px 0px 24px;
    flex: 1 0 auto;
}

.Agenda-CAP86 h2 {
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: 600;
    text-transform: none;
}

.Agenda-CAP86 .more_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.event_description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frame .Agenda-CAP86 .thumb_bc {
    position: relative;
    width: 100%;
    height: 220px;
    display: inline-block;
    overflow: hidden;
}

.frame .Agenda-CAP86 .thumb_bc img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.event_cat {

    display: inline-block;
    color: #171E29;
    padding: 3px 0;
    font-size: 14px;
    text-transform: none;
    margin: 8px 0;

}



.notice_corps .pills-wrapper .event-category {
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 5px 0;
}

.agenda-label {
    font-size: 13px;
    font-weight: 600 !important;

}

.agenda-label a {
    font-size: 13px;
    font-weight: 600 !important;

}

#multi_selection h2 {

    font-size: 20px;
}

#portal .frame {
    /*margin: 0 0 30px !important;*/
}

.no_margin {
    margin: 0;

}

#portal .frame.no_margin {
    margin: 0 !important;
}

.no_padding {
    padding: 0;
}

.frame .no_padding-bottom.panel-front {
    padding-bottom: 0;
}

#portal .no_padding .panel-body {
    padding: 0;
}


.encart_titre_puce>.panel-heading * {
    font-size: 20px;
}

.encart_titre_puce>.panel-heading span::before {
    content: '\f111';
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 8px;
}

.encart_titre_puce>.panel-heading span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fa-user-alt:before {
    content: "\e907";
    font-family: 'Actions'
}


div.product-infos {

    background-color: var(--primary-color);
    padding: 10px;
    color: #fff;
    display: none;

}

div.product-infos,
div.product-infos a {
    color: #fff;
    font-size: 14px;
}

.statut,
.statut-disabled,
.statut-primaryDoc {

    background: var(--primary-color);
}

.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li {

    background-image: none !important;
}

.webframe-ermes-lastcomments-item-body .item-body-abstract {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}



.selection-description {
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 22px;

}

.webframe-ermes-lastcomments .rsContent .resource-div {
    width: calc(100% - 70px) !important;
    margin: 0 auto;
}










.bottom_links {
    gap: 20px;
    display: flex;
}


.connexion_presse {
    background: #FDAFB2;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.connexion_presse .btn-default {
    display: inline-block;
}

.connexion_presse .btn-default.account {
    background: #fff;
}


.connexion_presse .btn-default i {
    margin: 0 4px 0 0;
}

.connexion_presse .thumb img {
    height: 100% !important;
    object-fit: cover;
}

.connexion_presse>div {
    display: flex;
    gap: 10px;
    justify-content: center;
}


.no-padding-left-right .page-accueil #zone-5>div,
.page-accueil #zone-12>div,
.page-accueil #layout-2,
.page-accueil #layout-6>.row,
.page-accueil #layout-9>.row {
    width: var(--container-width);
    max-width: 100%;
    margin: 0 auto;
}

#portal .only-title .panel-body {
    padding-top: 0 !important
}

.only-title .panel-front,
.only-title .panel-selection {
    padding: 20px 0px 0 0;
}

#portal .only-title-with-padding .panel-body {
    padding-top: 0 !important
}

.only-title-with-padding .panel-front,
.only-title-with-padding .panel-selection {
    padding: 20px 20px 0 20px;
}

.page-accueil #zone-5 {
    margin-bottom: -30px;
}

.page-accueil #zone-12 {
    margin-bottom: -60px;
}

.page-accueil .header-modern__breadcrumb #ariane {
    display: none;
}

.page-accueil .panel-front,
.page-accueil .panel-selection {}

.header-modern__body.container::before {
    background: url(images/marqueur-bleu.png) no-repeat right center;
    height: 72px;
    width: 43px;
    content: '';
    position: absolute;
    left: 0;
    display: block;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

input::placeholder {
    color: #697AA1;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #697AA1;
}

.obtain-document-link-vignet.available,
.obtain-document-link-vignet.exposition,
.obtain-document-link-vignet.holding.is-available {
    background-color: #20A139
}

.obtain-document-link-vignet.all-loaned,
.obtain-document-link-vignet.available-elsewhere,
.obtain-document-link-vignet.holding.not-available,
.obtain-document-link-vignet.loaned-elsewhere,
.obtain-document-link-vignet.not-available,
.obtain-document-link-vignet.not-available-here {
    background-color: #D87F03
}

.obtain-document-link-vignet.no-existing {
    background-color: #FF4F14
}

#rich-footer-3::after,
#rich-footer-3::before {
    display: none;
}


/***************************/
.render-velocityRenderMode_CARSL-NOUVEAUTES .ct_wol_spec,
.render-velocityRenderMode_CAR5NOTICES .ct_wol_spec {

    padding: 0 !important;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .see_all_results {

    float: right;
}


.render-velocityRenderMode_CARSL-NOUVEAUTES .ct_wol_spec .title_owl {
    margin-top: 8px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--secondary-color);
    font-size: 22px !important;
    font-weight: 600;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.owl-carousel .badge_nouv {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    left: 8px;
    bottom: 8px;
}

.owl-carousel .event_type {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    left: 8px;
    top: 8px;
}

#portal .render-velocityRenderMode_CRSL-6NOTICES .panel-body {
    padding: 0;
}

.render-velocityRenderMode_CRSL-6NOTICES .owl-carousel .owl-item a.more_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.render-velocityRenderMode_CRSL-6NOTICES .owl-carousel .owl-stage {
    padding: 16px 0 0 0;
}

.render-velocityRenderMode_CRSL-6NOTICES .owl-carousel .owl_thumb_ct {
    position: relative;
    width: 220px;
    height: 251px !important;
    transition: all .3s;
}

.render-velocityRenderMode_CRSL-6NOTICES .owl-carousel .owl_thumb_ct span {
    background-color: var(--secondary-color);
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 2px 8px;

}

.render-velocityRenderMode_CRSL-6NOTICES .ct_wol_spec span {
    margin: 6px 0 0 0;
}

.owl-nav button.disabled {
    opacity: .2;
    display: inline-block !important;
}


.render-velocityRenderMode_AGENDA .owl-carousel.owl-drag .owl-item {

    background: #fff;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    transition: all .4s ease;
}

.render-velocityRenderMode_AGENDA .owl_thumb_ct {
    height: 205px !important;

    text-align: left !important;
    margin: 0 auto !important;
    background: transparent !important;

    overflow: hidden;
}

.render-velocityRenderMode_AGENDA .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background: #fff;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}

.render-velocityRenderMode_AGENDA .ct_wol_spec span {
    font-size: 16px !important;
    font-weight: 300 !important;
    text-align: left;
}

.render-velocityRenderMode_AGENDA .owl-carousel .owl-stage {
    padding: 11px 8px;
}

.render-velocityRenderMode_AGENDA .ct_wol_spec .title_owl {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.render-velocityRenderMode_AGENDA .ct_wol_spec {

    padding: 20px;
}

.panel-model>.panel-heading {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.panel-model>.panel-heading>.panel-title {
    color: #fff;
}

.panel-model>.panel-heading>.panel-title a:hover,
.panel-model>.panel-heading>.panel-title a:focus {
    color: #fff;
}

#multi_selection_simple .bouton_detail i,
#multi_selection .bouton_detail i {
    margin: 0 8px 0 0;
}

#multi_selection_simple .panel,
#multi_selection .panel {
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: 10px 10px 26px 3px rgb(0 0 0 / 12%);
    -moz-box-shadow: 10px 10px 26px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 26px 3px rgb(0 0 0 / 12%);
    padding: 20px;
}


.title_motif>.panel-heading h2 span {
    position: relative;
}

.title_motif>.panel-heading h2 span::after {
    content: '';
    width: 127px;
    height: 33px;
    background: url(images/title_motif.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: -80px;
    bottom: -20px;
    z-index: -1;
}

.page_title .ermes-frame-html p {
    margin: 20px 0;
}

.panel-front.beige {
    background: var(--secondary-color);
    border-radius: var(--radius_10px);

}

.border_radius10px {
    border-radius: var(--radius_10px);
}

.frame.padding-10 {
    padding: 10px;
}

.frame-standar.padding-20 {
    padding: 20px;
}

.frame.padding-30 {
    padding: 30px;
}

.padding-30 {
    padding: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.frame.padding-40 {
    padding: 40px;
}

.max_width60 {
    max-width: 80% !important;
}

.padding-70_80 .panel-front,
.padding-70_80 .panel-selection {
    padding: 70px 80px;
}

.hover_effect {
    transition: all .4s ease;
    transform: translateY(-10px);
}

#portal .frame.hover_effect {
    transition: all .4s ease;
    transform: translateY(0);
}

#portal .frame:hover.hover_effect {
    transition: all .4s ease;
    transform: translateY(-10px);
}


.see_all_results_SelectFrame.btn-default {
    float: right;
}

#portal .frame.encart_titre_page {
    margin: 0 !important;
}

#portal .telechargement .panel-body {
    padding-top: 0;
}

#portal .telechargement a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

#FormSearchLibrary.panel-front {
    background: #000;
    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;
}

.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: #F6F6F6 !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;
}

.render-velocityRenderMode_CRSL-6NOTICES .owl-carousel .owl_thumb_ct img {
    background-color: RGBA(148, 121, 42, .2) !important;
    width: 100% !important;
}

.render-velocityRenderMode_CRSL-6NOTICES .ct_wol_spec h3 {
    margin: 20px 0 0 0 !important;
    font-size: 19px;
    text-transform: none;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.render-velocityRenderMode_CRSL-6NOTICES .ct_wol_spec {

    font-weight: 400 !important;
    text-align: left !important;
}

.render-velocityRenderMode_CRSL-6NOTICES .owl-nav button {
   /* background-color: var(--primary-color) !important;*/
}

.more_info {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.actus_bloc {
    overflow: hidden;
    position: relative;
    padding: 0 42px;
}

.actus_bloc>div {
    display: block;
    background: RGBA(255, 255, 255, .75);
    left: 10%;
    position: absolute;
    bottom: 30px;
    padding: 30px;
    max-width: 690px;
    border-radius: 10px;
    text-align: center;
}

.actus_bloc img {

    height: 390px !important;
    object-fit: cover;
    width: 100%;
}

.actus_bloc h3 {
    font-size: 36px;
    line-height: 1.2;
}

ul.acces_directs_bloc {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}

.acces_directs_bloc a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;

}

.acces_directs_bloc li img {
    mix-blend-mode: multiply;
    max-height: 48px;
}

.acces_directs_bloc li a:hover span {
    display: block;
}

.acces_directs_bloc li a span {
    display: none;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 100%;
    background: RGBA(256, 236, 68, .94);
    z-index: 1;
    border-radius: 8px;
    transition: all .3s;
    padding: 8px;
    min-width: 200px;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

.acces_directs_bloc li a span::after {
    content: '';
    position: absolute;
    border-top: 8px solid RGBA(256, 236, 68, .94);
    border-right: 8px solid transparent;
    border-bottom: 0 dotted;
    border-left: 8px solid transparent;
    left: 50%;
    bottom: -8px;

}

.encart_bienvenue .panel-front {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -50px;
}

.encart_filet_jaune h2,
.encart_filet_jaune h1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.encart_filet_jaune h2::after,
.encart_filet_jaune h1::after {
    content: '';
    height: 3px;
    flex: 1 0 auto;
    display: block;
    position: relative;
    background: var(--primary-color);
}

.webframe-ermes-lastcomments .media-body {
    padding: 0 0 0 20px;
}

.thematiques_block {
    margin: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-bottom: 20px;
}

.thematiques_block>div {
    position: relative;
}

.thematiques_block .card_content_bc h2 {
    font-size: 22px;
    color: #fff;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thematiques_block .card_content_bc {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / .6);
    padding: 20px;
    width: 100%;
    text-align: center;
    height: 40%;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    opacity: 1;
}

.thematiques_block .card_block img {
    width: 100%;
}

.thematiques_block .card_block .more_info {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.thematiques_block .card_block .more_info:hover~.card_content_bc {
    opacity: 1;
    height: 100%;
}

.render-velocityRenderMode_AGENDACAP86 .content_bc i {
    margin-right: 10px;
}

.render-velocityRenderMode_AGENDACAP86 .content_bc span {
    font-size: 14px;
}

.webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-title {
    font-size: 14px;
}

.webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body {
    color: var(--secondary-color);
    font-size: 16px;
}

.advanced-search-group .group-container fieldset {
    padding: 30px !important;
    background-color: #F3F3F3 !important;
}

.Ermes-SiteMap h1 {
    text-decoration: none;
}

#modeDisplayVignet .noStatus,
#modeDisplayVignet .statut,
.obtain-document-link-vignet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.frame-standard.alaune {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.frame-standard.alaune>.panel-heading {
    flex: 0 1 100%;

}

.frame-standard.alaune>.panel-body {
    flex: 0 0 50%;

}

.frame-standard.titre_bordure_verte>.panel-heading {
    border-left: 3px solid var(--primary-color);
}

.frame-standard.titre_bordure_verte>.panel-heading h1 {
    text-transform: uppercase;
    padding: 0 0 0 30px;
    line-height: 1.1;
}

.frame-standard.titre_bordure_verte>.panel-heading h1 span {
    display: block;
}

.frame-standard.titre_bordure_verte>.panel-heading h1 span span {
    font-weight: 400;
}

.frame.encart_fond_vert {
    background: #D1E8C4;
    position: relative;
}

.encart_fond_vert.panel-front {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-front.encart_fond_vert>.panel-heading,
.panel-front.encart_fond_vert>.panel-body,
.panel-front.encart_fond_vert>.panel-footer {
    position: relative;
    z-index: 1;
}

.panel-front.encart_fond_vert::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #D1E8C4;
    width: 100vw;
    transform: rotate(180deg);
    transform-origin: 0;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.panel-front.encart_fond_vert::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #D1E8C4;
    width: 100vw;
    transform: rotate(0deg);
    transform-origin: 0;
    z-index: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.logo_partenaires ul li img {
    height: 65px;
}

.logo_partenaires ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo_partenaires {
    padding: 50px 0;
}

.encart_reseau {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

.encart_reseau div .panel-heading {
    padding-left: 0;
}

.encart_reseau .gallery_mas {
    flex: 0 0 60%;
    border: 2px solid #fff;
}

.encart_reseau .gallery_mas li a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;

}

.encart_reseau .gallery_mas li a span {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(97, 90, 87, 75%);
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.encart_reseau .gallery_mas li a:hover span,
.encart_reseau .gallery_mas li a:focus span {

    opacity: 1;
}

.bc_reseau {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.bc_reseau li a {
    background: #65B33A;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.bc_reseau li a:hover,
.bc_reseau li a:focus {
    background: #477D29;
    color: #fff;
    text-decoration: none;
}

.gallery_mas ul {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: dense;
}

.gallery_mas ul li {
    overflow: hidden;
    border: 2px solid #fff;
}

.gallery_mas ul li:nth-child(3) {
    grid-row: span 2;
}

.gallery_mas ul li:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery_mas img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.actuellement_frame {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.actuellement_frame>div:nth-child(1) {
    flex: 1 0 60%;
}

.margin_bottom_negative.panel.panel-front {
    margin-bottom: -40px;
}

.bloc_actualites h3 {
    font-size: 24px;
    margin: 14px 0 0 0;
}

#document_actions {
    background: #F2F2F2;
    border-radius: 0;
}

.med_container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.mediatheques_bc {

    border: 1px solid #477D29;
    padding: 30px;
    float: left;
    width: 100%;
}

.mediatheques_bc ul li {

    list-style: disc;
}

.mediatheques_bc h3 {
    font-size: 24px;
}

.mediatheques_bc h4 {
    font-size: 20px;
    margin: 0 0 12px 0;
}

.logo_med {
    text-align: center;
    padding: 30px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.logo_med img {
    height: 75px !important;
}

table.horaires {
    width: 100%;
    border-left: 3px solid var(--primary-color);
    margin: 20px 0;
    font-size: 17px;
}

table.horaires thead th {
    text-align: center;
}

table.horaires td {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    font-size: 17px;
}

table.horaires td:nth-child(1) {
    text-align: left;
    padding-left: 20px;
}

table.horaires td:nth-child(3) {
    font-weight: 600;
}

.horaires_num {
    float: left;
    width: 100%;
    border-left: 3px solid #65B33A;
    padding-left: 15px;
}

.selections_diverses_bc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.selections_diverses_bc li a {
    background: #65B33A;
    border: 1px solid #65B33A;
    padding: 20px 24px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.selections_diverses_bc li a:hover,
.selections_diverses_bc li a:focus {
    background: #fff;
    border: 1px solid #65B33A;
    text-decoration: none;

}

.modes_emploi_bc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 0 0;
}

.modes_emploi_bc li a i {
    margin: 0 8px 0;
}


.Agenda-VMDN {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-bottom: 0;
    padding: 0;
}

.Agenda-VMDN .notice_agd {
    position: relative;
}

.Agenda-VMDN .content_bc {
    padding: 0px 0px 0px 24px;
    flex: 1 0 auto;
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0 0 0;
}

.Agenda-VMDN .thumb_bc h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    background-color: #fff;
    width: 90%;
}

.Agenda-VMDN .content_bc span {
    font-size: 17px;
    font-weight: 400;
}

.Agenda-VMDN .more_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.velocityRenderMode_VMDNAGENDA>div {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.Agenda-VMDN .content_bc i {
    margin: 0 10px 0 0;
    color: #477D29;
}

.programme_agenda {
    background: var(--primary-color);
    padding: 30px;
    flex: 1 0 296px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 3 / 4;

}

.event_description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frame .Agenda-VMDN .thumb_bc {
    position: relative;
    width: 100%;
    /*height: 296px;*/
    display: inline-block;
    aspect-ratio: 1
}

.frame .Agenda-VMDN .thumb_bc span {
    position: absolute;
    background: #477D29;
    left: 0;
    color: #fff;
    padding: 4px 12px;
    top: 20px;
}

.frame .agenda_deux_cartes .Agenda-VMDN {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.frame .Agenda-VMDN img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
    background-color: #afafaf;
}

.event_cat {

    display: inline-block;
    color: #171E29;
    padding: 3px 0;
    font-size: 14px;
    text-transform: none;
    margin: 8px 0;

}

.bloc_actualites {
    padding: 0px 28px;
}

.carousel_selections .owl-dots,
.carousel_selections .owl-carousel .owl_thumb_ct span {
    display: none !important;
}

/* Masonry*/
.wrapper_les_structures {
    --gap: 20px;
    --columns: 2;


    margin-inline: auto;
    column-count: var(--columns);
    gap: var(--gap);
}

.wrapper_les_structures a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.wrapper_les_structures a span {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(97, 90, 87, 75%);
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.wrapper_les_structures a:hover span,
.wrapper_les_structures a:focus span {
    opacity: 1;
}

@media (min-width: 340px) {

    .wrapper_les_structures {
        --columns: 2;
    }
}

@media (min-width: 720px) {
    .wrapper_les_structures {
        --columns: 4;
    }
}

.wrapper_les_structures img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: var(--gap);

}

/***************************/
.render-velocityRenderMode_CARSL-NOUVEAUTES .ct_wol_spec {

    padding: 0 20px 30px !important;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .see_all_results {

    float: right;
}

.render-velocityRenderMode_CRSL-6NOTICES .owl-carousel .owl-item a.more_info,
.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-carousel .owl-item a.more_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-carousel .owl-stage {
    padding: 20px 0;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-carousel .owl-item img {
    width: 100% !important;
}


.render-velocityRenderMode_CARSL-NOUVEAUTES .owl_thumb_ct {
    height: 296px !important;
    width: 296px !important;
    text-align: left !important;
    margin: 0 auto !important;
    background: transparent !important;

}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-carousel .owl-stage-outer {
    width: 100vw;
    padding-left: 0px;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-nav {
    position: absolute;
    right: 0;
    top: -56px;
    display: flex;
    gap: 25px;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 19px;
    left: auto;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES h3 {
    position: absolute;
    left: 0;
    top: 0;
    background: RGBA(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-item a.more_info:hover~.owl_thumb_ct h3 {
    opacity: 1;
}

.owl-nav .owl-prev::before {
    content: "\f053" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: var(--bg-color-blue) !important;
    line-height: 38px !important;
    font-size: 30px;
}

.owl-nav .owl-next::before {
    content: "\f054" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: var(--bg-color-blue) !important;
    line-height: 38px !important;
    font-size: 30px;
}




.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-nav button {
    width: 45px !important;
    height: 45px !important;
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    transform: rotate(45deg) !important;
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-nav button::after {
    content: '';
    position: absolute;
    height: 45px;
    width: 45px;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid var(--secondary-color);
    /*transform: rotate(45deg);
    transform-origin: center center;*/
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-nav button::before {
    color: var(--secondary-color) !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 45px !important;
    position: relative;
    z-index: 1;
    transform: rotate(-45deg);
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-nav button:hover::after {
    background-color: var(--secondary-color);
}

.render-velocityRenderMode_CARSL-NOUVEAUTES .owl-nav button:hover::before {
    color: #fff !important;
}

.rsItem .alaune {
    position: relative;
    margin-bottom: 23px;
}



.rsItem .alaune h3 {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'Monument Grotesk';
}

.bloc_thematiques ul {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    margin-bottom: 20px;

}

.no_arrow .rsDefaultInv .rsArrow {
    display: none !important;
}

.bloc_thematiques ul li h3 {
    margin: 4px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.bloc_thematiques img {
    width: 100%;
    height: 100% !important;
    transition: all .4s ease;
}

.bloc_thematiques ul li a {
    display: block;
    width: 100%;
    height: 100%;

}

.bloc_thematiques ul li a div {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;

}

.bloc_thematiques ul li a:hover img,
.bloc_thematiques ul li a:focus img {
    transform: scale(1.1);

}

.bloc_thematiques ul li a:hover,
.bloc_thematiques ul li a:focus {
    text-decoration: none;

}

footer #menu_2 {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

footer .social_ft li a {
    font-size: 26px;
}

.rsItem .alaune .btn-default {
    float: left;
}

.no_arrow .rsDefaultInv .rsBullets {
    width: 100%;
}

.actus_frame {
    position: relative;
}

.actus_frame>div:nth-child(2) {
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 78px;
}

.actus_frame img {
    filter: brightness(0.7);
}

.actus_frame h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: normal;
}

.actus_frame h2,
.actus_frame p {
    color: #fff;
}


._modele_1 {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}

._modele_1>div:nth-child(1) {
    flex: 1 0 548px;
}

._modele_1 .btn-default {
    margin: 10px 0 0 0;
}

.cookies-management-manager h3 {
    line-height: 1.2;
}

/* Responsive design */
@media (max-width:1480px) {
    .encart_bienvenue .panel-front {

        margin: 0;
    }

    .actus_bloc {

        padding: 0;
    }
}

@media (min-width:1370px) {

    .header-modern__body.container,
    .header-modern #menu-panel,
    .header-modern__top-nav {
        max-width: var(--container-width-header) !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

}

@media (max-width:1370px) and (min-width:992px) {
    .navbar-brand {
        width: 230px;
    }
}


@media (max-width:1320px) {
    #rich-footer-3 {
        padding: 20px 10px;

    }
}



@media (min-width:992px) {
    .header-modern__body.container {
        gap: 20px;
    }

    .header-modern__search {
        flex: 1 0 auto;
    }

    .header-modern__account {
        width: auto;
    }

    .conservatoire #layout-3.col-md-12 .row {
        display: flex;
        align-items: center;
    }

    .render-velocityRenderMode_AGENDAVGNB .common-view-action-container {
        text-align: right;
    }

    .page_presentaion_bib #layout-3>.row {

        display: flex;

        height: 100%;

    }

    .encart_pres.frame,
    .page_presentaion_bib #zone-4>div {
        height: 100%;
    }



    #portal .encart_pres .panel-body {
        padding: 0;
    }

    .frame .carte_reseau .panel-default {
        margin: 0;
        border: none;
        border-radius: 0;

    }

    #portal .titre_page>.panel-body {
        padding: 0;
    }

    .accueil-portal .header-modern__breadcrumb {
        /*display: none;*/
    }



    .encart_actualites.panel-front {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:870px) {
    .render-velocityRenderMode_BIBLIOTHEQUES .card {
        flex: 100% 0 !important;
    }
}


@media (max-width:1024px) {
    .bib_presentation .cord_hor img {
        max-width: 100%;
        width: 100%;
    }

    .bib_presentation .horaires,
    .bib_presentation .coordonnes {
        width: 46%;
    }

    .bib_presentation .cord_hor {

        flex-wrap: wrap;
    }

    .nos_offres .offre_content {
        flex-wrap: wrap;
    }

    .nos_offres .offre_content>div {

        flex: 0 0 31%;
    }
}

@media (max-width:992px) {
    .header-modern .header-modern__brand .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 206px !important;
        background-position: center center;
    }


    .header-modern__top-bar {

        background: #fff;
    }

    .btn-account:hover,
    .btn-account:focus,
    .open .dropdown-toggle.btn-account {
        background: transparent !important;
        color: #fff !important;
    }

    .modele_9 .thumbnail {
        flex-direction: column;
    }

    .header-modern #scenario-selection .caret {
        border-top-color: var(--secondary-color)
    }

    .coups_coeur img {
        height: 300px !important;
        object-fit: cover;

    }

    .recherche_ouvrage form {
        flex-direction: column;
    }

    .header-modern__top-nav-mobile {
        gap: 10px;
    }

    #accessibilitytoolbarGraphic {
        top: 14px !important
    }

    header,
    .header-modern {
        background: var(--primary-color);
        position: relative;
        border-top: none;

    }



    div#page>div.container>main {
        background: none;
        background-size: 100%;
    }

    .header-modern__body.container {
        height: auto !important
    }

    .header-modern .header-modern__search #globalAdvancedSearchLink {
        color: var(--secondary-color);
    }

    .nos_avis>div {

        grid-template-columns: repeat(4, 1fr);

    }

    #DivSearchLibrary .form-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-around;
        gap: 25px;
    }

    #DivSearchLibrary .multi-select-button,
    #DivSearchLibrary .form-control {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100%;
    }

    .location {
        display: flex;
        flex-direction: column-reverse;
    }

    .location .location-caption {
        width: 100%;

    }

    .header-modern__search {
        width: 100%;
        flex: 0;
        display: flex;
        justify-content: center;

    }

    .header-modern__body.container {

        padding-left: 20px;
        padding-right: 20px;
    }

    .header-modern .header-modern__search {
        padding: 0 !important;
    }

    .header-modern__search #main_search_form {
        max-width: 100%;

    }

    .frame .actualites .actus_content {
        position: relative;
        right: auto;
        bottom: auto;

        padding: 20px;
        width: 100%;
    }

    .header-modern--scrolling {

        box-shadow: none !important;
    }

    .header-modern .header-modern__brand .navbar-header {

        margin: 6px 0;
    }

    .header-modern__breadcrumb {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #rich-footer-3 {

        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (min-width: 768px) {
    #criteres_recherche {
        display: flex;
        align-items: center;
    }

    #notice_longue>.panel>.panel-body {
        padding: 35px 50px 0 0;
    }

    #detail-notice .metadata-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #nav-rich-menu li.rich-item.open .dropdown,
    #nav-rich-menu li.rich-item:not(.by-click):hover .dropdown {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    /******menu*****/
    #menu-panel {
        width: 100%;
        padding: 0;
        margin: 0 0 50px 0;
        background: #fff;

    }

    #aside {
        padding-right: 40px;
    }

    #ermes_main_menu,
    #nav-rich-menu {
        width: 100%;
        background: transparent;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 10px;
        border-bottom: 2px solid var(--secondary-color);
    }

    #ermes_main_menu::before,
    #ermes_main_menu::after {
        display: none;
    }

    #ermes_main_menu>li>a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background: var(--secondary-color);
        display: none;
    }

    #ermes_main_menu li.LEVEL1>a:hover::after,
    #ermes_main_menu li:hover>a::after,
    #nav-rich-menu li:hover>a::after,
    #nav-rich-menu li.LEVEL1>a:hover::after {

        display: inline-block;
    }

    #ermes_main_menu li.LEVEL1>a,
    #nav-rich-menu>li a {
        color: var(--primary-color);
        width: 100%;
        font-size: 16px;
        background: transparent;
        height: auto;
        padding: 18px 16px;
        position: relative;
        text-transform: uppercase;
        font-weight: 600;

    }



    #nav-rich-menu>li,
    #ermes_main_menu li.LEVEL1 {
        flex: 0 1 auto !important;
        background: transparent;
    }

    #nav-rich-menu li a span {
        position: relative;
    }

    #ermes_main_menu li:hover>a,
    #nav-rich-menu li:hover>a,
    #nav-rich-menu li.LEVEL1>a:hover,
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus,
    #ermes_main_menu li.LEVEL1 a:hover {
        background: transparent;
        color: #000;
    }


    #ermes_main_menu li.LEVEL1 {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        float: left;
        flex: 1 auto;
    }

    #ermes_main_menu li.LEVEL1>a:hover,
    #ermes_main_menu li:hover>a,
    #nav-rich-menu li:hover>a,
    #nav-rich-menu li.LEVEL1>a:hover,
    #ermes_main_menu li.LEVEL1.sitemap-selected-item>a {
        background: transparent !important;
        color: var(--secondary-color) !important;
    }

    #ermes_main_menu .dropdown-menu {
        background: #fff;
        padding: 20px;
        margin-top: 0;
        -webkit-box-shadow: 10px 10px 26px 3px rgb(0 0 0 / 12%);
        -moz-box-shadow: 10px 10px 26px 3px rgba(0, 0, 0, 0.12);
        box-shadow: 10px 10px 26px 3px rgb(0 0 0 / 12%);
        border: none;
        border-top: 2px solid var(--secondary-color);

    }



    #ermes_main_menu .dropdown-menu>li>a {
        color: #000;
        white-space: nowrap;
        text-transform: none;
        text-align: left;
        padding: 10px 8px;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        line-height: 20px;
        font-family: 'Gotham' !important;
    }

    #ermes_main_menu .dropdown-menu>li>a:hover,
    #ermes_main_menu .dropdown-menu>li>a:focus {
        color: #fff;
        background: rgb(0, 0, 0, .03);
    }

    #ermes_main_menu .dropdown-menu li.fas {
        display: flex;
        align-items: center;
    }

    #ermes_main_menu li.LEVEL1 .caret,
    #ermes_main_menu li.LEVEL1 a:hover .caret {
        border-bottom-color: var(--primary-color);
        border-top-color: var(--primary-color);
        display: none;
    }

    #ermes_main_menu li.LEVEL1>a:hover .caret,
    #ermes_main_menu li:hover>a .caret {
        border-bottom-color: var(--secondary-color);
        border-top-color: var(--secondary-color);
    }

    .dropdown-submenu>.dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #ermes_main_menu li.LEVEL1>a span {
        position: relative;
    }

    #ermes_main_menu li.home>a span,
    #nav-rich-menu li.home>a span {
        display: none;
    }

    #ermes_main_menu li.home>a::after {
        display: none;
    }

    #nav-rich-menu li.home>a span {
        display: none;
    }

    #ermes_main_menu li.home>a::before,
    #nav-rich-menu li.home>a::before {
        content: '\e90c';
        display: block;
        position: relative;
        font-family: "Actions";
        font-weight: 900;
        font-size: 22px;
    }

    #nav-rich-menu li.home>a:hover::before,
    #nav-rich-menu li.home>a:focus::before,
    #nav-rich-menu li.home.sitemap-selected-item>a::before {
        content: '\e90c';
        display: block;
        position: relative;
        font-family: "Actions";
        font-weight: 900;
        height: auto;
        width: auto;
        left: auto;
        bottom: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: transparent;
    }

    .rich-item.menu_deroulant {
        position: relative;
    }

    .rich-item.menu_deroulant .illustration {
        display: none !important;
    }

    .rich-item.menu_deroulant .dropdown {
        background: var(--secondary-color) !important;
    }


    #nav-rich-menu li.menu_deroulant .dropdown {
        gap: 15px !important;
    }

    #nav-rich-menu li.rich-item:last-child.open .dropdown,
    #nav-rich-menu li.rich-item:last-child:not(.by-click):hover .dropdown {
        right: 0;
        left: auto;
    }

    #ermes_main_menu .dropdown-submenu>.dropdown-menu {

        right: 100% !important;
        left: auto !important;
    }

    #nav-rich-menu li.menu_deroulant .dropdown {
        max-width: none !important;
        width: auto !important;
        overflow: unset;
        overflow-y: auto;
    }

    #nav-rich-menu li.menu_deroulant .dropdown>div {
        flex: 1 0 auto !important;
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    #nav-rich-menu li.menu-jesuis.rich-item.open .dropdown {
        margin: 0;
    }

    #nav-rich-menu li.menu-aide .dropdown,
    #nav-rich-menu li.menu-jesuis .dropdown {
        width: auto;
    }

    #nav-rich-menu li.menu-aide.rich-item.open .dropdown,
    #nav-rich-menu li.menu-jesuis.rich-item.open .dropdown,
    #nav-rich-menu li.menu-aide.rich-item:not(.by-click):hover .dropdown,
    #nav-rich-menu li.menu-jesuis.rich-item:not(.by-click):hover .dropdown {
        right: 75px;
        left: auto;
        padding: 0;
    }




    #search-panel .panel-body {

        margin: 0 auto;
        padding: 20px 0 46px 0;
    }


    #nav-rich-menu li:not(.menu_deroulant) .dropdown .dropdown_container {
        position: relative;
        padding: 10px;
        float: left;
        margin: 0 !important;
        background: transparent
    }

    #nav-rich-menu li .dropdown .dropdown_container:hover {
        background: rgba(255, 255, 255, .1)
    }



    .statut,
    .statut-disabled,
    .statut-primaryDoc {
        background-color: var(--primary-color);
        position: relative;
        margin: 0;
    }

    .navbar>.container .navbar-brand {
        margin: -40px 0 28px 0;
        padding: 0;
        position: relative;
    }

    .acces_header .links {
        margin-left: -8px;
        margin-right: -8px;
    }

    /*************Rich Menu***************/

    /********************/
    #nav-rich-menu li .dropdown {
        background: #fff !important;
        width: 100% !important;
        margin: 4px 0 0 0;
        display: flex;
        justify-content: flex-start;

        z-index: 99;
        padding: 20px;
        flex-wrap: wrap;

    }

    #nav-rich-menu li.menu_deroulant .dropdown {
        gap: 0 !important;
        padding: 0 !important;
    }

    #nav-rich-menu li.menu_deroulant .dropdown .description {
        display: none;
    }

    #nav-rich-menu li.rich-item:last-child.open .dropdown,
    #nav-rich-menu li.rich-item:last-child:not(.by-click):hover .dropdown {
        right: 0;
        left: auto;
    }

    #ermes_main_menu .dropdown-submenu>.dropdown-menu {

        right: 100% !important;
        left: auto !important;
    }

    #nav-rich-menu li.menu_deroulant .dropdown {
        max-width: none !important;
        width: auto !important;
        overflow: unset;
        overflow-y: auto;
    }

    #nav-rich-menu li.menu_deroulant .dropdown>div {
        flex: 1 0 auto !important;
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    #nav-rich-menu li.menu-jesuis.rich-item.open .dropdown {
        margin: 0;
    }

    #nav-rich-menu li.menu-aide .dropdown,
    #nav-rich-menu li.menu-jesuis .dropdown {
        width: auto;
    }

    #nav-rich-menu li.menu-aide.rich-item.open .dropdown,
    #nav-rich-menu li.menu-jesuis.rich-item.open .dropdown,
    #nav-rich-menu li.menu-aide.rich-item:not(.by-click):hover .dropdown,
    #nav-rich-menu li.menu-jesuis.rich-item:not(.by-click):hover .dropdown {
        right: 75px;
        left: auto;
        padding: 0;
    }







    #nav-rich-menu li:not(.menu_deroulant) .dropdown .dropdown_container {
        position: relative;
        padding: 10px;
        float: left;
        margin: 0 !important;
        background: transparent
    }

    #nav-rich-menu li .dropdown .dropdown_container:hover {
        background: rgba(255, 255, 255, .1)
    }



    #nav-rich-menu .dropdown_container:nth-child(odd) {
        clear: none;
    }

    #nav-rich-menu li .dropdown_container a {
        color: var(--secondary-color) !important;
        font-size: 16px !important;
        text-transform: none !important;
        font-weight: 300 !important;
        text-align: left;
        padding: 8px 0 !important;
        background: transparent;
        margin: 0;
        height: 100%;
        white-space: nowrap;

    }

    #nav-rich-menu li.menu_deroulant .dropdown_container a {
        background-color: transparent !important;
        padding: 14px 12px !important;
    }

    #nav-rich-menu li.menu_deroulant .dropdown_container a:hover,
    #nav-rich-menu li.menu_deroulant .dropdown_container a:focus {
        background-color: #D1E8C4 !important;

    }

    #nav-rich-menu li .dropdown_container a:hover,
    #nav-rich-menu li .dropdown_container a:focus {}

    #nav-rich-menu .title_menu h4 {
        color: #000 !important;
        font-size: 14px !important;
        margin: 0;
        padding: 0;
        background: transparent;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        white-space: normal;

    }

    #nav-rich-menu .title_menu p {
        text-transform: none;
        color: #000 !important;
        text-wrap: wrap;
        font-size: 14px !important;


    }

    #nav-rich-menu li .dropdown_container a:hover .title_menu p,
    #nav-rich-menu li .dropdown_container a:hover .title_menu h4 {
        background: transparent;


    }

    #nav-rich-menu .illustration {

        margin: 0 10px 10px 0;
    }

    .rich-item>.clearfix {
        display: none;
    }


    #nav-rich-menu li .dropdown_container>ul {
        margin-top: 15px;
    }

    #nav-rich-menu li .rich-menu-level3 {
        float: none;
        width: auto
    }

    #nav-rich-menu li .rich-menu-level3 a {
        font-size: 16px;
        text-transform: none;
        color: #7b7b7b;
        font-weight: 400;
        text-align: left !important;
        display: block;
        white-space: normal;
        line-height: 1.2;
    }

    .frame .actualites .actus_thumb img {

        height: 100% !important;


    }

}

@media (max-width: 1232px) {}

@media (max-width: 1200px) {}

@media (max-width: 1200px) and (min-width: 768px) {}

@media (max-width: 992px) {}

@media (max-width: 991.98px) {}

@media (max-width:1073px) {}

@media (max-width:992px) {
    .navbar>.container .navbar-brand {
        margin: 20px 0 20px 20px;

    }
}

@media (max-width:940px) {}

@media (max-width: 767px) {
	.btn-group-justified.mobile-navigation .icon-filter:before{
		content: "Affiner ma recherche";
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 600;
	}
    #search-panel>.container {
        width: 100%;
    }

    .actuellement_frame {
        flex-direction: column;
    }

    .navbar-brand h1 {
        margin: 0 0 0 140px;
    }

    .navbar-brand {
        width: 120px;
    }
}



@media (max-width:600px) {
    .navbar-brand h1 {

        font-size: 26px;

    }
}

@media (max-width:480px) {}

@media (max-width:430px) {

    .navbar-brand,
    .navbar-brand:hover,
    .navbar-brand:focus {
        width: 90px;  
    }
    .navbar-brand h1 {
        margin: 0 0 0 96px;
        width: 24px;
    }
}

@media (max-width:414px) {}