@charset "utf-8";
/* CSS Document */
@import url(../standard/portal/front/modeles.css);
@import url(../standard/portal/front/style.css);
@import url(../syracuse/syracuse.css);
@import url(front.css);

[class^="icon-"],
[class*=" icon-"] {
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('fonts/ElegantIcons.eot');
    src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/ElegantIcons.woff') format('woff'), url('fonts/ElegantIcons.ttf') format('truetype'), url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?qawvem");
    src: url("fonts/icomoon.eot?qawvem#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qawvem") format("truetype"), url("fonts/icomoon.woff?qawvem") format("woff"), url("fonts/icomoon.svg?qawvem#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* quicksand-300 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/quicksand-v29-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-300.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/quicksand-v29-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-regular.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/quicksand-v29-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-500.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-600 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/quicksand-v29-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-600.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/quicksand-v29-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/quicksand-v29-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/quicksand-v29-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/quicksand-v29-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/quicksand-v29-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/quicksand-v29-latin-700.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

/* root */
:root {

    --rouge: #FF1949;

}

/* Bouton haut de page */
#btn-to-top-page {
    bottom: 20px;
    width: auto;
    position: fixed;
    right: 20px;
    z-index: 9999;
    top: auto;
    cursor: pointer;
}

#btn-to-top-page:hover {
    opacity: 0.8;
}

#btn-to-top-page a {
    display: block;
    background: #262626;
    width: 36px;
    height: 36px;
    text-indent: 0;
    position: relative;
    border-radius: 6px;
    opacity: 0.4;
}

#btn-to-top-page a:before {
    content: "\f077";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    display: block;
    line-height: 36px;
    font-family: "Font Awesome 5 free";
}

/*************Hide outline*************/
:focus,
*:hover {
    outline: 0 !important;
}

.x-webkit *:focus,
*:focus {
    outline: 0 !important;
}

button:focus,
.btn:focus {
    outline: 0 !important;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0;
}

.x-webkit *:focus,
*:focus {
    outline: 0 !important;
}

button:focus,
.btn:focus {
    outline: 0 !important;
}

ul.notes-echelle.js li.note-focus {
    outline: 0 !important;
}

.rsDefaultInv .rsArrow:hover,
.rsDefaultInv .rsArrow:focus {
    outline: 0;
    border: none;
}

.tt-input.form-control {
    border: none !important;
}

/* 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;
}

/* hide inner shadow IOS */
header input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/***************/
/* Metrics :
1rem = 10px
1.5rem = 15px
102.4rem = 1024px
*/
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000;
    font-weight: normal;
    font-family: 'Quicksand';
}

body,
td,
pre {
    font-size: 18px;
}

body,
h2,
h3,
h4,
h5,
h6,
td,
pre,
.panel-front>.x-panel-header span {
    font-family: 'Quicksand';
    font-weight: normal;
}

a {
    color: var(--rouge);
    font-weight: normal;
}

p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 60px;
    font-family: inherit;
    text-transform: none;
}

h3 {
    color: #000;
    font-size: 2.2rem;
}

h1 {
    font-size: 40px;
    color: #000;
}

.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.container {
    max-width: 1340px;
    width: 100%;
}

/***********Header***********/
header {
    background: #fff;
    position: relative;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

#portal .panel-body {
    /*padding-top: 0;*/
}

/*****************Menu*****************/
#menu-panel .panel-body {
    padding: 0;
    margin: 0 auto;
    background: transparent;
    width: 100%;
    position: relative;
    float: left;
    max-width: 100%;
}

#menu-panel {
    border: none;
}

/*****************Logo*****************/
.navbar-header {}

.navbar-inverse {
    min-height: 0;
    /*display: inline-block;*/
    background: transparent;
}

.navbar-inverse .navbar-container,
#search-panel>.container {
    width: calc(100% - 80px);
    max-width: 100%;
    padding: 0;

}

.navbar-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-brand {
    width: 420px;
    height: 80px;
    background: transparent url(images/logo.svg) no-repeat center left;
    background-size: contain;
}

.navbar-brand-before {

    background: transparent url(images/logo_aquitaine.svg) no-repeat center left;
    position: relative;
    float: left;
    height: 70px;
    width: 70px;
    margin: 0 12px 0 0;
}

.navbar-brand-after {}

.navbar-brand h1 {
    display: none;
}

#share_social {
    z-index: 9999;
    display: none !important
}

.sticky-search {
    display: none !important;
}

.legende_txt {
    font-size: 12px
}

.legende_txt2 {
    font-size: 14px
}

.header-banner-menu {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 10;
}

/*****************Ariane*****************/
#ariane {
    font-size: 12px;
    color: #000;
    padding: 4px 0 0 0;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -44px;
    z-index: 10;
}

#ariane a {
    color: var(--rouge);
}

#ariane .actif {
    color: var(--rouge);
    font-weight: 600;
}

/*****************Search*****************/
#search-panel {
    background: var(--rouge);
    padding: 0;
    margin: 0;
    position: relative;
}

#search-panel>.container {
    background: transparent;
}

#globalScenarioMobile {
    background: #fff;
    color: #000;
    margin: 4px 0 0 0;
    overflow: hidden;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 9px 14px 30px -16px rgb(0 0 0 / 50%);
    -moz-box-shadow: 9px 14px 30px -16px rgb(0 0 0 / 50%);
    box-shadow: 9px 14px 30px -16px rgb(0 0 0 / 50%);
}

#globalScenarioMobile>li>a {
    color: #000;
    font-weight: 600;
}

#globalScenarioMobile .active,
#globalScenarioMobile .active:hover,
#globalScenarioMobile .active:focus {
    color: #000;
    background: #E9E9E9;
}

#globalScenarioMobile>li>a:hover,
#globalScenarioMobile>li>a:focus {
    color: #000;
    background: #E9E9E9;
}

#globalAdvancedSearchLink {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
    font-weight: 600;
}

#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: #3A418D;
}

.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: var(--rouge);
    text-transform: none;
}

.site-btn .caret {
    border-top: 4px solid #626262;
}

#scenario-selection {
    font-size: 18px;
    padding-left: 20px;
    text-transform: none;
    border-radius: 6px 0 0 6px;
    background: transparent !important;
    border: 2px solid #fff;
    color: #fff !important;
    font-weight: 500;
}

#submit-search {
    width: 60px;
    font-size: 24px;
    padding: 0;
    border-radius: 0 6px 6px 0;
}

#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 20px !important;
}

.tt-hint,
#textfield,
.clean-text-field {
    height: 60px;
    line-height: 100%;
    padding: 0;
    background: #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.tt-hint {
    font-size: 12px !important;
    letter-spacing: 0;
    border: none;
}

#scenario-selection,
#submit-search {
    line-height: 60px;
    height: 60px
}

#scenario-selection:hover,
#submit-search:hover {}

.twitter-typeahead {
    background-color: #fff;
}

.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;
    margin: 0 40px 0 0;
    width: auto;
    max-width: 100%;

    min-height: 0;


}

.all-link-connexe {
    text-transform: uppercase;
    position: relative;
}

.all-link-connexe .link-connexe:before {
    float: left;
    /*color: var(--rouge);*/
    display: none;
}

.link-connexe a:before {
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    /*color: var(--rouge);*/
    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-wrench a:before {
    content: "\f0ad";
}

.link-connexe.fa-id-badge a:before {
    content: "\f2c1";
}

f0ad .link-connexe.fa-hubspot a:before {
    content: "\f3b2";
    font-family: "Font Awesome 5 Brands";
}

.link-connexe {
    display: inline-block;
    margin: 0;
}

.site-btn {
    margin: 0;
    color: #fff;
    z-index: 24;
    display: none;
}

#nav_connexe .btn-default {
    border: none;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 9px;
    margin: 2px 0;
    background: transparent;
    border-radius: 4px;
    font-weight: 700;
}

#nav_connexe .btn-default:hover,
#nav_connexe .btn-default:active,
#nav_connexe .btn-default:focus {
    text-decoration: none;
    background: transparent;
    color: var(--rouge)
}

#dropChangeSite {
    height: 31px;
    width: 33px;
    background: var(--rouge);
    overflow: hidden;
    color: #fff;
    text-align: center;
    border-radius: 16px;
}

#dropChangeSite span {
    display: none;
}

#dropChangeSite .icon-site {
    margin: 0px 0 0 -3px;
    display: block;
}

#dropChangeCulture .caret {
    border-top: 4px solid #fff;
    display: none;
}

#langue-btn {
    top: -80px;
    position: absolute;
    right: 30px;
    bottom: auto;
    display: none !important;
}

#langue-btn .label-dropdown {
    margin-left: 0;
}

#langue-btn>a {
    background: #1AAE6C;
    padding: 0;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    margin: 0;
}

#langue-btn>a:hover {
    background: #fff;
    color: #1AAE6C
}

#langue-btn .dropdown-menu .active>a,
#langue-btn .dropdown-menu .active>a:hover,
#langue-btn .dropdown-menu>.active>a:focus {
    background: var(--rouge);
}

#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: #fff;
    padding: 0px 3px;
    font-weight: 700;
    margin: 0 3px;
    background: var(--rouge);
    height: 26px;
    width: 26px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
}

#langue-btn .pipe-separators a.active {
    color: #FAA419;
    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;
}

div.social-network ul li a {
    margin: 0 0 6px 6px;
    color: #252525;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

div.social-network ul li a.twitter {
    background-color: #EBEBEB;
}

div.social-network ul li a.facebook {
    background-color: #EBEBEB;
}

div.social-network ul li a.gplus {
    background-color: #EBEBEB;
    display: none;
}

div.social-network ul li a.tumblr {
    background-color: #EBEBEB;
}

div.social-network ul li a.pinterest {
    background-color: #EBEBEB;
}

#share_social ul li a:hover {
    color: var(--rouge);
    background: #fff;
    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 {}

.criteres_tri .btn {
    text-transform: none;
}

span.labelSelect.sort,
span.labelSelect {
    max-width: 100%;
}

.btn-account i {
    margin: 0 10px 0 0;
}

/*********Default***********/
.more-info.btn.btn-default,
.btn-default {
    background-color: var(--rouge);
    border-color: var(--rouge);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 16px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: var(--rouge);
    border-color: var(--rouge);
    color: #fff;
}

.btn-primary {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

#search-panel .btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

#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: #fff;
    border-color: #fff;
    color: #000;
}

.btn-action {
    background-color: var(--rouge);
    border-color: var(--rouge);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.btn-action.disabled,
.btn-action[disabled] {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.btn-info {
    background-color: #ECECEC;
    border-color: #ECECEC;
    color: #000;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #E2E2E2;
    border-color: #E2E2E2;
    color: #000;
}

/*****************Content*****************/
.panel-front,
.panel-selection {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: none;
    border: none;
    position: relative;
}

/* mode embed, on vire les effets */
body.cf-rtm .panel-front,
body.cf-rtm .panel-selection {}

.panel>.panel-heading h2,
.panel-title,
.panel-front>.x-panel-header {
    text-transform: none;
}

.panel-front>h2,
.panel-heading>h2 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.panel-front>.x-panel-header span,
h2 {
    color: var(--rouge);
    font-weight: normal;
}



#page .panel-heading {
    padding-bottom: 10px;
}

div#page>div.container {
    /*max-width: 100%;
width: 100%;
padding: 0;
float: left
max-width: 100%;
width: 100;*/
}

.page-accueil div#page>div.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

#search-panel .panel-body .row {
    /*border-bottom: 1px solid gray;*/


}

div.webframe-ermes-lastviewedresources-item,
div.webframe-ermes-openfindselection-item {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #E9E9E9;
}

/**********************************/
.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);*/
    background: none;
    left: auto;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    /*background: rgba(255, 255, 255, 0.8);*/
    background: none;
    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: var(--rouge);
    border-color: var(--rouge);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    line-height: 100%;
    border: none;
    padding: 0;
}

.bs-bullets .btn,
.bs-bullets .btn:hover,
.bs-bullets .btn:active {
    background: #000;
    border-color: #000;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    line-height: 100%;
    border: none;
    padding: 0;
}

/* Themes */
/*******Pages themes***********/
#portal .frame {
    margin: 0 0 40px 0 !important;
}

/*********Th�me 1**********/
/*********Th�me 1**********/
.theme_1 {
    position: relative;
}

.theme_1 .panel-front,
.theme_1 .panel-selection {
    background: none;
    padding: 0;
}

.theme_1 .panel-front:before,
.theme_1 .panel-selection:before {
    content: '';
    content: '';
    background: #FFD64D;
    position: absolute;
    bottom: -13px;
    left: 13px;
    height: 50%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}

#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: #CCCCCC;
    border-color: #CCCCCC;
}

.theme_1 .bs-bullets .btn,
.theme_1 .bs-bullets .btn:hover,
.theme_1 .bs-bullets .btn:active {
    border-color: #333333;
    background: #333333;
}

.theme_1 .rsDefaultInv .rsBullets {
    position: absolute;
    bottom: -38px;
    right: 0;
    width: 100%;
    display: inline-block;
}

.theme_1 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after,
.theme_1 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #333333;
    background: RGBA(255, 255, 255, .7);
    height: 35px;
    width: 35px;
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 auto;
}

.theme_1 img {
    width: 100%;
    max-width: 100% !important;
    height: 350px !important;
    object-fit: cover;
}

.theme_1 .btn-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.theme_1 .btn-default:hover,
.theme_1 .btn-default:focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.theme_1 p {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}

/* Fond gris sans titre */
.fond_gris_notitle {
    position: relative;
}

.fond_gris_notitle .panel-front,
.fond_gris_notitle .panel-selection {
    background: #EBEBEB;
    box-shadow: none;
    border: none;
}

#portal .fond_gris_notitle .panel-body {
    padding: 0;
}

.fond_gris_notitle .panel-heading h2 {
    display: none;
}

/*********Th�me 2**********/
/***************/
.theme_2 {
    position: relative;
}

.theme_2 .panel-front,
.theme_2 .panel-selection {}

.theme_2 .panel-heading>h2 {
    text-align: center;
    display: flex;
    flex-direction: row;
    font-size: 40px;
    text-transform: uppercase
}

.theme_2 .panel-heading>h2:after,
.theme_2 .panel-heading>h2:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}

.theme_2 .panel-heading>h2:after {
    margin-left: 20px;
}

.theme_2 .panel-heading>h2:before {
    margin-right: 20px;
}

/*** 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 {}

.theme_3 .panel-heading>h2 {
    display: flex;
}

.theme_3 .panel-heading>h2 span:before {
    content: '';
    width: 9px;
    height: 100%;
    position: relative;
    background: var(--rouge);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    float: left;
    margin-right: 13px;
}

.theme_3 .btn-default {
    background-color: var(--rouge);
    border-color: var(--rouge);
    color: #fff;
}

.theme_3 .btn-default:hover,
.theme_3 .btn-default:focus,
.theme_3.btn-default:active {
    background-color: var(--rouge);
    border-color: var(--rouge);
    color: #fff;
}

/*********Th�me 4**********/
.theme_4 {
    position: relative;
}

.theme_4 .panel-front,
.theme_4 .panel-selection {}

#portal .theme_4.frame {}

.theme_4 .panel-heading>h2 {
    font-size: 40px;
    text-transform: uppercase;
}

#portal .theme_4 .panel-body {}

/* Decouvrir */
.frame-decouvrir {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin: 0 -1%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frame-decouvrir>div {
    width: 31%;
    margin: 1%;
    position: relative;
}

.frame-decouvrir .dec_thumb img {
    object-fit: cover;
    width: 100%;
    height: 204px !important;
}

.frame-decouvrir .content_dec {
    position: absolute;
    background: RGBA(206, 146, 84, 0.8);
    padding: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    height: 25%;
}

.frame-decouvrir h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.frame-decouvrir .thumb_dec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.frame-decouvrir .thumb_dec {
    height: 260px;
}

.frame-decouvrir>div a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    text-indent: -9999px;
}

.frame-decouvrir>div a:hover~.content_dec {
    height: 100%;
}

.frame-decouvrir .carousel_3 .slider_container {
    width: 50%;
    height: 100%;
    background: rgba(0, 39, 73, 0.8);
    text-align: right;
}

.frame-decouvrir .carousel_3 h3 {
    color: #fff;
    font-weight: 200;
    font-size: 88px;
    font-size: 5.8vw;
    display: none;
}

.frame-decouvrir .carousel_3 .slider_sub_container {
    text-align: center;
    width: 100%;
}

.frame-decouvrir .btn {
    margin: 3rem 0 0 0;
}

.frame-decouvrir .carousel_3 .slider_content {
    padding: 0 10rem;
}

.frame-decouvrir .slider_thumb {
    max-height: 100vh;
}

.frame .frame-decouvrir img {
    width: 100%;
}

.frame .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 {
    background: transparent;
    margin: 0;
    max-width: 1300px;
    margin: 0 auto;
    border: none;
    box-shadow: none;
}

.theme_5 .panel-heading>h2 {
    display: none;
}

#portal .theme_5.frame {
    /* margin: 0 !important;*/
}

#portal .theme_5 .panel-body {
    padding: 0;
}

/*********Th�me 6**********/
.theme_6 {
    position: relative;
    background: #fff;
}

.theme_6 .panel-front,
.theme_6 .panel-selection {
    padding: 0;
    box-shadow: none;
    border: none;
}

.theme_6 .panel-heading>h2 {
    display: none;
}

#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 {
    box-shadow: none;
    padding: 0;
    background: #fff;
    border: none;
}

#portal .theme_7.frame {}

.theme_7 .panel-heading>h2 {
    text-align: center;
}

.theme_7 .rs-staticList ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.theme_7 .rs-staticList>ul>li {
    padding: 0;
    background: #fff;
    /*flex: 1;*/
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 20px 0;
    box-shadow: 10px 15px 4px -10px rgba(0, 0, 0, 0.06);
    border: 1px solid #F1F0F2;
}

.theme_7 .rs-staticList .webframe-ermes-lastviewedresources-item>a {
    width: 100%;
    float: left;
}

.theme_7 .rs-staticList .notice_corps {
    width: 100%;
    float: left;
}

.theme_7 .rs-staticList ul li h3 {
    text-transform: none;
    font-size: 2rem;
    color: #000;
    font-weight: 300;
}

.theme_7 .rs-staticList .event-date li {
    display: none;
    font-weight: 700;
}

.theme_7 .rs-staticList .event-date li:first-child,
.theme_7 .rs-staticList .event-date li:last-child {
    display: block;
}

.theme_7 .rs-staticList .thumbnail-wrapper {
    overflow: hidden;
}

.theme_7 .rs-staticList .thumbnail-wrapper img {
    width: 100%;
    object-fit: cover;
    max-height: 57px !important;
    min-height: 0 !important;
    /* height: 140px;
object-fit: cover;*/
}

.theme_7 .rs-staticList .template-resume {
    display: none;
}

.theme_7 .rs-staticList .vignette_document {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}

.theme_7 div.webframe-ermes-lastviewedresources-item,
.theme_7 div.webframe-ermes-openfindselection-item {
    overflow: auto;
    background-color: transparent;
    padding: 0;
    border: none;
}

.theme_7 p.template-info {
    font-weight: 400;
    color: var(--rouge);
    font-size: 1.6rem;
}

.theme_7 .event-date {
    color: #000;
}

.theme_7 .event-wrapper {
    padding-left: 5px;
    padding: 0 10px;
}

.theme_7 .event-wrapper .icon-calendar {
    display: none;
}

.theme_7 a span.cms-icon-pdf,
.theme_7 a span.cms-icon-rss,
.theme_7 a span.cms-icon-share,
.theme_7 span.toggleAutoPlayBtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/** Encart sans titre sans marges **/
.theme_8 {
    position: relative;
}

#portal .theme_8.frame {
    margin: 0;
}

.theme_8 .panel-front,
.theme_8 .panel-selection {}

#portal .theme_8.frame {}

.theme_8 .panel-heading>h2 {
    display: none;
}

#portal .theme_8 .panel-body {
    padding-top: 0;
}

/* Agenda */
.theme_9 {
    position: relative;
}

.theme_9 .panel-front,
.theme_9 .panel-selection {
    background: transparent;
    padding: 0;
}

#portal .theme_9.frame {}

.theme_9 .panel-heading>h2 {
    display: none
}

/* encart avec traits vertical */
.theme_30 {
    position: relative;
}

.theme_30 .panel-front,
.theme_30 .panel-selection {
    box-shadow: none;
    background: #fff;
    padding: 20px 0;
    border: none;
}

.theme_30 .panel-heading>h2 {
    background-color: #ffffff;
    opacity: 1;
    background-size: 20px 20px;
    background-image: repeating-linear-gradient(45deg, #EBEBEB 0, #EBEBEB 2px, #ffffff 0, #ffffff 50%);
}

.theme_30 .panel-heading>h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 27px 0 0;
}

/* 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;
}

.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 {}

.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: var(--rouge);
}

.user-name {
    color: var(--rouge);
}

.myaccount-profile .account-label {
    color: var(--rouge);
}

.facetList .badge {
    color: var(--rouge);
    font-weight: 600;
    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 {
    color: #fff;
    border-radius: 0;
    border: none;
    background: var(--rouge);
}

.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: #757575;
    font-size: 18px;
}

.displaymode-icon-container .active,
.siteRestriction-icon-container .active,
.pageSize-container .active,
.sort-order .active {
    background-color: var(--rouge);
    color: #fff;
}

.displaymode-icon-container.desktop button,
.siteRestriction-icon-container.desktop button,
.sort-order button {
    background-color: transparent;
    color: #757575;
}

.btn-group.pageSize-container.open .dropdown-menu>li>a.active {
    background: var(--rouge);
}

/* 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: var(--rouge);
    color: #fff;
}

#multi_selection_simple,
#multi_selection {
    bottom: 76px !important;
    right: 20px;
}

#multi_selection_simple .bouton_detail,
#multi_selection .bouton_detail {
    color: var(--rouge);
}

.vignette_document .icon-new {
    background-color: #51a22d;
    box-shadow: none;
}



h3.category_header {
    background-color: #EBEBEB;
    color: #757575;
    margin-bottom: 0;
}

/* Juliette - pour masquer les titres dans le format détaillé des agendas */
div.detail-holdings-class.row,
.panel h2.category_header {
    display: none;
}

/* ----- */
h2.category_header {
    color: var(--rouge);
}

.detail-holdings-class [class|="detail-holds"] thead th,
.detail-subscriptions thead th,
.detail-holdings-class [class|="detail-holds"] thead td,
.detail-subscriptions thead td {
    background-color: #F5F5F5;
    color: #757575;
    font-weight: normal;
}

.pagination button.page_link {
    border-bottom: none;
    color: #A8A8A8;
}

#facet_container a {
    color: #484848;
}

#facet_container .facetSuggest li>a {
    background: #EFEFEF;
    border: none;
}

#facet_container .facetSuggest li>a:hover,
#facet_container .facetSuggest li>a:focus {
    background: #E3E3E3;
    border: none;
}

#description_resultats,
.taille_page {
    margin-top: 0px;
}

.holdings-subscription-section {
    background: #6164AD !important
}

.template-title {
    font-weight: 600;
    font-size: 1.8rem;
    color: #000;
}

p.template-info {
    font-weight: 400;
}

.mobile-navigation,
.mobile-navigation .btn.precedent,
.mobile-navigation .btn.suivant {
    background-color: var(--rouge);
}

.mobile-navigation>.btn-group,
.mobile-navigation .btn {
    background: var(--rouge);
}

.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: 0 0 0 12px;
    margin: 5px 0 0 0
}

#modeDisplayVignet .vignette_document>a:hover .thumbnail-wrapper:after {
    content: '';
    background: RGBA(0, 0, 0, .64);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#modeDisplayVignet .vignette_document>a .thumbnail-wrapper:after {
    transition: all 0.35s ease;
}

#facet_container .panel-heading {
    padding: 0 10px 10px 20px;
}

#resultats>ul>li.on {
    background-color: #eee;
}

.short-identite {
    padding: 15px;
}

.short-preview {
    margin: 20px 0
}

.short-preview .title {
    text-align: center;
}

/*****************/
.panel-title {
    font-size: 2.2rem;
    line-height: 100%;
}

#facet_container.accordion h3.panel-title {
    font-weight: 600;
}

.facet-controls>a,
.facet-controls>button {
    color: #fff;
    text-transform: uppercase;
    background: var(--rouge);
    font-size: 12px;
    padding: 4px 7px 4px 12px;
    border-radius: 6px;
}

.facet-search-term {
    border-radius: 6px;
}

/*****************/
#notice_longue_description .item-publisher,
#notice_longue_description .item-author {
    margin: 20px 0;
}

#notice_longue_description {
    padding: 0;
    border-radius: 12px;
}

.detail-holdings-class {
    margin: 15px !important;
}

/* Recherche avancée */
/* Titres des sections */
.field-container.text-field.field-code-immatriculation_idx:before,
.field-container.thesaurus-field.field-code-descriptionMurs_idx:before,
.field-container.thesaurus-field.field-code-interetProtectionstatuts_idx:before,
.field-container.text-field.field-code-etudereferencereference_idx:before,
.field-container.thesaurus-field.field-code-historiquePeriode_idx:before,
.field-container.text-field.field-code-localisationCadastreAnnee_idx:before,
.field-container.thesaurus-field.field-code-commune_idx:before,
.field-container.text-field.field-code-Title_idx:before,
.field-container.text-field.field-code-departement_idx:before,
.field-container.thesaurus-field.field-code-ommnTz_id_exact:before {
    width: 100%;
    display: inherit;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.field-container.thesaurus-field.field-code-ommnTz_id_exact:before {
    content: "Localisation";
}

.field-container.text-field.field-code-departement_idx:before {
    content: "Localisation";
}

.field-container.text-field.field-code-immatriculation_idx:before {
    content: "Information sur l’image";
}

.field-container.thesaurus-field.field-code-descriptionMurs_idx:before {
    content: "Détail de la description";
}

.field-container.thesaurus-field.field-code-interetProtectionstatuts_idx:before {
    content: "Statut, intérêt et protection";
}

.field-container.text-field.field-code-etudereferencereference_idx:before {
    content: "Information du dossier";
}

.field-container.thesaurus-field.field-code-historiquePeriode_idx:before {
    content: "Chronologie";
}

.field-container.text-field.field-code-localisationCadastreAnnee_idx:before {
    content: "Cadastre";
}

.field-container.thesaurus-field.field-code-commune_idx:before {
    content: "Localisation";
}

.field-container.text-field.field-code-Title_idx:before {
    content: "Identification du patrimoine";
}

.field-container.text-field.field-code-immatriculation_idx,
.field-container.thesaurus-field.field-code-descriptionMurs_idx,
.field-container.thesaurus-field.field-code-interetProtectionstatuts_idx,
.field-container.text-field.field-code-etudereferencereference_idx,
.field-container.thesaurus-field.field-code-historiquePeriode_idx,
.field-container.text-field.field-code-localisationCadastreAnnee_idx,
.field-container.thesaurus-field.field-code-commune_idx,
.field-container.text-field.field-code-Title_idx {
    margin-top: 20px !important;
}

.field-container.thesaurus-field.field-code-descriptionrepresentations_idx {
    margin-bottom: 20px !important;
}

.search-form .field-container {
    margin: 0 !important;
}

h3.section-velocity-title {
    white-space: nowrap;
    margin: 1rem 0 !important;
    background-color: darkgray;
    color: darkslateblue;
    font-size: x-large !important;
    padding: 3px;
}

.search-item.panier .label_label {
    color: #000;
}

/* ************************ */
/********* Notices illustration (IllustrationMed)*********/
#illustrationMed-container th {
    width: 310px;
    font-size: 16px;
    vertical-align: baseline;
    padding: 5px 0;
}

#illustrationMed-container-body {
    display: flex;
}

#illustrationMed-container-body>div {
    width: 50%;
}

#illustrationMed-data {
    padding: 20px;
    background-color: #85B9C5;
}

#illustrationMed-data a:hover {
    text-decoration: underline !important;
}

#illustrationMed-data a {
    color: white;
    padding: 0;
    background-color: transparent;
    border: none;
    margin: none;
}

#illustrationMed-illustration {
    position: relative;
    margin: 0;
    padding: 0;
	display: flex;
    flex-direction: row;
    align-items: stretch;
}

#illustrationMed-illustration>img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

#illustrationMed-legende {
    background: RGBA(0, 0, 0, .5);
    padding: 10px 10px 5px 10px;
    margin: 0 !important;
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0;
}

/********* Photothèque *********/
#modeDisplayIllustrationMed {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-item-photo-library {
    height: 300px;
    cursor: pointer;
    position: relative;
    flex-grow: 1;
}

#resultats #modeDisplayIllustrationMed .search-item-photo-library .notice_corps {
    padding: 0;
    height: 300px;
}

.notice-photo-library-illustration {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 2px;
}

.flex-gallery-get-detail-link {
    height: 100%;
    position: absolute;
    width: 100%;
    /* z-index: 1; */
}

.flex-gallery-item-overlay,
.notice-photo-library-title-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    transform: scale(0);
    color: white !important;
}

.flex-gallery-item:hover .flex-gallery-item-overlay,
.search-item-photo-library:hover .notice-photo-library-title-actions {
    transform: scale(1);
}

.btn-result {
    background: none;
    color: var(--rouge);
}

.btn-result:hover {
    cursor: pointer !important;
    color: white;
}

.notice-photo-library-title-actions div>p {
    color: white !important;
}


.notice-photo-library-checkbox-label {
    cursor: pointer;
}

#modeDisplayIllustrationMed .btn.btn-result {
    color: #fff !important;
}

.notice-photo-library-title-actions div>p {
    margin: 0;
}

.notice-photo-library-localisation {
    left: 20px;
    top: 20px;
    position: absolute;
    width: calc(100% - 115px);
}

.flex-gallery-item-overlay .notice-photo-library-localisation p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.notice-photo-library-localisation>p {}

.notice-photo-library-detail {
    padding: 6px;
}

.notice-photo-library-localisation .btn.btn-result {
    color: #fff !important;
    width: auto !important;
    padding: 0;
    margin: 0 10px 0 0;
}

.flex-gallery-action-legend,
.notice-photo-library-legend {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 65px);
}

.flex-gallery-action-legend>p,
.notice-photo-library-legend>p {
    width: calc(100% - 50px);
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin: 2px 0;
}

.notice-photo-library-checkbox {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 20px !important;
    height: auto !important;
    background: transparent !important;
    top: auto !important;
    display: flex !important;
}

.flex-gallery-action-buttons button {
    background-color: transparent;
    border: none;
    color: white;
}

.flex-gallery-action-buttons button:hover {
    color: #D53E57 !important;
}

.flex-gallery-action-buttons,
.notice-photo-library-detail {
    right: 10px;
    top: 10px;
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    z-index: 2;
}

/********* liens dossiers *********/
.vignette-liens-dossiers {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

#liens-dossier .frame {
    margin: 0;
}

#liens-dossier .modal-body {
    position: relative;
    padding: 0 20px;
}

.lien-liens-dossiers:hover {
    color: var(--rouge);
}

.lien-liens-dossiers {
    color: var(--rouge);
}

.lien-liens-dossiers:first-letter {
    text-transform: uppercase;
}

.selected-dossier-title {
    position: absolute;
    max-width: 250px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

/* Modal de documentation des dossiers */
.dossier-modal-documentation {
    margin-top: 40px;
}

.dossier-modal-documentation .modal-dialog {
    overflow: auto;
    max-height: 95vh;
}

.flex-gallery,
.dossier-modal-documentation .dossier-ref-illustrations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.dossier-modal-documentation .dossier-ref-illustration {
    cursor: pointer;
    position: relative;
    flex-grow: 1;
    flex-basis: 350px;
}

#resultats_recherche .flex-gallery-item {
    height: 120px;
}


.dossier-modal-documentation .dossier-ref-illustration img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.flex-gallery-item {
    cursor: pointer;
    position: relative;
    flex-grow: 1;
    height: 300px;
}

.flex-gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* -------- Modal pour visualiser les images en plein écran --------*/
.clic-img-popup:hover {
    cursor: zoom-in;
    opacity: 0.9;
}

.modal-fullscreen .modal-dialog {
    width: 90%;
    height: 80%;
    margin: 0;
    padding: 0;
}

.modal-fullscreen .modal-backdrop.in {
    opacity: 0.7 !important;
}

.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.modal-fullscreen .modal-body {
    text-align: center !important;
    color: white;
    /*max-height: 95vh;*/
    max-height: 70vh;
    width: fit-content;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
}

.modal-fullscreen img {
    /*max-height: 90vh;*/
    max-height: 65vh;
    max-width: 100% !important;
    margin-bottom: 2em;
}

.modal-fullscreen p {
    text-align: center !important;
}

.modal-fullscreen .close {
    opacity: 0.6 !important;
    font-weight: 800;
    position: absolute;
    top: 0;
    right: 5px;
}

.modal-fullscreen .close:hover {
    color: var(--rouge);
}

.modal-fullscreen .modal-body-image-wrapper {
    display: table;
}

.modal-fullscreen .modal-body-text {
    display: table-caption;
    caption-side: bottom;
    position: absolute;
    bottom: 0;
    background-color: white;
    left: 0;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
}

.modal-fullscreen .modal-clic-popup-description,
.modal-fullscreen .modal-clic-popup-author {
    font-size: 14px;
    line-height: initial;
    margin: 5px 0 0 0;
}

.modal-fullscreen .modal-clic-popup-legend {
    font-size: 18px;
}

/* ------------------------------------------------------------- */
.modal-liens-dossier {
    margin-top: 50px;
}

.modal-liens-dossier .modal-dialog {
    width: 40%;
}

.modal-liens-dossier .modal-body {
    margin: 10px 20px;
    background-color: aliceblue;
    max-height: 700px;
    overflow: hidden;
}

.modal-liens-dossier li {
    display: flex !important;
    padding: 10px 0;
    box-shadow: 10px 5px 5px rgb(0 0 0 / 5%);
}

.modal-liens-dossier ul {
    max-height: 600px;
    overflow: auto;
    overscroll-behavior-y: contain;
    padding-bottom: 5%;
}

#resultats>ul>li {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 14px;
}

#resultats .notice_courte .notice_metadata {
    height: 100%;
    position: absolute;
    right: 0;
}

#resultats>ul>li .statut {
    display: none;
}

/* Placement du type de document au dessus de la vignette  */
/* #resultats .notice_courte .badge {
padding: 10px;
position: absolute;
left: 20px;
width: 110px;
}
.OeuvreArchitecture .vignette_document:before,
.OeuvreObjet .vignette_document:before,
.Collectif .vignette_document:before,
.Mobilier .vignette_document:before,
.AireEtude .vignette_document:before,
.Operation .vignette_document:before,
.Thematique .vignette_document:before{
content: "\f07c" " Dossier";
font-family: "Font Awesome 5 Free", "Quicksand";
background-color: #CE9254;
padding: 2px 5px;
width: 100%;
border-radius: 12px;
text-align: center;
font-size: small;
position: absolute;
color: white;
font-weight: 500;
}
.IllustrationsMed .vignette_document:before{
content: "\f03e" " Photographie";
font-family: "Font Awesome 5 Free", "Quicksand";
background-color: #85B9C5;
padding: 2px 5px;
width: 100%;
border-radius: 12px;
text-align: center;
font-size: small;
position: absolute;
color: white;
font-weight: 500;
}
.Page.du.Portail .vignette_document:before{
content: "\f2d2" " Page portail";
font-family: "Font Awesome 5 Free", "Quicksand";
background-color: darkseagreen;
padding: 2px 5px;
width: 100%;
border-radius: 12px;
text-align: center;
font-size: small;
position: absolute;
color: white;
font-weight: 500;
}
.vignette_document .thumbnail-wrapper img {
position: relative;
top: 50px;
object-fit: cover;
}
*/
.detail_static_container {
    margin-top: 75px;
}

#resultats .notice_courte .template-type {
    font-weight: 600;
    margin-bottom: 15px;
}

#resultats .notice_courte .template-title {
    margin-right: 10px;
}

#resultats .notice_courte .template-resume,
#resultats .notice_courte .template-info {
    text-align: justify;
}

#resultats .notice_courte .template-header {
    display: flex;
    justify-content: space-between;

}

#resultats .notice_courte .template-header .badge {
    align-self: baseline;
    min-width: auto;
    font-weight: 400;
}

#resultats .notice_courte .template-header .cms-badge {
    background-color: darkseagreen;
}

#resultats .notice_courte .template-header .cms-badge:before {
    content: "\f2d2";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

#resultats .notice_courte .template-header .cms-badge-actu {
    background-color: gold;
    color: #000;
}

#resultats .notice_courte .template-header .cms-badge-actu:before {
    /*content: "\f2d2";*/
    content: "\f0a1";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

#resultats .notice_courte .template-header .biblio-badge {
    background-color: #9e85c5;
}

#resultats .notice_courte .template-header .biblio-badge .glyphicon-book {
    margin-right: 5px;
}

#resultats .notice_courte .template-header .illustration-badge {
    background-color: #85B9C5;
}

#resultats .notice_courte .template-header .illustration-badge:before {
    content: "\f03e";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

#resultats .notice_courte .template-header .lotillustration-count {
    background-color: #5f5076;
    margin-right: 5px;
}

#resultats .notice_courte .template-header .lotillustration-badge {
    background-color: #9e85c5;
}

#resultats .notice_courte .template-header .lotillustration-badge:before {
    content: "\f302";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

#resultats .notice_courte .template-header .dossier-badge {
    background-color: #CE9254;
}

#resultats .notice_courte .template-header .dossier-badge:before {
    content: "\f07c";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

#resultats .notice_courte .short-boutons .btn {
    padding: 0 !important;
    background-color: transparent;
    border: none;
    margin-right: 10px;
}

#resultats .notice_courte .short-boutons .btn:hover {
    text-decoration: underline;
}

#resultats .notice_courte .short-boutons .btn span {
    color: rgb(185, 46, 69);
    font-weight: 500;
}

#resultats #fil-ariane .btn.btn-info.tarzan:hover {
    color: rgb(185, 46, 69);
}

#resultats #fil-ariane .btn.btn-info.tarzan {
    padding: 0 !important;
    background-color: transparent;
    border: none;
    text-decoration: underline !important;
}

#resultats #fil-ariane {
    margin-bottom: 15px;
}

#resultats .notice_corps .media-body {
    padding: 10px 0;
}

#resultats .notice_corps .media-body .template-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}

#resultats .notice_corps {
    padding: 0 15px 0 0;
    width: 100%;
    padding-right: 50px;
}

.notice_corps .actions {
    display: none;
}

.search-item.panier .notice_corps .actions {
    display: block;
}

#note-detail {
    visibility: hidden;
    height: 0px;
    position: absolute;
}

.add-tag.btn-action {
    display: none;
}

.metadata-actions .btn {
    background: var(--rouge);
    border: none;
    border-radius: 0;
    color: #fff;
}

.metadata-actions .btn .caret {
    border-top-color: #fff;
}

#resultats .select {
    background-color: #aaaaaa;
}

#resultats>ul>li.on {
    background-color: #fff;
    border: 1px solid #eee;
}

#resultats>ul>li:hover {
    background-color: #fff;
}

.label-facet .btn-action {
    opacity: 1;
    color: #fff;
    border: none;
    background: #22758A;
    border-radius: 25px;
    font-size: 12px;
    text-transform: none;
}

.select-all {
    background-color: #DBDBDB;
}

.panel-front.panel-search-container {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.available.indicator a {
    background: transparent;
    color: var(--rouge);
    border-radius: 6px;
    padding: 4px 8px;
}

#resultats_recherche #LotsIllustrationMed-container {
    height: 230px;
    z-index: 3;
    position: relative;
}

#resultats_recherche .panel-search-container {
    background: #fff;
}

#facet_container>.panel-group {
    background: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0px 8px 13px -7px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 8px 13px -7px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 13px -7px rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-bottom: 30px;
}

#criteres_recherche,
.navigation-page,
.intro,
#description_resultats_pendingActiveClients {
    padding: 0;
    margin: 0;
}

.additional-infos {
    color: #97989C;
}

#criteres_recherche {
    background: #EFEFEF;
    padding: 10px 20px;
}

#resultats_recherche .panel-heading {
    padding: 20px 0;
}

.panel-front.panel-search-container .panel-heading {
    padding: 20px;
}

.more-actions {
    margin-top: 0;
    right: 0;
}

.more-actions a:hover {
    text-decoration: none;
}

.search-icon-container {
    right: 0;
    top: 20px;
}

#resultats_recherche .search-icon-container>.search-icon-container--icon:first-child:before {
    /*content: 'Voir sur la carte';*/
    position: relative;
}

.btn-geomap-search-wrapper {
    position: relative !important;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
	bottom: 0 !important;
}

.btn-geomap-search {
        background-color: #FF1949;
		border: 0;
}


#resultsContainer:not(.sc-code-DOSSIER) #resultats_recherche .search-icon-container>.search-icon-container--icon:first-child:before {
    display: none;
}

#resultsContainer:not(.sc-code-DOSSIER) #resultats_recherche .search-icon-container>.search-icon-container--icon:first-child {
    position: relative;
    top: auto;
    left: auto
}

#resultats_recherche .search-icon-container>.search-icon-container--icon:first-child {
    top: 34px;
    left: 0;
    position: absolute;
}

#resultats_recherche #resultsContainer .search-icon-container>.search-icon-container--icon .fa-map-marked-alt {
    display: none
}

#resultats_recherche.sc-code-DOSSIER .search-icon-container>.search-icon-container--icon .fa-map-marked-alt {
    display: inline-block
}

.panel-default>.panel-heading {
    background-color: transparent;
}

#resultats_recherche .facetList.nav-pills>li>a {
    background-color: var(--rouge);
}

.criteres_tri {
    background-color: #EFEFEF;
}

.sc-code-DEFAULT #resultats_recherche .facetList.nav-pills>li>a,
.sc-code-SEPIA_PROJECT #resultats_recherche .facetList.nav-pills>li>a {
    background: #fff !important;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #A1A2A5 !important;
    margin: 4px 6px;
    padding: 6px 0;
    font-size: 1.6rem;
}

.sc-code-DEFAULT #resultats_recherche .facetList,
.sc-code-SEPIA_PROJECT #resultats_recherche .facetList {
    display: table;
    margin: 0 auto;
}

.sc-code-DEFAULT #resultats_recherche .facetList.nav-pills>li.active>a,
.sc-code-SEPIA_PROJECT #resultats_recherche .facetList.nav-pills>li.active>a {
    color: var(--rouge) !important;
    border-bottom: 2px solid var(--rouge);
    text-decoration: none;
}

.sc-code-DEFAULT #resultats_recherche .facetList.nav-pills>li.active>a .horizontal-facet-count,
.sc-code-SEPIA_PROJECT #resultats_recherche .facetList.nav-pills>li.active>a .horizontal-facet-count {
    color: var(--rouge);
}

.sc-code-DEFAULT #resultats_recherche .horizontal-facet-count,
.sc-code-SEPIA_PROJECT #resultats_recherche .horizontal-facet-count {
    color: #BEB6B4;
    font-weight: 400;
    display: none;
}

.sc-code-DEFAULT #resultats_recherche,
.sc-code-SEPIA_PROJECT #resultats_recherche {
    background: #fff;
    border-radius: 6px;
}

.calendar .vc-container {
    font-family: 'Roboto' !important;
}

.criteres_tri label.label-tri {
    color: #757575;
}

.displaymode-icon-container.desktop button:hover,
.siteRestriction-icon-container.desktop button:hover,
.sort-order button:focus,
.sort-order button:hover {
    color: #757575;
}

/* Update 18/08/2020 */
#resultats_detail h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 2.5rem 0;
    max-width: 950px;
}

#notice_longue .vignette_document img.ermes-thumb {
    /* max-width: 160px;
object-fit: contain;
border-radius: 12px;*/
}

#resultats_detail .panel-heading {
    background: transparent;
}

#resultats_detail .panel-heading h3 {
    color: #fff;
}

#notice_longue.sc-code-AGENDA .vignette_document img.ermes-thumb {
    max-width: 420px;
    border-radius: 30px;
}


	

/*****************Footer*****************/
footer {
    background: var(--rouge);
    color: #fff;
    font-size: 14px;
    clear: both;
    margin: 30px 0 0 0;
}

footer .container .col-md-12 {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

footer .container {
    margin: 0px auto;
    padding: 26px 15px;
}

.logo_ft {
    margin: 0 40px 0 0;
}

footer a,
footer a:hover,
footer a:focus,
footer [class^="icon-"],
footer [class*=" icon-"] {
    color: #fff;
}

footer .container ul li,
.label-ermes {
    color: #fff;
}

footer div.footer-mobile [class^="icon-"],
footer.footer-mobile [class*=" icon-"] {
    color: #fff;
}

footer h3,
footer h3 a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

footer p {
    color: #fff;
    font-size: 16px;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: none;
}

footer .logo_ft img {
    max-width: 170px;
}

footer a.mailto {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

footer .social_media {
    text-align: left;
    margin: 0 22px;
}

footer .social_media .fab {
    font-size: 32px;
}

footer .social_media ul li {
    display: inline-block;
    margin: 0 6px;
}

div.product-infos {
    text-align: center;
    background-color: #252525;
    padding: 10px 0;
    color: #fff;
    display: none;
}

div.product-infos span {
    color: #fff;
}

div.product-infos,
div.product-infos a {
    color: #fff;
}

footer .adrs {
    margin: 30px 0;
}

/* Social media */
footer .social_media li a {
    width: 35px;
    height: 35px;
    background: var(--rouge);
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    opacity: 0.8;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

footer .social_media li a:hover,
footer .social_media li a:focus {
    opacity: 1;
}

footer .social_media li a::before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 500;
    font-size: 30px;
}

/* facebook */
footer .social_media li.facebook a:before {
    content: '\f39e';
}

/* twitter */
footer .social_media li.instagram a:before {
    content: '\f16d';
}

/* Linkedin */
footer .social_media li.linkedin a:before {
    content: '\f0e1';
}

footer .social_media li.twitter a:before {
    content: '\f099';
}

footer .social_media li a span {
    display: none;
}

footer .cond_ml {
    display: inline-block;
    margin: 34px 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: 16px;
}

footer .pqc {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 40px;
}

footer .pqc li {
    display: inline-block;
    margin: 0 8px 0 0;
}

footer .pqc:nth-child(2) {
    justify-content: start;
    border-left: 1px solid #375F9B;
}

footer .connexe_ft li {
    display: inline-block;
    margin: 0 8px 0 0;
}

footer .logo_ft_1 img,
footer .logo_ft_2 img {
    height: 56px;
}

/***********/
#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;
}

.lang-dropdown-mobile #dropChangeCulture {
    color: #fff;
}

.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: #fff;
}

#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;
}

.sans_titre .panel-heading>h2 {
    display: none;
}

#detail-notice .metadata-actions .btn {
    background: var(--rouge);
    border-radius: 0;
    border: none;
    color: #fff;
}

li.ajouter_selection {
    background-color: var(--rouge);
    cursor: pointer;
}

#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: #000;
}

.tab-content .dl-horizontal dt {
    text-align: left;
    padding: 15px;
    color: #000;
}

.tab-content .dl-horizontal dd {
    margin-left: 0;
    background: #ECECEC;
    border-top: none;
    padding: 15px 0 0 0;
    color: #000;
}

#notice_longue_description .dl-horizontal:not(:first-child) {
    margin-top: 0;
}

#detail-primary-abstract .row {
    margin: 0;
}

#detail-notice .nav-tabs>li {
    background-color: #4d4d4d;
}

#detail-notice .nav-tabs>li>a {
    color: #fff;
}

#detail-notice .tab-content {
    background-color: transparent;
    padding: 20px;
    height: 100%;
}

#dossier-ensavoirplus .tab-content {
    background-color: #F2F2F2;
}

#dossier-ensavoirplus td.dossier-table-logos {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}

#dossier-ensavoirplus td.dossier-table-logos img:hover {
    opacity: 0.8;
}

#dossier-localisation h4:before {
    content: "\f279";
    font-family: 'Font Awesome 5 free';
}

#dossier-localisation h4:before {
    padding: 30px 0;
}

.map-container {
    /*top: -80px; 
     position: inherit;*/
}

.map-container .category_header {
    display: none;
}

.map-container .category_header:before {
    content: "\f279";
    font-family: 'Font Awesome 5 free';
}

h2.category_header {
    color: #000;
    border-left: 6px solid var(--rouge);
    text-transform: none;
    padding: 15px;
    margin-bottom: 25px;
}

.btn.tarzan {
    text-decoration: none !important;
}

#enrichissements .content_tab {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

#notice_longue h3 {
    font-size: 18px;
    font-weight: 500;
}

.holdings_container_desktop .btn-default {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 100%;
}

#notice_longue .item-typedoc {
    background: var(--rouge);
    color: #fff;
    padding: 4px 10px;
    font-weight: normal;
    margin: 0 0 20px 0;
    display: inline-block;
}

a.rheader-button.rheader-button-search.active {
    background: var(--rouge);
    border-left: 1px solid var(--rouge);
    border-right: 1px solid var(--rouge);
}

/**********/
.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;
    font-size: 1.2rem;
}

a.rheader-button.rheader-button-search.active {
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-left: none;
    border-right: none;
    color: #15adb0;
}

.template-resume,
.template-title,
.template-info {
    /*font-family: Segoe UI, tahoma, helvetica, arial, sans-serif;*/
    color: #4D4F5C;
    font-weight: 500;
}

#ermes_main_menu .dropdown-submenu>a:after {
    float: right;
    border-left-color: var(--rouge);
    border-width: 3px 0 3px 3px;
    margin: 0;
    display: none;
}

.dropdown-submenu:hover>a:after {
    border-left-color: var(--rouge);
}

#share_social_mobile {
    display: none !important;
}

.button-more {
    background: #faa519;
    border-radius: 0;
    border: none;
    padding: 10px;
}

.button-more:hover,
.button-more:focus,
.button-more:active {
    background: #F49A05;
}

.with_border {
    position: relative;
    margin: 3rem 0 0 8px;
}

.with_border:before {
    width: 30px;
    height: 30px;
    border-left: 8px solid #FCD28C;
    border-bottom: 8px solid #FCD28C;
    position: absolute;
    content: '';
    left: -8px;
    bottom: -8px;
}

/* Blog */
.blog-post-featured-image img {
    max-height: 100%;
}

.blog-post-display,
.blog-display {}

.blog-postlist-post-featured-image {
    width: 100%;
    background-color: transparent;
    vertical-align: middle;
    max-width: 100%;
    height: 240px;
}

.blog-header-subscribe-action {
    float: right;
}

.blog-postlist-post>div {
    display: block;
}

.blog-postlist {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
}

.blog-admin-actions {
    padding: 0 15px;
}

.blog-postlist a.blog-post-category,
.blog-postlist a.blog-post-tag {
    white-space: nowrap;
    position: absolute;
    top: 0;
    background: #fff;
    color: #5b5b5b;
    padding: 2px 6px;
    text-decoration: none;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%);
}

.blog-postlist-post {
    box-shadow: 0 10px 40px rgba(5, 6, 24, .05);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    flex: 0 0 31%;
    padding: 0;
    position: relative;
    margin: 1%;
    padding: 0;
    position: relative;
    display: block;
    height: auto;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    box-shadow: 10px 15px 4px -10px rgba(0, 0, 0, 0.06);
    border: 1px solid #F1F0F2;
}

.blog-postlist-post:hover {
    background: #fff;
    -webkit-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    transform: translate(0, -16px);
    -webkit-box-shadow: 0 32px 80px rgba(5, 6, 24, .05);
    box-shadow: 0 32px 80px rgba(5, 6, 24, .05);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.blog-postlist-post-content {
    padding: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.frame .blog-postlist-post-featured-image img {
    background-position: top;
}

.blog-postlist-post-title a {
    font-size: 2.6rem;
    line-height: 100%;
    font-weight: 500;
    margin: 2rem 0;
    display: inline-block;
    color: var(--rouge);
}

.blog-post-counters .glyphicon {
    color: #fff;
}

.blog-postlist .blog-post-date {
    font-size: 1.4rem;
    margin: 5px 0;
    color: #FAA419;
}

.blog-postlist .blog-post-date span {
    display: none;
}

.blog-post-counters span,
.blog-post-counters a {
    color: #1AAE6C !important;
}

.blog-postlist-post .blog-post-counters {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0;
    display: none;
}

.blog-post-counters {
    /*display: none;*/
}

.blog-post-counters * {
    color: #1AAE6C !important
}

.blog-postlist-pagination {
    clear: both;
}

.blog-header-avatar-container {
    /*display: none;*/
}

.blog-header-collaborative .blog-header-title a,
.blog-header-collaborative .blog-header-title {
    text-transform: uppercase;
    padding-top: 16px;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-transform: none;
}

.blog-header-collaborative .blog-header-title a:hover,
.blog-header-collaborative .blog-header-title:hover {
    text-decoration: none;
    color: var(--rouge);
}

.blog-header-title,
.blog-header-stats {
    /* color: #fff;*/
}

.blog-header-banner {}

.blog-header-avatar {
    border-radius: 50%;
}

.blog-postlist-post-head a {
    display: block;
}

.blog-display #layout-3 .nav-tabs,
.blog-post-display #layout-3 .nav-tabs {
    display: none;
}

.blog-postlist-post-head a>span {
    display: inline-block;
    transition: all .3s;
    border: none;
    padding: 0.8rem 1.6rem;
    border-radius: 6px;
    background: var(--rouge);
    margin: 20px 0 0 0;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    text-transform: none;
}

.blog-postlist-post-head a>span:hover {
    box-shadow: inset 300px 0 0 0 var(--rouge);
    text-decoration: none;
    transition: all .5s;
}

.tab-content {
    background-color: transparent;
    /*color: #fff;*/
    margin: 0;
}

.nav-tabs>li {
    background-color: transparent;
    border: none;
    margin: 0 8px 0 0;
}

.nav-tabs>li>a {
    color: #fff;
    border: none;
    border-bottom: 4px solid #4d4d4d;
}

.nav-tabs {
    border: none;
}

/* PARTAGE DES PAGES EDITORIALES */
.share-editorial {
    padding: 20px;
}

.share-editorial hr {
    border-top: 1px dashed #CCCCCC;
}

.share-buttons-editorial {
    display: flex;
    justify-content: space-around;
    margin: 10px;
}

.share-buttons-editorial .btn {
    width: auto;
    background-color: transparent;
    border: none;
    height: auto;
}

.share-buttons-editorial a:hover {
    color: darkgrey;
}

.share-buttons-editorial .btn i {
    color: red;
}

.share-buttons-editorial a {
    width: 20px;
    height: 20px;
    color: red;
}

/* TEMPORAIRE POUR LA SAISIE DES PAGES EDITORIALES */
.nav-tabs>li a,
.nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-color: #fff;
    color: black;
    border: none;
    border-bottom: 4px solid #4d4d4d;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    background-color: #878787;
    border-color: #fff;
    color: black;
    border: none;
    border-bottom: 4px solid #4d4d4d;
}

/* .nav-tabs>li.active>a, */
/* .nav-tabs>li.active>a:hover, */
/* .nav-tabs>li.active>a:focus { */
/* background-color: transparent; */
/* border-color: #fff; */
/* color: #fff; */
/* border: none; */
/* border-bottom: 4px solid #4d4d4d; */
/* } */
.nav-tabs>li a:hover {
    background: #878787;
    border: none;
    border-bottom: 4px solid #878787;
}

.frame-blogpostinfodisplay .panel-body {
    position: relative;
}

.frame-blogpostinfodisplay .blog-post-date {
    position: absolute;
    background: #1AAE6C;
    left: 0;
    top: 20px;
    color: #fff;
    padding: 4px 6px;
    font-size: 1.4rem;
    display: none;
}

.frame-blogaboutdisplay {
    display: none;
}

.blog-header-content.row {
    width: 100%;
    padding: 22px 0;
    background: transparent url(images/bg_breadcrumb_produit.jpg) center top;
    margin: 0;
    background-size: cover;
}

.blog-display .panel-front {
    background: transparent;
    padding: 20px 0;
}

.blog-display .blog-header-content>div,
.blog-post-display .blog-header-content>div {
    /* background: #3A418D;
width: 100%;
border-radius: 6px;*/
}

.blog-postlist-post:hover {
    /*background: var(--rouge);*/
    box-shadow: none;
}

.page-accueil .blog-display #layout-3,
.page-accueil .blog-post-display #layout-3 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.page_header_title {
    color: #fff;
    font-size: 4rem;
    font-weight: 400;
}

/* Page de contact */
.encart_contact {
    position: relative;
}

.encart_contact>.panel-body {
    max-width: 1100px;
}

.encart_contact .panel-front,
.encart_contact .panel-selection {
    padding: 40px 0;
    /*background: rgb(21, 173, 176);*/
    /*background: linear-gradient(180deg, rgba(21, 173, 176, 1) 0%, rgba(67, 147, 174, 1) 100%);*/
    margin-bottom: 0;
}

#portal .encart_contact .panel-body {
    padding: 0;
    margin: 0 auto;
}

.encart_contact .panel-heading h2 {
    display: none;
}

#portal .encart_contact.frame {
    margin: 0 !important;
}

.encart_contact label {
    display: none;
}

.encart_contact input,
.encart_contact textarea,
.encart_contact .formgroup.category>div {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #15ADB0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border-radius: 0;
    color: #15ADB0;
}

.encart_contact input:focus,
.encart_contact textarea:focus {
    border-bottom: 2px solid #F1F3F5;
    outline-color: transparent;
    outline-width: 0;
    transition: all .3s;
}

.encart_contact input::placeholder,
.encart_contact textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #15ADB0;
}

.encart_contact ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #15ADB0;
    opacity: 1;
    /* Firefox */
}

.encart_contact :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.encart_contact ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.formulaire_ct {
    padding: 20px;
    background: #fff;
    margin: 0 0 30px 0;
    border-radius: 0;
    -webkit-box-shadow: -1px 6px 10px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -1px 6px 10px -2px rgba(0, 0, 0, 0.27);
    box-shadow: -1px 6px 10px -2px rgba(0, 0, 0, 0.27);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    float: left;
}

.msg_contact {
    padding: 0 60px;
}

.encart_contact textarea::placeholder {
    line-height: 150px;
}

.encart_contact .formgroup {
    padding-right: 15px !important;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.encart_contact .form-group .col-lg-offset-2.col-lg-9 {
    margin: 0 !important;
}

.encart_contact .formgroup.input,
.encart_contact .formgroup.category {
    height: 60px;
}

.required-field-indicator {
    display: none;
}

input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-group {
    margin-bottom: 15px;
}

/* Select for contact form
select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
border: 0 !important;
background: #2c3e50;
background-image: none;
}
select::-ms-expand {
display: none;
}
.select {
position: relative;
display: flex;
width: 20em;
height: 3em;
line-height: 3;
background: #2c3e50;
overflow: hidden;
border-radius: .25em;
}
select {
flex: 1;
padding: 0 .5em;
color: #fff;
cursor: pointer;
}
.select::after {
content: 'grgrrg';
position: absolute;
top: 0;
right: 0;
padding: 0 1em;
background: #34495e;
cursor: pointer;
pointer-events: none;
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
}
.select:hover::after {
color: #f39c12;
}
*/
#logon-container {
    /*background: var(--rouge) url(images/login_bg.png) no-repeat 0 0 !important;*/
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-size: contain;
    display: flex;
    justify-items: normal;
    background-color: rgb(58, 65, 141);
    opacity: 1;
    /* background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, rgb(58, 65, 141) 1px);
background-size: 20px 20px;*/
    justify-content: center;
    align-content: center;
    padding: 100px 0 0 0;
    background: url(images/h11-background-img.jpg) repeat center center;
}

#logon-container::after {
    /*content: 'fsf';
width: 100%;
height: 100%;
position: absolute;
display: block;
background: url('images/header.jpg') no-repeat;*/
}

#logon-container .row {
    /* display: inline-block; */
    /* height: 100%; */
    /* vertical-align: middle; */
    padding-top: 106px;
    padding-bottom: 106px;
    margin: 0;
    padding: 0 47px;
}

#logon-form {
    max-width: 500px;
    margin: 0;
    position: relative !important;
    background: RGBA(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 10px 15px 4px -10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 15px 4px -10px rgba(0, 0, 0, 0.06);
    box-shadow: 10px 15px 4px -10px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

#logon-container h1 {
    background: none !important;
    padding-left: 0 !important;
    line-height: 100% !important;
    margin-bottom: 35px !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    text-align: center;
    margin: 0 0 33px 0;
    border-bottom: 1px dotted #fff;
    padding: 0 0 12px 0;
}

#logon-container h1:before {
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    font-size: 50px;
    content: "\f007";
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0 30px 0;
}

#logon-container .row h2 {
    color: #fff;
    margin: 0 0 20px 0;
}

.link-connexe a:before {
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    /* color: var(--rouge); */
    font-size: 22px;
}

#logon-container .btn-primary {
    background-color: var(--rouge);
    border-color: #fff;
    color: #fff;
}

#logon-container .form-group label {
    color: #9E9E9E;
}

#logon-container .form-control {
    border: 2px solid var(--rouge);
}

#logon-form h2 {
    color: var(--rouge) !important;
    margin: 0 0 20px 0;
}

/* 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 {
    display: none;
}

header .navbar-collapse {
    border: none;
}

.page-accueil #layout-2,
.page-accueil #layout-3 {
    /*max-width: 1100px;
margin: 40px auto 0;
padding: 0 15px;
float: none;*/
}

.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 {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
width: auto;
background: transparent;
}
#admin-actions .btn-group {
display: flex;
flex-direction: row;
}
#admin-actions .btn-group {
background: #3A418D;
transform: translate(139px, 0);
transition: all ease 0.2s;
border-radius: 6px 0 0 6px;
margin: 4px 0;
-webkit-transform: translate(138px, 0);
-moz-transform: translate(139px, 0);
-ms-transform: translate(139px, 0);
-o-transform: translate(139px, 0);
}
#admin-actions .btn-group a {
padding: 2px 10px;
}
#admin-actions .btn-group:hover, #admin-actions .btn-group:active, #admin-actions .btn-group:focus {
text-decoration: none;
background: var(--rouge);
transform: translateX(0);
}
#admin-actions .btn-group a i, #admin-actions .btn-group a span:before {
font-size: 20px;
}
*/
.compteur.panel-front,
.compteur.panel-selection {
    background: transparent;
    box-shadow: none;
    text-align: center;
    border: none;
}

.compteur .panel-heading h2 {
    display: none;
}

.compteur.panel-front *,
.compteur.panel-selection * {
    color: var(--rouge);
}

.compteur>.panel-body {
    background: #EBEBEB;
    padding: 20px !important;
    border-radius: 12px;
}

.compteur h3 {
    font-size: 38px;
    font-weight: 600;
}

.compteur p {
    text-transform: uppercase;
    font-size: 1.8rem;
}

.zsiq_theme1 .zsiq_flt_rel {
    background-color: var(--rouge) !important;
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}

/* theme_5 */
.theme_5 .grid figure {
    height: 190px;
}

.theme_5 .grid figure img {
    width: 50%;
    border-radius: 0;
    height: 100%;
    object-fit: cover;
    /*border-right: 8px solid var(--rouge);*/
}

.theme_5 .grid figure figcaption {
    width: 50%;
    float: right;
    padding: 20px;
}

.theme_5 .grid figure figcaption h3,
.theme_5 .grid figure figcaption h2,
.theme_5 .grid figure figcaption p,
.theme_5 .grid figure figcaption a {
    color: #fff;
}

/* theme_4 */
.theme_4 .grid figure img {
    width: 50%;
    border-radius: 0;
    /*border-right: 8px solid var(--rouge);*/
    height: 100%;
    object-fit: cover;
}

.theme_4 .grid figure {
    height: 190px;
}

.theme_4 .grid figure figcaption {
    width: 50%;
    float: right;
    padding: 20px;
}

.theme_4 .grid figure figcaption h3,
.theme_4 .grid figure figcaption h2,
.theme_4 .grid figure figcaption p,
.theme_4 .grid figure figcaption a {
    color: #fff;
}

/* theme_2 */
.theme_2 .grid figure img {
    width: 50%;
    border-radius: 0;
    /*border-right: 8px solid var(--rouge);*/
    height: 100%;
    object-fit: cover;
}

.theme_2 .grid figure {
    height: 190px;
}

.theme_2 .grid figure figcaption {
    width: 50%;
    float: right;
    padding: 20px;
}

.theme_2 .grid figure figcaption h3,
.theme_2 .grid figure figcaption h2,
.theme_2 .grid figure figcaption p,
.theme_2 .grid figure figcaption a {
    color: #fff;
}

/* theme_3 */
.theme_3 .grid figure img {
    width: 50%;
    border-radius: 0;
    /*border-right: 8px solid var(--rouge);*/
    height: 100%;
    object-fit: cover;
}

.theme_3 .grid figure {
    height: 190px;
}

.theme_3 .grid figure figcaption {
    width: 50%;
    float: right;
    padding: 20px;
}

.theme_3 .grid figure figcaption h3,
.theme_3 .grid figure figcaption h2,
.theme_3 .grid figure figcaption p,
.theme_3 .grid figure figcaption a {
    color: #fff;
}

/*******/
#back2Top {
    overflow: hidden;
    display: none;
}

.haut_btn {
    right: 20%;
    position: absolute;
    bottom: 20px;
    width: auto;
    position: fixed;
    right: 20px;
    z-index: 9999;
    top: auto;
}

.haut_btn a {
    display: block;
    background: #262626;
    width: 36px;
    height: 36px;
    text-indent: 0;
    position: relative;
    border-radius: 6px;
    opacity: 0.4;
}

.haut_btn a:before {
    content: "\f077";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    display: block;
    line-height: 36px;
    font-family: "Font Awesome 5 free";
}

.haut_btn a span {
    display: none;
}

.well {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

div.post-edit-header {
    background-color: #EBEBEB;
}

/* correctif edition blog */
#publication-options-panel .checkbox,
.radio {
    display: inline-block;
}

#publication-options-panel .checkbox input[type=checkbox],
#publication-options-panel .checkbox-inline input[type=checkbox],
#publication-options-panel .radio input[type=radio],
#publication-options-panel .radio-inline input[type=radio] {
    margin: 0 10px 0 0;
}

#facet_container .icon-resize-small:before {
    content: "\f106";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

#facet_container .icon-resize-full:before {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

.search-icon-container {
    color: #000;
    width: 100%;
    text-align: right;
}

.search-icon-container i,
.search-icon-container span:before {
    color: #000
}

.user-account .user-account-summary {
    border-radius: 12px;
    box-shadow: 10px 15px 4px -10px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #F1F0F2;
    background: #fff !important;
}

.frame .panel-default {
    background-color: #fff;
}

/* Dom info */
.dom_infos {
    border: 2px solid #fff;
}

.dom_infos img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.dom_infos .thumb_dom::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: RGBA(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    display: block;
}

.dom_info {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 300;
}

.dom_info span::after {
    margin: 1rem auto 1rem !important;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
}

.dom_all_lnk:hover~.dom_info span::after {
    width: 40px
}

.dom_all_lnk {
    text-indent: -9999px;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.thumb_dom img,
.dom_infos .thumb_dom::after {
    transition: all 0.5s ease;
}

.dom_all_lnk:hover~.thumb_dom img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.dom_all_lnk:hover~.thumb_dom::after {
    background: RGBA(0, 0, 0, 0.1);
}

.dom_infos.nouv .thumb_dom::after {
    background: RGBA(253, 204, 68, 0.8);
}

.dom_infos.tut .thumb_dom::after {
    background: RGBA(48, 128, 180, 0.8);
}

.dom_infos.database .thumb_dom::after {
    background: RGBA(234, 56, 52, 0.8);
}

.dom_infos.revue .thumb_dom::after {
    background: RGBA(9, 159, 159, 0.8);
}

.dom_all_lnk:hover~.thumb_dom::after {
    background: RGBA(0, 0, 0, 0.1);
}

.thumb_dom {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}

.img-thumbnail,
.thumbnail {
    border: none;
}

/* Carousel */
.titre_carousel_st a {
    color: #000;
}

.titre_carousel_st {
    position: relative;
    display: block;
    font-size: 16px;
    width: auto;
    max-width: 150px;
    text-align: center;
    margin: 10px auto 0;
}

.auteur_cr {
    display: block;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.blog_accueil {
    display: flex;
    display: flex;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -1%;
}

.blog_accueil>div {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 31%;
    margin: 1%;
    background: #fff;
    text-align: center;
    color: #fff;
    display: flex;
    position: relative;
    padding: 0;
    background: #fff;
    border-radius: 12px;
}

.blg_content .thumb img {
    max-height: 160px;
}

.blog_accueil div>a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog_accueil div>a:hover,
.blog_accueil div>a:focus {
    text-decoration: none;
}

.blg_thumb {
    width: 100%;
    overflow: hidden;
}

.blg_thumb img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.blog_accueil div>a:hover .blg_thumb img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.blg_content {
    text-align: left;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-basis: 100%;
}

.blg_content span {
    font-size: 2.2rem;
    display: block;
    color: #333333
}

.blg_content>div {
    flex-basis: 100%;
}

.author_blog span {
    font-size: 1.4rem;
    color: #A1A1A4;
}

.blg_content .title {
    font-size: 2rem;
    display: block;
    color: #000;
    font-weight: 600;
}

.change-site-mobile {
    display: none;
}

.user-account-summary .user-account-summary-message-0.user-account-summary-message-0 {
    color: #3A3E8D
}

.scripta_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    margin: 0 -.5vw;
}

.scripta_block li {
    margin: 10px .5vw;
    padding: 20px;
    background: #EBEBEB;
}

.scripta_block li a {
    text-decoration: none;
}

.scripta_block li a:hover {
    color: var(--rouge);
}

.scripta_block li:hover,
.scripta_block li:focus {
    background: #D2D2D3;
    color: var(--rouge);
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-family: sans-serif;
    min-width: 400px;
    border: 1px solid #EBEBEB;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    /*border-bottom: 2px solid #009879;*/
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.competences {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -.5vw;
}

.competences>div {
    padding: 20px;
    background: gold;
    flex-basis: 31%;
    margin: 1%;
    position: relative;
    text-align: center;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
    flex: auto;
    width: 25%;
    margin: .5vw;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.competences a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    text-indent: -9999px;
    left: 0;
    top: 0;
    z-index: 1;
}

.competences i {
    font-size: 68px;
    margin: 26px 0;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.competences a:hover~div i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.competences h2 {
    color: #fff;
    font-size: 2.4rem;
    margin: 0 0 30px;
}

/* Colors */
.yellow {
    background: #FDCC44 !important;
}

.bleu {
    background: #3080B4 !important;
}

.pink {
    background: #F6B1C3 !important;
}

.red {
    background: #EA3834 !important;
}

.orange {
    background: #E7412B !important;
}

.orange_pastel {
    background: #F18F87 !important;
}

.green {
    background: #1AAE6C !important;
}

.purple {
    background: #3E4386 !important;
}

/* Page guides */
.guides_infos {
    display: block;
    position: relative;
}

.guides_all_lnk {
    text-indent: -9999px;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.thumb_guides {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb_guides img,
.dom_infos .thumb_guides::after {
    transition: all 0.5s ease;
}

.guides_infos img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.guides_infos .thumb_guides::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: RGBA(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    display: block;
}

.guides_info {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 300;
}

.guides_info span::after {
    margin: 1rem auto 1rem !important;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
}

.guides_all_lnk:hover~.thumb_guides img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.guides_all_lnk:hover~.guides_info span::after {
    width: 40px
}

.guides_all_lnk:hover~.thumb_guides::after {
    background: RGBA(0, 0, 0, 0.3);
}

/* */
.encart-epica {
    padding: 0;
    overflow: hidden;
}

.encart-epica .panel-heading h2 {
    display: none;
}

.encart-epica figure.effect-epica-11 {
    margin: 0;
    position: relative;
}

.encart-epica .effect-epica-11 figcaption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: stretch;
    /*flex-wrap: wrap;*/
    flex-direction: column;
    background: linear-gradient(90deg, rgba(63, 59, 137, 1) 0%, rgba(26, 174, 108, 0.35057773109243695) 100%);
    padding: 16px;
}

.encart-epica .effect-epica-11 img {
    width: 100%;
    transition: all 0.35s ease;
    min-width: 390px;
}

.encart-epica .effect-epica-11 figcaption * {
    color: #fff;
}

.encart-epica .effect-epica-11 figcaption h2 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 2rem;
}

.frame-simplehtml.encart-epica>h2 span {
    color: #1AAE6C !important
}

.encart-epica .effect-epica-11 figcaption a {
    border: 1px solid #fff;
    padding: 6px 20px;
    transition: all 0.35s ease;
}

.encart-epica .effect-epica-11 figcaption a:hover,
.encart-epica .effect-epica-11 figcaption a:focus {
    text-decoration: none;
    background: #fff;
    color: var(--rouge)
}

.encart-epica figure.effect-epica-11:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* page equipe */
.equipe .thumbnail {
    background: none;
    border: none;
}

.equipe #layout-3 .panel-front,
.equipe #layout-3 .panel-front .panel-selection {
    background: rgb(63, 59, 137);
    background: linear-gradient(90deg, rgba(63, 59, 137, 0.9) 0%, rgba(26, 174, 108, 0.9) 100%);
}

.equipe .thumbnail * {
    color: #fff !important
}

.equipe #layout-3 .thumbnail img {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
}

.equipe #layout-3 .media-body p img {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin: 0 10px;
}

.anonymous-info .account-form {
    background-color: var(--rouge) !important;
    height: auto;
    padding: 10px 16px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-radius: 28px !important;
    -webkit-border-radius: 28px !important;
    -moz-border-radius: 28px !important;
    -ms-border-radius: 28px !important;
    -o-border-radius: 28px !important;
}

.anonymous-info .account-form span {
    color: #fff !important;
    padding: 0
}

.panel-front>.panel-footer {
    position: relative;
}

.frame .blog-post-comment-thumb img {
    margin: 0 20px 0 0;
}

.webframe-ermes-commonviewedresources.facet .facetCloud {
    height: auto !important;
    width: 100% !important;
}

.webframe-ermes-commonviewedresources.facet .facetSuggest {
    display: flex;
    margin: 4px;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    flex-wrap: wrap;
    flex-direction: inherit;
    width: auto;
}

.webframe-ermes-commonviewedresources.facet .facetSuggest li {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto;
}

.webframe-ermes-commonviewedresources.facet .facetList .badge {
    color: #fff;
    background: #39428D;
    padding: 3px 9px;
}

.webframe-ermes-commonviewedresources.facet .facetList.list-group li {
    padding: 10px 0;
}

.frame-newslettercontent * {}

.newsletter-display-wrapper .newsletter-display-iframe table,
.newsletter-display-wrapper .newsletter-display-iframe table td,
.newsletter-display-wrapper .newsletter-display-iframe table td h1 {}

.frame-newslettercontent table h2 a {
    color: red;
}

.frame-newslettercontent h1 {}

.newsletter_lc .left_side {
    width: 0 !important;
}

.newsletter_lc .right_side {
    width: 0 !important;
}

.frame.newsletter-display-iframe body {
    background: #071f32;
}

#modeDisplayVignet .notice.notice_courte,
#modeDisplayVignet .statut,
#modeDisplayVignet .statut-disabled {
    margin: 0;
}

.notice.notice_courte {
    background-color: aliceblue;
}

#modeDisplayVignet {
    background-color: #fff;
}

ul#modeDisplayVignet>li {
    border: 1px solid #fff;
}

#facet_container .jstree-container-ul a {
    text-decoration: none;
    color: var(--rouge);
}

.availability-scope-list span.labelSelect {
    max-width: none;
}

#criteres_recherche p {
    margin: 6px 10px 6px 0;
}

.notice-actions {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    height: 100%;
}

.notice-actions .metadata-actions {
    background-color: var(--rouge);
}

#enrichissements tbody>tr:nth-child,
#enrichissements tbody>tr:nth-child(even) {
    background: #fff !important;
}

#resultats .notice_courte p {
    font-weight: 400;
    line-height: 140%;
}

#resultats .notice .event-wrapper {
    padding: 0 0 0 20px;
}

#resultats .notice .event-wrapper .event-date {
    margin: 12px 0;
    color: #B1B1B1;
    font-weight: 700;
}

.notice .actions .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

#resultats .notice_courte .notice_corps h3:hover {
    text-decoration: underline;
}

#resultats .notice_courte .notice_corps h3 {
    margin-bottom: 15px;
    text-transform: none;
}

#resultats .notice_courte .notice_corps h6:last-child {
    float: right;
}

.myaccount-tags .myaccount-tagcloud a {
    color: #fff;
}

.actus_bc h2 {
    font-size: 80px;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 100%;
}

.actus_bc .btn {
    margin: 30px 0 0 0;
}

.thematiques_bc {
    display: flex;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -1%;
}

.thematiques_infos {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 31%;
    margin: 1%;
    background: #fff;
    text-align: center;
    color: #fff;
    display: flex;
    position: relative;
    padding: 20px;
    transition: 0.3s all ease;
    border-radius: 20px;
}

.thematiques_infos>a {
    text-indent: -9999px;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.thematiques_content {
    width: 100%
}

.thematiques_infos:hover {
    background: #EBEBEB
}

.thematiques_infos i {
    font-size: 46px;
    color: var(--rouge);
}

.thematiques_infos h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 20px 0;
}

.ct_wol_spec {
    margin: 10px 0 0 0;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.ct_wol_spec span {
    display: block;
}

.owl_thumb_ct .type_doc {
    display: none !important;
}

.ct_wol_spec .author {
    color: #ABABAB;
    margin: 10px 0 0 0;
}

.owl_thumb_ct {
    position: relative;
    height: 210px !important;
}

.owl-carousel .owl-item a.more_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.owl-carousel .owl-item a.more_info span {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 54px;
    opacity: 0;
    background: #fff;
    height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.owl-carousel .owl-item a.more_info:hover span {
    opacity: 0.8 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    background: #252525;
    object-fit: cover;
    object-position: top;
}

.owl_thumb_ct .type_doc {
    position: absolute;
    left: 20px;
    top: 0;
    background: var(--rouge);
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
}

.owl-nav button {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-69%);
    left: -20px;
}

.owl-nav .owl-prev::before {
    content: "\f053" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: #333333 !important;
    line-height: 42px !important;
}

.owl-nav .owl-next::before {
    content: "\f054" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: #333333 !important;
    line-height: 42px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    -webkit-box-shadow: 3px 1px 8px -3px rgb(0 0 0 / 24%);
    -moz-box-shadow: 3px 1px 8px -3px rgb(0 0 0 / 24%);
    box-shadow: 3px 1px 8px -3px rgb(0 0 0 / 24%);
}

.owl-next.disabled,
.owl-prev.disabled {
    display: none;
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-69%);
    right: -20px;
}

.owl-nav button span {
    display: none;
}

.owl-dots {
    display: none;
}

/* Contact */
#portal .contact.frame {
    margin: 0 !important;
}

.contact.panel-front,
.contact.panel-selection {
    background: url(images/contact_bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0;
    padding: 74px 30px;
    margin: 0;
}

.contact .panel-heading>h2 {
    display: none;
}

.contact .formulaire_contact h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contact .contact_us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact .contact_us>div {
    width: 50%;
    padding: 40px 60px;
}

.contact_msg p {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.contact_msg {
    background: var(--rouge);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.formulaire_contact {
    background: #fff;
}

.formulaire_contact .form-control {
    color: #757575;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding: 0;
}

.formulaire_contact label {
    color: #707070;
    font-weight: 500;
    display: block;
}

.formulaire_contact .plezi-submit-btn {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    padding: 1rem 2rem;
    border-radius: 40px;
    margin: 30px 0 0 0;
    border-style: none;
}

.contact_msg p.sub_msg {
    font-size: 24px;
    font-weight: 300;
}

.bc_pr_cld {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bc_pr_cld>div {
    width: 50%;
}

.bc_pr_cld .bc_content_pr {
    background: var(--rouge);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px;
}

.bc_content_pr>div {
    padding: 30px;
}

.boodpresntation .bc_pr_cld:nth-child(even) {
    flex-direction: row-reverse;
}

.bc_thumb_pr img {
    object-fit: cover;
    height: 100% !important;
    object-position: right;
}

.bc_content_pr h3 {
    display: block;
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: center;
}

.boodpresntation .btn-default {
    border-color: #fff;
}

.boodpresntation .btn-default:hover,
.boodpresntation .btn-default:focus {
    border-color: #252525;
}

.bc_content_pr.with_logo img {
    max-width: 40%;
}

/* no margin */
.no-margin .panel-front,
.no-margin .panel-selection {
    padding: 0;
    margin: 0;
}

#portal .no-margin.frame {
    margin: 0 !important;
}

.actus .panel-heading>h2 {
    display: none;
}

.actus .rs-railsWithCaption .rsDefaultInv .rsGCaption {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 20px 0 0;
    margin: 0 !important;
    background: transparent;
}

.actus .rs-railsWithCaption .rsVisibleNearbyWrap {
    width: 50% !important;
    height: 100% !important;
    position: relative !important;
    float: right;
}

.actus .rs-railsWithCaption .rsOverflow {
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
}

.actus .rs-railsWithCaption .rsSlide .ermes-thumb {
    margin: 0 auto !important;
    object-fit: cover;
    float: none !important;
    border: 22px solid #EBEBEB;
}

.actus .rs-railsWithCaption .royalSlider {
    height: 458px !important;
}

.actus .rs-railsWithCaption h3.template-title {
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    color: #000000;
    margin: 20px 0 30px 0;
}

.actus .rs-railsWithCaption .rsCaption p>a {
    background-color: var(--rouge);
    border-color: var(--rouge);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    padding: 1rem 2rem;
    border-radius: 40px;
    display: inline-block;
    margin: 30px 0 0 0;
}

.actus .rs-railsWithCaption .rsCaption h3+p {
    display: none;
}

.actus .rs-railsWithCaption .rsCaption p {
    color: #444444;
    line-height: 1.6;
}

.actus .rs-railsWithCaption .rsDefaultInv .rsArrow {
    opacity: 1 !important;
    display: none;
}

.actus .rs-railsWithCaption .rsContent {
    text-align: center;
}

.actus .rs-railsWithCaption .toggleAutoPlayBtn {
    display: none;
}

.carnet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.carnet>div {
    flex: 1 50%
}

.carnet_thumb img {
    height: 162px !important;
    width: 162px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #F3F3F3;
}

.prenom_nom {
    font-family: 'auxerre_normalregular';
    font-size: 24px;
    color: #881262;
}

.Colab_birth_date {
    font-family: 'auxerre_normalregular';
    color: #707070;
    font-size: 22px;
}

.colab_desc {
    font-size: 16px;
    margin: 20px 0 0 0;
}

.btn.hide-label-isbd p:first-of-type {
    display: none !important;
}

.btn.hide-label-isbd p {
    margin: 5px !important;
    display: inline-block;
    white-space: break-spaces;
}

button.btn.hide-label-isbd {
    width: 100%;
    text-align: left !important;
}

button.btn.hide-label-isbd:hover {
    background: #c2c2c2;
    text-decoration: none;
    color: #000;
}

.agenda_acc {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.agenda_acc .thumb_agd {
    position: relative;
}

.agenda_acc .thumb_agd .categorie {
    /*position: absolute;
    background: var(--rouge);
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    block-size: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    /*position: absolute;
    top: 0;
    right: 40px;
    background: var(--rouge);
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;*/
	position: absolute;
    background: var(--rouge);
    color: #fff;
    font-size: 13px;
    padding: 3px 5px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    block-size: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}

.agenda_acc>li {
    margin: 1%;
    width: 23%;
}

.agenda_acc .thumb_agd img {
    height: 240px;
}

.agenda_acc>li>div {
    display: flex;
    flex-direction: column-reverse;
}

.thumb_agd img {
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
}

.ct_agd {
    position: relative;
    background: RGBA(0, 0, 0, 0);
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: left;
    flex-wrap: wrap;
}

.ct_agd h2 {
    font-size: 24px !important;
    color: #000;
    font-weight: 600;
}


.ctagd_content {
    padding: 20px;
    width: 100%;
    text-align: center;
}

.ctagd_content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
}

.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;
    left: 40px;
    top: 41px;
    background: #CE9254;
    padding: 4px 6px;
    color: #fff;
}

.more_info {
    color: #CE9254;
    font-size: 14px;
    font-weight: 600;
}

.desc_billet p {
    color: #fff;
}

.render-velocityRenderMode_PATIMAGES .panel-footer,
.render-velocityRenderMode_ACTUS .panel-footer {
    display: none;
}

.render-velocityRenderMode_ACTUS .common-view-action-container {
    text-align: center;
}


.applicatifs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    margin: 0 -3%;
}

.applicatifs>div {
    flex: 1 27%;
    background: #EBEBEB;
    margin: 3%;
    text-align: center;
    border-radius: 4px;
    position: relative
}

.applicatifs>div a {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 14px;
}

.applicatifs>div a:hover,
.applicatifs>div a:focus {
    text-decoration: none;
}

.applicatifs span {
    margin: 10px 0 0 0;
}

.applicatifs i {
    font-size: 78px;
    color: #A2A2A2;
}

.acces_direct {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    margin: 0 -1%;
}

.acces_direct>div {
    flex: 1 14%;
    background: transparent;
    margin: 1%;
    text-align: center;
    border-radius: 4px;
}

.acces_direct>div a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    color: #fff;
}

.acces_direct>div a* {
    transition: all 0.2s ease;
}

.acces_direct>div a:hover *,
.acces_direct>div a:focus * {
    color: #E5BED8;
}

.acces_direct>div a:hover,
.acces_direct>div a:focus {
    text-decoration: none;
}

.acces_direct span {
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.acces_direct i {
    font-size: 80px;
    color: #fff;
}

header .icon-user:before,
header .icon-lock:before {
    margin: 0;
}

.tooltiptext {
    visibility: hidden;
    background-color: #F5F5DC;
    color: #A2A3A0;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 0;
    margin: 0 !important;
    top: 0;
    width: 100%;
}

.applicatifs>div:hover .tooltiptext {
    visibility: visible;
}

.coll_thutxt {
    display: flex;
    flex-direction: column-reverse;
}

.coll_thumb {
    height: 200px;
    overflow: hidden;
}

.coll_thutxt h2 {
    margin: 30px 0 0 0;
}

.coll_thumb img {
    object-fit: cover;
    object-position: center;
    height: 100% !important;
    width: 100% !important;
}

.actualites {
    padding: 0 !important;
}

.actualites .panel-body {
    padding: 0 !important;
}

.actualites .actu_thumb img {
    width: 100%;
    height: 100%;
}

.actualites .actu_content {
    width: 60%;
    padding: 0 30px 0 0;
}

.actualites .actu_thumb {
    width: 40%;
}

.acces_specialises li a i {
    font-size: 61px;
    color: #3A3A3A;
}

.acces_specialises ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -2%;
}

.acces_specialises ul li {
    margin: 2%;
    flex: 0 0 29%;
}

.acces_specialises ul li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.acces_specialises ul li a {
    color: #3A3A3A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.acces_specialises ul li a:hover,
.acces_specialises ul li a:focus {
    text-decoration: none;
}

.acces_specialises ul li a>div {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px 0 10px;
}

.acces_specialises ul li a>div::before {
    content: '';
    width: 100%;
    height: 30px;
    background: #FFD64D;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cms-inner-layout,
.cms-inner-zone {
	
}

.cartes_3 .webframe-ermes-lastcomments .panel-body ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -1%;
    align-items: stretch;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.cartes_3 .webframe-ermes-lastcomments .panel-body ul li {
    border-radius: 12px;
    width: 31%;
    margin: 1%;
    box-shadow: 0px 14px 17px 0px rgb(0 0 0 / 7%);
    padding: 10px;
    position: relative;
    overflow: visible;
    background: #fff;
}

.cartes_3 .webframe-ermes-lastcomments blockquote {
    border: none;
}

.cartes_3 .webframe-ermes-lastcomments blockquote * {
    display: none !important;
}

.cartes_3 .webframe-ermes-lastcomments blockquote span.evaluation {
    display: block !important;
}

.cartes_3 .webframe-ermes-lastcomments .media-body h3 a {
    font-size: 18px;
    color: #3B3B3B;
}

.cartes_3 .webframe-ermes-lastcomments .media-body small {
    color: #8F8F8F;
    display: block;
    margin: 8px 0 0 0;
    line-height: 1.4;
}

.cartes_3 .webframe-ermes-lastcomments .panel-body ul li::before {
    content: '';
    width: 80%;
    height: 100%;
    background: #FFD64D;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: rotate(5deg);
    left: -3%;
}

/* cartes list */
.cartes_3_list .webframe-ermes-lastcomments .panel-body ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -1%;
    align-items: stretch;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.cartes_3_list .webframe-ermes-lastcomments .panel-body ul li {
    border-radius: 12px;
    width: 100%;
    margin: 2% 0;
    box-shadow: 0px 14px 17px 0px rgb(0 0 0 / 7%);
    padding: 10px;
    position: relative;
    overflow: visible;
    background: #fff;
}

.cartes_3_list .webframe-ermes-lastcomments blockquote {
    border: none;
}

.cartes_3_list .webframe-ermes-lastcomments blockquote * {
    display: none !important;
}

.cartes_3_list .webframe-ermes-lastcomments blockquote span.evaluation {
    display: block !important;
}

.cartes_3_list .webframe-ermes-lastcomments .media-body h3 a {
    font-size: 18px;
    color: #3B3B3B;
}

.cartes_3_list .webframe-ermes-lastcomments .media-body small {
    color: #8F8F8F;
    display: block;
    margin: 8px 0 0 0;
    line-height: 1.4;
}

.cartes_3_list .webframe-ermes-lastcomments .panel-body ul li::before {
    content: '';
    width: 80%;
    height: 100%;
    background: #FFD64D;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: rotate(2deg);
    left: -1%;
}

#options_document .panel-body,
#options_resultat .panel-body {
    padding: 0;
}

.blue_color {
    color: #FFD64D;
}

.yellow_color {
    color: var(--rouge);
}

#footer #block-artcenalogofooterblock {
    width: 28%;
    float: none;
    max-width: 360px;
    padding-right: 20px;
    box-sizing: border-box;
}

#footer #region_footer>.content_container {
    display: flex;
    flex-wrap: wrap;
}

#footer #block-artcenalogofooterblock .blk-content {
    max-width: 270px;
    display: block;
}

#footer #block-artcenalogofooterblock .blk-content img {
    max-width: 100%;
    height: auto !important;
}

#footer #region_footer>.content_container .footer_r {
    width: 72%;
}

#footer #block-artcenalogofooterblock .blk-content .ministry_logo_wrapper {
    max-width: 140px;
    padding-top: 50px;
}

#footer #block-artcenanewsletterfooterblock a.newsletter_btn_link {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    margin: 0 auto;
    font-weight: 700;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    max-width: 430px;
}

#footer #block-artcenanewsletterfooterblock {
    padding: 50px 0 0;
    clear: both;
}

#footer #block-artcenaaddressfooterblock {
    clear: none;
}

#footer .blk-title {
    font-weight: 600;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#footer #block-artcenaaddressfooterblock .blk-content,
#footer #block-artcenacontactfooterblock .blk-content {
    font-size: 1em;
}

#footer #block-copyrightblock,
#footer #block-artcena-footer {
    width: calc(50%);
    float: left;
    margin-left: 0;
}

#footer #block-copyrightblock {
    clear: both;
}

#footer #block-copyrightblock {
    margin: 40px 0 0;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 1.5;
}

#footer #block-artcena-footer {
    text-align: right;
    margin: 40px 0 0;
}

#footer #block-artcena-footer {
    font-size: 0.8em;
    line-height: 1.5;
}

#footer #block-artcena-footer ul li {
    display: inline-block;
}

#footer #block-artcena-footer a {
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

#footer a {
    color: #fff;
}

#footer #block-artcenaaddressfooterblock,
#footer #block-artcenacontactfooterblock,
#footer #block-socialmedialinks-footer-blk,
#footer #block-artcena-footer-sm-blk {
    padding-top: 35px;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
}

#footer #block-socialmedialinks-footer-blk .blk-content ul.platforms li a,
#footer #block-socialmedialinks-footer-blk .blk-content>ul li a,
#footer #block-artcena-footer-sm-blk .blk-content ul.platforms li a,
#footer #block-artcena-footer-sm-blk .blk-content>ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    color: var(--rouge);
    background-color: #000000;
    transition: 1s;
    text-decoration: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.blk-content ul li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
}

#footer #block-artcena-footer ul li:not(:first-child):before {
    content: '\2014';
    display: inline-block;
    color: #000;
    margin: 0 3px;
}

/*  Encart Selections */
.encart-selections.carousel-three-items ul.liste {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1%;
}

#portal .encart-selections .panel-body {
    padding-top: 30px;
    padding: 0;
}

.encart-selections .liste li {
    float: left;
    position: relative;
    width: 31%;
    margin-right: 10px;
    margin-top: 10px;
    margin: 1%;
}

.encart-selections .see_all_results.btn-default.btn-top {
    display: none;
}

.encart-selections .liste li img {
    width: 100% !important
}

.encart-selections .liste li:last-child {
    margin-right: 0;
}

.encart-selections .liste li a.stat {
    display: block;
    cursor: pointer;
}

.encart-selections .liste li a.stat:hover+a.slice {
    position: absolute;
    height: 274px;
    margin: 0;
    padding-top: 40px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.encart-selections .liste li a.slice {
    display: inline-block;
    position: absolute;
    height: 45px;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    padding: 6px 15px 0;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
    cursor: pointer;
}

.encart-selections .liste li a.slice:hover {
    position: absolute;
    /* height: 274px; */
    height: 100%;
    margin: 0;
    padding-top: 40px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.encart-selections .liste li .focus-titre {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.liste .focus-titre::after {
    content: '\e85a';
    font-family: 'ermes-font-update';
    position: absolute;
    right: 0;
}

.encart-selections .liste li span {
    font-size: 16px;
    text-transform: none;
}

#modeDisplayVignet .informationVignet {
    font-size: 14px;
}

.logon-form-modal .btn-mode {
    background-color: var(--rouge) !important;
}

#documents_memorises .vignette_document img.ermes-thumb,
#resultats_recherche .vignette_document img.ermes-thumb,
.webframe-ermes-lastcomments .vignette_document img.ermes-thumb,
.webframe-ermes-lastviewedresources-item .vignette_document img.ermes-thumb,
#notice_longue .vignette_document img.ermes-thumb {
    background: #9A9A9A;
}

#resultats_recherche .vignette_document img.ermes-thumb {
    height: 250px;
    width: 250px;
    object-fit: cover;
}



#notice_longue {
    box-shadow: none;
    border: none;
}

#notice_longue>.panel>.panel-body {
    padding: 0;
}

#resultats_detail .vignette_container {
    display: none;
}

[data-base="BiblioMed"] #resultats_detail .vignette_container{
display: block;
}

[data-base="BiblioMed"] #resultats_detail .notice_avis{
display: none;
}

#detail-notice div.col-sm-8.col-md-9.col-lg-9 {
    width: 100% !important;
}

#detail-notice div.col-sm-4.col-md-3.col-lg-3 {
    position: absolute;
    right: 0;
    top: 0;
}

/* Liens inter-dossiers */
.graph-interdossiers {
    max-width: 1300px;
    width: 75%;
    height: 99%;
    margin: 20px auto;
    display: grid;
    justify-content: center;
    grid-gap: 26px;
    background: #fff url(basicfilesdownload.ashx?itemGuid=ACC2A2EB-200C-4774-BB3A-0CD1E03CA8E2) no-repeat;
    background-size: 100%;
    background-position: right 26px top 0px;
}

.ligne-interdossiers {
    width: 680px;
    height: 180px;
    text-align: center !important;
    display: grid;
    grid-template-columns: repeat(2, 250px);
    justify-content: center;
    grid-gap: 180px;
}

.item-interdossiers {
    position: relative;
    width: 250px;
    height: 100px;
    background-color: #dbdbdb;
}

.item-interdossiers.lvl-2 {
    margin-top: 50px;
}

.btn-liens-dossiers,
.selected-dossier .btn-liens-dossiers {
    position: relative;
    margin-left: 205px;
    margin-top: 35px;
    font-size: 20px;
    padding: 0 5px;
    visibility: hidden;
    border: none;
}

.btn-autres-liens-dossiers {
    visibility: hidden;
    position: absolute;
    font-size: 20px;
    padding: 0;
    top: 158px;
    border: none;
    right: 2px;
}

.badge-liens-dossiers {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #22758A;
    border-radius: 8px;
}

.badge-liens-dossiers:hover {
    background-color: rgba(34, 117, 138, 0.8);
}

.selected-dossier p,
.linked-dossier .btn-liens-dossiers,
.other-dossier.linked-dossier .btn-autres-liens-dossiers {
    color: white !important;
    background-color: transparent;
    visibility: visible;
}

.item-interdossiers p {
    vertical-align: middle;
    text-align: center !important;
}

.selected-dossier {
    background-color: var(--rouge);
    box-shadow: 0px 0px 10px 1px #D80236;
}

.other-dossier {
    background-color: #eaeaea;
    width: 115px;
    margin-left: 135px;
    font-size: 13px;
    color: grey !important;
    margin-top: 30px;
    padding: 5px;
    height: 60px;
}

.linked-dossier {
    background-color: #96B8C0;
    color: black !important;
    box-shadow: 0px 0px 10px 2px #96B8C0;
}

.vignette-liens-dossiers {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.item-liens-dossiers {
    color: #B92E45;
}

.item-liens-dossiers:hover {
    color: #B92E45;
}

.lien-liens-dossiers {
    text-transform: uppercase;
}

.lien-liens-dossiers:first-letter {
    text-transform: uppercase;
}

/* Fin liens inter-dossiers */

#illustrationMed-entete,
#dossier-entete {
    margin: 0 0 30px 0;
}

#illustrationMed-entete .fa-sitemap,
#dossier-entete .fa-sitemap {
    margin: 0 10px 0 0;
}

#illustrationMed-entete .btn.tarzan,
#dossier-entete .btn.tarzan {
    text-decoration: none !important;
    background: transparent;
    border: none;
    padding: 0 0 4px 0;
    margin: 0;
}

#illustrationMed-entete .tarzan,
#dossier-entete .tarzan {
    color: inherit;
    text-decoration: none !important;
}

#illustrationMed-entete .tarzan:hover,
#dossier-entete .tarzan:hover {
    color: var(--rouge);
    text-decoration: underline !important;
}

#illustrationMed-entete #fil-ariane,
#dossier-entete #fil-ariane {
    color: var(--rouge);
    margin: 0 0 20px 0;
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#dossier-sommaire {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
    width: 100%;
    flex-direction: row;
    padding: 0;
    /*height: 500px;*/
    height: auto;
    overflow: hidden;
}

.search-form .search-form-buttons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    padding: 10px;
}

#dossier-sommaire #vignette-diaporama {
    width: 50%;
    padding: 0;
    background-color: #8EB4D5;
    height: fit-content;
}

#dossier-sommaire .vignette-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dossier-sommaire #vignette-diaporama .carousel.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#menu-sommaire-identite {
    width: 50%;
    background: #ce9254;
}

#menu-sommaire-identite .tab-content {
    padding: 0;
    height: 100%;
    background: aliceblue;
}

#identite {
    text-align: center;
}

#menu-sommaire-identite .btn-default,
#menu-sommaire-identite .btn-default i {
    color: white !important;
    border: none;
}

#menu-sommaire-identite .btn-default:hover {
    background-color: #D80236;
}

#menu-sommaire-identite .menu-tabs {
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    background: #8EB4D5;
}

#menu-sommaire-identite #sommaire ul li a:before {
    content: "\f0e8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin: 0 8px 0 0;
    display: none;
}

#menu-sommaire-identite #sommaire ul li:nth-child(1) a:before {
    content: "\f05a";
}

#menu-sommaire-identite #sommaire ul li:nth-child(2) a:before {
    content: "\f108";
}

#menu-sommaire-identite #sommaire ul li:nth-child(3) a:before {
    content: "\f550";
}

#menu-sommaire-identite #sommaire ul li:nth-child(4) a:before {
    content: "\f4ad";
}

#menu-sommaire-identite #sommaire ul li:nth-child(5) a:before {
    content: "\f302";
}

#menu-sommaire-identite #sommaire ul li:nth-child(6) a:before {
    content: "\f02e";
}

#menu-sommaire-identite #sommaire ul li:nth-child(7) a:before {
    content: "\f0c5";
}

#menu-sommaire-identite #sommaire ul li:nth-child(8) a:before {
    content: "\f07c";
}

#menu-sommaire-identite #sommaire ul li:nth-child(9) a:before {
    content: "\f02d";
}

#menu-sommaire-identite #sommaire ul li:nth-child(10) a:before {
    content: "\f3c5";
}

#menu-sommaire-identite #sommaire ul li:nth-child(11) a:before {
    content: "\f3c5";
}

#menu-sommaire-identite #sommaire ul li:nth-child(11) a:before {
    content: "\f3c5";
}

#menu-sommaire-identite .menu-tabs li {
    flex: 1;
}

#menu-sommaire-identite .menu-tabs li a {
    padding: 14px 16px;
    display: block;
    color: #000;
    font-weight: 600;
    text-align: center;
}

#menu-sommaire-identite .menu-tabs li a:hover {
    color: rgba(255, 255, 255, 0.7);
    color: #000
}

.OeuvreArchitecture .themes {
    display: none !important;
}

#menu-sommaire-identite .menu-tabs li.active a {
    /*border-bottom: 3px solid #000;*/
    background-color: aliceblue;
    color: #000;
}

.menu-tabs-container {
    height: 100%;
}

.menu-tabs-container .tab-content .tab-pane.active {
    background-color: aliceblue !important;
}

.menu-tabs-container .tab-content .tab-pane {
    padding: 20px !important;
    height: 100%;
}

#menu-sommaire-identite .menu-tabs li a:hover,
#menu-sommaire-identite .menu-tabs li a:focus {
    text-decoration: none;
}

#menu-sommaire-identite #dossier-sommaire #sommaire {}

#dossier-sommaire .tab-content * {
    color: #000;
}

#dossier-sommaire .tab-content .btn-default .fa-sitemap {
    margin: 0 10px 0 0;
}

#dossier-sommaire .tab-content hr {
    border-top: 1px solid RGBA(255, 255, 255, .2);
}

.tooltip-hover:focus .tooltip-text {
    visibility: visible;
}

/* Carrousel Rendu MAP */
.geosearch-app-button-bar.flex-end button:first-of-type {
    /* display:none; */
}

.template-map-container p {
    font-size: 12px;
    margin: 0 0 5px 0 !important;
}

.template-map-container h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.template-map-container .template-info {
    padding: 15px 0 0 15px !important;
}


.template-map-container .short-identite {
    padding: 0px 15px;
}

.template-map-container .short-resume {
    padding: 15px;
    text-align: justify;
}

.template-map-container .gallery-pagination {
    font-size: 10px !important;
    align-self: flex-end;
    padding-left: 5px;
    width: 30px;
}

.template-map-container #fil-ariane {
    margin: 0;
}

.template-map-container #vignette-diaporama img,
.template-map-container #vignette-diaporama .carousel-inner>.item>img,
.template-map-container #vignette-diaporama .carousel-inner>.item {
    height: 250px;
    border-radius: 10px;
    width: 100%;
}

/* FIN Carrousel Rendu MAP */

#footer .menu_footer ul li:hover {
    text-decoration: underline;
}

#galleryCarousel .carousel-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    right: auto;
    height: auto;
    background: RGBA(0, 0, 0, .5);
    padding: 10px 20px;
    text-align: left;
    min-height: 80px;
    font-size: 14px;
}

#galleryCarousel .carousel-caption .btn-default {
    background: #22758A;
    border-color: #22758A;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 5px;
    z-index: 5;
}

#galleryCarousel .carousel-caption .btn-default:hover {
    background: #1c6577;
}

.btn-carousel-see-notice {
    position: absolute;
    z-index: 4;
    right: 0;
    margin: 0 13px;
    bottom: 35px;
    border-radius: 20px;
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--rouge);
    color: white;
}

.btn-carousel-see-notice:hover {
    background-color: #22758A;
    color: white;
}

#vignette-carousel .btn-carousel-see-notice {
    margin: 0 5px;
}

#vignette-carousel .carousel-caption {
    min-height: 80px;
}

#galerie-apercu #vignette-diaporama {
    background: gray;
    padding: 0;
}

.carousel-caption-legend {
    width: 100%;
}

.carousel-last-slide .carousel-caption-legend {
    align-self: center;
    text-align: center;
}

.carousel-last-slide img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
}

.carousel-last-slide .carousel-caption {
    height: 100%;
}

.carousel-last-slide .carousel-caption-legend {
    padding-left: 20px;
}

/*
.tooltip-hover {
height: 100%;
width: 100%;
background: transparent;
border: none;
color: #fff;
position: relative;
}
.tooltip-hover .tooltip-text {
width: auto;
background-color: RGBA(255, 255, 255, .8);
text-align: justify;
padding: 16px;
position: absolute;
z-index: 1;
bottom: 108px;
right: 44px;
border: 1px solid #ccc;
border-radius: 6px;
top: auto;
-webkit-box-shadow: -1px 2px 30px -8px rgb(0 0 0 / 41%);
-moz-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.41);
box-shadow: -1px 2px 30px -8px rgb(0 0 0 / 41%);
left: auto;
max-width: 80%;
}
.tooltip-hover i {
height: 48px;
width: 48px;
border-radius: 50%;
background: var(--rouge);
border: none;
color: #fff;
position: absolute;
right: 50px;
bottom: 50px;
line-height: 48px;
}
.tooltip-hover .tooltip-text * {
color: #000;
}
*/
/* Tooltip auteurs */
.tooltip-description {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: white;
    /*max-width: 500px;*/
    height: auto;
    padding: 10px;
    z-index: 500;
    position: absolute;
    margin-top: 20px;
    display: inline-block;
    text-align: justify;
    cursor: default;
}

.tooltip-tiptext {
    cursor: help;
}

.tooltip-tiptext>.tooltip-description {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}

.tooltip-tiptext:hover>.tooltip-description {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

#dossier-detail-historique .tooltip-hover {
    display: none;
}

.dossier-table {
    border-collapse: collapse;
    /*font-size: 0.9em;*/
    width: 100%;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
}

.dossier-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.dossier-table th,
.dossier-table td {
    padding: 12px 15px;
}

.dossier-table tbody tr {
    border-bottom: 1px solid #F0DDCA;
}

.dossier-table tbody tr:nth-of-type(even) {
    background-color: #FAF4ED;
}

#description-caracteristiques-table tbody tr:last-of-type,
#detail-historique-table tbody tr:last-of-type {
    border-bottom: 2px solid black;
}

#description-caracteristiques-table,
#detail-historique-table {
    border: 2px solid black;
}

#sommaire {
    background: transparent;
    padding: 0;
}

.menu-sommaire-identite .tab-content {
    padding: 20px 30px;
}

#sommaire ul li a {
    color: #fff;
    font-weight: 400;
    padding: 6px 0;
    display: block;
    font-size: 23px;
    text-align: center;
    padding-top: 20px;
}

#sommaire ul li a:hover {

    text-decoration: none;
    color: #8EB4D5
}

#dossier-container a h4:before {
    content: '-';
    position: relative;
}

#dossier-container a.collapsed h4:before {
    content: '+';
    position: relative;
}

.panel.panel-default.sous-panel {
    padding: 0 !important;
}

#dossier-container .panel.panel-default a h4 {
    color: #000
}

#dossier-container .panel.panel-default a:hover .panel-heading {
    /*background: #ECECEC;*/
}

#dossier-container .panel-default {
    /* margin: 12px 0; */
    padding: 1%;
}

#dossier-container th {
    width: 300px;
    font-size: 16px;
}

#notice_longue h4 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

#notice_longue .metadata-actions {
    display: flex;
    flex-direction: row-reverse;
}

#dossier-container td {
    border-bottom: 1px solid #F0DDCA;
}

.metadata-actions .ajouter_selection {
    background: #ccc;
    margin: 0 0 0 10px;
}

.help {
    cursor: help;
    text-decoration: underline dashed var(--rouge) 1px;
    text-underline-offset: 2px;
}

.illustration-item-libelle,
.dossier-item-libelle {
    font-weight: 700;
    padding: 0 8px 0 0;
}

#dossier-container ol li {
    list-style-type: decimal;
    font-size: 14px
}

.carousel-caption {
    background: RGBA(0, 0, 0, .5);
    padding: 10px 10px 5px 10px;
    text-align: left;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 1;
}

.carousel-caption h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.carousel-caption p {
    margin: 0 !important;
    color: #fff;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    z-index: 2;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    margin: 0 auto;
    height: 100%;
}

.carousel-control {
    font-size: 50px;
}

.carousel-control .glyphicon-chevron-right:before {
    content: "\f054" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: #fff !important;
}

.carousel-control .glyphicon-chevron-left:before {
    content: "\f053" !important;
    font-family: "Font Awesome 5 free" !important;
    font-weight: 900 !important;
    color: #fff !important;
}

.selected img {
    opacity: 0.5;
}

#slider-thumbs img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.slider-thumbs .list-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    --column-gap: 1em;
    column-gap: var(--column-gap);
    overflow-y: auto;
    height: 100%;
}

#LotsIllustrationMed-illustrations-libres,
#dossier-illustrations-libres {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    overflow: hidden;
    padding: 0 2% !important;
}

#illustration-tab-content #slider-thumbs,
#illustration-tab-content #galerie-apercu {
    margin: 2% 0 0 0;
    height: 500px;
    padding-right: 10px;
}

#slider-thumbs {
    width: 50%;
}

#slider-thumbs li a.selected {
    border: 4px solid #22758A;
}

#vignette-diaporama .carousel-inner>.item {
    height: 500px;
}

#galerie-apercu {
    width: 50%;
}

#galerie-apercu * div,
#galerie-apercu>div {
    height: 100%;
}

#galerie-apercu .item.gallery-slide img {}

#dossier-galerie .panel {}

#illustration-tab-content #slider-thumbs .list-inline {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    --column-gap: 1em;
    column-gap: var(--column-gap);
    overflow-y: auto;
    height: 100%;
    row-gap: var(--column-gap);
}

#slider-thumbs .list-inline>li {
    display: flex;
    flex: calc(33% - var(--column-gap)) 0 0;
    height: 33%;
}

#slider-thumbs .list-inline>li a {
    display: block;
    height: 100%;
    width: 100%;
}

#header_banner {
    background-color: #fff;
}

#globalAdvancedSearchLink {
    color: #fff;
    position: relative;
    margin: 0;
    float: right !important;
    font-size: 14px;
}

.input-group #scenario-selection,
.input-group #submit-search {}

#dossier-voirsurlesite-tab-content,
#description-tab-content,
#informations-tab-content,
#localisation-tab-content,
#designation-tab-content,
#presentation-tab-content,
#historique-tab-content,
#illustration-tab-content,
#statutinteretprotection-tab-content {
    padding: 0 2%;
}

.panel h1 {
    font-size: 24px;
    font-weight: 400;
}

.panel h2 {
    font-size: 20px;
}

#contexte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2%;
}

#contexte>div {
    width: 33%;
    text-align: center;
}

#notice_longue .panel.panel-default>h4.panel-title {
    font-size: 22px !important;
}

#notice_longue_description .panel-default a:hover {
    text-decoration: none;
}

#dossier-contexte #contexte-tab .btn-multicollapse {
    background: var(--rouge);
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 28px;
}

#dossier-voirsurlesite.panel {
    border: none;
    box-shadow: none;
}

.dossier-lien-externe::after {
    content: "\f35d";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    margin-left: 5px;
}

#dossier-liensweb i {
    margin-right: 5px;
}

#dossier-liensweb a:hover,
#dossier-voirsurlesite-tab-content a:hover {
    text-decoration: underline !important;
}

#dossier-ensavoirplus .sous-panel .panel-collapse {
    padding: 0% 2% 1% 2%;
}

#dossier-ensavoirplus .panel {
    border: none;
}

#dossier-ensavoirplus .panel-heading {
    background: transparent;
    padding: 20px;
}

#dossier-ensavoirplus .panel-heading h4 {
    color: #fff
}

#en-savoir-plus-tab li {
    list-style-type: disc !important;
    list-style-position: inside;
}

#dossier-ensavoirplus * {}

#notice_longue_description td {
    font-size: 14px;
}

#dossier-description .panel,
#dossier-historique .panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#dossier-galerie .panel {
    border: none;
    box-shadow: none;
}

#ensavoirplus-tab>h4,
#dossier-voirsurlesite-tab>h4,
#illustration-tab>h4,
#historique-tab>h4,
#description-tab>h4 {
    font-size: 24px;
    color: var(--rouge) !important;
    font-weight: 400;
}

#historique-tab>h4 {
    font-size: 24px;
    color: var(--rouge) !important;
    font-weight: 400;
}

#footer .container .row>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#footer .container .row>div>div {
    display: flex;
    flex-direction: row;
}

#footer .left_logo {

    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 60px 0 0;
    position: relative;
}

#footer .left_logo::after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 0;
    right: -30px;
}

#footer .left_logo img {
    height: 70px;

}

#footer .left_logo img:first-child {
    margin: 0 20px 0 0;
}

#footer .right_logo {
    width: 140px;
}

#footer .menu_footer {
    text-align: left;
    position: relative;
}

#footer .menu_footer:before {}

#footer .menu_footer ul li {
    display: inline-block;
    margin: 0 6px;
}

#footer .menu_footer ul li:first-child {
    display: inline-block;
    margin: 0 6px 0 0;
}

.footer_social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_social ul li {
    margin: 0 8px;
}

.footer_social ul li a {
    text-align: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.footer_social ul li a:hover {
    opacity: .8;
}

.footer_social ul li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_social ul li a span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 0 0;
}

.footer_social ul li a i::before {
    font-size: 40px;
}

.gallery-pagination {
    font-size: 15px !important;
    align-self: flex-end;
    padding-left: 10px;
}

#imagemodal h5 {
    margin: 5px 0;
}

#imagemodal p {
    margin: 0;
}

.full-screen-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 5px 10px;
    background: RGBA(255, 255, 255, .6);
    color: #000;
    border: none;
    z-index: 3;
}

.badge.illustrations-badge {
    background: #22758A;
}

#documentation-tab-content .sous-panel li {
    margin-bottom: 5px;
}

#dossier-ensavoirplus .menu-tabs {
    display: table;
    width: 100%;
}

#dossier-ensavoirplus .menu-tabs li {
    float: none;
    display: table-cell;
}

#dossier-ensavoirplus .menu-tabs li.active.disabled-tab a,
#dossier-ensavoirplus .menu-tabs li a {
    color: #fff;
    padding: 12px 8px;
    background: var(--rouge);
    display: block;
    text-align: center;
}

#dossier-ensavoirplus .menu-tabs li.active a:hover {
    background: #c2c2c2;
    text-decoration: none;
}

#dossier-ensavoirplus .menu-tabs li.active.disabled-tab a:hover,
#dossier-ensavoirplus .menu-tabs li a:hover {
    background-color: #942537;
    text-decoration: none;
}

#dossier-ensavoirplus .menu-tabs li a:focus {
    text-decoration: none;
}

#dossier-ensavoirplus td {
    border-bottom: 1px solid #ffff;
}

#dossier-ensavoirplus tbody tr {
    border-bottom: 1px solid #fff;
}

#dossier-ensavoirplus tbody tr:nth-of-type(even) {
    background-color: #fff;
}

#dossier-ensavoirplus .menu-tabs li.active a {
    background: #F2F2F2;
    color: #000;
}

/*#dossier-localisation {
    margin: 40px 0 -50px 0;
}*/

.geosearch-list-item-body .short-boutons {
    display: none;
}

.service ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -1%;
}

.service ul li {
    background: #F2F2F2;
    width: 24%;
    margin: 1%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px;
    position: relative;
    transition: all 0.35s ease;
}

.service ul li:hover {
    background: var(--rouge);
}

.service ul li:hover h3 {
    color: #fff;
}

.service ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
}

.service ul li h3 {
    font-size: 20px;
    font-weight: 500;
}

.service ul li .icon-srv {
    margin: 0 0 30px 0;
}

.service ul li .icon-srv img {
    height: 62px;
    filter: invert(12%) sepia(14%) saturate(629%) hue-rotate(181deg) brightness(89%) contrast(89%);
}

.service ul li:hover .icon-srv img {
    filter: invert(96%) sepia(97%) saturate(3%) hue-rotate(51deg) brightness(102%) contrast(100%);
}

.patimages,
.patvideo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1%;
}

.patvideo h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.patimages li,
.patvideo li {
    width: 23%;
    margin: 1%;
    background: #000;
    position: relative;
}

.patimages li a .pat_ctt {
    opacity: 0;
    transition: all 0.35s ease;
}

.patimages li a:hover .pat_ctt {
    opacity: 1;
}

.patimages .pat_thumb {
    height: 224px;
}

.patimages .pat_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.patimages .pat_ctt {
    position: absolute;
    top: 0;
    left: 0;
    background: RGBA(0, 0, 0, .64);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
}

.patimages .pat_ctt h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.patvideo li {
    background: #fff;
}

.patvideo .thumb {
    height: 190px;
    position: relative;
}

.patvideo .thumb img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.patvideo .play {
    position: absolute;
    left: 50%;
    height: 60px;
    width: 60Px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;

}

/***********************/
.patvideo li a .pat_ctt {
    opacity: 0;
    transition: all 0.35s ease;
}

.patvideo li a:hover .pat_ctt {
    opacity: 1;
}

.patvideo .pat_ctt {
    position: absolute;
    top: 0;
    left: 0;
    background: RGBA(0, 0, 0, .64);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    z-index: 999;
}

.patvideo .pat_ctt h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

/***************************/
.render-velocityRenderMode_NOTRESELECTION .our-selection,
.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection {
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
}

.render-velocityRenderMode_NOTRESELECTION .our-selection-title,
.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-title {
    background-color: var(--rouge) !important;
    position: relative !important;
    padding: 0 !important;
    width: 100% !important;
}

.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-title {
    background-color: #CE9254 !important;
}

.render-velocityRenderMode_NOTRESELECTION .our-selection-title h3,
.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-title h3 {
    color: white !important;
    position: relative !important;
    top: auto !important;
    text-align: left !important;
    width: 100% !important;
    padding: 14px !important;
}

.render-velocityRenderMode_NOTRESELECTION .our-selection-grid,
.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-grid {
    width: 100%;
}

.render-velocityRenderMode_NOTRESELECTION .our-selection-folder-title,
.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-folder-title {
    background-color: rgba(255, 255, 255, 0.69) !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    height: 30% !important;
    padding: 12px !important;

}

.render-velocityRenderMode_NOTRESELECTION .our-selection-folder-title h4,
.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-folder-title h4 {
    color: #25282E !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.render-velocityRenderMode_NOTRESELECTION .our-selection-folder-title p,
.render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-folder-title p {


    font-size: 16px;
    line-height: 1.2;
    margin: 3px 0 0 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-code-DOSSIER #resultats .short-boutons .btn-default,
.sc-code-DOSSIER #fil-ariane .btn-info,
#fil-ariane>a.btn-info {
    padding: 0 6px 0 !important;

}

#notice_longue_description .panel.panel-default>a:focus {
    text-decoration: none;
}

.preselect-facets .jstree-proton>.jstree-wholerow-ul .jstree-clicked,
#facet_container .jstree-proton>.jstree-wholerow-ul .jstree-clicked {
    background: #22758A;
    color: #fff;
}

.jstree-proton .jstree-wholerow-clicked {
    background: #22758A;
    color: #fff;
}

.jstree-proton .jstree-wholerow-hovered {
    background: #22758A;
    color: #fff;
}

.jstree-proton .jstree-search {
    color: #fff;
}

#facet_container .jstree-container-ul a:hover {
    color: #fff;
}

.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #22758A;
    color: #fff;
}

.jstree-proton .jstree-hovered+.jstree-children span {
    background: #22758A;
    color: #fff;
}

.jstree-proton.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #22758A;
    color: #fff;
}

.modal-liens-dossier~.modal .modal-body {
    overflow: auto;
    max-height: 800px;
}

#notice_longue .clear,
.notice.sc-code-DOSSIER #resultats_detail .clear {
    display: none;
}

#multi_selection .bouton_detail>i,
#multi_selection_simple .bouton_detail>i {
    margin: 0 6px 0 0;
}

#resultats .notice_container.IllustrationsMed .notice_corps .media-body>div:nth-child(1) {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}

.IllustrationsMed .media-body .template-info {
    order: 1
}

.IllustrationsMed .media-body #short-boutons {
    order: 3
}

.IllustrationsMed .media-body .short-preview {
    order: 1
}

.linktype-link.tooltip-tiptext {
    position: relative;
}

.linktype-link.tooltip-tiptext .tooltip-description {
    left: 0;
    bottom: 100%;
    height: auto !important;
}

.linktype-link.tooltip-tiptext .btn {
    background: transparent;
}


#dossier-container .linktype-link.tooltip-tiptext {
    position: inherit;
}

#dossier-container .linktype-link.tooltip-tiptext .tooltip-description {
    left: auto;
    bottom: auto;
    height: auto !important;
}

.ligne-interdossiers p.selected-dossier-title {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 20px !important;
    width: 100% !important
}

button.donner_avis {
    display: none;
}

#dossier-ensavoirplus #documentation-tab-content .panel-heading:hover {
    background: var(--rouge);
}

#dossier-ensavoirplus #documentation-tab-content .panel-heading:hover h4 {
    color: #fff;
}

#documentation-documentFigure-tab-content {
    padding: 2%;
}

#main_search_form .clean-text-field {
    margin: 0 -1px 0 0;
}

#options_resultat .panel-heading>h2,
#resultats_recherche .panel-heading>h2 {

    font-size: 27px;
}

#multi_selection_simple .panel,
#multi_selection .panel {

    padding: 20px !important;
}

.layout_fluid100 div#page>div.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#portal .center_width_1340.frame {
    max-width: 1340px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#portal .actualites.frame {
    margin-top: -35px !important;
}

#portal .actualites>.panel-heading {
    padding: 0;
}

#portal .actualites>.panel-heading>h2 {
    display: none;
}

.alaune {
    position: relative;
    float: left;
}

.alaune div>div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: RGBA(0, 0, 0, .4);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 12px 18px;
    font-size: 24px;
}
@media (max-width: 719px) {
	.alaune div>div {
		font-size: 14px;
	}	
}

.alaune img {
    height: 550px !important;
    object-fit: cover;
    width: 100%;
}

.actualites>.panel-heading .resize {
    display: none !important;
}

.img_month {
    color: #fff;
    background: RGBA(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    padding: 16px 24px;
    text-transform: uppercase;
}

.img_month h3 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

.listpage-resume>a.listpage-title {
    font-size: 22px;
}


/* encart de recherche de la page d'accueil */
.home-search-document-frame {
    background-color: #F2F2F2;
    text-align: center;
    padding: 25px;
}

#home-search-document form {
    position: relative;
}

#home-search-document fieldset {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.home-btn-radio {
    position: relative;
    display: block;
}

.home-btn-radio label {
    display: block;
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

#home-search-document input[type="search"] {
    width: 80%;
    height: 2.5em;
    border: solid darkgrey 1px;
    padding: 8px 12px
}

#home-search-document input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none;
}


#home-search-document input[type="radio"]+label:before {
    background-color: #838383;
}

#home-search-document input[type="radio"]:checked+label:before {
    background-color: var(--rouge);
}

#home-search-document input[type="radio"]:checked+label {
    text-decoration: none;
    color: #000;
}

#home-search-document input[type="radio"]+label {
    color: #838383;
}

#home-search-document label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 5px;
    padding: 5px;
    font-size: 25px;
    border-radius: 100%;
    color: white;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    height: auto;
    width: 45px;
}

#home-label-search-default:before {
    content: '\f0ac';
}

#home-label-search-image:before {
    content: '\f030';
}

#home-label-search-folder:before {
    content: '\f07c';
}

#home-label-search-bibliotheque:before {
    content: '\f0c5';
}

#home-label-search-decouvrir:before {
    content: '\f4d7';
}

#resultsContainer.row,
.notice.notice_courte.row {
    margin: 0;
}

.jstree-proton {

    font-family: 'Quicksand';
}

.jstree-proton>.jstree-container-ul>.jstree-node {

    margin: 8px 0;
}

.sc-code-BIBLIOTHEQUE .linktype-link.tooltip-tiptext .btn.btn-info.tarzan {}

.sc-code-BIBLIOTHEQUE .linktype-link.tooltip-tiptext .btn.btn-info.tarzan>button {
    white-space: normal;
    font-size: 12px
}

.sc-code-BIBLIOTHEQUE #resultats .notice_corps,
.sc-code-BIBLIOTHEQUE #resultats .notice_corps .media-body {

    overflow: visible;
}

#detail-notice .linktype-link.tooltip-tiptext .btn.btn-info.tarzan>button {
    white-space: normal;
    font-size: 12px
}

.sc-code-BIBLIOTHEQUE #detail-notice .notice_corps,
.sc-code-BIBLIOTHEQUE #detail-notice .notice_corps .media-body {

    overflow: visible;
}

.panel-cookies>.panel-heading {

    background-color: var(--rouge) !important;
    border-color: var(--rouge) !important;
}

.btn-cookies-primary {

    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-cookies-primary:hover,
.btn-cookies-primary:focus {

    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
}
#resultats_recherche .bibliographique .vignette_document img.ermes-thumb {
    
    object-fit: contain;
    background: transparent;
}
/*****************************/
/*	.flex-gallery-item:nth-child(1),
.flex-gallery-item:nth-child(2),
.flex-gallery-item:nth-child(6),
.flex-gallery-item:nth-child(7) {
  width: 42%;
}

.flex-gallery-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(6)):not(:nth-child(7)) {
  width: 25%;
}*/

.modele_4.model-html .panel-heading h4 a.collapsed:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    float: right;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    float: right;
    right: 40px;
}

.modele_4.model-html .panel-heading h4 a:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    float: right;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    float: right;
    right: 40px;
}

/* Responsive design */
/* Full HD � width: 1920px */
@media (min-width: 1920px) {}

/* Kindle landscape � width: 1024px */
/* iPad landscape � width: 1024px */
@media (min-width: 1200px) {

    
}

@media (min-width: 1100px) {}

@media (max-width: 1140px) {

}

@media (min-width: 1024px) {}

@media (max-width: 1024px) {
    .webframe-ermes-lastcomments .panel-body ul li {
        width: 100%;
    }

    .webframe-ermes-lastcomments .panel-body ul li::before {
        display: none
    }

    .haut_btn {
        display: none ! important
    }

    .render-velocityRenderMode_NOTRESELECTION .our-selection-folder-title,
    .render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-folder-title {

        height: 40% !important;

    }
    
}


@media (min-width: 1340px) {

    #page .panel-front,
    #page .panel-body,
    #page .panel-selection {
        padding: 0;
    }
}

@media (max-width: 1340px) {
    #footer .container .row>div {

        padding: 0 20Px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 992px) {
	
    .encart-epica figure.effect-epica-11 {
        height: 210px;
    }

    .encart-epica .effect-epica-11 img {
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        height: 100%;
    }

    #resultats_recherche .navigation .navigation-page {
        display: flex !important;
        align-items: center;
    }
}

@media (max-width: 992px) {
	#portal .center_width_1340.frame {
   
    margin-bottom: 0 !important;
}
	.alaune img {
    height: 250px !important;}
    .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;
    }

    .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;
    }

    .blog_accueil div>a {
        flex-wrap: wrap;
    }

    .blg_thumb {
        width: 100%;
    }

    .blg_content {
        padding: 10px 0 0 0;
        flex-basis: 100%;
    }

    .encart-epica .effect-epica-11 img {
        max-height: 240px;
        object-fit: cover;
    }

    .render-velocityRenderMode_NOTRESELECTION .our-selection-folder-title h4,
    .render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-folder-title h4 {
        font-size: 15px !important;
    }

    .render-velocityRenderMode_NOTRESELECTION .our-selection-folder-title p,
    .render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-folder-title p {
        font-size: 14px !important;
    }

    #ariane {

        position: relative;
        left: auto;
        top: auto;

    }

    #ariane,
    #ariane a {
        color: #fff;
    }

    #ariane .actif {
        color: #fff;
    }

    #portal .actualites.frame {
        margin-top: 0px !important;
    }

    #footer .container .row>div {

        flex-direction: column;


    }

    .footer_social ul {

        margin: 30px 0 0 0;
    }

    #resultats .notice_courte .template-header {
        flex-wrap: wrap;
    }

    #resultats_recherche .vignette_document img.ermes-thumb {
        height: 180px;
        width: 180px;
    }

}

@media (max-width: 800px) {

    .contact.panel-front,
    .contact.panel-selection {
        padding: 40px 0;
    }

    .render-velocityRenderMode_NOTRESELECTION .our-selection-grid,
    .render-velocityRenderMode_DERNIERSDOSSIERS .our-selection-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .agenda_acc>li,
    .frame-decouvrir>div {

        width: 48%;
    }
}

/* iPad portrait  width: 768px */
@media (min-width: 768px) {
	.dropdown-menu.LEVEL1.Á.la.Une {
    right: 0;
    left: auto !important;
}
    #notice_longue .vignette_document img.ermes-thumb {
        /* min-width: 210px !important;
max-width: none !important;*/
    }

    .modal-dialog {
        width: 900px;
        height: 90%;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        position: absolute;
    }

    .navbar>.container .navbar-brand {
        margin: 36px 0;
        padding: 0;
    }

    #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;
        /*box-shadow: 0 1px 3px rgba(0, 0, 0, .17);
margin: 0 0 40px 0;
height: 80px;
z-index: 1030;
position: fixed;
width: 100%;*/
    }

    .blog-postlist {
        margin: 0 -15px;
    }

    .page-accueil header {
        margin: 0
    }

    #menu-panel {
        background: #fff;
        margin: 0 0 35px 0;
        width: auto;
        padding: 0;
        border: none;
    }

    .statut,
    .statut-disabled,
    .statut-primaryDoc {
        background-color: #eee;
    }

    .btn-account {
        background: #000;
        color: #fff;
        font-size: 14px;
        text-transform: none;
        padding: 10px 14px;
        border: 0;
        margin: 0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        font-weight: 600;
    }

    .btn-account:hover,
    .btn-account:focus,
    .btn-account:active,
    .btn-account.active,
    .open .dropdown-toggle.btn-account {
        background: #000;
        color: #fff;
    }

    .button-my-account {
        margin: 0;
    }

    .register_user_link,
    .register_user_link:hover {
        color: #fff;
    }

    .connectBox {
        padding: 22px 0;
    }

    .detail-icon-container {
        margin-top: 0px;
    }

    #search-panel .panel-body {
        margin: 16px auto;
        width: 100%;
        padding: 0;
    }

    #search-panel .panel-body>form {
        position: relative;
        display: flex;
        flex-direction: row;
        background: transparent;
        flex-direction: row;
        align-items: center;
        align-items: center;
        width: 60%;
        margin: 0 auto;
    }

    #search-panel .panel-body .row {
        margin: 0;
        width: 80%;
    }

    .accueil-portal #ermes_main_menu {}

    .statut,
    .statut-disabled,
    .statut-primaryDoc {
        background-color: #f0f0f0;
    }

    .navbar-compact #menu-panel .navbar-collapse {
        float: none;
    }

    /*******************/
    #ermes_main_menu {
        width: auto;
        background: transparent;
        padding: 0;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: -187px;
        z-index: 30;
        transform: translateX(-50%);
    }

    #ermes_main_menu li.LEVEL1 {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #ermes_main_menu li.LEVEL1>a {
        padding: 14px 8px;
        color: var(--rouge);
        font-weight: 800;
        text-transform: uppercase;
        height: auto;
        display: block;
        width: 100%;
        font-size: 14px;
        background: transparent;
        border-bottom: none;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #ermes_main_menu li.LEVEL1>a:hover,
    #ermes_main_menu li:hover>a {
        background: transparent;
        color: #000;
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item {
        background-color: #fff;
    }

    #ermes_main_menu li.LEVEL3 {
        display: none;
    }

    #ermes_main_menu .dropdown-menu {
        background: #fff;
        border: none;
        padding: 0;
        margin-top: 0px;
        border: none;
        left: 0;
        -webkit-box-shadow: 9px 14px 30px -16px rgb(0 0 0 / 50%);
        -moz-box-shadow: 9px 14px 30px -16px rgb(0 0 0 / 50%);
        box-shadow: 9px 14px 30px -16px rgb(0 0 0 / 50%);
        border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        -ms-border-radius: 0 0 6px 6px;
        -o-border-radius: 0 0 6px 6px;
    }

    #ermes_main_menu .dropdown-menu>li>a {
        color: #000;
        font-size: 16px;
        text-align: left;
        text-transform: none;
        font-weight: 600;
        padding: 10px 18px;
        white-space: nowrap;
        line-height: 100%;
        background: transparent;
    }

    #ermes_main_menu .dropdown-menu>li>a:hover,
    #ermes_main_menu .dropdown-menu>li:hover>a {
        background: transparent;
        color: var(--rouge);
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item .caret,
    #ermes_main_menu li.LEVEL1.sitemap-selected-item a:hover .caret {
        /*border-bottom-color: var(--rouge);
border-top-color: var(--rouge);*/
    }

    #ermes_main_menu li.LEVEL1 .caret,
    #ermes_main_menu li.LEVEL1 a:hover .caret {
        border-bottom-color: var(--rouge);
        border-top-color: var(--rouge);
    }

    #ermes_main_menu li.LEVEL1>a:hover .caret,
    #ermes_main_menu li:hover>a .caret {
        border-bottom-color: #000;
        border-top-color: #000;
    }

    .dropdown-submenu>.dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #ermes_main_menu li.LEVEL1>a span {
        position: relative;
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item>a {
        color: var(--rouge);
    }

    #ermes_main_menu li.LEVEL1.sitemap-selected-item>a>span:after {}


    /* Fin encart de recherche */
    #home-inventory-folder .see_all_results {
        display: none;
    }

    #ermes_main_menu li.home>a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f015';
        margin: 0;
        font-size: 18px;
        vertical-align: middle;
        position: relative;
        display: inline-block;
    }

    #ermes_main_menu li.home>a span {
        display: none;
    }

    .navbar-compact #nav-rich-menu li>a {
        height: 100%;
        padding: 0 20px;
        border-left: 1px solid #fff;
        color: #fff;
        line-height: 80px;
    }

    .navbar-compact #nav-rich-menu {
        margin: 0;
    }

    /******************/
    /*************Rich Menu***************/
    #nav-rich-menu {
        width: auto;
        background: transparent;
        padding: 0 4px;
        float: left;
        margin: 0;
        width: 100%;
    }

    #nav-rich-menu li {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
    }

    #nav-rich-menu li>a {
        padding: 20px 18px;
        color: #585858;
        font-weight: 600;
        text-transform: none;
        height: 100%;
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 100%;
    }

    #nav-rich-menu li>a:hover,
    #nav-rich-menu li:hover>a {
        background: #F1F0F2;
        color: #585858;
    }

    /********************/
    #nav-rich-menu li .dropdown {
        background: #F1F0F2;
        border: none;
        padding: 0;
        border-radius: 0;
        margin-top: 0px;
        width: 100%;
        -webkit-box-shadow: 0px 9px 10px -4px rgb(0 0 0 / 23%);
        -moz-box-shadow: 0px 9px 10px -4px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 9px 10px -4px rgb(0 0 0 / 23%);
    }

    #nav-rich-menu li .dropdown .dropdown_container {
        padding: 5px;
    }

    #nav-rich-menu li .dropdown_container a {
        color: #585858;
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
        font-weight: normal;
        padding: 12px;
        background: rgba(255, 255, 255, 0.2);
    }

    #nav-rich-menu li .dropdown_container a:hover {
        background: #fff;
    }

    #nav-rich-menu .title_menu h4 {
        color: #585858;
        font-size: 18px;
        margin: 0;
        padding: 6px;
        background: transparent;
        font-weight: normal;
        font-family: 'Source Sans Pro';
    }

    #nav-rich-menu .title_menu p {
        text-transform: none;
        color: #585858;
    }

    #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: #000;
    }

    #nav-rich-menu .illustration {
        margin: 0 10px 10px 0;
    }

    .rich-item>.clearfix {
        display: none;
    }

    #notice_longue .metadata-actions {
        top: 56px;
    }

    #detail-notice {
        background: #fff;
    }

    #notice_longue {
        background: #fff;
        padding: 0;
    }

    #notice_longue .btn-default .caret,
    #notice_longue .btn-account .caret,
    #notice_longue .btn-basket .caret {
        border-top-color: #fff;
    }

    #notice_longue .metadata-actions {
        right: 0;
    }
}

@media (min-width: 769px) {}

@media (max-width: 768px) {

    /*#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%;
    }

    .contact .contact_us>div {
        padding: 20px;
    }
}

@media (max-width: 767px) {
	#notice_longue .metadata-actions{
		    top: 56px;

	}
	.more-actions-mobile{
		margin-right: 50px;
	}
	#notice_longue .metadata-actions > li {
    float: none;
}
	#notice_longue .metadata-actions {
    display: block; 
    /* flex-direction: row-reverse; */
}
	#detail-notice div.col-sm-4.col-md-3.col-lg-3 {
   
    top: -32px;
}
	#notice_longue {
    
    MARGIN-TOP: 40px;
}
    #menu-panel {
        top: 0;
        border: none;
    }

    #resultats_recherche .vignette_document img.ermes-thumb {
        height: 120px;
        width: 120px;
    }

    #nav-rich-menu,
    .portal-main-menu {
        background-color: #fff;
    }

    .patimages li,
    .patvideo li {
        width: 48%;
        margin: 1%;
    }

    #portal .theme_4 .panel-body {
        padding: 0;
    }

    .home-search-document-frame {

        padding: 0;
    }

    .home-btn-radio label {
        font-size: 14px;
        padding: 8px 10px;
    }

    #home-search-document input[type="search"] {
        width: 100%;
    }

    #footer .container .row>div {

        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
    }

    #footer .left_logo::after {
        display: none;
    }

    #footer .menu_footer ul {
        margin: 0 0 30px 0;
        text-align: center;
    }

    #footer .left_logo {



        margin: 0 0 30px 0;

    }

    #footer .container .row>div>div {

        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Reduce padding for small devices */
    .panel-front,
    .panel-selection {
        padding: 20px;
    }

    #search-panel .panel-body {
        padding: 12px 10px;
    }

    #search-panel .icon-list:before {
        font-size: 26px;
    }

    #scenario-selection .caret {
        vertical-align: super;
    }

    #nav_connexe {
        display: block !important;
        top: -48px;
        right: 49px;
        position: absolute;
    }

    #nav_connexe .btn-default {
        color: #fff;
        line-height: 50px;
    }

    #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 .rich-item {
        background: #212121;
    }

    #nav-rich-menu .rich-item:hover {
        background: #212121;
    }

    #nav-rich-menu>li>a {
        padding: 10px;
        color: #fff;
        font-size: 18px;
        border-bottom: 1px dotted #ccc;
    }

    #nav-rich-menu>li>a:hover {
        background: #3a3a3a;
    }

    #nav-rich-menu .title_menu h4,
    #nav-rich-menu .title_menu:hover h4 {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

    #nav-rich-menu .dropdown_container {
        margin-top: 0;
    }

    #nav-rich-menu .dropdown_container a {
        width: 100%;
        background: #3a3a3a;
        display: block;
    }

    .panel-front>h2,
    .panel-heading>h2 {
        font-size: 30px;
    }

    .container>.navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-inverse .navbar-brand {
        margin: 0 auto;
        float: none;
        display: inline-block;
    }

    #portal .theme_10.frame {
        margin: 16px 0 !important;
    }

    footer .adrs .col-md-4 {
        margin: 0 0 30px 0;
    }

    footer .container {
        margin: 0px auto;
        padding: 18px;
    }

    footer .logo_ft {
        text-align: center;
        margin: 0 0 12px 0;
    }

    footer .connexe_ft {
        margin: 16px 0 0 0;
        text-align: center;
    }

    .theme_5 .panel-front,
    .theme_5 .panel-selection {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .actus_bc h2 {
        font-size: 44px;
    }

    /***************/
    #admin-actions,
    #mobile-actions {
        background: var(--rouge);
        box-shadow: none;
    }

    #mobile-actions #dropSite {
        color: #fff;
    }

    #ermes_main_menu {
        background-color: var(--rouge);
    }

    #ermes_main_menu>li.LEVEL1>a {
        color: #fff;
        font-size: 16px
    }

    #ermes_main_menu>li.LEVEL1>a:hover,
    #ermes_main_menu>li.LEVEL1>a:focus,
    #ermes_main_menu>li.LEVEL1.open a {
        background: #252525;
    }

    #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: var(--rouge);
        color: #fff;
    }

    #ermes_main_menu .dropdown-menu.LEVEL1 {
        background: var(--rouge);
        padding: 0;
    }

    #ermes_main_menu>li.LEVEL1:hover,
    #ermes_main_menu>li.LEVEL1:focus {
        background-color: var(--rouge);
        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;
    }

    .btn-account i {
        background: var(--rouge);
    }

    /***************/
    .header-compact.header-fixed #admin-actions,
    .header-compact.header-fixed #mobile-actions {
        background: #fff;
    }

    #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;
    }

    .lang-dropdown-mobile {
        /*display: inline-block;
        position: absolute;
        margin: 0;
        right: 14px;
        top: 8px;*/
		display:none;
    }

    .blog_accueil>div {
        width: 100%;
        margin: 10px .5vw;
    }

    .blg_thumb {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .blg_thumb img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .competences>div {
        width: 100%;
        margin: 10px .5vw;
    }

    #logon-container {
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0;
    }

    #logon-container .row {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin: 20px 0 0 0;
        padding: 0 47px;
        display: block;
        flex-basis: 100%;
    }

    .contact .contact_us>div {
        width: 100%;
    }

    footer .container .col-md-12 {
        justify-content: center;
    }

    .navbar-inverse .navbar-container,
    #search-panel>.container {
        width: 95%;

    }

    .jstree-proton-responsive .jstree-wholerow {
        border-top: none;
        background: none;

    }

    #LotsIllustrationMed-illustrations-libres,
    #dossier-illustrations-libres {

        flex-direction: column;

    }

    #illustration-tab-content #slider-thumbs,
    #illustration-tab-content #galerie-apercu {
        width: 100%;
    }

    #dossier-ensavoirplus .menu-tabs {
        display: flex;

        flex-direction: column;
    }

    #dossier-ensavoirplus .menu-tabs li {

        margin: 2px 0;
    }

    #dossier-sommaire {
        flex-direction: column;
    }

    #menu-sommaire-identite {
        width: 100%;

    }

    #dossier-sommaire #vignette-diaporama {
        width: 100%;

    }

    #notice_longue_description .nav-tabs {
        display: flex;
        flex-direction: column;
    }

    #notice_longue_description .nav-tabs li {
        margin: 2px 0;
    }
    .detail_static_container {
        margin-top: 20px;
    }
    #illustrationMed-container-body {
       
        flex-wrap: wrap;
        flex-direction: column;
    }
    #illustrationMed-container-body>div {
        width: 100%;
    }

}

/* iPhone 6 Plump landscape � width: 736px */
@media (max-width: 736px) {}

/* 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%;
    }

    .haut_btn a:before {
        font-size: 34px;
        line-height: 40px;
    }

    .haut_btn a {
        width: 40px;
        height: 40px;
    }

    .thematiques_bc {
        margin: 0;
    }

    .thematiques_infos {
        width: 100%;
        margin: 1% 0;
    }

    .owl_thumb_ct {
        height: auto;
    }

    .owl-carousel .owl-item img {
        width: auto !important;
        height: auto;
        height: 60vh;
        margin: 0 auto;
    }

    #facet_container .jstree-container-ul a {
        font-size: 14px
    }

    .dossier-table tbody tr {

        display: flex;
        flex-direction: column;
    }
}

/* iPhone 5 Retina regardless of IOS version */
/* iPhone 5 landscape � width: 568px */
@media (max-width: 500px) {
	#illustrationMed-entete #fil-ariane, #dossier-entete #fil-ariane {
   
    flex-direction: column;
    align-items: flex-start;
}

.detail-icon-container a > span, .detail-icon-container button > span {
    
    font-size: 30px;
}
}

/*iPhone 3+4 landscape � width: 480px*/
@media (max-width: 480px) {

	.render-velocityRenderMode_LISTEPAGES .listpage-page {flex-direction: column;
}
    footer .ft_logo {
        width: 33%;
    }

    #mobile-actions.mobile-actions-compact .navbar-header {
        width: 64%;
    }

    .header-compact .navbar-brand {
        height: 48px;
    }



    .page-accueil #zone-6 .frame.compteur {
        width: 100%;
    }

    .agenda_acc>li,
    .frame-decouvrir>div {

        width: 100%;
    }

    .theme_2 .panel-heading>h2,
    .theme_4 .panel-front>h2,
    .theme_4 .panel-heading>h2 {
        font-size: 25px !important;
        letter-spacing: 3px !important;
    }
}

@media (max-width: 450px) {
    .theme_1 .panel-heading h2 {
        display: block;
        color: #fff;
    }
}

/*iPhone 6 Plump portrait � width: 414px*/
@media (max-width: 414px) {
    .box_subpcdt {
        height: auto;
        flex-direction: column;
    }

    .produit_liste .prlst_svg {
        margin: 16px 0;
    }

    .patimages li,
    .patvideo li {
        width: 100%;
        margin: 1% 0;
    }

    #resultats .notice_corps {

        display: flex;
        flex-direction: column;
    }

}

/*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) {}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 768px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 1200px) {}

@media (max-width: 1420px) {
    #search-panel .panel-body>form {
        width: 100%;
    }
   

}

@media (max-width: 1670px) and (min-width: 768px) {
    #ermes_main_menu {
        right: 40px;
        top: -140px;
        transform: none;
        left: auto;
		z-index: 4;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #ermes_main_menu {
        left: auto;
        top: auto;
        position: relative;
        right: auto;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0 auto !important;
        width: 100%;
    }

}
@media (max-width: 1024px) {
    #search-panel .panel-body .row {
       
        width: 100%;
    }

}

/*
@media (max-width: 1670px) and (min-width: 768px) {

    #mobile-actions.visible-xs {
        display: block !important;
        position: relative;
        background-color: transparent;

        width: 100%;

        margin: 0 auto;
        z-index: 900;

    }

    .btn-group.hamburger-mobile {
        position: absolute;
        background: transparent;
        margin: 0;
        top: 20px;
        right: 40px;

    }

    #mobile-actions .my-account-mobile {
        display: none;
    }

    #mobile-actions .navbar-toggle {
        display: block !important;
        padding: 0;
        background: transparent;
        border-radius: 0;
        margin: 0;
        border: none;
    }

    .hamburger-mobile .icon-bar {
        background-color: #000;
        height: 4px;
        width: 36px;
        border-radius: 4px;
    }

    #search-panel {
        margin: 0;
    }

    .btn-group.hamburger-mobile .navbar-toggle::after {
        content: 'Menu';
        font-size: 16px;
        color: #000;
        position: absolute;
        margin: 0;
        font-weight: 700;
        vertical-align: middle;
        top: 0px;
        right: 50px;
    }

    #menu-panel {
        border-top: none;
        background: var(--rouge);

        position: relative;
        left: auto;
        top: auto;
        width: auto;
        padding: 0;
        text-align: center;
        transform: none;
    }

    #ermes_main_menu {
        width: auto;
        padding: 0;
        display: block;
        float: right;
    }

    #menu-panel .panel-body {
        margin: 0 auto;
        background: none;
        padding: 0;
        z-index: 9;
        position: relative;
        right: 0;
        width: 100%;
        top: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .container>.navbar-collapse {
        width: 100%;
        -moz-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;

    }

    #ermes_main_menu {
        width: 100%;
        background: transparent;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        padding: 0 40px;
    }

    #ermes_main_menu li.LEVEL1 {

        background: transparent;
        border: none;
        margin: 0;
        padding: 0;

    }

    .navbar-collapse.collapse {
        display: none !important;
    }

}
*/


@media (max-width: 719px) {
	.render-velocityRenderMode_CRNA-FOLDERS ul.listpage-pages {
		padding-right: 0 !important;
	}
	.render-velocityRenderMode_CRNA-FOLDERS li.listpage-page {
		display: block !important;
	}
	.render-velocityRenderMode_CRNA-FOLDERS .template-header {
		margin-top: 10px !important;
	}
	.render-velocityRenderMode_CRNA-FOLDERS .listpage-thumbnail img {
		width: 100% !important;
	}
	
	
	.render-velocityRenderMode_LISTEPAGES .listpage-page {
		flex-direction: column;
	}	
	.render-velocityRenderMode_LISTEPAGES .listpage-resume {
		padding-top: 10px !important;
	}	
	.render-velocityRenderMode_LISTEPAGES .listpage-thumbnail {
		min-width: 100% !important;
		max-width: 100% !important;
	}	
	.render-velocityRenderMode_LISTEPAGES .listpage-thumbnail img {
		width: 100% !important;
		object-position: top;
	}

	.render-velocityRenderMode_CRNA-LIST-BIBLIO ul.listpage-pages {
		padding-right: 0 !important;
	}	
	.render-velocityRenderMode_CRNA-LIST-BIBLIO .listpage-page {
		display: block !important;
	}
	.render-velocityRenderMode_CRNA-LIST-BIBLIO .listpage-resume {
		padding-top: 10px !important;
	}
	.render-velocityRenderMode_CRNA-LIST-BIBLIO img.ermes-thumb {
		object-fit: cover !important;
		object-position: top !important;
		width: 100% !important;
	}
}

@media (max-width: 599px) {
	#illustrationMed-container th {
		width: 180px;
	}
}













