@charset "utf-8";
/* CSS Document */

/* Report @import url(../standard/portal/front/modeles.css); */
/* Report @import url(../standard/portal/front/style.css); */
/* Report @import url(../syracuse/syracuse.css); */
/* Desactived @import url(front.css); */
/* Report @import url(polices.css); */

@font-face {
    font-family: 'emly-font';
    src:
        url('fonts/emly-font.ttf?n59foy') format('truetype'),
        url('fonts/emly-font.woff?n59foy') format('woff'),
        url('fonts/emly-font.svg?n59foy#emly-font') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


[class^="icon-"],
[class*=" icon-"] {
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* #nav-rich-menu li:nth-child(9) .dropdown {
   left: 0  !important;
}
 */

/*  JULIETTE  */
/*Résumé (ContentDescription)*/
.resume-show-more {
    display: none;
}

.btn-show-more:after {
    content: " \f078";
    font-family: 'Font Awesome 5 Free';
    color: #586BD3;
    font-weight: 600;
}

.btn-show-less:after {
    content: " \f077";
    font-family: 'Font Awesome 5 Free';
    color: #586BD3;
    font-weight: 600;
}

/*Thésaurus et sujets*/
#thezo-and-subject {
    flex-wrap: nowrap;
    margin-top: 3em;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
}

#thezo-and-subject h3 {
    color: #000;
    margin-bottom: 20px;
}

#thezo-and-subject .text-container {
    position: relative;
    width: 48%
}

#thezo-and-subject .btn-show-more,
#thezo-and-subject .btn-show-less {
    position: absolute;
    top: 0;
    right: 15px;
    color: #636363;
    font-family: 'Noto Serif';

}

#resume-btn-show-more {
    color: #636363;
    margin: 12px 0 0 0;
    display: block;
}

#thezo-container {
    padding-right: 10px;
}

#subject-container {
    padding-left: 10px;
}

.hide-content {
    overflow: hidden;
    max-height: 5em;
}

.show-content {
    height: auto;
}

.grid-show-more {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    justify-content: start;
}

.grid-item-show-more {
    background: #fff;
    border: 1px solid #586BD3;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.grid-item-show-more a {
    color: #586BD3;
    text-decoration: none !important;
}

.grid-item-show-more:hover {
    background: #586BD3;
    cursor: pointer;
}

.grid-item-show-more:hover a {
    color: #fff !important;
}

.text-container {
    width: 50%;
    float: left;
    min-height: 70px;
}

.text-container+.text-container {
    float: right;
}

.vertical-line {
    width: 1px;
    background: #C9C9C9;
    display: block;
    position: relative;
}


/* Facette ABCDaire horizontale */
.Initial_exact li>a {
    text-align: center;
    background-color: transparent !important;
    border: solid 1px #586BD3;
    color: #586BD3 !important;
    padding: 3px 0 !important;
    width: 40px !important;
}

.Initial_exact li>a:hover {
    color: #fff !important;
    background-color: #586BD3 !important;
}

.Initial_exact .horizontal-facet-count {
    display: none;
}




.btn-account,
.btn-account:hover,
.btn-account i,
.btn-account:hover i,
.all-link-connexe .btn-default,
.all-link-connexe .btn-default:hover,
.link-connexe::before,
.link-connexe:hover::before,
#ermes_main_menu li.LEVEL1,
#ermes_main_menu li.LEVEL1:hover a,
#ermes_main_menu li.LEVEL1>a,
#ermes_main_menu li.LEVEL1 a:hover,
#nav-rich-menu li a,
#nav-rich-menu li:hover a,
#nav-rich-menu a:hover,
.nav-tabs>li>a,
.nav-tabs>li>a:hover,
#scenario-selection,
#scenario-selection:hover,
#submit-search:hover span,
#submit-search span,
#globalAdvancedSearchLink,
#globalAdvancedSearchLink:hover,
.navbar-brand h1,
.navbar-brand:hover h1,
.btn-default,
.btn-default:hover,
.btn-primary,
.btn-primary:hover,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.facet-controls>a,
.facet-controls>button,
.facet-controls>a:hover,
.facet-controls>button:hover {
    transition: all 0.35s;
}


/* Scroll bar */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
}

/*** Variables ***/

:root {
    --main-bg-color: brown;
}

/***************/

/* Metrics : 
1rem = 10px
1.5rem = 15px
102.4rem = 1024px
*/

html {
    scroll-behavior: smooth;
}

body {
    /*background: #F6F6F6;*/
    background: #fff url(images/bg_emly.jpg) no-repeat center top;
    background-size: 100% 60%;
    color: #000;
    font-weight: 400;
}

body,
td,
pre {
    font-size: 1.4rem;
}

body,
h2,
h3,
h4,
h5,
h6,
td,
pre,
.panel-front>.x-panel-header span {
    font-family: 'Poppins';
    font-weight: 400;
}

a {
    cursor: pointer;
    color: #E2001A;
    font-weight: 400;
}

p {
    color: #1A1A1A;
    font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    font-family: 'Poppins';
}

h3 {

    color: #E2001A;
    font-size: 18px;
}

/*SPACING*/

.padding-30 {
    padding: 3rem !important;
}

.padding-20 {
    padding: 2rem !important;
}

.padding-10 {
    padding: 1rem !important;
}

.margin-bottom-30 {
    margin-bottom: 3rem;
}

.margin-top-30 {
    margin-top: 3rem;
}

.margin-20 {
    margin: 2rem !important;
}

.margin-top-20 {
    margin-top: 2rem !important;
}

.margin-bottom-20 {
    margin-bottom: 2rem !important;
}

.margin-40 {
    margin: 4rem !important;
}

.margin-top-40 {
    margin-top: 4rem !important;
}

.margin-bottom-40 {
    margin-bottom: 4rem !important;
}

.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/***********Header***********/

header {
    background: transparent;
    position: relative;
}

h1,
h2,
h3,
h4,
h5 {}

/*****************Menu*****************/


@media (min-width: 768px) {
    #search-panel {
        background: transparent;
        display: none;
    }

    #menu-panel .panel-body {
        position: unset;
        margin-top: 0;
        padding: 0;
        width: 96%;
        max-width: 100%;
        /* background: yellow; */
    }
}



#menu-panel {
    border: none;
}

/*****************Logo*****************/

.navbar-header {}

.navbar-inverse {
    min-height: 0;
    display: inline-block;
    background: transparent;
    float: left;
    /*     width: 100%;
    max-width: 100%; */
}

.navbar-container.container {
    padding-left: 27%;
    width: auto;
}

.navbar-brand {
    width: 267px;
    height: 76px;
    background: transparent url(images/logo.png) no-repeat left center;
    background-size: contain;
}

.navbar-brand h1 {

    display: none;
}

#share_social {}

/*****************Ariane*****************/

#ariane {
    font-size: 12px;
    color: #002749;
    padding: 0;
    display: inline-block;
    font-weight: 600;
    display: none;
}

#ariane .actif {
    color: #002749;
    font-weight: 400;
}

#ariane a {
    color: #002749;
}

/*****************Search*****************/

#search-panel>.container {
    background: transparent;
}

#search-panel {
    background: transparent;
    padding: 0;
    margin: 0;
}

#globalScenarioMobile {
    background: #fff;
    color: #1D1862;
    margin: 4px 0 0 0;
    overflow: hidden;
    border-radius: 6px;
}

#globalScenarioMobile>li>a {
    color: #1D1862;
    font-weight: 500;
}

#globalScenarioMobile .active,
#globalScenarioMobile .active:hover,
#globalScenarioMobile .active:focus {
    color: #EA1D75;
    background: #fff;
}

#globalScenarioMobile>li>a:hover,
#globalScenarioMobile>li>a:focus {
    color: #EA1D75;
    background: #fff;
}

#globalAdvancedSearchLink {
    color: #002749;
    font-size: 12px;
    padding: 0 6px;
    display: none !important;
}

#globalAdvancedSearchLink:hover {
    text-decoration: underline;
}

.tt-suggestion.tt-cursor {
    background: #999999;
}

#textfield,
.clean-text-field {
    color: #000;
    background: none !important;
    border: none !important;
}

.clean-text-field {
    padding: 0;
}

.clean-text-field {
    color: #000;
}

.clean-text-field {
    border-left: none !important;
    border-right: none !important;
    color: #E2001A;
}

.site-btn a,
.site-btn a:hover,
.site-btn a:focus {
    color: #000000;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu>.active>a:focus {
    background: #9ea3a7;
}

.site-btn a,
.site-btn a:hover,
.site-btn a:focus {
    color: #221060;
    text-transform: none;
}

.site-btn .caret {
    border-top: 4px solid #626262;
}

#scenario-selection {
    font-size: 18px;
    padding-left: 20px;
    text-transform: none;
}

#scenario-selection #scenario-selected-label {
    /*display: none;*/
}

#submit-search {
    width: 50px;
    border-radius: 0;
    font-size: 24px;
    padding: 0 8px 0 8px;
}

#submit-search .icon-search:before,
.sticky-search .icon-search:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.9rem;
}

#textfield {
    font-size: 14px;
    border-radius: 0;
    padding: 0 6px 0 0 !important;
}

.tt-hint,
#textfield,
.clean-text-field {
    height: 50px;
    line-height: 100%;
    padding: 0;
    background: #eee !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.tt-hint {
    font-size: 14px !important;
    letter-spacing: 0;
    border: none;
}

#scenario-selection,
#submit-search {
    line-height: 48px;
    height: 50px;
}

.twitter-typeahead {
    background-color: transparent;
}

.connectBox {
    background: #333333;
}

#identite_utilisateur {
    color: #000;
    font-size: 14px;
    font-style: normal;
    background: transparent;
    position: absolute;
    left: 0;
    top: 7px;
    padding: 2px 10px;
}

#nav_connexe {
    position: relative;
    padding: 0;
    float: none;
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
    margin-top: 16px;
    display: flex !important;
    justify-content: right;
    align-items: center;
    flex-direction: row-reverse;
}



.all-link-connexe {
    text-transform: uppercase;
    position: relative;
    float: left;
    margin: 0 14px 0 0;
}

.all-link-connexe .link-connexe:before {
    float: left;
    /*color: #4E3F7F;*/
    display: none;
}

.link-connexe a:before {
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    /*color: #4E3F7F;*/
    font-size: 18px
}

.link-connexe.fa-user a:before {
    content: "\f007";
}

.link-connexe.fa-bell a:before {
    content: "\f0f3";
}

.link-connexe.fa-home a:before {
    content: "\f015";
}

.link-connexe.fa-users a:before {
    content: "\f0c0";
}

.link-connexe.fa-address-book a:before {
    content: "\f2b9";
}

.link-connexe.fa-question a:before {
    content: "\f128";
}

.link-connexe.fa-hubspot a:before {
    content: "\f3b2";
    font-family: "Font Awesome 5 Brands";
}

.link-connexe {
    display: inline-block;
    line-height: 80px;
}

.site-btn {
    margin: 0;
    color: #fff;
    z-index: 24;
    display: none;
}

#nav_connexe .btn-default {
    border: none;
    color: #1A1A1A;
    text-transform: none;
    font-size: 16px;
    padding: 0 8px;
    margin: 2px 0;
    background: transparent;
}

#nav_connexe .btn-default:hover,
#nav_connexe .btn-default:active,
#nav_connexe .btn-default:focus {
    text-decoration: none;
    color: #E2001A
}

#nav_connexe .btn-default span {}

#langue-btn {

    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    float: right;

}

#langue-btn>a {

    padding: 4px 6px;
}

#langue-btn .dropdown-menu .active>a,
#langue-btn .dropdown-menu .active>a:hover,
#langue-btn .dropdown-menu>.active>a:focus {}

#langue-btn .x-flag {
    display: none;
}

#langue-btn a {
    font-size: 12px;
}

#langue-btn .dropdown-menu a {
    padding: 3px 5px;
}

#langue-btn .pipe-separators a {
    color: #1A1A1A;
    font-weight: 700;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #636363;
    padding: 0 14px 0 0;
}

#langue-btn .pipe-separators a:hover {
    color: #E2001A;
}

#langue-btn .pipe-separators a.active {
    color: #E2001A;
    display: none;
}

ul.pipe-separators li::after {
    color: #fff;
    display: none;
}

#langue-btn .dropdown-menu {
    right: 0;
    left: auto;
}

/*****************Social*****************/

main {
    position: relative;
    margin: 0;
    padding: 0;
}

#share_social {
    position: fixed;
    left: 0;
    top: calc(50% - 150px);
    right: auto;
    display: none !important;
}

div.social-network ul li a {
    margin: 0 0 6px 0;
    color: #fff;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

div.social-network ul li a.twitter {
    background-color: #071f32;
}

div.social-network ul li a.facebook {
    background-color: #071f32;
}

div.social-network ul li a.gplus {
    background-color: #071f32;
}

div.social-network ul li a.tumblr {
    background-color: #071f32;
}

div.social-network ul li a.pinterest {
    background-color: #071f32;
}

#share_social ul li a:hover {
    color: #fff;
    background: #071f32;
    text-decoration: none;
}

/*****************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;
}

#portal .btn {
    white-space: normal;
}

.criteres_tri .btn {
    text-transform: none;
}

span.labelSelect.sort,
span.labelSelect {
    max-width: 100%;
}

/*********Default***********/

.btn-default {
    background-color: transparent;
    border-color: #586BD3;
    color: #586BD3;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.6rem 1.6rem;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #586BD3;
    border-color: #586BD3;
    color: #fff;
}

.btn-primary {
    background-color: #9F9F9F;
    border-color: #9F9F9F;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    padding: 0.6rem 1.6rem;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #B1B0B0;
    border-color: #B1B0B0;
    color: #fff;
}

#search-panel .btn-default {
    background-color: #E2001A;
    border-color: #E2001A;
    color: #fff;
}

#search-panel .btn-default:hover,
#search-panel .btn-default:focus,
#search-panel .btn-default:active,
#search-panel .btn-default.active,
#search-panel .open .dropdown-toggle.btn-default {
    background-color: #E2001A;
    border-color: #E2001A;
    color: #fff;
}

/*****************Content*****************/
/* JD 20/02/2023 - unification des pictos */
#panel-selection-detail .actions .icon-basket-empty:before {
    content: "\e902";
    font-family: 'emly-font';
}

#panel-selection-detail .actions {
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
    margin-top: 10px;
}

#panel-selection-detail .actions .dropdown-menu.pull-right li {
    color: #586BD3;
    font-size: 12px;
    width: 100%;
}

#panel-selection-detail .actions .dropdown-menu.pull-right li:hover {
    background-color: #E2E2E2;
    color: #333333;
}

#panel-selection-detail .actions .search-icon-container--icon {
    color: #586BD3;
    margin: 0;

}

#panel-selection-detail .actions .search-icon-container--icon:hover {
    color: #464646;
}

.panel-front,
.panel-selection {
    position: relative;
    /*     background: #fff; */
    background: none;
    padding: 0;

}

.panel>.panel-heading h2,
.panel-title,
.panel-front>.x-panel-header {
    text-transform: none;
}

.panel-front>h2,
.panel-heading>h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
}

.panel-front>.x-panel-header span,
h2 {
    color: #E2001A;
    font-weight: 500;
}

div#page>div.container {
    /*max-width: 100%;
    width: 100%;
    padding: 0;
    float: left*/
    max-width: 100%;
    width: 96%;
    padding-top: 30px;
}

.layout_fluid100 div#page>div.container {
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 0;
    float: left
}



/**********************************/

.rsDefaultInv .rsArrow {
    height: 100%;
    width: 46px;
    padding: 0;
    /*background: rgba(232,233,233,0.4);*/
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: rgba(255, 255, 255, 0.8);
    left: auto;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background: rgba(255, 255, 255, 0.8);
    right: auto;
}

.rsDefaultInv .rsArrowIcn {
    background: transparent;
    width: 100%;
    height: 40px;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    border-radius: 0;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    content: "\e903";
    font-family: "icomoon";
    font-size: 28px;
    color: #333;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e902";
    font-family: "icomoon";
    font-size: 28px;
    color: #333;
}

/****************/

.bs-bullets .rsNavSelected .btn {
    background: #E2001A;
    border-color: #E2001A;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.bs-bullets .btn,
.bs-bullets .btn:hover,
.bs-bullets .btn:active {
    border-color: #dadadb;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
    background: #dadadb;
}

/* Themes */

/*******Pages themes***********/

#portal .frame {
    margin: 0 0 30px 0 !important;
}

/*********Th�me 1**********/

/*********Th�me 1**********/

.theme_1 {
    position: relative;
}

.theme_1 .panel-front,
.theme_1 .panel-selection {
    padding: 40px 0;
    background: transparent url(images/bg_portal.jpg) no-repeat center top;
    box-shadow: none;
    background-size: cover;
    margin: 0;
}

#portal .theme_1 .panel-body {
    padding: 0;
}

.theme_1 .panel-heading h2 {
    display: none;
}

#portal .theme_1.frame {
    margin: 0 !important;
}

.theme_1 .carousel_3 .slider_container {
    background: transparent;
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.theme_1 .slider_thumb {
    height: 100%;
    width: 50%;
    position: relative;
    float: right;
}

.theme_1 .carousel_3 p,
.theme_1 .carousel_3 h3,
.theme_1 .carousel_3 a {
    color: #fff;
}

.theme_1 .carousel_3 h3 {
    text-transform: none;
    font-size: 4.5rem;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'dax';
}

.theme_1 .carousel_3 .sub_cont {
    background: transparent;
    margin: 0;
    padding: 0;
}

.theme_1 .carousel_3 a {
    border: none;
    padding: 1rem 2rem;
    border-radius: 10rem;
    background: #225989;
    margin: 20px 0 0 0;
}

.theme_1 .carousel_3 p {
    color: #fff;
    padding: 0;
}

.theme_1 .bs-bullets .rsNavSelected .btn {
    background: #faa419;
    border-color: #faa419;
    border-radius: 50%;
}

.theme_1 .bs-bullets .btn,
.theme_1 .bs-bullets .btn:hover,
.theme_1 .bs-bullets .btn:active {
    border-radius: 50%;
    border-color: #e6e6e6;
    background: #e6e6e6;
}

.theme_1 .rsDefaultInv .rsBullets {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: inline-block;
}

.theme_1 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after,
.theme_1 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

.slider_thumb img {
    width: auto
}

.carousel_3 .slider_container {
    width: 64%;
    height: 100%;
    background: rgba(229, 49, 51, 0.90);
}

.carousel_3 h3 {
    color: #fff;
    font-weight: 500;
    text-transform: none;
}

.carousel_3 p,
.carousel_3 h3,
.carousel_3 h2 {
    color: #fff;
}

.carousel_3 h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin: 18px 0;
}

.theme_1 .webframe-blog-post-view div.webframe-ermes-lastviewedresources-item,
.theme_1 .webframe-blog-post-view div.webframe-ermes-openfindselection-item {
    background-color: transparent;
    padding: 0;
}

.theme_1 .rs-blogPost {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 15px;
}

.theme_1 .blog-post-title a {
    text-transform: none;
    font-size: 4.5rem;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'dax';
    color: #fff;
}

.theme_1 .rs-blogPost .notice_corps {
    float: left;
    width: 50%;
}

.theme_1 .rs-blogPost .block_thumb {
    width: 45%;
    float: right;
}

.theme_1 .rs-blogPost .block_thumb img {
    -webkit-mask-image: url(images/mask.svg);
    mask-image: url(images/mask.svg);
    height: 458px;
    width: 413px;
    object-fit: cover;
}

.theme_1 .blog-post-resume a {
    display: block;
}

.theme_1 .blog-post-resume a span {
    border: none;
    padding: 1rem 2rem;
    border-radius: 10rem;
    background: #225989;
    margin: 20px 0 0 0;
    display: inline-block;
    color: #fff;
}

.theme_1 p {
    color: #fff;
}

.theme_1 .blog-post-info {
    display: none;
}

.theme_1 .rs-railsWithCaption {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.theme_1 .rs-railsWithCaption .rsDefaultInv .rsBullets {
    position: relative;
    bottom: auto;
    right: auto;
}

.theme_1 .rs-railsWithCaption .blog-post-category {
    background: #faa419;
    padding: 2px 6px;
    text-decoration: none;
    display: none;
}

.theme_1 .rs-railsWithCaption .rsDefaultInv .rsGCaption {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 20px 0 0;
    margin: 0 !important;
    background: transparent;
}

.theme_1 .rs-railsWithCaption .rsVisibleNearbyWrap {
    width: 50% !important;
    height: 100% !important;
    position: relative !important;
    float: right;
}

.theme_1 .rs-railsWithCaption .rsOverflow {
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
}

.theme_1 .rs-railsWithCaption .rsSlide .ermes-thumb {
    margin: 0 auto !important;
    -webkit-mask-image: url(images/mask.svg);
    mask-image: url(images/mask.svg);
    height: 458px !important;
    width: 413px !important;
    object-fit: cover;
    float: none !important;
}

.theme_1 .rs-railsWithCaption .royalSlider {
    height: 458px !important;
}

.theme_1 .rs-railsWithCaption h3.template-title {
    text-transform: none;
    font-size: 4.5rem;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'dax';
    color: #fff;
}

.theme_1 .rs-railsWithCaption .rsCaption p>a {
    border: none;
    padding: 1rem 2rem;
    border-radius: 10rem;
    background: #225989;
    margin: 20px 0 0 0;
    display: inline-block;
    color: #fff;
}

.theme_1 .rs-railsWithCaption .rsCaption h3+p {
    display: none;
}

.theme_1 .rs-railsWithCaption .rsDefaultInv .rsArrow {
    opacity: 1 !important;
}

.theme_1 .rs-railsWithCaption .rsContent {
    text-align: center;
}

.theme_1 .rs-railsWithCaption .toggleAutoPlayBtn {
    display: none;
}

/*********Th�me 2**********/

/***************/

.theme_2 {
    position: relative;
}

.theme_2 .panel-front,
.theme_2 .panel-selection {
    background: #221060;
}

#portal .theme_2.frame {}

.theme_2 .panel-heading {}

.theme_2 .panel-heading>h2 {
    display: none;
}

.theme_2 p,
.theme_2 h1,
.theme_2 h2,
.theme_2 h3,
.theme_2 h4,
.theme_2 h5,
.theme_2 a,
.theme_2 div {
    color: #fff;
}

#portal .theme_2 .panel-body {
    padding-top: 0;
}

/*** theme gris ***/

.theme-gris {
    background-color: inherit;
    box-shadow: none;
}

/*********Th�me 3**********/

.theme_3 {
    position: relative;
}

.theme_3 .panel-front,
.theme_3 .panel-selection {
    background: #EA1D75;
}

#portal .theme_theme_32.frame {}

.theme_3 .panel-heading {}

.theme_3 .panel-heading>h2 {
    display: none;
}

.theme_3 p,
.theme_3 h1,
.theme_3 h2,
.theme_3 h3,
.theme_3 h4,
.theme_3 h5,
.theme_3 a,
.theme_3 div {
    color: #fff;
}

#portal .theme_3 .panel-body {
    padding-top: 0;
}

/*********Th�me 4**********/

.theme_4 {
    position: relative;
}

.theme_4 .panel-front,
.theme_4 .panel-selection {
    padding: 40px 0;
    background: #a0bd33;
    margin: 0;
}

#portal .theme_4.frame {
    margin: 0 !important;
}

.theme_4 .panel-heading>h2 {
    display: none;
}

#portal .theme_4 .panel-body {
    padding: 0;
}

.theme_4 .bs-bullets .rsNavSelected .btn {
    background: #1398A6;
    border-color: #1398A6;
}

.theme_4 .btn-default {
    background-color: #221060;
    border-color: #221060;
    color: #fff;
    display: none;
}

.theme_4 p,
.theme_4 h1,
.theme_4 h2,
.theme_4 h3,
.theme_4 h4,
.theme_4 h5,
.theme_4 a {
    color: #fff;
}

.theme_4 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after,
.theme_4 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    color: #fff;
}

.theme_4 div.webframe-ermes-lastviewedresources-item,
.theme_4 div.webframe-ermes-openfindselection-item {
    background-color: transparent;
    padding: 0;
}

.theme_4 .rs-blogPost {
    max-width: 1100px;
    margin: 0 auto;
}

.theme_4 .blog-post-info {
    display: none;
}

.theme_4 .blog-post-resume a {
    display: block;
}

.theme_4 .blog-post-resume a span {
    border: none;
    padding: 1rem 2rem;
    border-radius: 10rem;
    background: transparent;
    border: 1px solid #fff;
    margin: 20px 0 0 0;
    display: inline-block;
    color: #fff;
}

.clients_wlc p {
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 2.2rem;
    font-family: 'loraitalic';
    margin: 0;
}

.theme_4 .blog-post-title a {
    text-transform: none;
    font-size: 4.5rem;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'dax';
    color: #fff;
}

.clients_wlc p::before {
    content: url(images/quote-01.svg);
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 100%;
    width: 52px;
    margin: 0 16px 0 0;
}

.clients_wlc p::after {
    content: url(images/quote-02.svg);
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 100%;
    width: 52px;
    float: right;
    margin: 0 0 0 16px;
}

.theme_4 .rs-railsWithCaption {
    max-width: 1100px;
    margin: 0 auto;
}

.theme_4 .rsDefaultInv .rsGCaption {
    background: transparent;
}

.theme_4 .rs-railsWithCaption .rsDefaultInv .rsArrow {
    opacity: 1 !important;
}

.theme_4 .rs-railsWithCaption h3.template-title {
    text-transform: none;
    font-size: 3.5rem;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'dax';
    color: #fff;
}

.theme_4 .rs-railsWithCaption .rsCaption p span,
.theme_4 .rs-railsWithCaption .rsCaption h3+p {
    display: none;
}

.theme_4 .rs-railsWithCaption .rsCaption {
    max-width: 70%;
    margin: 0 auto;
}

.theme_4 .rs-railsWithCaption .rsContainer img {
    -webkit-clip-path: polygon(17% 0, 87% 16%, 100% 100%, 0% 100%);
    clip-path: polygon(17% 0, 87% 16%, 100% 100%, 0% 100%);
}

.theme_4 .rs-railsWithCaption .rsContainer a img::after {
    position: absolute;
    display: block;
    background: #000;
    content: " ";
    height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.frame .carousel_2 img::after {
    position: absolute;
    display: block;
    background: #000;
    content: " ";
    height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.decouvrir .carousel_3 .slider_container {
    width: 50%;
    height: 100%;
    background: rgba(0, 39, 73, 0.8);
    text-align: right;
}

.decouvrir .carousel_3 h3 {
    color: #fff;
    font-weight: 200;
    font-size: 88px;
    font-size: 5.8vw;
    display: none;
}

.decouvrir .carousel_3 .slider_sub_container {
    text-align: center;
    width: 100%;
}

.decouvrir .btn {
    margin: 3rem 0 0 0;
}

.decouvrir .carousel_3 .slider_content {
    padding: 0 10rem;
}

.decouvrir .slider_thumb {
    max-height: 100vh;
}

.frame .decouvrir img {
    width: 100%;
}

.frame .decouvrir .syr_wh {
    max-width: 322px;
}

#benifice {
    position: absolute;
    left: 0;
    top: -80px;
}

/*********Th�me 5**********/

.theme_5 {
    position: relative;
}

.theme_5 .panel-front,
.theme_5 .panel-selection {
    padding: 22px 0;
    background: transparent url(images/bg_breadcrumb_produit.jpg) center top;
    margin: 0;
    background-size: cover;
}

.theme_5 .panel-heading>h2 {
    display: none;
}

#portal .theme_5.frame {
    margin: 0 !important;
}

#portal .theme_5 .panel-body {
    padding: 0;
}

.theme_5 .selection-description {
    background: #221060;
    border: none;
    color: #fff;
}

.theme_5 .bs-bullets .rsNavSelected .btn {
    background: #221060;
    border-color: #221060;
}

.theme_5 .bs-bullets .btn,
.theme_5 .bs-bullets .btn:hover,
.theme_5 .bs-bullets .btn:active {}

.theme_5 .btn-default {
    background-color: #221060;
    border-color: #221060;
    color: #fff;
}

.theme_5 .btn-default:hover,
.theme_5 .btn-default:focus,
.theme_5 .btn-default:active,
.theme_5 .btn-default.active,
.theme_5 .open .dropdown-toggle.btn-default {
    background-color: #221060;
    border-color: #221060;
    color: rgba(255, 255, 255, 0.5);
}

.theme_5 .syr_lg {
    max-width: 300px !important;
}

/*********Th�me 6**********/

.theme_6 {
    position: relative;
    background: transparent;
}

.theme_6 .panel-front,
.theme_6 .panel-selection {
    padding: 0;
}

.theme_6 .panel-heading>h2 {
    display: none;
}

.theme_6 .btn-default {
    background-color: #E2001A;
    border-color: #E2001A;
    color: #fff;
}

.theme_6 .btn-default:hover,
.theme_6 .btn-default:focus,
.theme_6 .btn-default:active {
    background-color: #E2001A;
    border-color: #E2001A;
    color: #fff;
}

#portal .theme_6.frame {
    /*margin: 0 !important;*/
}

#portal .theme_6 .panel-body {
    padding: 0;
}

.actualites_wlc {
    display: flex;
}

.actualites_wlc .block_ct {
    padding: 0;
    flex: 1;
    overflow: hidden;
}

.actualites_wlc .block_ct a>div {
    position: absolute;
    bottom: 36px;
    width: 50%;
    left: calc(50% - 25%);
    text-align: center;
    z-index: 22;
}

.actualites_wlc .block_ct a>div h3,
.actualites_wlc .block_ct a>div p {
    color: #fff;
}

.actualites_wlc .block_ct img {
    object-fit: cover;
    height: 100%;
    max-height: 500px;
    width: 100%;
}

.actualites_wlc .block_ct a img {
    transition: transform .2s;
    /* Animation */
}

.actualites_wlc .block_ct a:hover img {
    transform: scale(1.1);
}

.actualites_wlc .block_ct a>div h3 {
    font-weight: 400;
    font-size: 2.3rem;
}

.actualites_wlc .block_ct a>div p {
    font-size: 1.4rem;
}

/*********Th�me 7**********/

.theme_7 {
    position: relative;
}

.theme_7 .panel-front,
.theme_7 .panel-selection {
    padding: 40px 0;
    background: transparent url(images/bg_intro_produit.png) center top;
    background-size: cover;
    margin: 0;
}

#portal .theme_7.frame {
    margin: 0 !important;
}

.theme_7 .panel-heading>h2 {
    display: none;
}

.theme_7 h3 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    max-width: 70%;
    margin: 70px auto 80px;
}

.produit__intro_menu {
    text-align: center;
    margin-top: 0;
    margin-bottom: 80px;
}

.bandeau-menu-item.link-to-element {
    color: #fff;
    margin: 0 30px;
    font-size: 1.8rem;
    font-weight: 400;
}

.bandeau-menu-item.link-to-element:hover,
.bandeau-menu-item.link-to-element:focus {
    text-decoration: none;
}

.produit_liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.produit_liste a {
    /*flex: 1 0 50%;*/
    margin: 1%;
    flex-basis: 48%;
    padding: 0;
    position: relative;
}

.produit_liste a:after,
.produit_liste a:before {
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #8AD6D8;
    content: '';
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.produit_liste a:before {
    width: 100%;
    height: 5px;
}

.produit_liste a:after {
    width: 5px;
    height: 40px;
}

.produit_liste a:hover:before,
.produit_liste a:focus:before,
.produit_liste a:hover:after,
.produit_liste a:focus:after {
    background: #15ADB0;
}

.produit_liste a:hover,
.produit_liste a:focus {
    text-decoration: none;
}

.box_product {
    height: 100%;
}

.box_subpcdt {
    display: flex;
    height: 100%;
}

.content_bx_pcdt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content_bx_pcdt>div {
    /*flex: 1;
    flex-basis: 100%;*/
}

.produit_liste .prlst_svg {
    max-width: 98px;
}

.title_module {
    color: #15adb0;
    font-size: 3.4rem;
}

.title_module h3 {
    color: #15adb0;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 2.8rem;
}

/* Ancre */

#module {
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    top: -80px;
}

/** Encart sans titre sans marges **/

.theme_8 {
    position: relative;
}

#portal .theme_8.frame {
    margin: 0;
}

.theme_8 .panel-front,
.theme_8 .panel-selection {
    background: #fff;
    padding: 40px 0;
    margin: 0;
}

#portal .theme_8.frame {
    margin: 0 !important;
}

.theme_8 .panel-heading>h2 {
    display: none;
}

#portal .theme_8 .panel-body {
    padding-top: 0;
}

/** Encarts liserés **/
.frame.encart-filet-gris-bas {
    border-bottom: 1px solid #636363;
}

.frame.encart-filet-gris-haut {
    border-top: 1px solid #636363;
}

.frame.encart-filet-gris-haut-bas {
    border-bottom: 1px solid #636363;
    border-top: 1px solid #636363;
}

.margetext {
    padding-left: 20px;
    padding-right: 20px;
}

/* benefice */

.benefice {
    position: relative;
}

#portal .benefice.frame {
    margin: 0;
}

.benefice .panel-front,
.benefice .panel-selection {
    margin: 0;
    background: #2ce2e6 no-repeat center center url(images/bg_produit_benefice.jpg);
    background-size: cover;
    padding: 80px 0;
}

#portal .benefice.frame {
    margin: 0 !important;
}

.benefice .panel-heading>h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.4;
}

.benefice .panel-heading>h2:before {
    content: "\f560";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 3.4rem;
    position: relative;
    display: block;
}

#portal .benefice .panel-body {
    padding-top: 0;
}

#benefices {
    position: absolute;
    top: -80px;
    left: 0;
}

.bloc-besoin {
    text-align: center;
    max-width: 700px;
}

.title-article {
    font-size: 2.4rem;
    color: #fff;
    margin: 0 0 2rem 0;
    font-weight: 600;
}

.description-article {
    color: #fff;
}

.benefice .bs-bullets .rsNavSelected .btn {
    background: #faa419;
    border-color: #faa419;
}

.benefice .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    color: #fff;
}

.benefice .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

/* Centred content with background 100 */

.centred_content_whitebg {
    position: relative;
}

#portal .centred_content_whitebg.frame {
    margin: 0;
}

.centred_content_whitebg .panel-front,
.centred_content_whitebg .panel-selection {
    margin: 0;
    background: #fff;
    padding: 40px 0;
}

.centred_content_whitebg>.panel-heading,
.centred_content_whitebg>.panel-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

#portal .centred_content_whitebg.frame {
    margin: 0 !important;
}

.centred_content_whitebg .panel-heading>h2 {}

#portal .centred_content_whitebg .panel-body {}

.panel-front.Ermes-SiteMap {}

.panel-front.Ermes-SiteMap .list-group-item {
    background-color: transparent;
    border: none;
}

.Ermes-SiteMap h3 {
    display: none;
}

.Ermes-SiteMap .panel-heading>h2 {
    font-size: 5rem;
    font-weight: 800;
    text-transform: uppercase;
    display: none;
}

.Ermes-SiteMap .list-group-item li .root-menu {
    font-size: 2rem;
    margin: 22px 0 5px 0;
    display: block;
    color: #15adb0;
}

.Ermes-SiteMap div.list-group-item ul.list-group {
    box-shadow: none;
}

.Ermes-SiteMap .list-inline a:hover {}

#portal .panel-body {
    padding-top: 0px;
}

/* 1100px no title */

.centred_content_whitebg_notitle {
    position: relative;
}

#portal .centred_content_whitebg_notitle.frame {
    margin: 0;
}

.centred_content_whitebg_notitle .panel-front,
.centred_content_whitebg_notitle .panel-selection {
    margin: 0;
    background: #fff;
    padding: 40px 0;
}

.centred_content_whitebg_notitle>.panel-heading,
.centred_content_whitebg_notitle>.panel-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

#portal .centred_content_whitebg_notitle.frame {
    margin: 0 !important;
}

.centred_content_whitebg_notitle .panel-heading>h2 {
    display: none;
}

/*********Th�me 9**********/

.theme_9 {
    position: relative;
    background: #65b243;
}

.theme_9 .panel-front,
.theme_9 .panel-selection {}

.theme_9 .panel-heading>h2 {
    color: #fff;
}

.capture_style_home .rs-staticList li {
    width: 29.3333333% !important;
    float: left !important;
    margin: 0 6% 42px 0 !important;
}

.theme_9 .rs-staticList li:nth-child(3n+3) {
    margin-right: 0;
}

.theme_9 .rs-staticList li {
    width: 30%;
    float: left;
    margin: 0 5% 4% 0;
}

.theme_9 .rs-staticList .vignette_document {
    width: 100%;
    text-align: center;
    height: 240px;
    margin: 0px;
}

.theme_9 .rs-staticList .notice_corps {
    padding-top: 240px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    width: 90%;
    position: relative;
}

.theme_9 .rs-staticList .vignette_document img {
    width: 90%;
    max-height: 240px;
    vertical-align: middle;
}

.theme_9 .rs-staticList .webframe-ermes-lastviewedresources-item {
    border: none;
    height: 430px;
    padding: 10px 0px;
    overflow: hidden;
    background: #fff;
}

.theme_9 .template-resume {
    display: none;
}

.theme_9 .webframe-ermes-lastviewedresources-item:hover {
    background-color: #51a22d;
}

.theme_9 .webframe-ermes-lastviewedresources-item:hover .notice_corps h3,
.theme_9 .webframe-ermes-lastviewedresources-item:hover .notice_corps a,
.theme_9 .webframe-ermes-lastviewedresources-item:hover .notice_corps p.template-info {
    color: #fff;
    text-decoration: none;
}

.theme_9 .webframe-ermes-lastviewedresources-item .notice_corps h3 {
    margin-top: 8px;
    color: #000;
}

.theme_9 p.template-info {
    color: #000;
}

.theme_9 .btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #65b243;
}

.theme_9 .btn-default:hover,
.btn-default:focus,
.theme_9 .btn-default:active,
.theme_9 .btn-default.active,
.theme_9 .open .dropdown-toggle.btn-default {
    background-color: #51a22d;
    border-color: #51a22d;
    color: #fff;
}

.theme_9 .bs-bullets .rsNavSelected button {
    background: #fff;
    border-color: #fff;
    border-radius: 0;
}

.theme_9 .bs-bullets button,
.theme_9 .bs-bullets button:focus,
.theme_9 .bs-bullets button:active,
.theme_9 .bs-bullets button:hover {
    border-color: #fff;
    border-radius: 0;
}

.theme_9 .event-wrapper span,
.theme_9 .event-wrapper a,
.theme_9 .event-wrapper p {
    color: #fff !important;
}

.theme_9 .rsDefaultInv .rsGCaption *,
.theme_9 .rs-railsWithCaption .rsGCaption span {
    color: #fff;
}

.theme_9 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after,
.theme_9 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

.theme_9 a,
.theme_9 p,
.theme_9 h3,
.theme_9 h4,
.theme_9 h2,
.theme_9 h5 {
    color: #fff;
}

.theme_9 .webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body,
.theme_9 .webframe-ermes-lastcomments small {
    color: #fff;
}

/*********Th�me 10**********/

.theme_10 {
    position: relative;
    background: transparent;
}

.theme_10 .panel-front,
.theme_10 .panel-selection {
    background: #221060;
    margin: 0;
    padding: 40px 0;
}

#portal .theme_10.frame {
    margin: 0 !important;
    padding: 0;
}

.theme_10 .panel-front>.panel-heading {
    max-width: 1100px;
    margin: 0 auto;
}

.theme_10 .panel-front>.panel-body {
    max-width: 1100px;
    margin: 0 auto;
}

.theme_10 .panel-heading>h2 {
    color: #fff;
    text-align: center;
}

.theme_10 .sdi-service-subscription {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.theme_10 p,
.theme_10 span,
.theme_10 a,
.theme_10 .sdi-service-subscription .glyphicon {
    color: #fff
}

.theme_10 .sdi-service-subscription p {
    color: #fff;
}

.theme_10 .btn-primary {
    background-color: #FAA419;
    border-color: #FAA419;
}

.theme_10 .btn-primary:hover,
.theme_10 .btn-primary:focus,
.theme_10 .btn-primary:active,
.theme_10 .btn-primary.active,
.theme_10 .open .dropdown-toggle.btn-primary {
    background-color: #FAA419;
    border-color: #FAA419;
}

/*******theme 20********/

.theme_20 {
    position: relative;
}

#portal .theme_20.frame {
    margin: -30px 0 0 0 !important;
}

.theme_20 .panel-front,
.theme_20 .panel-selection {
    background: transparent;
    padding: 0;
    margin: 0;
}

.theme_20 .panel-heading>h2 {
    display: none;
}

#portal .theme_20 .panel-body {
    padding-top: 0;
}

.theme_20 .slider_sub_container {
    width: 100%;
}

.theme_20 .slider_container .container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    float: none;
    padding: 0;
}

.theme_20 .carrousel-5 {
    float: left;
    position: relative;
    width: 100%;
}

.theme_20 .rsDefaultInv .rsBullets {
    background: transparent;
    position: absolute;
    bottom: 5px;
}

.theme_20 .bs-bullets .rsNavSelected .btn {
    background: #221060;
    border-color: #221060;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.theme_20 .bs-bullets .btn,
.theme_20 .bs-bullets .btn:hover,
.theme_20 .bs-bullets .btn:active {
    background: #dadadb;
    border-color: #dadadb;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.theme_20 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn,
.theme_20 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: transparent;
    right: auto;
    vertical-align: middle;
    border-radius: 0;
    height: 117px;
}

.theme_20 .rsDefaultInv .rsArrow {
    height: 100%;
    width: 60px;
    padding: 0;
}

.theme_20 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e902";
    font-family: "icomoon";
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_20 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    content: "\e903";
    font-family: "icomoon";
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_20 .carousel_3 .slider_container {
    width: 100%;
    height: 100%;
    background: transparent;
}

.theme_20 .carousel_3 h2 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    font-family: "roboto_slabbold";
}

.theme_20 .carousel_3 h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 14px 0 0 0;
}

.theme_20 .sub_cont {
    width: auto;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    display: inline-block;
}

.theme_20 .carousel_3 h2 a,
.theme_20 .carousel_3 h3 a {
    color: #fff;
}

.theme_20 .carousel_3 h2 a:hover,
.theme_20 .carousel_3 h3 a:hover {
    text-decoration: underline;
}

.theme_20 .btn-default {
    background-color: #221060;
    color: #fff;
    margin: 12px 0 0 0;
    float: left;
    border-color: #221060;
}

.theme_20 .btn-default:hover,
.theme_20 .btn-default:focus,
.theme_20 .btn-default:active,
.theme_20 .btn-default.active,
.theme_20 .open .dropdown-toggle.btn-default {
    background-color: #221060;
    border-color: #221060;
    color: #fff;
}

.theme_20 .rsSlide .ermes-thumb {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;
}

.theme_20 img {
    width: 100%;
}

.theme_20 .carousel_acceuil {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.theme_20 .carousel_acceuil p {
    color: #fff;
}

.theme_20 .carousel_acceuil h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.theme_20 .carousel_acceuil h2 span {
    font-family: "Lato-Bold";
    color: #fff;
    font-size: 25px;
    display: block;
}

.theme_20 .container {
    position: relative;
    padding: 50px 28px;
}

.theme_20 .thumb_content {
    position: absolute;
}

.theme_20 .content_cars {
    background: transparent;
    padding: 0;
    width: 60%;
}

.footer_zn {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.btn_more .btn-default {
    position: absolute;
    left: 42%;
    bottom: 68px;
}

/***************/

.theme_26 {
    position: relative;
}

#portal .theme_26.frame {
    margin: 0 !important;
}

.theme_26 .panel-front,
.theme_26 .panel-selection {
    margin: 0;
    padding: 0;
}

.theme_26 .panel-heading>h2 {
    display: none;
}

#portal .theme_26 .panel-body {
    padding-top: 0;
}

.theme_26 .rsDefaultInv .rsBullets {
    background: transparent;
}

.theme_26 .bs-bullets .rsNavSelected .btn {
    background: #221060;
    border-color: #221060;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.theme_26 .bs-bullets .btn,
.theme_26 .bs-bullets .btn:hover,
.theme_26 .bs-bullets .btn:active {
    border-color: #fff;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
    background: #fff;
}

.theme_26 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn,
.theme_26 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: transparent;
    right: auto;
    vertical-align: middle;
    border-radius: 0;
    height: 117px;
}

.theme_26 .rsDefaultInv .rsArrow {
    height: 100%;
    width: 60px;
    padding: 0;
}

.theme_26 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e902";
    font-family: "icomoon";
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_26 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    content: "\e903";
    font-family: "icomoon";
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_26 .rsDefaultInv .rsGCaption {
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.9);
}

.theme_26 .panel-heading>h2 {
    color: #fff;
}

/***************/

.theme_22 .panel-heading>h2 {
    /*font-size: 38px;
    text-align: center;
    width: 100%;
    font-weight: 900;
    padding: 19px 0;*/
}

.theme_22 div.webframe-ermes-lastviewedresources-item,
.theme_22 div.webframe-ermes-openfindselection-item {
    background: #fff;
    padding: 0;
}

.theme_22 .webframe-ermes-lastviewedresources-item-shadow,
.theme_22 .webframe-ermes-openfindselection-item-shadow {
    display: none;
}

.theme_22 .rs-staticList li .webframe-ermes-lastviewedresources-item>a {
    display: inline-block;
    width: 50%;
    float: left;
    max-height: 350px;
    overflow: hidden;
}

.theme_22 .rs-staticList li img {
    background-image: none;
    width: auto !important;
}

.theme_22 .rs-staticList .notice_corps {
    width: 50%;
    float: right;
    background: #ffe7d1;
    padding: 20px;
    border-right: 3px solid #e26241;
}

.theme_22 .vignette_document {
    float: right;
    width: 100%;
    margin: 0;
}

.theme_22 .vignette_document:after {
    content: "";
    position: absolute;
    right: 0;
    top: 29px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid #e26241;
    border-top: 15px solid transparent;
    border-bottom: 20px solid transparent;
}

#portal .theme_22 .panel-body {}

.theme_22 .panel-body>div:nth-child(3) {}

.theme_22 .event-wrapper {
    padding-left: 34px;
    /*margin: 30px;*/
}

.theme_22 .rs-staticList li:nth-child(odd) .webframe-ermes-lastviewedresources-item>a {
    float: right;
}

.theme_22 .rs-staticList li:nth-child(odd) .vignette_document:after {
    left: 0;
    border-right: 0px solid transparent;
    border-left: 30px solid #e26241;
    border-top: 15px solid transparent;
    border-bottom: 20px solid transparent;
}

.theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item img {
    float: right;
}

.theme_22 .rs-staticList li:nth-child(odd) .webframe-ermes-lastviewedresources-item img {
    float: left;
}

.theme_22 .rs-staticList li:nth-child(even) .notice_corps {
    border-left: 3px solid #e26241;
    border-right: 0;
}

.theme_22 .rs-staticList ul li {
    margin: 0 0 20px 0;
}

.theme_22 .see_all_results {
    float: left;
}

.theme_22 .panel-body h3,
.theme_22 .panel-body h2 {
    /*font-family: "Century", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
    color: #e26241;
    text-transform: none;
    font-weight: 600;
}

.theme_22 .rs-staticList ul {
    display: inline-block;
    width: 100%;
}

.theme_22 p.template-info {
    color: #e26241;
}

.theme_22 .template-resume {
    color: #e26241;
    display: none;
}

.theme_22 .rs-staticList .notice_corps a {
    text-decoration: none;
}

.theme_22 .rs-staticList .notice_corps:hover {
    background: #071f32;
}

.theme_22 .rs-staticList .notice_corps:hover * {
    color: #fff;
}

.theme_22 .rs-staticList .notice_corps {
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
}

/***************/

.theme_23 .panel-front,
.theme_23 .panel-selection {
    padding: 0;
}

.theme_23 .panel-heading>h2 {
    color: #002749;
    padding: 20px;
}

.theme_23 .panel-heading {
    text-align: center;
}

#portal .theme_23 .panel-body {
    padding: 0;
}

/*********Th�me 24**********/

.theme_24 {
    position: relative;
    background: transparent;
}

.theme_24 .panel-front,
.theme_24 .panel-selection {
    background: #002749;
    margin: 0;
}

#portal .theme_24.frame {
    margin: 0 !important;
    background: transparent;
    padding: 0;
}

.theme_24 .panel-heading {
    text-align: center;
}

.theme_24 .panel-heading>h2 {
    color: #fff;
    text-align: center;
    margin: 14px 0 26px 0;
}

.theme_24 .panel-heading>h2:after {
    position: relative;
    display: block;
    background: #221060;
    content: " ";
    height: 2px;
    width: 72px;
    margin: 12px auto 0;
}

.theme_24 .btn-default {
    background-color: #221060;
    border-color: #221060;
}

.theme_24 .btn-default:hover,
.btn-default:focus,
.theme_24 .btn-default:active,
.theme_24 .btn-default.active,
.theme_24 .open .dropdown-toggle.btn-default {
    background-color: #221060;
    border-color: #221060;
}

.theme_24 .panel-body h3,
.theme_24 .panel-body a,
.theme_24 .panel-body p,
.theme_24 .panel-body span {
    color: #fff;
}

.theme_24 .webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body,
.theme_24 .webframe-ermes-lastcomments small {
    color: #fff;
}

.theme_24 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after,
.theme_24 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

.theme_24 .rsSlide .ermes-thumb {
    min-width: 200px !important;
}

/**********************/

.carousel_3 .slider_container {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    display: block;
}

.carousel_3 h3 {
    color: #fff;
    font-weight: normal;
}

.carousel_3 p {
    color: #fff;
}

/* Encart blog */

.encart_blog {
    position: relative;
}

.encart_blog .panel-front,
.encart_blog .panel-selection {
    padding: 40px 0;
    background: transparent url(images/bg_portal.jpg) no-repeat center top;
    box-shadow: none;
    background-size: cover;
    margin: 0;
}

#portal .encart_blog .panel-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.encart_blog .panel-heading h2 {
    display: none;
}

#portal .encart_blog.frame {
    margin: 0 !important;
}

.encart_blog .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after,
.encart_blog .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

.encart_blog .bs-bullets .rsNavSelected .btn {
    background: #faa419;
    border-color: #faa419;
    border-radius: 50%;
}

.blog-header-subscribers,
.blog-header-stats {
    /*display: none;*/
}

.blog-header-subscribe-action .btn-default {
    /*background: transparent;
    border-color: #fff;*/
}

/***************/

.counters_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url("images/content/sl02.jpg") no-repeat center top;
    background-size: cover;
}

.widget-counters .widget-counters-item .widget-counters-inner {
    position: relative;
}

.widget-counters {
    padding: 52px 0;
}

.widget-counters .widget-counters-item {
    color: #ffffff !important;
    min-height: 150px;
    text-align: center;
}

.widget-counters .widget-counters-item .counter-wrap {
    margin: -7px 0 0 0;
}

.widget-counters .counter-wrap {
    font-size: 62px;
    font-weight: 500;
}

.widget-counters .title {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

.widget-counters .widget-counters-item .widget-counters-inner:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    right: 0;
}

.widget-counters .col-sm-4.col-xs-12:last-child .widget-counters-item .widget-counters-inner:after {
    display: none;
}

/*****************Button*****************/

/*****************/

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #221060;
}

.user-name {
    color: #221060;
}

.myaccount-profile .account-label {
    color: #221060;
}

.facetList .badge,
.badge {
    color: #1A1A1A !important;
    padding: 3px 0 !important;
    font-family: 'Noto Serif' !important;
    padding: 0;
    background: none;
    font-size: 14px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-bottom: none;
    color: #000;
    border-radius: 0;
}

.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: #939393;
    font-size: 16px;
    margin: 0;
}

.displaymode-icon-container .active,
.siteRestriction-icon-container .active,
.pageSize-container .active,
.sort-order .active {
    background-color: #9F9F9F;
    color: #fff;
}

.displaymode-icon-container.desktop button,
.siteRestriction-icon-container.desktop button,
.sort-order button {
    background-color: #B2B2B2;
    color: #fff;
}

.btn-group.pageSize-container.open .dropdown-menu>li>a.active {
    background: #9F9F9F;
}

/* Surcharge r�gle bootstrap */

.displaymode-icon-container a.active:hover,
.siteRestriction-icon-container a.active:hover,
.pageSize-container a.active:hover,
.sort-order a.active:hover {
    background-color: #9F9F9F;
    color: #fff;
}

#multi_selection_simple .bouton_detail,
#multi_selection .bouton_detail {
    color: #E2001A;
}

.vignette_document .icon-new {
    background-color: #E2001A;
    box-shadow: none;
}

h3.category_header {
    background-color: #586BD3;
    color: #fff;
    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: #617AE5;
    color: #fff;
    font-weight: normal;
}

.taille_page {
    right: auto;
    position: relative;
    float: right;
    margin: 0;
}

.pagination button.page_link {
    border-bottom: 5px solid #B5B5B5;
}

.pagination button.btn-link-like {
    color: #939393;
}

.pagination-container {
    flex: 1 0 auto;
}

.template-title {
    font-weight: 600 !important;
    font-size: 18px;
    color: #1A1A1A;
    text-transform: none;
    line-height: 1.6;
}

p.template-info {
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
    font-family: 'Noto Serif';
}

.mobile-navigation,
.mobile-navigation .btn.precedent,
.mobile-navigation .btn.suivant {
    background-color: #586BD3;
}

.mobile-navigation>.btn-group,
.mobile-navigation .btn {
    background: #586BD3;
}

.template-resume {
    line-height: 100%;
    font-size: 14px;
}

.webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body,
.webframe-ermes-lastcomments small {
    color: #000;
}

.holdings-displaymode a,
#ermes-myaccount .myaccount-has-late-loans {
    font-weight: normal;
}

.criteres_tri .site-restriction {
    margin-left: 0;
    padding: 5px 0 0 0;
}

#facet_container .panel-heading {
    padding: 0 0 10px 0;
}

#resultats .notice_courte p {
    margin: 10px 0;
}

#resultats .notice_courte p.template-resume {

    font-family: 'Noto Serif';
    line-height: 1.2;
}

/* On masque l'épingle lorsqu'un utilisateur consulte ses favoris */
#resultats .panier .select>button.btnAddToBasket {
    display: none;
}

#resultats .select>a,
#resultats .select>button,
.more-actions-mobile button,
.more-actions button,
.more-actions a {
    color: #586BD3;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

#resultats .select>a:hover,
#resultats .select>button:hover,
#detail-notice .more-actions .more-actions-dropdown-menu:hover,
.more-actions button:hover,
.more-actions a:hover {
    color: #464646;
}


/*****************/

.panel-title {
    font-size: 2rem;
    line-height: 100%;
}

#facet_container.accordion h3.panel-title {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 27px;
}

.facet-controls>a,
.facet-controls>button {
    color: #979797;
    text-transform: uppercase;
    background: transparent;
    font-size: 14px;
    padding: 10px;
}

.facet-search-term {
    border-radius: 6px;
}

/*****************/

#notice_longue_description>p {
    font-size: 14px;
    color: #000;
    font-family: 'Noto Serif' !important;
}

#notice_longue_description .item-publisher,
#notice_longue_description .item-author {
    margin: 0;
    color: #9A9A9A;
}

#notice_longue_description .item-h3 {
    margin: 20px 0;
}

/*********/

#resultats>ul>li {
    background-color: #fff;
    border: none;
    margin-bottom: 14px;
}

#resultats>ul>li:nth-child(odd) {
    background-color: #F8F8F8;

}

#resultats .notice_courte .notice_metadata {
    display: none !important;
}

#resultats .notice_corps:not(.media-compact) {
    padding: 20px;
    width: 65%;

    /*padding: 20px 25% 20px 20px;*/
}

.item-compact .media-compact .row>div.col-xs-12.col-sm-8 {
    border-right: 1px solid #C9C9C9;
}

.compact-link a:hover *,
.compact-link a:focus * {
    color: #586BD3;
}

#resultats .notice_corps::after {
    /*content: '';
	display: block;
	position: absolute;
	width: 1px;
	background: #C9C9C9;
	right: 360px;
	top: 10px;
	bottom: 10px;*/
}

#resultats .select {
    background: none;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex !important;
    align-items: center;
    column-gap: 10px;
    padding: 0 10px;
    align-items: center;
    justify-content: flex-end;
    z-index: 10;
    width: auto;
}

#resultats .select>button,
#resultats .select>a {
    font-size: 16px;
}

#resultats .select>a:hover {
    color: #464646;
}


#resultats .select input[type="checkbox"] {
    margin: 0;
}

.jstree-proton .jstree-anchor {

    padding: 0 4px 0 22px !important;
}

#resultats>ul>li.on {
    background-color: #F8F8F8;
}

#resultats h3.template-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.label-facet .btn-action {
    opacity: 1;
    color: #fff;
    border: none;
    background: #586BD3 !important;
    border-radius: 30px;
}

.select-all {
    background-color: #B2B2B2;
}

.panel-front.panel-search-container {
    background: transparent;
    padding: 0;
    box-shadow: none;
}




#resultats_recherche .panel-search-container {
    background: transparent;
    padding: 0 20px;
}

#facet_container>.panel-group {
    background: transparent;
    padding: 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}

#criteres_recherche,
.navigation-page,
.intro,
#description_resultats_pendingActiveClients {
    padding: 0;
    margin: 0;
}

#criteres_recherche {
    background: #fff;
    /* padding: 10px 0; */
}

#resultats_recherche .panel-heading {
    padding: 30px 0;
}

.more-actions {
    margin-top: 0;

}

.search-icon-container {
    position: initial !important;
    /*
    right: 20px;
    top: 45px;
*/
}

.panel-default>.panel-heading {
    background-color: transparent;
}

#resultats_recherche .facetList.nav-pills>li>a {
    /*background-color: #fff;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 0;
    color: #fff !important;
    margin: 4px 6px;
    padding: 4px 8px;
    font-size: 1.5rem;
    font-weight: 300;*/
}

.criteres_tri {
    background-color: #fff;
}


#facet_container .icon-resize-small:before {
    content: "\f106";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    color: #586BD3;
    margin: 0;
}

#facet_container .icon-resize-full:before {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    color: #586BD3;
    margin: 0;
}



.criteres_tri label.label-tri {
    color: #636363;
}

#resultats_recherche .panel-body {
    padding: 20px;
    background: transparent;
    border-radius: 6px;
}

#options_document .panel-body,
#options_resultat .panel-body {
    padding: 0;
}

#options_resultat .panel-heading>h2,
#resultats_recherche .panel-heading>h2 {
    color: #000;
}

.search-icon-container .search-icon-container--icon {
    color: #000;
}

/* Update 18/08/2020 */

/* #resultats_detail h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 2.5rem 0;
} */
#resultats_detail h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1A1A1A;
}

#resultats_recherche .panel-heading h2 {
    display: none;
}

#criteres_recherche>p {
    display: none;
}

#criteres_recherche .label-facet:first-child {
    display: block;
}

#criteres_recherche .label-facet:first-child .btn-action {
    color: #e2001a;
    border: none;
    background: none !important;
    border-radius: 0;
    font-size: 40px;
    font-weight: 500;
}

#criteres_recherche .label-facet:nth-child(2) {
    clear: both;
}

.search-icon-container .search-icon-container--icon {
    color: #586BD3;
}

.select-all {
    background: none;
}

.btn-dark {
    background-color: #fff;
    border-color: #586BD3;
    color: #586BD3;
    border-radius: 5px;
}

.btn-dark:hover {
    background-color: #586BD3;
    border-color: #586BD3;
    color: #fff;
}

.btn-action {
    background-color: #fff;
    border-color: #586BD3;
    color: #586BD3;
    border-radius: 5px;
}

.btn-action:hover {
    background-color: #586BD3;
    border-color: #586BD3;
    color: #fff;
}

.navigation .displaymode-icon-container.desktop button,
.navigation .siteRestriction-icon-container.desktop button,
.navigation .sort-order button {
    background-color: #fff;
    border-color: #586BD3;
    color: #586BD3;
    border-radius: 50px;
    padding-left: 12px;
}

#resultats_recherche .facetList.nav-pills>li>a {
    background-color: #586BD3;
    color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
}



.additional-infos {
    color: #939393;
}

.taille_page .additional-infos {

    margin: 0 0 0 10px;
}

.pagination button.page_link {
    border-bottom: none;
}

.criteres_tri {
    margin: 8px 0;
}



.indicator .label-holding {
    color: #E2001A;
    font-size: 18px;
    font-family: 'Poppins';
    display: block;
    font-weight: 600;
    padding-left: 4px;
}

.statut,
.statut-disabled,
.statut-primaryDoc {
    background: none;
}


.statut {
    z-index: 1;
    right: 40px;
    position: absolute;
    top: 0;
    padding: 0;
    height: 100%;
}

/* .statut::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	background: #C9C9C9;
	left: 0;
	top: 10px;
	bottom: 10px;
} */
.statut>div:not(#modeDisplayVignet .statut>div) {
    position: relative;
    height: 80%;
    border-left: 1px solid #C9C9C9;
    display: flex;
    justify-content: center;
    align-items: center;
    /* JD - 37/01/2023 - t23-00459 */
    width: 100%;
}

.statut .indicator {

    position: relative;
    /*height: 0;
    top: 50%;
    margin-top: -10%;*/
}

.obtain-document-link-vignet.available,
.obtain-document-link-vignet.exposition,
.obtain-document-link-vignet.holding.is-available {

    border-radius: 0;
}

#document_actions {
    box-shadow: none;
}

#document_actions .btn-info {
    background-color: #fff;
    border-color: #586BD3;
    color: #586BD3;
    border-radius: 5px;
    white-space: normal;
}

#document_actions .btn-info:hover {
    background-color: #586BD3;
    border-color: #586BD3;
    color: #fff;
}

.detail-icon-container a>span,
.detail-icon-container button>span {
    color: #586bd3;
}

ul.notes-echelle li span {
    color: #ECC14B;
}

#modeDisplayVignet .statut {
    right: 0;
    position: relative;
    top: 0;
    padding: 0;
    height: auto;
    vertical-align: middle;
}

#modeDisplayVignet .statut::before {
    content: none;
}

#modeDisplayVignet .statut>div {
    height: auto;
    width: 100%;
}

#modeDisplayVignet .statut .indicator {
    height: auto;
    position: relative;
    top: 0;
    margin-top: 0;
}

#modeDisplayVignet {
    display: flex;
    background: #fff;

    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}

#modeDisplayVignet .notice_container {
    padding: 20px;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

#modeDisplayVignet .vignet {
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 12px;
    background: #fff;
    -moz-border-radius: 0;
    border: 1px solid #C9C9C9;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%
}

#modeDisplayVignet .vignette_document {
    height: 100%;

}

#modeDisplayVignet .thumbnail-wrapper {
    /* height: 342px; */
    height: 100%;
}

#modeDisplayVignet .vignette_document img {
    /*object-fit: cover;
    display: block;
    height: 100%;
    object-position: top;*/
    object-fit: contain;
    display: block;
    height: 100%;
    object-position: top;
    background-image: none !important;
}

#modeDisplayVignet .notice.notice_courte,
#modeDisplayVignet .statut,
#modeDisplayVignet .statut-disabled {
    background-color: transparent;

}

#modeDisplayVignet .noStatus,
#modeDisplayVignet .statut,
#modeDisplayVignet .obtain-document-link-vignet {
    padding: 0;
    position: absolute;

    bottom: 0;

    border-radius: 0;
    left: 0;
    height: 5px;
    top: auto;
}

.btn-info {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    color: #586BD3;
}

.btn-info:hover {
    background-color: #586BD3;
    border-color: #586BD3;
    color: #fff;
}

.metadata-access .btn-default {
    color: #586BD3;
}

.metadata-access i {
    font-size: 16px;
    color: #586BD3;
    opacity: 1;
}

.media-compact .icon-basket-putoff,
.media-compact .icon-basket-puton {
    font-size: 18px;
    line-height: 0;
    color: #586BD3;
}

/* ==================  DETAIL  ====================== */
#notice_longue .vignette_document img.ermes-thumb {
    /*max-width: 160px;*/
    object-fit: contain;
    height: 284px !important;
    width: 195px !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

#resultats_detail .panel-heading {
    background: #4E3F7F;
}

#resultats_detail .panel-heading h3 {
    color: #fff;
}

#detail-notice .available.indicator {
    text-align: center;
}

/*****************Footer*****************/

footer {
    background: #F4F4F4;
    color: #1A1A1A;
    font-size: 14px;
    clear: both;
    margin: 70px 0 0 0;
}

footer .container .col-md-12 {
    float: left;
    width: 100%;
}

footer .container {
    margin: 0px auto;
    padding: 26px 0;
    width: 100%;
    max-width: 94%;
}

footer a,
footer a:hover,
footer a:focus,
footer [class^="icon-"],
footer [class*=" icon-"] {
    color: #1A1A1A;
}

footer .container ul li,
.label-ermes {
    color: #1A1A1A;
}

footer div.footer-mobile [class^="icon-"],
footer.footer-mobile [class*=" icon-"] {
    color: #1A1A1A;
}

footer h3 {
    color: #1A1A1A;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

footer p {
    color: #1A1A1A;
}

footer a {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
}

footer a:hover,
footer a:focus {
    color: #E2001A;
    text-decoration: none;
}

footer .logo_ft {

    margin: 0;

}

footer .logo_ft img {
    max-width: 100%;
}


footer a.mailto {
    color: #1A1A1A;
    font-weight: 800;
    font-size: 16px;
}

footer .social_media {
    text-align: left;
}

footer .social_media .fab {
    font-size: 32px;
}

footer .social_media ul li {
    display: inline-block;
    margin: 0 6px;
}

div.product-infos {
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Serif';
}

div.product-infos span {
    color: #636363;
}

div.product-infos,
div.product-infos a {
    color: #636363;
}

footer .adrs {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}

/* facebook */

footer .social_media li a:before {
    content: '\f39e';
    font-family: 'Font Awesome 5 Brands';
    font-weight: 500;
    font-size: 3rem;
}

/* Viadeo */

footer .social_media li:nth-child(4) a:before {
    content: '\f0e1';
}

/* google */

/*
footer .social_media li:nth-child(3) a:before {
    content: '\f0d5';
}
*/

/* twitter */

footer .social_media li:nth-child(3) a:before {
    content: '\f099';
}

/* Linkedin */

footer .social_media li:nth-child(2) a:before {
    content: '\f0e1';
}

footer .social_media li a span {
    display: none;
}

footer .cond_ml {
    display: inline-block;
    margin: 24px 0 0 0;
    text-align: center;
    width: 100%;
}

footer .cond_ml li {
    display: inline-block;
    margin: 0 8px 0 0;
}

footer .cond_ml li a {
    font-size: 1.2rem;
}

footer .pqc {
    text-align: right;
    padding: 10px 0;
}

footer .pqc li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.bottom_footer {
    background: #E2001A;
    font-family: 'Noto Serif';
}

.bottom_footer .coyrights {
    color: #fff;
    text-align: left;
    width: 40%;

}

.bottom_footer .menu_ft {
    width: 60%;

    text-align: right;
}

.bottom_footer .menu_ft li a {
    color: #fff;
}

.bottom_footer .menu_ft ul li {
    display: inline;
    margin: 0 4px;
}

.top_footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}

.top_footer .logo_contact {
    width: 15%;
}

.menu_footer_classic {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    width: 45%;
}

.plantations {
    width: 31%;
    background: #fff;
    margin: -64px 0 0 0;
    padding: 30px;
    border: 1px solid #EFECEA;
}

.plantations h3 {
    color: #636363;
}

.plantations .more_infos {
    float: left;
    margin: 8px 0 0 0;
}

.plantations .tab-detail {
    padding-left: 40px;
    display: inline-block;
}

.plantations .tab-detail:nth-child(odd) {
    clear: both;
}

.plantations .tab-detail p {
    font-size: 14px;
    font-family: 'Noto Serif';
}

.plantations .nav-tabs>li>a {
    text-transform: initial
}

.tab-detail::before {
    position: absolute;
    left: 0;
    top: 10px;
}

.tab-detail-1::before {
    content: url(images/icon-time.svg);
}

.tab-detail-2::before {
    content: url(images/icon-map.svg);
}

.tab-detail-3::before {
    content: url(images/icon-phone.svg);
}

.mnfooter_1 ul li a {

    font-family: 'Noto Serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.menu_footer_classic .mnfooter_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #CFCFCF;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.menu_footer_classic .mnfooter_1 ul {
    width: 25%;
    padding: 0 10px;
}

.bottom_footer .container {
    display: flex;
    justify-content: space-between;
}

.menu_footer_classic .mnfooter_2 ul {
    width: 25%;
    float: left;
}

.contact_ft,
.contact_ft .btn {
    width: 100%;
}


.contact_ft .btn,
.action_nt_bottom a {
    background: #fff;
    border: 1px solid #586BD3;
    border-radius: 5px;
    margin: 20px 0 0 0;
    color: #586BD3;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    text-align: center;
}

.contact_ft .btn:hover,
.action_nt_bottom a:hover {
    background: #586BD3;
    border: 1px solid #586BD3;
    text-decoration: none;
    color: #fff;

}

.action_nt_bottom a span::before {
    content: '\e909';
    font-family: 'emly-font';
    margin: 0 8px 0 0;
    font-size: 20px;
    vertical-align: middle;
}

#footer {
    position: relative;
}

.haut_btn {
    position: absolute;
    right: 30px;
    top: -25px;
    z-index: 1;
}

.haut_btn a {
    display: block;
    background: #E2001A;
    text-indent: unset;
    text-decoration: none;
    height: 80px;
    width: 80px;
}

.haut_btn a:before {
    position: absolute;
    content: url(images/btn-haut.svg);
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -12px;
}

.haut_btn span {
    visibility: hidden;
}


.chat_btn {
    position: absolute;
    right: 30px;
    bottom: 95px;
    z-index: 1;
}

.chat_btn a {
    display: block;
    background: url(images/btn-chat.svg) no-repeat;
    text-decoration: none;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(97, 97, 97, 0.5);
    -moz-box-shadow: 0px 0px 15px 3px rgba(97, 97, 97, 0.5);
    box-shadow: 0px 0px 15px 3px rgb(97 97 97 / 50%);
}


/***********/

#mobile-actions .caret {
    border-top: 4px solid #fff;
}

.hamburger-mobile .icon-bar {
    background-color: #fff;
}

#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;
}



#mobile-actions .hamburger-mobile .icon-bar {
    background-color: #000;
}

#mobile-actions .icon-lock:before {
    color: #000;
}

#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;
}

#dropChangeCulture .caret {
    border-top: 4px solid #fff;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu>.active>a:focus {
    background: #E2001A;
}

#mobile-actions .caret {
    border-top: 4px solid #000;
}

.hamburger-mobile .icon-bar {
    background-color: #fff;
}

#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: #636363;
}


.lang-dropdown-mobile #dropChangeCulture {
    color: #000;
}

.mailing img {
    float: left;
}

.mailing h2 {
    line-height: 84px;
}

.mailing .btn-default {
    margin: 0 24px;
}

.mailing img {
    margin: 0 20px 0 0;
}

/*************/

.haut_btn {
    /*position: relative;
	overflow: hidden;
	float: right;
	top: auto;
	margin: -50px 0 0 0;*/
}

p.highlight,
p.highlight em {
    color: #51a22d;
}

#scenario-selection .caret {
    border-top-color: #707070;
}

#preselect-facets-link {
    position: relative;
    float: right;
    text-transform: none;
    background: #15adb0 !important;
    border: none;
    color: #fff !important;
    margin: 0;
    font-size: 12px;
    clear: both;
    margin: 10px 0 0;
    border-radius: 0;
    font-weight: 500;
    display: none !important;
}

.plan_map {
    width: 100% !important;
}

.sans_titre .panel-heading>h2 {
    display: none;
}

.metadata-actions-container .metadata-actions .btn {
    background: #fff;
    border-radius: 0;
    color: #586bd3;
    border: none;
}

li.ajouter_selection {
    background-color: #586bd3;
    cursor: pointer;
}

#detail-notice .metadata-actions #dropBasketList {
    /*background: #333;*/
}

.webframe-ermes-commonviewedresources.facet .facetSuggest li:nth-child(odd)>a {
    background-color: #937caf;
    border-color: #937caf;
}

.blog-header-title,
.blog-header-stats {
    color: #8B8B8B;
}

#detail-notice .nav-tabs>li.active>a,
#detail-notice .nav-tabs>li.active>a:hover,
#detail-notice .nav-tabs>li.active>a:focus {
    background-color: #ECECEC;
    border-color: #ECECEC;
    color: #545454;
}

.panel.panel-holding {
    background-color: #ECECEC;
}

.tab-content .dl-horizontal dt {}

.tab-content .dl-horizontal dd {}

#notice_longue_description .dl-horizontal:not(:first-child) {
    margin-top: 0;
}

#notice_longue_description .item-publisher a,
#notice_longue_description .item-author a {
    text-decoration: none !important
}

#detail-primary-abstract .row {
    margin: 0;
}



#detail-notice .tab-content a {}

#resultats div[data-base="SEPIA_RESSOURCE"] .thumbnail-wrapper img {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    min-width: auto !important;
    object-fit: cover;
}



#detail-notice .nav-tabs>li {
    background-color: #9A9A9A;
    border-right: 1px solid #fff;
}

#detail-notice .nav-tabs>li>a {
    color: #fff;
    border-bottom: 4px solid #9A9A9A;
}

#detail-notice .tab-content {
    background-color: #ECECEC;
    padding: 30px;
}

h2.category_header {
    color: #E2001A;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
}

.suggestion_container h3 {
    color: #000;
}




dt {
    font-weight: 600;
}

#menu-more {
    background: transparent;
    border: none;
    margin: 10px 0 20px 0;
    padding: 0;
}

#menu-more ul li {
    display: inline;
    margin: 0 10px 0 0;
}

#menu-more li a {
    color: #fff;
    background: #f2a229;
    padding: 6px 9px;
}

#enrichissements .content_tab {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

#notice_longue h3 {
    font-size: 18px;
    font-weight: 600;
}

.holdings_container_desktop .btn-default {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 100%;
}

/* #notice_longue .item-typedoc {
    background: #E1E1E1;
    color: #545454;
    padding: 6px 12px;
    font-weight: 400;
    margin: 0 0 20px 0;
    display: inline-block;
} */
#notice_longue .item-typedoc {
    background: none;
    color: #545454;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 10px 0;
    display: inline-block;
    font-family: 'Noto Serif';
}

a.rheader-button.rheader-button-search.active {
    background: #221060;
    border-left: 1px solid #221060;
    border-right: 1px solid #221060;
}

.navbar-compact .site-btn {
    position: relative;
    background: transparent;
    width: 100%;
    float: right;
    top: auto;
    text-align: right;
}

.navbar-compact .site-btn ul.dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-compact #dropChangeSite {
    height: auto;
    width: auto;
    background: #221060;
    color: #fff;
    text-align: center;
    border-radius: 0;
    float: right;
    margin: 11px 0 0 0;
    font-size: 12px;
    display: none;
}

.navbar-compact #dropChangeSite .icon-site {
    margin: 0;
    display: inline-block;
}

.navbar-compact #dropChangeSite span {
    display: inline-block;
}

.navbar-compact .site-btn .caret {
    border-top: 4px solid #fff;
}

.navbar-compact .site-btn ul {
    padding: 0;
}

.header-compact .navbar-brand {
    margin: 0 0 0 30px;
}

/**********/

.btn-default .caret,
.btn-account .caret,
.btn-basket .caret {
    border-top-color: #333;
}

#nav_connexe .sr-only.tablink {
    z-index: 9999;
    top: 76px !important;
    left: 0 !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 32px !important;
}

.myaccount-memorysearch .searchBox .btn-group button,
.myaccount-memorysearch .serviceBox .btn-group button {
    margin-right: 0 !important;
}

a.rheader-button.rheader-button-search.active {
    background: transparent;
    border-left: none;
    border-right: none;
    color: #EA1D75;
}



.panel.panel-holding {
    background-color: #fff;
}





.template-resume,
.template-title,
.template-info {
    /*font-family: Segoe UI, tahoma, helvetica, arial, sans-serif;*/
    color: #1C1C1C;
    font-weight: 400;
}

.dropdown-submenu>a:after {
    float: right;
    border-left-color: #221060;
    border-width: 3px 0 3px 3px;
    margin: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #221060;
}

.panel-heading .resize,
#share_social_mobile {
    display: none !important;
}




.tab-content {
    background-color: transparent;
    /*color: #fff;*/
    margin: 0;
}

.nav-tabs>li {
    background-color: transparent;
    border: none;

}

.nav-tabs>li>a {
    color: #7B7B7B;
    border: none;
    border-bottom: 1px solid #E2001A;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: transparent;
    border-color: #fff;
    color: #E2001A;
    border: none;
    border-bottom: 4px solid #E2001A;
}

.nav-tabs>li a:hover {
    background: transparent;
    border: none;
    border-bottom: 4px solid #E2001A;
}

.frame-blogpostinfodisplay .panel-body {
    position: relative;
}

.frame-blogpostinfodisplay .blog-post-date {
    position: absolute;
    background: #FAA339;
    left: 0;
    top: 20px;
    color: #fff;
    padding: 4px 6px;
    font-size: 1.4rem;
    display: none;
}


/* Change the white to any color ;) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.slider_container {
    background: #15adb0;
}

.carousel_2 h3 {
    color: #fff;
    font-size: 4rem;
}

.slider_container p {
    color: #fff;
}

.carousel_2 .slider_container {
    right: 0;
    left: 30%;
    transform: translateX(-30%);
    background: transparent;
    height: 100%;
}

.carousel_2 .slider_thumb {
    max-height: 450px;
}

.frame .carousel_2 img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.carousel_2 .slider_content {
    vertical-align: middle;
    display: table-cell;
}

.frame .carousel_2 img:after {
    position: absolute;
    display: block;
    background: #000;
    content: " ";
    height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.formgroup.category {
    display: none;
}

.lang-dropdown-mobile {
    top: 0;
    z-index: 99;

}

.hamburger-mobile .navbar-toggle {
    margin-top: 0;
}

header .navbar-collapse {
    border: none;
}

.layout_fluid100 #layout-2,
.layout_fluid100 #layout-3 {
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 0 15px;
}

.dropzone {
    min-height: auto;
    border: 2px solid #15ADB0;
    border-radius: 0;
    background: transparent;
}

.dropzone .dz-message {
    margin: 0;
}

.encart_contact h3 {
    color: #15ADB0;
    margin: 24px 0 12px 0;
    display: inline-block;
    width: 100%;
}

.encart_contact.gris .col-lg-9 {
    width: 100%;
}

.gris .panel-front,
.gris .panel-selection {
    /*background: #F1F3F5;*/
    margin: 0;
    padding: 20px !important;
    background: rgb(74, 174, 190);
    background: linear-gradient(90deg, rgba(74, 174, 190, 1) 0%, rgba(39, 77, 127, 1) 100%);
}

.encart_contact.gris input,
.encart_contact.gris textarea,
.encart_contact.gris .formgroup.category>div {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.encart_contact.gris input::placeholder,
.encart_contact.gris textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
}

.encart_contact.gris ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #15ADB0;
    opacity: 1;
    /* Firefox */
}

.encart_contact.gris .dropzone {
    min-height: auto;
    border: 2px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.encart_contact.gris h3 {
    color: #fff;
}

.encart_contact.gris .champCaptcha {
    margin: 0 0 40px 0;
}

.encart_contact.gris .btn-default {
    background-color: #faa419;
    border-color: #faa419;
    color: #fff;
}

.encart_contact.gris .btn-default:hover,
.encart_contact.gris .btn-default:focus,
.encart_contact.gris .btn-default:active,
.encart_contact.gris .btn-default.active,
.encart_contact.gris .open .dropdown-toggle.btn-default {
    background-color: #ed9c1b;
    border-color: #ed9c1b;
    color: #fff;
}

.encart_contact.gris .btn-primary {
    background-color: #faa419;
    border-color: #faa419;
    color: #fff;
}

.encart_contact.gris .btn-primary:hover,
.encart_contact.gris .btn-primary:focus,
.encart_contact.gris .btn-primary:active,
.encart_contact.gris .btn-primary.active,
.encart_contact.gris .open .dropdown-toggle.btn-default {
    background-color: #ed9c1b;
    border-color: #ed9c1b;
    color: #fff;
}

h2.depo {
    color: #fff;
    color: #fff;
    margin: 0 0 26px 0;
}



#admin-actions .btn-group a {
    padding: 2px 10px;
}



#admin-actions .btn-group a i,
#admin-actions .btn-group a span:before {
    font-size: 20px;
}




.agenda_acc {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.thumb_agd img {
    object-fit: cover;
    width: 100%;
    height: 430px !important;
}

.ct_agd {
    position: absolute;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;*/
    background: RGBA(0, 0, 0, 0.5);
    padding: 10px 30px 80px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: flex-end;
    justify-content: left;
    flex-wrap: wrap;
}

.ct_agd h2 {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 600;
}

.ct_agd .date_agd {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    padding: 0;
    margin: 12px 0 0 0;
    flex: 0 0 100%;
}

.cat_agd {
    position: absolute;
    right: 25px;
    top: 25px;
    background: rgba(34, 16, 96, 0.8);
    padding: 4px 6px;
    color: #fff;
}

.img-circle {
    border-radius: 50%;
    object-fit: cover;
    background: transparent !important;
    overflow: hidden;
}

.agenda_flex .agenda_content h3 {
    font-size: 40px;
    text-align: center;
    line-height: 48px;
    margin: 20px 0;
}

.agenda_flex .agenda_content .date {
    margin: 0 0 20px 0;
}

.agenda_flex .agenda_content {
    text-align: center;
}

.agenda_flex .date,
.agenda_flex .description {
    font-family: 'Noto Serif' !important;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.agenda_flex .description {}

.agenda_flex .agenda_content .category_event {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #586BD3;
    border-radius: 30px;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
}

.agenda_flex p {
    color: #000;

}

.agenda_flex b,
.agenda_flex strong {
    font-family: 'Noto Serif';
    font-weight: 600;
}

.panel-body .carousel img {
    display: block;
    margin: 0 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid.fix_img_height img {
    height: 230px
}

.carousel-actualite {
    text-align: center;
}

.carousel-actualite img {
    display: block;
    margin: 0 !important;
    object-fit: cover;
    width: 100%;
    height: 450px !important;
}

.carousel-actualite h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 20px;
}

.saviez-vous {
    position: relative;
    border-bottom: 1px solid #636363;
    padding: 0 0 20px 0;
    position: relative;
}

.more_infos_hidden {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-indent: -9999px;
}

.panel-body .document_type {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #586BD3;
    border-radius: 30px;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
    text-transform: uppercase;
}

.reservation ul {
    margin-bottom: 25px;
}

.reservation ul li {
    margin: 20px 0 0 0;
}

.reservation ul li:first-child {
    margin: 0
}

.reservation ul li a {
    font-size: 18px;
    color: #1A1A1A;
    padding: 0 0 0 15px;
    display: block;
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.reservation ul li a:hover {


    text-decoration: none;

}

.reservation ul li a span {


    display: inline-block;
    padding: 20px 11px 20px 0;
    width: 75%;


}

.reservation ul li a span.icon_res {
    background: #E2001A;
    width: 25%;
    text-align: center;
    color: #fff;
    background-size: 40px !important;
}

.reservation ul li.chercher a span.icon_res {
    background: #E2001A url('images/chercher.svg') no-repeat center center;
}

.reservation ul li.reserver a span.icon_res {
    background: #E2001A url('images/reserver.svg') no-repeat center center;
}

.reservation ul li.consulter a span.icon_res {
    background: #E2001A url('images/consulter.svg') no-repeat center center;
}

.reservation ul li:first-child a {
    border-top: 1px solid #CFCFCF;
}

.saviez-vous .sv_ctt h3 {
    margin: 20px 0 0 0;
    line-height: 31px;
    color: #1A1A1A;
}

.saviez-vous.billet_blog .sv_ctt h4 {
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    margin: 20px 0 0 0;
}

.saviez-vous.billet_blog .sv_ctt {
    padding-left: 0;
}

.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #C4C4C4 !important;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot.active {
    background: #303C42 !important;
}

.owl-nav button span {
    font-size: 70px;
    color: #586BD3;
    line-height: 60px;
}

.owl-nav button.owl-next {
    float: right;
}

.agenda_emly .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
}

.agenda_emly .owl-nav button span {
    display: none;
}

.agenda_emly .owl-nav .owl-next::before {
    content: "\f054" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: #586BD3 !important;
    line-height: 42px !important;
    font-size: 22px;
}

.agenda_emly .owl-nav .owl-prev::before {
    content: "\f053" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: #586BD3 !important;
    line-height: 42px !important;
    font-size: 22px;
}

.plus_selections ul {
    text-align: center;
}

.plus_selections ul li {
    display: inline-block;
    margin: 8px 2px;
}

.plus_selections ul li a {
    background: #fff;
    border: 1px solid #586BD3;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #586BD3;
}

.plus_selections ul li a:hover {
    background: #586BD3;
    border: 1px solid #586BD3;
    text-decoration: none;
    color: #fff;
}

.sv_thumb {
    position: relative;
    height: 230px
}

.vid_button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 48px;
    width: 48px;
    background: #E2001A;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.vid_button a {

    color: #fff;
    display: block;
    width: 100%;
    height: 100%;

}

.right_news .sv_ctt {
    padding: 0 0 0 100px;
}

.right_news .sv_ctt h3 {
    margin: 0;

    color: #1A1A1A;
    margin: 0 0 14px 0;
}

.right_news .sv_ctt .date_start {
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 30px;
    margin: 4px 0 0 0;
}

.right_news .document_type {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #586BD3;
    border-radius: 30px;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
}

.right_news ul li {
    margin: 0 0 30px 0;
}

.right_news ul li {
    position: relative;
    border-bottom: 1px solid #CFCFCF;
    padding: 0 0 20px 0;
}

.right_news .sv_thumb {
    display: none;
}

.right_news ul li:first-child .sv_thumb {
    display: block;
}

.right_news .location_news {
    color: #E2001A
}

.right_news .location_news {
    display: flex;
    flex-direction: column;
    font-family: 'Noto Serif';
}

.right_news .location_news i {
    color: #E2001A
}

.right_news .location_news i {
    display: none;
}

.right_news .location_news span {
    padding: 8px 0 4px 26px;
    background-size: 18px !important;
    margin: 4px 0;
    color: #1A1A1A;

}

.right_news .location_news span:nth-child(1) {
    background: transparent url(images/clock_emly-01.svg) no-repeat left center;
}

.right_news .location_news span:nth-child(2) {
    background: transparent url(images/map_emly-01.svg) no-repeat left center;
}

.more_infos,
.see_all_results {
    color: #636363 !important;
    font-family: 'Noto Serif';
    font-size: 14px;
    font-weight: 400;
    float: right;
    background-color: transparent !important;
    border: none;
    text-transform: none;
}

.more_infos::after,
.see_all_results::after {

    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #586BD3;
    margin: 0 0 0 6px;


}

.render-velocityRenderMode_EMLYACTUS .see_all_results {
    display: none;
}

.velocityRenderMode_EMLYDA .owl-carousel.owl-drag .owl-item,
.render-velocityRenderMode_EMLYDAP .owl-carousel.owl-drag .owl-item {
    padding: 20px;
    border: 1px solid #C9C9C9;
    background: #fff;
}

.velocityRenderMode_EMLYDA .owl-carousel.owl-drag .owl-item>div,
.render-velocityRenderMode_EMLYDAP .owl-carousel.owl-drag .owl-item>div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.velocityRenderMode_EMLYDA .owl-stage-outer,
.render-velocityRenderMode_EMLYDAP .owl-stage-outer {}

#owl-eda,
#owl-dap {
    width: 70%
}

#owl-eda:before,
#owl-dap:before {
    content: ' "Lorem Ipsum is simply dummy text of the printing" ';
    width: 30%;
    position: absolute;
    padding: 30px;
    right: -30%;
    font-family: 'Noto Serif';
    color: #7B7B7B;
    font-size: 40px;
    line-height: 50px;
    display: none;

}


.owl_thumb_ct .type_doc,
.owl-item a.more_info {
    display: none;
}

.action_nt_top {
    text-align: right;
    margin: 0 0 10px 0;
    font-size: 20px;
    /*display: none;*/
}

.action_nt_top a {
    color: #586BD3;
}

.action_nt_bottom a {
    width: 100%;
    display: block;

}

.ct_wol_spec .pub_date {
    font-family: 'Noto Serif';
    color: #636363;
    font-size: 14px;
    text-align: left;
}

footer #tabs {
    background: #007b5e;
    color: #eee;
}


footer #tabs .nav-tabs .nav-link {}

footer .tab-content {
    background-color: #fff;
    color: #000000;
    font-size: 14px;
    padding: 20px 0;
}

footer .nav.nav-tabs {

    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid #E2001A;
}

footer .nav-tabs>li a:before {
    content: '';
}



footer .nav.nav-tabs a {
    padding: 5px 12px 5px 12px;
}

footer .nav-tabs>li.active>a,
footer .nav-tabs>li.active>a:hover,
footer .nav-tabs>li>a:hover,
footer .nav-tabs>li>a:focus,
footer .nav-tabs>li.active>a:focus {

    border-bottom: none;
}

footer .nav-tabs>li.active a,
footer .nav-tabs>li:hover,
footer .nav-item.active {
    background: transparent;
    border-bottom: 1px solid #E2001A;
}

footer li.active .nav-link:before {
    content: '';
    width: 100%;
    height: 4px;
    background: red;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.render-velocityRenderMode_EMLYDA .see_all_results,
.render-velocityRenderMode_EMLYDAP .see_all_results {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#owl-eda {
    float: right;
}

#owl-eda:before {




    left: -30%;

    right: auto;
}

#facet_container a {

    font-family: 'Noto Serif';
    color: #1A1A1A;
    font-size: 14px;
    padding: 5px 0px;
}

#options_resultat .facetList.nav-stacked {
    padding: 2px 0 0;
}

.panel-front.panel-search-container .panel-heading {
    padding: 30px 0;
}

.notice_container .statut:not(.compact-statut .statut) {
    width: 30%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    /* JD - 37/01/2023 - t23-00459 */
    position: absolute;
    right: 0;
    top: 0;
}


.modal.search-assistant-modal .search-form .filters-field-label {

    font-weight: normal;

    color: #fff;
}

.modal.search-assistant-modal .search-form .checkbox-label {

    background: #fff !important;
    border: none !important;
    color: #586BD3 !important;
}

.render-velocityRenderMode_EMLYDA .owl_thumb_ct,
.render-velocityRenderMode_EMLYDAP .owl_thumb_ct {

    /*height: 342px !important;*/
    height: auto !important;

}

.render-velocityRenderMode_EMLYDA .owl-carousel .owl-item img,
.render-velocityRenderMode_EMLYDAP .owl-carousel .owl-item img {

    height: 342px !important;
    width: 235px !important;
    max-width: none;
    object-fit: contain !important;
    object-position: top;
    background: #fff !important;

}

.notice_courte .media-body .title.template-title {}

.notice_courte .media-body .template-resume {
    color: #9A9A9A
}

.notice_courte .actions {
    display: none;
}

#thezo-and-subject h3 {
    font-weight: 600;
    font-size: 18px;
}

#notice_longue_description .item-author {
    color: #9A9A9A;
    font-size: 14px;
    margin: 14px 0;
}

#notice_longue_description .item-author a {
    color: #9A9A9A;
}

#resultats_recherche .statut .obtain-document-link {
    border-radius: 6px;
    padding: 4px 0;
    border: 1px solid #586BD3;
    border-radius: 5px;
    margin: 20px 0 0 0;
    color: #586BD3;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    text-align: center;
    white-space: normal;
}

#resultats_recherche .statut .obtain-document-link:hover {

    background: #586BD3;
    border: 1px solid #586BD3;
    text-decoration: none;
    color: #fff;

}

#page.search {
    /*background: #C9C9C9;*/
}

.jstree-wholerow-ul {

    padding: 0;
}

/* Patch KR 20220912 */
.width_100 {
    width: 100% !important;
}

.bold_font {
    font-weight: 600;
}

.noto_font {
    font-family: 'Noto Serif';
}

.center_text {
    text-align: center;
}

.margin_4sides {
    margin: 80px;
}

.red_title {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.page_modele1 .date_selection {
    font-family: 'Poppins';
}

.modele_page_standard a {
    color: #586BD3
}

.citation p {
    color: #E2001A;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.pet_1 #layout-3 {
    border-top: 1px solid #636363;
    padding: 36px 0 0 0 !important;
}

.pet_1 #layout-6 .row {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: stretch;
}

.pet_1 #layout-6 .row>div>div {
    height: 100%;
}

.pet_1 #layout-6 .row>div>div>div {
    height: 100%;
}

.text_list {
    padding: 40px 0 0 0;
}

.text_list ul li {
    margin: 8px 0;
    display: inline-block;
}

.text_list ul li img {
    height: 16px;
    margin: 0 6px 0 0;
}

.text_list ul li a ,.crossbtn {
    color: #636363;
    font-family: 'Noto Serif';
	background-color: transparent;
}

.fixed_height410 {
    height: 410px
}

.fixed_height410 img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.eda_citation .citation {
    font-family: 'Noto Serif';
    text-align: center;
    font-size: 30px;
    width: 80%;
    margin: 20px auto 50px;
}

.color_red {
    color: #E2001A;
}

.emly_liste_puce {
    margin: 0 0 0 20px;
}

.emly_liste_puce.numbers li {
    list-style-type: decimal;
}

.emly_liste_puce li {
    list-style-type: disc;

}

.emly_liste_puce li::marker {}

.emly_liste_puce>li {
    font-style: normal;

    margin: 0 0 10px 0;
}

.emly_liste_puce li ol {
    margin: 6px 0 0 30px;
}

.emly_liste_puce li a,
.emly_liste_puce {}

.emly_liste_puce ol {}

.cms_h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.cms_h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.cms_h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.cms_h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.cms_h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.cms_paragraph {
    font-size: 14px;
    font-family: 'Noto Serif';
    line-height: 22px;
    color: #000000;
}

.couleur_bleu,
.blue_link {
    color: #586BD3 !important
}

.couleur_rouge,
.red_link {
    color: #E2001A !important
}

.typo_notoserif {
    font-family: 'Noto Serif';
}

.no-play .vid_button {
    display: none
}

.owl-carousel .owl-item img {

    background: #fff !important;

}

.owl-carousel .owl-item img {

    background: rgb(255, 255, 255) !important;
    background: linear-gradient(220deg, rgba(255, 255, 255, 1) 0%, rgba(233, 232, 232, 1) 30%) !important;
}

.vignette-compact img.ermes-thumb-size-MEDIUM {

    background-size: 100% !important;
}

.icon-list:before {
    content: "\e907";
    font-family: 'emly-font';
    font-weight: 400;
}

.icon-picture:before {
    content: "\e908";
    font-family: 'emly-font';
    font-weight: 400;
}

.fa-thumbtack:before {
    content: "\e902";
    font-family: 'emly-font';
    font-weight: 400;
}

.icon-download:before {
    content: "\e902";
    font-family: 'emly-font';
    font-weight: 400;
}

.dropdown-menu .icon-list::before {
    font-size: 12px;
    margin: 0 8px 0 0;
    font-weight: 400;
}

.icon-download:before {
    content: '\e90c';
    font-family: 'emly-font';
    font-weight: 400;

}

.icon-link:before {
    content: '\e900';
    font-family: 'emly-font';
    font-weight: 400;
}

.fa-ellipsis-h:before {
    content: '\e90a';
    font-family: 'emly-font';
    font-weight: 400;
	font-size : 4px;
}

#resultats_recherche .search-icon-container .fa-thumbtack:before {
    color: #C0C0C0;
    font-weight: 400;
}

.more-actions {
        display: flex !important;
        column-gap: 10px;
        align-items: center;
        justify-content: center;
		font-size:19px;
    }
	.more-actions-dropdown-menu{
		transform: translate(0px, -4px);
	}
	.more-actions .metadata-actions {
    position: static !important;
}

#page.page-detail {
    /*background: #F4F4F4;*/
    padding: 16px 0 0 0;

}
.more-actions-mobile i.fas.fa-ellipsis-h{
	/*font-size : 8px;*/
}

#resultats_detail .fa-ellipsis-h:before {
   
}

#resultats_recherche .fa-ellipsis-h:before {
    content: "\e90a";
    font-family: 'emly-font';
    color: #586BD3;
    font-weight: 400;
	 font-size: 4px;

}

#resultats_detail .more-actions-dropdown-menu .fa-ellipsis-h {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#resultats_recherche .more-actions-dropdown-menu {
    background: #fff;
    border: none;
    font-size: 5px;
}

#resultats .select>a i {
    vertical-align: middle;
}

#resultats_detail .more-actions-dropdown-menu,
#criteres_recherche .more-actions-dropdown-menu {

    height: 30px;
}

/* .notice_container .select a i::before { */
/* color: #586BD3; */
/* } */

#page.page-detail #nav_connexe {
    margin-top: 0;
}

#detail-notice #detail-primary-abstract .table td {

    border-top: none;
    padding: 0;
    background: none;
}

#detail-notice #document_actions .accessToPrimaryDoc {
    word-break: normal;

    width: 100%;
    display: block;

    color: #fff;
    background: #fff;
    border: 1px solid #586BD3;
    border-radius: 5px;
    margin: 0;
    color: #586BD3;
    text-transform: uppercase;
    padding: 10px;

    text-align: center;
}

#detail-notice #document_actions .accessToPrimaryDoc:hover,
#detail-notice #document_actions .accessToPrimaryDoc:focus {
    background: #586BD3;
    border: 1px solid #586BD3;
    text-decoration: none;
    color: #fff;
}

#detail-notice #document_actions .accessToPrimaryDoc .icon-chevron-right:before {

    content: '\e903';
    font-family: 'emly-font';
    margin: 0 8px 0 0;
    font-size: 18px;
    vertical-align: middle;
}

.holding.is-available,
.indicator.available,
.indicator.exposition {
    border: none;
    color: #529130;
}

.holding.is-available .label-holding,
.indicator.available .label-holding,
.indicator.exposition .label-holding {
    padding: 0 0 0 24px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    background: url(images/green-01.svg) no-repeat left center;
    color: #008C62;
    background-size: 17px;
}

/* no existing */
.indicator.no-existing {
    border: none;
    color: #FE2626;
}

.indicator.no-existing .label-holding {
    background-size: 12px;
    color: #FE2626;
    padding: 0 0 0 24px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    background: url(images/green-01.svg) no-repeat left center;
    color: #008C62;
    background-size: 17px;
}

/* not available */
.indicator.not-available {
    border: none;
    color: #CE0000;
}

.indicator.not-available .label-holding {
    background-size: 12px;
    padding: 0 0 0 24px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    background: url(images/red-01.svg) no-repeat left center;
    color: #CE0000;
    background-size: 17px;
}


/* all-loaned */
.indicator.all-loaned {
    border: none;
    color: #DF7A03;
}

.indicator.all-loaned .label-holding {
    background-size: 12px;
    color: #FE2626;
    padding: 0 0 0 24px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    background: url(images/yellow-01.svg) no-repeat left center;
    color: #DF7A03;
    background-size: 17px;
}





.indicator .icone {
    position: absolute;
    height: 24px;
    width: 24px;
    margin: 0;
}

.statut .indicator {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.criteres_tri .searchList-btn .btn .icon-list {
    margin: 0 6px;
}

#detail-holdings .anonymous-info .btn {
    background-color: #E2001A !important;

    color: #fff !important;
    padding: 6px 20px !important;
    border-radius: 30px !important;
}

/* Popup multi selection */
#multi_selection,
#multi_selection_simple {
    bottom: 90px;
    background: #fff;
    padding: 0;
}

#multi_selection .bouton_detail>i,
#multi_selection_simple .bouton_detail>i {
    margin: 0 6px 0 0;
}

.icon-chevron-right:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 free";

}

.icon-chevron-left:before {
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 free";

}

.pagination .icon-chevron-right:before,
.pagination .icon-chevron-left:before {
    color: #586BD3;
    font-size: 16px;
}


.navigation .navigation-page * {
    font-family: 'Noto Serif' !important;
}

.glyphicon-share-alt:before {

    content: "\f064";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.search-icon-container .search-icon-container--icon:hover {
    color: #00045B;
}

.detail-icon-container .icon-return:before {
    background: url('images/close.svg') no-repeat left center;
    font-weight: 400;
    margin: 0;
    content: "Fermer";
    font-size: 12px;
    padding: 6px 0 6px 28px;
    text-transform: uppercase;
    color: #636363;
    font-family: 'Poppins';
    position: relative;
    display: inline-block;
}

[lang|="en-GB"] .detail-icon-container .icon-return:before {
    content: "Close";
}

.detail-navigation .detail-icon-container #lien {
    position: absolute;
    right: 0;
    top: -126px;
    left: auto;
}

.userdemand-detail-ct .detail-icon-container #lien {
	position: absolute;
    right: 25%;
    top: 0;
    left: auto;
}
.userdemand-list-ct .btn-new-ct > button.btn-new {
    display: none;
}

.detail-icon-container a {

    color: #586BD3;
}

.more-actions-mobile i {
    font-size: 20px;
    color: #586BD3;
}

.detail-icon-container .more-actions-mobile a>i {
    font-size: 18px;
}

.frame.encart-filet {
    padding-top: 15px;
    border-top: 2px solid #8a8a8a;
}

.frame.encart-fond-gris {
    padding-top: 15px;
    background: #f4f4f4;
}

.search-assistant-modal .modal-dialog .modal-content {
    background: url(images/recherche_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 0;
}

.search-assistant-modal .modal-dialog .modal-content .modal-header .close {
    color: #fff;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.search-assistant-modal .modal-dialog .modal-content .modal-header .close::after {
    content: url(images/close.svg);
    position: relative;
    top: auto;
    left: auto;
}

.search-assistant-modal .modal-dialog .modal-content .modal-header .close span+span {
    visibility: hidden;
}

.search-assistant-modal .modal-dialog .modal-content .modal-header .close .editable-label {
    font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins';
    text-transform: uppercase;

}

.search-assistant-modal .modal-dialog .modal-content .modal-body {
    min-height: 660px !important;
    padding: 50px 90px !important;
    background: transparent;
    background-position: 3% 0px;
}

.search-assistant-modal .modal-dialog .modal-content .modal-header {
    min-height: 16.428571429px;
    padding: 5px 5px 0 0;
    text-align: right;
    border-bottom: 0;
    position: absolute;
    right: 80px;
    top: 55px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: row; */
    z-index: 1;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body:before {
    position: relative;
    width: 231px;
    height: 102px;
    content: '';
    display: block;
    background: url(images/logo-recherche.png) no-repeat;
    margin: 0 0 60px 0;
}

.search-assistant-modal .search-assistant-submit .btn-default {
    background-color: #E2001A;
    border-color: #E2001A;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.search-assistant-modal .search-assistant-submit .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .intro-label {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .scenarios-wrapper label {
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    font-weight: normal;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .scenarios-wrapper input[type='radio']:checked+label {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #586BD3 !important;
}

.search-assistant-modal form.search-form .search-field input {
    width: 60% !important;
    height: 75px !important;
    border-bottom: none !important;
}

.search-assistant-modal .text-field {
    color: #fff;
}

.search-assistant-modal .text-field label {
    color: #fff;
}

.search-assistant-modal .memorize-switch-field {
    color: #fff;
}

.search-assistant-add-field button {
    color: #fff;
}

.search-assistant-modal .text-field .icon-plus,
.search-assistant-modal .text-field .icon-minus {
    color: #fff;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .after-search-label {
    color: #fff;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .after-search-label a {
    background: #fff;
    padding: 2px 8px;
    color: #000;
    border-radius: 3px;
    white-space: pre;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .after-search-label a:hover {
    text-decoration: none;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .field-container {
    padding: 5px 0 !important;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .search-assistant-submit,
.search-assistant-modal .modal-dialog .modal-content .modal-body .search-assistant-add-field {
    margin: 20px 0 !important;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .search-assistant-add-field .editable-label:hover {
    text-decoration: none;
    color: #fff;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .panels-wrapper {
    margin-left: 30px;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .panels-wrapper .suggest-panel {
    background: #fff;
    padding: 10px 10px 20px 20px !important;
    margin-right: 20px;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .field-container {
    margin: 0 !important;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .panels-wrapper .suggest-panel .suggest-list li button:hover {
    color: red;
}

.search-assistant-modal form.search-form .search-field button.clear-text-button,
.search-assistant-modal form.search-form .search-field button.search-button {
    border-bottom: 1px solid #fff !important;
    background-color: #fff !important;
}


/*  TRYPTIQUE  */


.encart-tryptique .template-resume {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.panel-search-container .rsVisibleNearbyWrap,
.encart-tryptique .rsVisibleNearbyWrap {
    min-height: 250px;
}

.panel-search-container .rsOverflow,
.encart-tryptique .rsOverflow {
    height: 250px !important;
}

.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.well-sm {
    padding: 10px;
}

p.template-info {
    font-weight: normal;
    color: #000;
}

.panel-search-container .rsDefaultInv .rsBullets,
.encart-tryptique .rsDefaultInv .rsBullets {
    padding-top: 30px;
}


.sv_ctt {
    padding-left: 16px;
}

.right_news .sv_ctt .date_start {
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 30px;
    margin: 4px 0 0 0;
    position: absolute;
    left: 0;
    width: 88px;
    word-break: break-all;
}

.right_news .sv_ctt .date_start span {
    text-align: center;
    display: block;
}

.right_news .sv_ctt h3 a {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
}

.right_news .sv_ctt .date_start .month {
    color: #E2001A;
    font-size: 16px;
}

.btn-account .icon-user {
    margin: 0 8px 0 0;
}

.search-assistant-modal .modal-dialog .modal-content .modal-body .scenarios-wrapper {

    flex-wrap: wrap;
}

#mobile-actions #dropMenu2 {
    padding: 0;
    line-height: 1;
}

.icon-user:before {
    content: '\e911';
    font-family: 'emly-font';

    font-weight: 600;
}

#resultats_recherche .facetList.nav-pills>li {
    margin-top: 3px;
    margin-bottom: 3px;
}

/* VP 20230101 */
#resultats_recherche .facetList.nav-pills {
    margin-top: 8px;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background: RGBA(0, 0, 0, 0);
    padding: 10px 0;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin: 14px 0 0 0;
    flex-wrap: wrap;
    padding-right: 160px;
    position: relative;
}


#resultats_recherche .panel-heading {
    padding: 0px 0;
}

.navigation-top .navigation-page .pagination {
    margin: 0;
    visibility: hidden;
}

.navigation-top .navigation-page {
    padding: 4px 20px;
    display: flex !important;
    align-items: center;
    flex-direction: row;
	position: relative;
    width: 100%;
    justify-content: space-between;

}

.navigation-bottom .navigation-page {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background: RGBA(0, 0, 0, .02);
    padding: 4px 20px;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;

}

.navigation-top .taille_page {
    visibility: hidden;
}

.holdings-by-site__container #HoldingsStatic {
    font-family: 'Noto Serif';
    color: #636363;
}

.holdings-by-site__container #HoldingsStatic i::before {

    color: #586BD3;
}

.holdings-by-site__container .holdings-by-site__Title h4 {
    color: #E2001A;
    font-size: 18px !important;
    font-weight: 600;
}

div.holdings-by-site__container div.holdings-by-site .label-holding {
    font-weight: 500;
    margin: 10px 0;
    color: #636363;

}

div.holdings-by-site__container {
    padding: 2px 5px;

}

div.holdings-by-site__container div.holdings-by-site__Title {
    flex-wrap: wrap;
}

#detail-primary-abstract .table.primary-doc-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.navigation-bottom .criteres_tri {
    display: none;
}

.navigation-page #description_resultats>span {
    color: #000000;
    font-family: 'Poppins' !important;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
}

#broken-link a b {
    font-family: 'Noto Serif';
    color: #636363;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 0 4px;
}

#broken-link {
    text-align: center !important;
}

#broken-link img {
    width: 0;
    height: 0;
}

#broken-link>a:before {
    content: '\e912';
    font-family: 'emly-font';
    font-weight: 400;
    color: #586BD3;
    font-size: 20px;
    vertical-align: middle;
}

#broken-link a b u {
    text-decoration: none !important;
}

#detail-primary-abstract h2.category_header {
    margin: 0;
    padding-top: 0;
}

#detail-primary-abstract .col-lg-12 {
    padding: 0;
}

#detail-notice-selections img.ermes-thumb-size-MEDIUM,
#tab_suggestion img.ermes-thumb-size-MEDIUM,
.rs-slide3Items img.ermes-thumb-size-MEDIUM {

    background: none;
}

#notice_longue h3.title.template-title {
    margin: 14px 0 0 0;
}

.fa-shopping-bag:before {
    content: '\e909';
    font-family: 'emly-font';
    font-weight: 400;
}

.holdings-by-site .fa-shopping-bag:before {

    vertical-align: middle;
}

.holdings-by-site .fa-shopping-bag {
    margin: 0 6px 0 0;
}

div.holdings-by-site__container div.holdings-by-site div.holdings-by-site__label {
    font-weight: 500;
    font-size: 12px;
}

div.holdings-by-site__container div.holdings-by-site {

    gap: 0;
}

/******************Responsive devices*******************/

/* Full HD � width: 1920px */

@media (min-width: 1920px) {}

/* Kindle landscape � width: 1024px */

/* iPad landscape � width: 1024px */

@media (min-width: 1100px) {}

@media (min-width: 1025px) {}

@media (min-width: 1024px) {}

@media (max-width: 1024px) {


    .top_footer .container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .menu_footer_classic {
        padding: 30px 0;
        width: 100%;
    }

    .plantations {
        margin: 0;
        width: 100%;
    }

    footer .logo_ft img {
        max-width: 230px;
    }

    .contact_ft,
    .contact_ft .btn {
        width: auto;
    }

}

@media (min-width: 1200px) {
    .search-icon-container {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #search-panel .panel-body {
        background: #F4F5F7;
        border-radius: 26px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px;
    }

    /* JD - 31/01/2023 - t23-00459 */

    .statut-primaryDoc .available.indicator .primarydoc-icon.fa-external-link:before,
    .statut-primaryDoc .available.indicator .icon-chevron-right:before,
    .available.indicator .primarydoc-icon.icon-chevron-right:before,
    .no-existing.indicator .icon-chevron-right:before {
        content: "\f06e";
        font-weight: 600;
        font-family: "Font Awesome 5 free";
    }

    .statut .all-loaned.indicator .obtain-document-link .icon-chevron-right:before,
    .available.indicator .icon-chevron-right:before {
        content: "\e909";
        font-weight: 600;
        font-family: "emly-font";
    }

    /* JD - 17/01/2023 - Info de disponibilité des documents primaires */

    #resultats .statut-primaryDoc.primary-doc-short-link,
    #documents_memorises .statut {
        position: absolute;
        right: 0;
        width: 30%;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        top: 0;
        flex-direction: column;
    }

    #resultats .statut-primaryDoc.primary-doc-short-link:before {
        content: '';
        height: 80%;
        width: 1px;
        background-color: #C9C9C9;
        position: absolute;
        left: 0;
    }

    #resultats .statut-primaryDoc.primary-doc-short-link .available.indicator .view-document, .statut .obtain-document-link {
        border: 1px solid #586BD3;
        border-radius: 5px;
        margin: 20px 0 0 0;
        color: #586BD3;
        text-transform: uppercase;
        padding: 10px;
        background: #fff;
        text-align: center;
        white-space: normal;
    }

    #resultats .statut-primaryDoc.primary-doc-short-link .available.indicator .view-document:hover, .statut .obtain-document-link:hover  {
        color: white;
        background-color: #586BD3;
    }

    #resultats .statut-primaryDoc.primary-doc-short-link .available.indicator {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 1200px) {
    #thezo-and-subject .text-container {

        width: 100%;
    }

    #thezo-and-subject .btn-show-more,
    #thezo-and-subject .btn-show-less {
        position: relative;
        top: 0;
        right: auto;

        left: auto;
    }

    #thezo-and-subject {

        flex-wrap: wrap;
    }

    #subject-container {

        padding: 0;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 992px) {
    .theme_1 .rs-railsWithCaption .royalSlider {
        height: 300px !important;
    }

    .theme_1 .rs-railsWithCaption .rsVisibleNearbyWrap {
        width: 50% !important;
        float: none !important;
        margin: 0 auto;
    }

    .theme_1 .rsVisibleNearbyWrap {
        width: 100% !important;
    }

    .theme_1 .rs-railsWithCaption .rsGCaption {
        float: left !important;
        width: 100% !important;
    }

    .theme_1 .rs-railsWithCaption .rsSlide .ermes-thumb {
        height: 350px !important;
        width: 320px !important;
        float: none !important;
        -webkit-clip-path: polygon(17% 0, 87% 16%, 100% 100%, 0% 100%);
        clip-path: polygon(17% 0, 87% 16%, 100% 100%, 0% 100%);
    }

    .theme_1 .rs-railsWithCaption .rsSlide .ermes-thumb {
        margin: 0 auto !important;
        -webkit-mask-image: none;
        mask-image: none;
        height: auto !important;
        width: 100% !important;
    }

    #search-panel .panel-body {
        width: 100%;
        margin: 26px auto;
        position: relative;
        /* background: #F4F5F7; */
        /*         border-radius: 26px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px; */
    }

    .carousel_3 .slider_content {
        padding: 10px;
    }

    .theme_24 .rs-staticList li:nth-child(3n+3) {
        margin-right: 0;
    }

    .theme_24 .rs-staticList li {
        width: 30%;
        float: left;
        margin: 0 5% 10px 0;
    }

    .blog-post-featured-image img {
        max-height: 240px;
        width: 100%;
        object-fit: cover;
    }

    .eda_citation {
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
    }

    .eda_citation .citation {

        font-size: 20px;
        width: 80%;
        margin: 20px auto;
    }

    .render-velocityRenderMode_EMLYDA .eda_citation {
        flex-wrap: wrap;
        flex-direction: column !important;
    }

    #owl-eda,
    #owl-dap {
        width: 100% !important;
    }

    .eda_citation .citation {

        width: 100% !important;

    }

}

@media (max-width: 800px) {
    .haut_btn {
        float: left;
    }
}

#nav-rich-menu li .dropdown_container>a {
    border-bottom: 1px solid #C9C9C9;
    background: url(images/arrow.svg) no-repeat right center;
}

#nav-rich-menu li .dropdown_container>a:hover {
    background: url(images/arrow.svg) no-repeat right center;
	text-decoration: none !important;
}

/* JD - 25/01/2023 - Dropdown des actions en notice détaillée */
/* Vue détail mobile */
@media (max-width: 767px) {
	#detail-notice .more-actions.hidden-xs {
		display: none !important;
	}
	#detail-notice .more-actions-mobile.visible-xs.pull-right {
		display: flex !important;
		column-gap: 10px;
		align-items: center;
		justify-content: center;
	}
	#detail-notice .more-actions-mobile .dropdown-menu.pull-right{
		top : 40px;
	}
	#detail-notice .more-actions-mobile #exportsList .dropdown-submenu{
		display: block;
	}
	#detail-notice .more-actions-mobile #exportsList .dropdown-submenu span{
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	#detail-notice .more-actions {
		display: flex !important;
		column-gap: 10px;
		align-items: center;
		justify-content: center;
	}
}
/* Fin vue détail mobile */
.search-icon-container.open>a:hover,
.search-icon-container.open>a {
    background-color: inherit;
}

#SearchPortal .search-icon-container.visible-md.visible-lg {
    display: flex !important;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
	position: absolute !important;
    right: 0;
    top: 18px;
    max-width: 158px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

#detail-notice .more-actions-mobile .metadata-actions,
#detail-notice .more-actions .metadata-actions {
    position: static;
}

#SearchPortal .search-icon-container .more-actions-dropdown-menu,
#detail-notice .more-actions-mobile .more-actions-dropdown-menu,
#detail-notice .more-actions .more-actions-dropdown-menu {
    border: none;
    border-radius: 5px;
    margin: 0;
    color: #586BD3;
    text-align: center;
    background: transparent;
}

#SearchPortal .search-icon-container .dropdown-menu,
#detail-notice .more-actions-mobile .dropdown-menu,
#detail-notice .more-actions .dropdown-menu {
    text-align: left;
    padding: 20px;
}

#SearchPortal .search-icon-container .action-icon,
#detail-notice .more-actions-mobile .action-icon,
#detail-notice .more-actions .action-icon {
    font-size: 15px;
    margin-right: 10px;
    color: #586BD3;
}

#SearchPortal .search-icon-container .action-label,
#detail-notice .more-actions-mobile .action-label,
#detail-notice .more-actions .action-label {
    font-size: 14px;
    color: #333333;
}

#SearchPortal .search-icon-container div.dropdown-menu.pull-right button,
#detail-notice .more-actions-mobile ul.dropdown-menu.pull-right button,
#detail-notice .more-actions ul.dropdown-menu.pull-right button {
    padding: 5px 0px;
    background-color: transparent;
    border: none;
    font-size: inherit;
    margin: 0;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

/* scénario procédures */
#SearchPortal .metadata-access i{
	font-size: 12px;
}

#SearchPortal .metadata-access .fas.fa-ellipsis-h{
	font-size: 5px;
}

#SearchPortal .metadata-actions-compact.dropdown-menu{
	left: unset;
	right: 0;
}

#SearchPortal .metadata-access .btn-group.memoriser,
#SearchPortal .metadata-access>a{
	padding:0;
	margin:0;
}
/* Fin scénario procédures */

#SearchPortal .search-icon-container .dropdown-menu>button>a,
#detail-notice .more-actions-mobile .dropdown-menu>li>a,
#detail-notice .more-actions .dropdown-menu>li>a {
    padding: 0;
    color: #586BD3;
}

#SearchPortal .search-icon-container .dropdown-menu.pull-right>button:hover,
#detail-notice .more-actions-mobile .dropdown-menu>li:hover,
#detail-notice .more-actions .dropdown-menu>li:hover {
    background-color: #f5f5f5;
}

#SearchPortal .search-icon-container .dropdown-submenu>li:hover,
#detail-notice .more-actions-mobile .dropdown-submenu>li:hover,
#detail-notice .more-actions .dropdown-submenu>li:hover {
    background-color: #E2E2E2;
    color: #333333;
}

#SearchPortal .search-icon-container #exportsList .dropdown-submenu,
#detail-notice #exportsList .dropdown-submenu {
    display: none;
    width: auto;
    font-size: 12px;
    background: transparent;
    margin: 0;
}

#SearchPortal .search-icon-container #exportsList .dropdown-menu li,
#detail-notice .more-actions-mobile #exportsList .dropdown-menu li,
#detail-notice .more-actions #exportsList .dropdown-menu li {
    background-color: white;
}

#SearchPortal .search-icon-container #exportsList .dropdown-menu li:hover button,
#detail-notice .more-actions-mobile #exportsList .dropdown-menu li:hover button,
#detail-notice .more-actions #exportsList .dropdown-menu li:hover button {
    color: #333333;
}

#SearchPortal .search-icon-container #exportsList:hover .dropdown-submenu,
#detail-notice .more-actions-mobile #exportsList:hover .dropdown-submenu,
#detail-notice .more-actions #exportsList:hover .dropdown-submenu {
    display: block;
}

#panel-selection-detail .actions .dropdown-menu.pull-right .export_link.btn-link-like,
#SearchPortal .search-icon-container #exportsList .dropdown-submenu .export_link.btn-link-like,
#detail-notice .more-actions-mobile #exportsList .dropdown-submenu .export_link.btn-link-like,
#detail-notice .more-actions #exportsList .dropdown-submenu .export_link.btn-link-like {
    width: 100%;
    text-align: start;
    padding: 2px 5px;
    color: #586BD3;
}

/* Fin dropdown des actions en notice détaillée */


/* JD - 09/01/2023 - Menu mobile */
.hide-rich-menu {
    display: block;
}

#nav-rich-menu li #dropdown-1296>a, #nav-rich-menu li #dropdown-1293>a{
    display: none;
}

.hamburger-mobile .navbar-toggle {
    position: fixed;
    top: 27px;
    right: 19px;
    padding: 0;
}

.hamburger-mobile .navbar-toggle span {
    display: none;
}

.hamburger-mobile .navbar-toggle:before {
    content: "\e847";
    font-family: "ermes-font-update";
    color: #586BD3;
    font-weight: 900;
    font-size: 27px;
}

.hamburger-mobile .navbar-toggle.collapsed {
    position: static;
    margin: 0 0 0 10px;
    padding: 0;
}

.hamburger-mobile .navbar-toggle.collapsed span {
    display: block;
}

.hamburger-mobile .navbar-toggle.collapsed:before {
    content: "";
}

#ermes_main_menu_mobile_wrapper {
    height: 110vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 0 0 50px;
    width: 100%;
    transform: 0s;
}

#ermes_main_menu_mobile {
    background-color: white;
    height: 100%;
    padding: 100px 20px 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    width: 80%;
    position: absolute;
    right: 0;
}

#ermes_main_menu_mobile .icon-chevron-right {
    position: absolute;
    right: 0;
    color: #586BD3;
}

#ermes_main_menu_mobile a {
    color: black;
    font-weight: 600;
}

#ermes_main_menu_mobile li.open {
    position: absolute;
    height: 100%;
    background-color: white;
    z-index: 100;
    top: 100px;
    right: 20px;
    left: 20px;
    transition: 1s;
}

#ermes_main_menu_mobile li.open:before {
    content: "\f053" " " "Tout\A";
    font-weight: 600;
    font-family: "Font Awesome 5 free";
    color: #586BD3;
    text-transform: none;
    line-height: 30px;
    cursor: pointer;
}

#ermes_main_menu_mobile li.open .icon-chevron-right {
    display: none;
}

#ermes_main_menu_mobile li.open>ul li a:after {
    content: "\f054";
    font-weight: 600;
    font-family: "Font Awesome 5 free";
    position: absolute;
    right: 5px;
    color: #586BD3;
}

#ermes_main_menu_mobile li.open>ul li a {
    font-weight: 400;
    padding: 5px 15px;
}

#ermes_main_menu_mobile li.open>ul li a:hover,
#ermes_main_menu_mobile li.open>ul li a:focus {
    font-weight: 400;
    padding: 5px 15px;
    background-color: #eeeeee;
}

/* iPad portrait  width: 768px */

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin: -14px 0 25px 0;
        padding: 0;
        height: 98px;
        width: 232px;
    }

    #search-panel>.container {
        padding: 0;
        background: transparent;
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .navbar-brand {
        margin: 0 0 0 4px;
    }

    header {
        border-top: 0;
        /*margin: 0 0 40px 0;
        height: 80px;
        z-index: 1030;
        position: fixed;
        width: 100%;*/
    }

    .cms-inner-layout {
        padding: 0 15px !important;
    }

    .detail-holdings-class.row {
        margin: 0 15px;
    }



    #menu-panel {
        border-top: none;
        background: transparent;
        margin: 0;
        width: auto;
        padding: 0;
        text-align: center;
    }

    .statut,
    .statut-disabled,
    .statut-primaryDoc {
        background-color: #eee;
    }

    .header-compact .btn-account {
        padding: 0;
    }

    .btn-account {
        background: transparent;
        color: #1A1A1A;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        padding: 0;
        border-radius: 0 !important;
        border: 0;
        overflow: hidden;
    }

    .btn-account:hover,
    .btn-account:focus,
    .btn-account:active,
    .btn-account.active,
    .open .dropdown-toggle.btn-account {
        background: transparent;
        color: #1A1A1A;
        border: 0;
        border-radius: 0;
    }

    .btn-account>span {}

    .btn-account>span:hover {
        background: transparent;
    }

    .button-my-account {
        margin: 0;
    }



    .connectBox {
        padding: 22px 0;
    }

    .detail-icon-container {
        margin-top: 0px;
        text-align: center;
        font-size: 18px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;

    }

    .detail-icon-container [class*="icon-"] {
        font-size: 36px;
    }

    .detail-icon-container>.position {
        position: relative;
        margin: 0 14px;
    }

    #search-panel .panel-body {
        margin: 0 auto;
        padding: 70px 0;
        position: relative;
        max-width: 60%;
        float: none;

    }

    .statut,
    .statut-disabled,
    .statut-primaryDoc {
        background: none;
    }

    .modal-dialog {
        width: 900px;
    }

    .navbar-compact #menu-panel .navbar-collapse {
        float: left;
    }

    .notice.notice_courte,
    .statut,
    .statut-disabled,
    .statut-primaryDoc {
        margin-right: 0;
        margin: 0;
    }

    /*******************/
    #ermes_main_menu {
        width: auto;
        background: transparent;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    #ermes_main_menu li.LEVEL1 {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        float: left;
    }

    #ermes_main_menu li.LEVEL1>a {
        padding: 0 14px;
        color: #1A1A1A;
        font-weight: 600;
        text-transform: none;
        height: 100%;
        display: block;
        width: 100%;
        line-height: 27px;
        font-size: 17px;
        background: transparent;
        border-bottom: none;
        -moz-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        text-transform: uppercase;
        border: none;
    }

    #ermes_main_menu li.LEVEL1>a:hover,
    #ermes_main_menu li:hover>a {
        background: transparent;
        color: #ea1d75;
    }

    #ermes_main_menu .dropdown-menu {
        background: rgba(255, 255, 255, 1);
        border: none;
        padding: 8px;
        margin-top: 0px;
        border-radius: 16px;
    }

    #ermes_main_menu .dropdown-menu>li>a {
        color: #221060;
        font-size: 15px;
        text-align: left;
        text-transform: none;
        font-weight: 400;
        padding: 8px 10px;
        white-space: nowrap;
        line-height: 100%;
    }

    #ermes_main_menu .dropdown-menu>li>a:hover,
    #ermes_main_menu .dropdown-menu>li:hover>a {
        background: none;
        color: #ea1d75;
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item .caret,
    #ermes_main_menu li.LEVEL1.sitemap-selected-item a:hover .caret {
        /* border-bottom-color: #4E3F7F;
        border-top-color: #4E3F7F;*/
    }

    #ermes_main_menu li.LEVEL1 .caret {
        border: none;
    }

    #ermes_main_menu li.LEVEL1 .caret::before {
        content: "\33";
        display: inline-block;
        font-size: 18px;
        position: absolute;
        font-family: 'ElegantIcons';
        font-weight: normal;
        color: #fff;
        right: 0;
        top: -2px;
    }

    #ermes_main_menu li.LEVEL1 .caret,
    #ermes_main_menu li.LEVEL1 a:hover .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }

    #ermes_main_menu li.LEVEL1>a:hover .caret,
    #ermes_main_menu li:hover>a .caret {
        border-bottom-color: #ea1d75;
        border-top-color: #ea1d75;
    }

    .dropdown-submenu>.dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item>a {
        /*color: #4E3F7F;*/
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item>a>span:after {
        /*content: "";
        position: absolute;
        top: auto;
        left: 10px;
        right: 0;
        bottom: 0;
        height: 4px;
        width: 30px;
        background: #4E3F7F;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;*/
    }

    /*
    #ermes_main_menu .fas::before, #ermes_main_menu .fab::before {
        color: #fff;
    }
    #ermes_main_menu .fas a, #ermes_main_menu .fab a {
        position: absolute;
    }
    #ermes_main_menu .fas a span, #ermes_main_menu .fab a span {
        display: none;
    }

    #ermes_main_menu .fas, #ermes_main_menu .fab {
        margin: 0 10px !important;
    }
    */


    .modal-dialog {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        position: absolute;
        padding: 0;
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        -o-transform: translate(-50%, -50%) !important;
    }

    .search-assistant-modal .modal-dialog {
        top: 0;
        left: 0;
        transform: translate(0, 0) !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
    }

    /******************/
    /*************Rich Menu***************/
    #nav-rich-menu {
        width: auto;
        background: transparent;
        padding: 0;
        float: right;
        margin: 0;
        position: unset;
        width: auto;
        z-index: 400;
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 90px;
        padding: 0 15px;
    }

    #nav-rich-menu li {
        width: auto;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    #nav-rich-menu li>a {
        padding: 0 45px;
        color: #1A1A1A;
        font-weight: 700;
        text-transform: none;
        height: 100%;
        display: block;
        width: 100%;
        font-size: 17px;
        cursor: pointer;
        line-height: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 100%;
    }

    #nav-rich-menu>li>a {
        /*line-height: 90px;*/
    }

    #nav-rich-menu li.assisted-search-btn>a,
    #nav-rich-menu li.assisted-search-btn>a:hover {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        background: #E2001A url('images/search.svg') no-repeat center center;
    }

    #nav-rich-menu li.menu-separator-left>a::before {
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        position: absolute;
        left: 0px;
        top: 30px;
        background: #636363;
    }

    #nav-rich-menu li.menu-aide .dropdown .dropdown_container,
    #nav-rich-menu li.menu-jesuis .dropdown .dropdown_container {
        width: auto;
        float: none;
    }


    #nav-rich-menu li.menu-aide .dropdown_container>a {
        border: none;
        background: none;
        padding: 16px 0;
    }

    #nav-rich-menu li.menu-jesuis .dropdown_container>a {
        border: none;
        background: none;
        padding: 16px 0 16px 70px;
    }

    #nav-rich-menu li.menu-aide .dropdown_container>a:hover,
    #nav-rich-menu li.menu-jesuis .dropdown_container>a:hover {
        border: none;
        background: none;
    }

    #nav-rich-menu li.menu-jesuis .dropdown_container.menu-etudiantnew a {
        background: url(images/menu-etudiantnew.png) no-repeat left center;
    }

    #nav-rich-menu li.menu-jesuis .dropdown_container.menu-etudiant a {
        background: url(images/menu-etudiant.png) no-repeat left center;
    }

    #nav-rich-menu li.menu-jesuis .dropdown_container.menu-enseignant a {
        background: url(images/menu-enseignant.png) no-repeat left center;
    }

    #nav-rich-menu li.menu-jesuis .dropdown_container.menu-alumni a {
        background: url(images/menu-alumni.png) no-repeat left center;
    }

    #nav-rich-menu li.menu-jesuis .dropdown_container.menu-incube a {
        background: url(images/menu-incube.png) no-repeat left center;
    }

    #nav-rich-menu li.menu-jesuis .dropdown_container.menu-executive a {
        background: url(images/menu-executive.png) no-repeat left center;
    }

    #nav-rich-menu li.menu-aide .dropdown_container a .title_menu p,
    #nav-rich-menu li.menu-jesuis .dropdown_container a .title_menu p,
    #nav-rich-menu li.menu-aide .dropdown_container a .title_menu h4,
    #nav-rich-menu li.menu-jesuis .dropdown_container a .title_menu h4 {
        color: #7b7b7b;
        font-weight: 400;
    }
	
#nav-rich-menu li.menu-jesuis .dropdown_container a:hover .title_menu h4,#nav-rich-menu li.menu-aide .dropdown_container a:hover .title_menu h4 {
color: #7b7b7b !important;
background-color: transparent;
text-decoration: underline;
}


    /* 	#nav-rich-menu li.menu-separator-left>a:hover::before,
	#nav-rich-menu li.menu-separator-left.open>a:focus::before,
	#nav-rich-menu li.menu-separator-left.open>a:active::before	{
		content: none;
	} */

    #nav-rich-menu>li>a:hover,
    #nav-rich-menu>li:hover>a {
        background: #fff;
        color: #E2001A;
    }

    #nav-rich-menu>li:last-child {
        height: 90px;
        width: 90px;

    }

    #nav-rich-menu>li:last-child>a {}

    #nav-rich-menu>li:last-child>a span {
        display: none;
    }

    #nav-rich-menu li:first-child {}

    #nav-rich-menu>li:first-child>a {
        background-color: transparent !important;
        background-image: url(images/home.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px;
    }

    #nav-rich-menu>li:first-child>a:hover {
        background-color: #fff !important;
    }

    #nav-rich-menu>li:first-child>a span {
        display: none;
    }

    #nav-rich-menu li:before {
        content: '';
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
    }

    #nav-rich-menu>li>a::after {
        transition: all 250ms ease-in-out 0ms;
        height: 4px;
        width: 0;
        bottom: 10px;
        left: 30px;
        position: absolute;
        content: "";
        background-color: #E2001A;
    }

    #nav-rich-menu>li>a:hover::after {
        width: calc(100% - 60px);
    }

    #nav-rich-menu>li.sitemap-selected-item>a {
        background-color: #fff;
    }

    #nav-rich-menu>li.sitemap-selected-item>a::after {
        height: 4px;
        width: calc(100% - 60px);
        bottom: 10px;
        left: 30px;
        position: absolute;
        content: "";
        background-color: #E2001A;
    }




    /********************/
    #nav-rich-menu li .dropdown {
        background: #fff;
        border: none;
        padding: 20px 4%;
        border-radius: 0;
        margin-top: 0px;
        width: 100%;
        z-index: 99;
        -webkit-box-shadow: 0px 20px 46px -6px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 0px 20px 46px -6px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 20px 46px -6px rgba(0, 0, 0, 0.17);
    }

    #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: calc(2% + 15px);
        left: auto;
    }

    /* JD - Traitement des réserves client */
    /* Entrée de menu Trouver > à voir aussi */

    #nav-rich-menu .menu-trouver .dropdown_container:last-child:before {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        border-left: 1px solid #C9C9C9;
        top: 0;
        left: -25px;
    }

    #nav-rich-menu .menu-trouver .dropdown_container:last-child>a {
        border: none;
    }

    /*#nav-rich-menu .menu-trouver .dropdown_container:last-child .rich-menu-level3 a:before {
        content: "\E818";
        font-family: "ermes-font-update";
        color: #586BD3;
        margin-right: 5px;
    }*/

    /* Masquage du niveau 2 des entrées de menu Découvrir et Nous contacter */
    #dropdown-1995>a,
    #dropdown-1989>a {
        display: none !important;
    }

    /* Fin réserves */


    #nav-rich-menu li .dropdown::before {
        /*content: '';
        width: 100%;
        height: 100vh;
        background: #000;
        display: block;
        position: absolute;*/
    }

    #nav-rich-menu li .dropdown::before {
        /*content: '';
        width: 100%;
        height: 100vh;
        background: #000;
        display: block;
        position: absolute;*/
    }

    #nav-rich-menu li .dropdown .dropdown_container {
        position: relative;
        padding: 0 50px 0 0;
        float: left;
        /* Réserves */
        width: 25%;
        white-space: nowrap;
        /* Fin réserves */
    }

    #nav-rich-menu li .dropdown .dropdown_container.dropdown-separator-left::before,
    #nav-rich-menu li .dropdown .dropdown_container.dropdown-separator-right::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: -25px;
        top: 0;
        background: #C9C9C9;
    }

    #nav-rich-menu li .dropdown .dropdown_container.dropdown-separator-right::after {
        left: auto;
        right: 25px;
    }

    #nav-rich-menu .dropdown_container:nth-child(odd) {
        clear: none;
    }

    #nav-rich-menu li .dropdown_container a {
        color: #000;
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
        font-weight: normal;
        padding: 4px 12px 6px 0;
        background: #fff;
    }

    #nav-rich-menu li .dropdown_container a:hover {
        background-color: transparent;
        text-decoration: underline;
    }
	

    #nav-rich-menu .title_menu h4 {
        color: #E2001A;
        font-size: 18px;
        margin: 0;
        padding: 0;
        background: transparent;
        font-weight: normal;
        text-transform: none;
        font-weight: 600;
    }

    #nav-rich-menu .title_menu p {
        text-transform: none;
        color: #000;
        display: none !important;
    }

    #nav-rich-menu li .dropdown_container a:hover .title_menu p,
    #nav-rich-menu li .dropdown_container a:hover .title_menu h4 {
        background: #fff;
        color: #e2001a;
    }

    #nav-rich-menu .illustration {
        display: none;
        margin: 0 10px 10px 0;
    }

    .rich-item>.clearfix {
        display: none;
    }


    #nav-rich-menu li .dropdown_container>ul {
        margin-top: 20px;
    }

    #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;
    }
#nav-rich-menu li .rich-menu-level3 a i.fas.fa-globe{
		color: #586BD3;
	}
    /* #notice_longue .metadata-actions {
        right: -56px;
        top: 0;
    }*/
    #notice_longue .metadata-actions {
        top: 16px;
    }

    #notice_longue .metadata-actions li:hover span {
        color: #464646;
    }

    #notice_longue {
        background: transparent;
        padding: 0;

    }

    #detail-notice>div:nth-child(1) {
        width: calc(80% - 30px);
        background: #fff;
        margin: 0 30px 0 0;
        padding: 20px;
    }

    #detail-notice>div:nth-child(2) {
        padding: 20px;
        margin: 0;
        width: 20%;
        background: #fff;
		height: 100%;
    }

    #notice_longue .btn-default .caret,
    #notice_longue .btn-account .caret,
    #notice_longue .btn-basket .caret {
        border-top-color: #fff;
    }



    #document_actions {
        margin-top: 50px;
    }

    #detail-notice .more-actions {
        margin-top: 0;
        font-size: 19px;
        margin: -14px 40px 0 0;
    }

}

@media (min-width: 769px) {}

@media (max-width: 768px) {
    .hide-rich-menu {
        display: none;
    }

    #scenario-selection,
    #submit-search,
    .tt-hint {
        height: 36px;
        line-height: 35px;
    }

    #textfield,
    .clean-text-field {
        height: 36px;
    }

    .center-text-sm {
        text-align: center;
    }

    .theme_1 .carousel_3 .slider_container,
    .theme_1 .slider_thumb {
        width: 100%;
    }

    .theme_1 .rsDefaultInv .rsBullets {
        bottom: -11px;
    }

    .theme_1 .panel-front,
    .theme_1 .panel-selection,
    .theme_7 .panel-front,
    .theme_7 .panel-selection,
    .theme_3 .panel-front,
    .theme_3 .panel-selection,
    .theme_8 .panel-front,
    .theme_8 .panel-selection {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {

    #menu-panel {
        top: 0;
        border: none;
    }

    #nav-rich-menu .dropdown {
        padding: 0;
        overflow: hidden;
    }

    #nav-rich-menu .illustration {
        display: none;
        margin: 0 10px 10px 0;
    }

    header {
        margin: 0 0 30px 0;
    }

    .btn-group.my-account-mobile>#nav_connexe {
        display: none !important;
    }

    .sticky-search.hidden-sm.hidden-md.hidden-lg {
        float: right;
        display: inline-block !important;
        width: 30px;
        height: 50px;
        line-height: 50px;
    }

    a.rheader-button.rheader-button-search.active {
        height: 100%;
        line-height: 100%;
        width: 100%;
    }

    #resultats_recherche .panel-search-container {

        padding: 0;
    }

    #nav_connexe .btn-default {
        color: #fff;
        line-height: 40px;
    }

    #nav_connexe .button-my-account {
        display: none;
    }

    #nav-rich-menu .dropdown img {
        max-height: 60px;
        float: left;
        margin: 0 8px 8px 0;
    }

    #nav-rich-menu li>a {
        padding: 0 !important;
    }

    #nav-rich-menu .rich-item {
        background: #fff;
    }

    #nav-rich-menu>li>a {
        border-bottom: none;
        color: #000000;
        font-size: 17px;
        text-decoration: none;
        margin-bottom: 0;
        margin-top: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #nav-rich-menu>li>a:hover {
        background: #fff;
    }

    #nav-rich-menu .title_menu h4,
    #nav-rich-menu .title_menu:hover h4 {
        color: #000000;
        font-size: 17px;
        text-decoration: none;
        margin-bottom: 10px;
        margin-top: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #nav-rich-menu .title_menu h4 span::after {
        content: '\e90f';
        color: #586BD3;
        font-family: 'emly-font';
        float: right;
    }

    #nav-rich-menu .dropdown_container {
        margin-top: 0;
        padding: 0 10px 0 0;
        width: 100%;
    }

    #nav-rich-menu .dropdown_container a {
        width: 100%;
        color: #636363;
        display: block;
        padding: 0;
        font-size: 14px;
        font-family: 'Noto Serif';
        margin: 5px 0;
    }

    #nav-rich-menu li .dropdown_container>a,
    #nav-rich-menu li .dropdown_container>a:hover {

        background: none;
    }

    .panel-front>h2,
    .panel-heading>h2 {
        font-size: 30px;
    }

    .container>.navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-inverse .navbar-brand {
        margin: 20px 0 0 0px;
        float: none;
        display: inline-block;
    }

    #portal .theme_10.frame {
        margin: 16px 0 !important;
    }

    footer .adrs .col-md-4 {
        margin: 0 0 30px 0;
    }

    #notice_longue>.panel>.panel-body {
        padding: 20px;
        background: #fff;
        border-radius: 6px;
    }

    .mobile-actions-compact .hamburger-mobile .navbar-toggle {
        margin-top: 10px;
    }

    #nav-rich-menu li .dropdown_container>a {
        border-bottom: none;

    }

    .btn-account .icon-user {
        margin: 0;
    }

    /***************/

    #mobile-actions #dropSite {
        color: #fff;
    }

    #ermes_main_menu {
        background-color: #221060;
    }

    #ermes_main_menu>li.LEVEL1>a {
        color: #fff;
    }

    #ermes_main_menu>li.LEVEL1>a:hover,
    #ermes_main_menu>li.LEVEL1>a:focus,
    #ermes_main_menu>li.LEVEL1.open a {
        background: #6670C9;
    }

    #ermes_main_menu li.LEVEL1 .caret,
    #ermes_main_menu li.LEVEL1 a:hover .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }

    #ermes_main_menu li.LEVEL2 a {
        color: #fff;
    }

    #ermes_main_menu li.LEVEL2 a:hover,
    #ermes_main_menu li.LEVEL2 a:focus {
        background: #221060;
        color: #fff;
    }

    #ermes_main_menu .dropdown-menu.LEVEL1 {
        background: #221060;
        padding: 0;
    }

    #ermes_main_menu>li.LEVEL1:hover,
    #ermes_main_menu>li.LEVEL1:focus {
        background-color: #221060;
        color: #fff;
    }

    #ermes_main_menu li.LEVEL1:last-child {
        position: relative;
        right: auto;
        top: auto;
    }

    #ermes_main_menu li.LEVEL1:last-child>a {
        color: #fff;
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item>a>span:after {
        left: 0;
        height: 100%;
        width: 5px;
    }

    /***************/
    #preselect-facets-link {
        position: relative;
        top: auto;
        left: auto;
        /*color: #fff !important;*/
        margin: 10px 0 0 0;
        display: block;
    }

    .change-site-mobile.mode-compact {
        background: #fff;
        display: none;
    }

    .box_subpcdt .prlst {
        flex-basis: 100%;
    }

    .content_bx_pcdt {
        flex-direction: column;
    }

    .blog-postlist-post {
        flex-basis: 100%;
    }

    .frame .blog-postlist-post-featured-image img {
        max-width: none;
        width: 100%;
        max-width: 100%;
    }

    footer .social_media {
        text-align: center;
    }

    footer .pqc {
        text-align: center;
    }

    #nav_connexe {
        display: none !important;
    }

    .navbar-container.container {
        padding-left: 15px;

    }

    #mobile-actions {
        background-color: transparent !important;
        box-shadow: none;
        float: right;
        position: relative;
        width: auto;
        margin: 27px 19px 0 0;
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        z-index: auto;
    }

    #main_search_form {
        display: block !important;
    }

    div#page>div.container {

        padding-top: 0;
    }

    #search-panel .btn-default {

        border-radius: 0;
        display: none !important;
    }



    #scenario-selection .caret {

        display: none;
    }

    #submit-search span.icon-search {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0;
    }

    #submit-search .icon-search:before {
        content: url(images/search.svg);


    }

    #scenario-selection {

        padding: 0 18px;
    }

    #mobile-actions .hamburger-mobile .icon-bar {

        border-radius: 8px;
    }

    #textfield {

        padding: 0 13px 0 18px !important
    }

    .hamburger-mobile .navbar-toggle {

        margin-right: 0;
    }

    #mobile-actions .icon-lock {
        font-size: 24px;
    }

    #mobile-actions .hamburger-mobile {
        margin: 0 0 0 35px;
        z-index: 999;
    }

    #search-panel .panel-body {
        width: 34px;
        position: absolute;
        margin: 0;
        padding: 0;
        background: transparent;
        float: right;
        overflow: hidden;
        right: 57px;
        top: 30px;
        z-index: auto;
    }

    .search.page-detail #search-panel .panel-body {

        top: 14px;

    }

    .tt-hint,
    #textfield,
    .clean-text-field {

        background: #E2001A url(images/search.svg) no-repeat center center !important;
        height: 34px !important;
        width: 34px;
        text-indent: -9999px;
        padding: 0 !important;
        border: none !important;
        background-size: 18px !important;
    }

    #nav-rich-menu,
    .portal-main-menu {
        background-color: #fff;
        height: 100%;
        padding: 90px 40px 30px;

    }

    .btn-group.my-account-mobile {
        z-index: 99;
        margin: 0 8px 0 0
    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body {

        /* padding: 106px 0 0 0 !important;*/

    }

    .search-assistant-modal .modal-dialog .modal-content .modal-header .close {

        margin-right: 0
    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body {

        padding: 50px 38px !important;

    }

    .search-assistant-modal .modal-dialog .modal-content .modal-header {

        right: 30px;
    }

    .render-velocityRenderMode_EMLYDA .see_all_results,
    .render-velocityRenderMode_EMLYDAP .see_all_results {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px 0 0 0;
        left: auto;
    }

    #SearchPortal #resultsContainer #resultats_recherche {
        width: 100% !important;
        left: auto !important;

    }

    #SearchPortal #resultsContainer #aside {
        width: 100% !important;
        left: auto !important;
        right: auto !important;
    }

    #resultats h3.template-title {
        text-overflow: unset;
        white-space: normal;
        overflow: auto;
    }

    #resultats .notice_corps:not(.media-compact) {
        padding: 20px;
        width: 100%;

    }


    .notice_container .statut:not(.compact-statut .statut) {
        width: 100%;
        padding: 12px;
        display: flex;
        justify-content: flex-start;

        position: relative;
        left: auto;
        right: auto;
    }

    .statut>div:not(#modeDisplayVignet .statut>div) {
        position: relative;
        height: 100%;
        border-left: none;

    }

    .detail-notice .detail-icon-container #lien {
        position: absolute;
        right: 26px;
        top: -80px;
        left: auto;
    }

    #documents_memorises .statut {
        right: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    #documents_memorises .statut>div {
        justify-content: flex-start !important;
    }
}

/* iPhone 6 Plump landscape � width: 736px */

@media (max-width: 736px) {
    #criteres_recherche .label-facet:first-child .btn-action {

        font-size: 28px;

    }
}

/* iPhone 6 landscape � width: 667px */

@media (max-width: 667px) {
    .carousel_3 .slider_container {
        width: 100%;
        height: 50%;
    }
}

/* Kindle portrait � width: 600px */

/* Android (Nexus 4) landscape � width: 600px */

@media (max-width: 600px) {
    html {
        font-size: 60%;
    }

    .produit_liste a {
        margin: 1% 0;
        flex-basis: 100%;
    }

    .theme_7 h3 {
        max-width: 90%;
        margin: 20px auto;
    }

    .bandeau-menu-item.link-to-element {
        margin: 8px 0;
        display: inline-block;
        width: 100%;
    }

    .navbar-brand {
        width: 140px;

    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body {

        padding: 20px 16px !important;

        background-position: 0;
    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body:before {

        width: 148px;
        height: 60px;

        margin: 0 0 40px 0;
        background-size: contain;
    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body .intro-label {
        font-size: 24px;

    }

    .search-assistant-modal .modal-dialog .modal-content .modal-header {
        position: absolute;
        right: 0;
        top: 23px;
    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body .intro-label {
        margin-left: 0 !important;
    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body .scenarios-wrapper {
        padding: 10px 0 !important;


    }

    .search-assistant-modal form.search-form .search-field {

        padding: 20px 0 0 0 !important;

    }

    .search-assistant-modal form.search-form .search-field input {

        width: 100% !important;
    }

    .search-assistant-modal form.search-form .search-field {

        padding: 20px 0 0 0 !important;

    }

    .search-assistant-modal .modal-dialog .modal-content .modal-body form.search-form {
        padding: 0 0 20px 0 !important;
    }

    .detail-icon-container a>span,
    .detail-icon-container button>span {

        font-size: 34px;
    }




}

/* iPhone 5 Retina regardless of IOS version */

/* iPhone 5 landscape � width: 568px */

@media (max-width: 568px) {

    .menu_footer_classic .mnfooter_1 {

        flex-direction: column;
    }

    .menu_footer_classic .mnfooter_1 ul {
        width: 100%;
        padding: 10px;
    }

    .plantations {
        padding: 14px;
    }

    .bottom_footer .coyrights {

        text-align: center;
        width: 100%;
    }

    .bottom_footer .container {

        flex-wrap: wrap;
    }

    .bottom_footer .menu_ft {
        width: 100%;
        text-align: center;
        margin: 22px 0 0 0;
    }

    #nav-rich-menu,
    .portal-main-menu {

        padding: 90px 22px 30px;
    }
}

/*iPhone 3+4 landscape � width: 480px*/

@media (max-width: 480px) {
    footer .ft_logo {
        width: 33%;
    }

    #mobile-actions.mobile-actions-compact .navbar-header {
        width: 64%;
    }

    .header-compact .navbar-brand {
        height: 48px;
    }

    #SearchPortal #detail-notice #resultats_detail .notice_corps {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

}

/*iPhone 6 Plump portrait � width: 414px*/

@media (max-width: 414px) {
    .box_subpcdt {
        height: auto;
        flex-direction: column;
    }

    .produit_liste .prlst_svg {
        margin: 16px 0;
    }

    .navbar-brand {
        width: 120px;
    }
}

/*Android (Nexus 4) portrait � width: 384px*/

@media (max-width: 384px) {}

/*Crappy Android landscape � width: 320px*/

/*iPhone 5 portrait � width: 320px*/

/*iPhone 3+4 portrait � width: 320px*/

@media (max-width: 320px) {}

/*Crappy Android portrait � width: 240px*/

@media (max-width: 240px) {}

/********Responsive expectation***********/

@media (max-width: 1366px) and (min-width: 768px) {


    .navbar-compact #menu-panel .navbar-collapse {
        width: auto;
        clear: none;
    }

    .sticky-search {
        float: left;
    }

}




/* Apple iMac 21.5 -1920 × 1080 dp */
@media (min-width: 1920px) and (max-width: 2559px) {

    #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: 23px;*/
    }
}

/* Apple iMac 27 -2560 × 1440 dp  */
@media (min-width: 2560px) {
    .statut {
        padding: 0 30px;
    }
}

@media (max-width: 1630px) {
    #nav-rich-menu li>a {
        padding: 0px 24px;
    }
}

/* LJ 20220822 Correction réserves */
.memorize-switch-field {
    display: none
}

.search-assistant-add-field {
    display: none
}

#options_resultat .panel-heading .horizontal-writing {
    display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {

    #nav-rich-menu li.assisted-search-btn {

        width: 50px;
        height: 50px;
    }

    #nav-rich-menu {
        max-width: 100%;
        justify-content: flex-end;
        width: 100%;
        height: 50px;

    }


    #nav-rich-menu li>a {
        padding: 0px 10px;
    }

    #nav-rich-menu li>a {

        font-size: 15px;
    }

    .holdings-by-site__container .holdings-by-site__Title h4 {

        font-size: 16px !important;

    }

    #detail-notice>div:nth-child(2) {

        width: 25%;

    }

    #detail-notice>div:nth-child(1) {
        width: calc(75% - 30px);

    }

    #nav-rich-menu li.menu-separator-left>a::before {

        top: 10px;

    }

}

@media (min-width: 992px) and (max-width: 1200px) {}



/*Selim*/
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #586BD3;
}
/*SELIM*/
.btn-primary.custom-crossref-mode , .btn-primary.custom-manual-mode {
    background-color: transparent;
    border-color: #586BD3;
    color: #586BD3;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.6rem 1.6rem;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}
.btn-primary.custom-crossref-mode:hover , .btn-primary.custom-manual-mode:hover{
	background-color: #586BD3;
    border-color: #586BD3;
    color: #fff;
}
.cataloging-form-header , .syr-form-header-title{
	display:none !important;
}
.syr-field-container .field-label{
	    font-size: 18px;
		margin: 15px 0;
}
.syr-field-container--default-small .input-wrapper {
    /*width: 500px;*/
    display: inline-flex;
    vertical-align: middle;
}
.text-field--default-small .input-wrapper .input-container input{
	height: 40px;
    border: none !important;
    border-radius: 0;
    flex: 1;
}
.wizard-nav-item.active.wizard-nav-item--active.wizard-nav-item--checked a{
	background-color: #586BD3 !important;
    color: white !important;
	padding: 5px;
    width: 100%;
    border-radius: 5px;
}
.wizard-nav-item.wizard-nav-item--disabled a ,.wizard-nav-item.wizard-nav-item--checked a{
	color :#000000 !important;
}

.user-account-documents-table-row .btn.user-account-documents-action{
	display:none;
}



user-account-documents-table-row{
	pointer-events: none;
}
.user-account-documents-table-row{
	pointer-events: none;
}
.user-account-documents-table-row{
	pointer-events: none;
}

html:not(.skin-modern) .cataloging-form-success-modal-button {
    color: #848484;
    border: solid 1px #efefef;
    background: none;
    text-decoration: none;
    border-radius: 15px;
}


.file-input , .url-input{
	opacity: 1;
    pointer-events: auto !important;
    background-color: #fff !important;
    color: #000 !important;
    cursor: pointer !important;;
}

.edit {
   
	flex: 0 0 33.3333%;
  
}
.gridCross{
	 display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap:10px 0px;
}
.syr-form-modal{
	overflow-y:auto;
}

.syr-form-modal .modal-content{
	
	position:static;
}
.syr-form-modal .modal-dialog{
	
	position: relative;
}
.cataloging-form-uploader .file-preview-wrapper {
    width: 100% !important;
}

.x-webkit :focus, :focus {
    outline: none !important;
}
.fa-squarespace::before {
  content: ' ' !important;
 }
.fas.fa-squarespace {
    width: 16px;
    height: 16px;
}

.encart-tryptique .thumbnail-wrapper img  {
    background: none !important;
}

.frame .thumbnail-wrapper img  {
    background: none !important;
}






.webframe-ermes-lastviewedresources-item .vignette_document img.ermes-thumb {
    background-image: none !important;
    /* Ajoutez ici toutes autres règles CSS que vous souhaitez appliquer */
}

/*Corrections 2024.3 : t25-03509 > Narjess / Louise */
#resultats_recherche .facetList.nav-pills>li>.facet-content-container {
    background-color: #586BD3;
    font-family: 'Poppins';
    font-weight: 400;
}
.facetList.nav-pills>li>.facet-content-container {
    font-family: 'Noto Serif';
    color: #1A1A1A;
    font-size: 14px;
    padding: 5px 0px;
}

/**********************/



.user-demand .btn-primary.proceed
 {
    background-color: #586BD3 !important;
    border: 1px solid #586BD3 !important;
}
.user-demand-open .user-demand.answered .user-demand-icon {
    background: #586BD3 !important;
}

.user-demands-wrapper .user-demands-frame .user-demand .user-demand-icon {
	background: #586BD3 !important;
}

.detail-icon-container > :first-child {
  margin-right: 50px;
}