@charset "utf-8";
/* CSS Document */

/* Report @import url(../standard/portal/front/modeles.css); */
/* Report @import url(../standard/portal/front/style.css); */
/* Report @import url(../syracuse/syracuse.css); */
/* Desactived @import url(epica.css); */
/* Report @import url(front.css); */
[class^="icon-"], [class*=" icon-"] {
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@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;
}

/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v17-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-italic - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/open-sans-v17-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('fonts/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-italic.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v17-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v17-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-800 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v17-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/*************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
}

/***************/

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000;
    font-family: 'Open Sans';
    font-weight: 400;
}

body, h2, h3, h4, h5, h6, td, pre, .panel-front>.x-panel-header span {
    font-family: 'Open Sans';
    font-weight: 400;
}

a {
    color: #363737;
    font-weight: 400;
}

.container {
    max-width: 1400px;
}

/***********Header***********/

header {
    background: #fff;
}

.navbar-header {}

p {
    color: #000;
    font-size: 16px;
    line-height: 140%;
    font-family: Segoe UI, tahoma, helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5 {}

/*****************Menu*****************/

#search-panel {
    background: transparent;
}

#menu-panel .panel-body {
    margin: 0 auto;
    background: none;
    padding: 0;
    z-index: 1;
}

#menu-panel {
    border: none;
}

/*****************Logo*****************/

.navbar-header {}

.navbar-inverse {
    min-height: 0;
    /*display: inline-block;*/
    background: transparent;
}

.navbar-brand {
    width: 126px;
    height: 82px;
    background: #fff url(images/logo.jpg) no-repeat center center;
    background-size: contain;
}

.navbar-brand h1 {
    display: none
}

.navbar-brand-after {}

#share_social {
    z-index: 9999
}

/*****************Ariane*****************/

#ariane {
    font-size: 12px;
    color: #231f20;
    padding: 0;
    display: inline-block;
    font-weight: 600;
    display: none;
}

#ariane .actif {
    color: #231f20;
    font-weight: 400;
}

#ariane span.texte {}

#ariane a {
    color: #231f20;
}

/*****************Search*****************/

.container-header {}

#search-panel>.container {
    background: transparent;
}

#search-panel {
    background: #fff;
    padding: 0;
    margin: 0;
}

#main_search_form {}

#globalScenarioMobile {
    background: #363737;
    color: #fff;
    margin: 4px 0 0 0;
}

#globalScenarioMobile>li>a {
    color: #fff;
}

#globalScenarioMobile .active, #globalScenarioMobile .active:hover, #globalScenarioMobile .active:focus {
    color: #fff;
    background: #544e50;
}

#globalScenarioMobile>li>a:hover, #globalScenarioMobile>li>a:focus {
    color: #fff;
    background: #544e50;
}

#globalAdvancedSearchLink {
    color: #363737;
    font-size: 12px;
    padding: 0 6px;
}

#globalAdvancedSearchLink:hover {
    text-decoration: underline
}

.tt-suggestion.tt-cursor {
    background: #999999;
}

#textfield, .clean-text-field {
    color: #000;
    background: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
    padding: 0;
}

.clean-text-field {
    padding: 0
}

#scenario-selection, #submit-search, .tt-hint {}

.twitter-typeahead {}

.clean-text-field {
    color: #000;
}

.clean-text-field {
    border-left: none !important;
    border-right: none !important;
}

.clean-text-field:hover {}

.clean-text-field .icon-remove {}

.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;
}

#textfield, .tt-hint {
    font-size: 12px;
}

.site-btn a, .site-btn a:hover, .site-btn a:focus {
    color: #E40613;
    text-transform: none;
}

.site-btn .caret {
    border-top: 4px solid #626262;
}

.twitter-typeahead, #search-panel .input-group {}

#scenario-selection {
    font-size: 13px;
    padding-right: 4px;
}

#submit-search {
    width: 55px;
}

.tt-hint, #textfield, .clean-text-field {
    height: 40px;
    line-height: 100%;
}

#scenario-selection, #submit-search {
    line-height: 40px;
    height: 40px;
}

.connectBox {
    background: #333333;
}

#identite_utilisateur {
    color: #000;
    font-size: 14px;
    font-style: normal;
    background: transparent;
    position: absolute;
    left: 0;
    top: 7px;
    padding: 2px 10px;
}

#nav_connexe {
    position: relative;
    padding: 0;
    width: auto;
    float: right;
}

#admin-actions, #mobile-actions {
    box-shadow: none
}

.header-banner-menu {}

.all-link-connexe {
    text-transform: uppercase;
    display: none;
}

.site-btn {
    margin: 0;
    color: #fff;
    z-index: 24;
}

#nav_connexe .btn-default {
    background: transparent;
    border: none;
    color: #000;
    font-size: 12px;
    padding: 10px 6px;
}

#nav_connexe .btn-default:hover {
    text-decoration: underline;
}

#dropChangeSite {
    height: 31px;
    width: 33px;
    background: #E40613;
    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 #363737;
}

#langue-btn {
    top: -60px;
    position: absolute;
    right: -61px;
    bottom: auto;
    z-index: 1034;
    border: 1px solid #D9D9D9;
}

#langue-btn .pipe-separators a {
    color: #363737;
    padding: 3px 6px;
    font-weight: 700;
    margin: 0 3px;
    background: #fff;
}

#langue-btn .pipe-separators a.active {
    color: #fff;
    background: #363737;
}

ul.pipe-separators li::after {
    color: #fff;
    display: none;
}

#langue-btn .dropdown-menu {
    right: 0;
    left: auto;
}

.btn-account span span {
    display: none;
}

/*****************Social*****************/

main {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
}

.layout_fluid100 main {
    padding: 0;
}

#share_social {
    position: fixed;
    left: 0;
    top: calc(50% - 150px);
    right: auto;
    display: none !important;
}

div.social-network ul li a {
    margin: 0 0 6px 0;
    color: #fff;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

div.social-network ul li a.twitter {
    background-color: #363737;
}

div.social-network ul li a.facebook {
    background-color: #363737;
}

div.social-network ul li a.gplus {
    background-color: #363737;
}

div.social-network ul li a.tumblr {
    background-color: #363737;
}

div.social-network ul li a.pinterest {
    background-color: #363737;
}

#share_social ul li a:hover {
    color: #fff;
    background: #363737;
    text-decoration: none;
}

/*****************Button*****************/

.btn {
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: normal;
}

#portal .btn {
    white-space: normal;
}

.criteres_tri .btn {
    text-transform: none;
}

span.labelSelect.sort, span.labelSelect {
    max-width: 100%;
}

#langue-btn>a, .site-btn>a {
    color: #363737;
    background: #fff;
    padding: 2px;
}

#langue-btn .x-flag {
    display: none;
}

#langue-btn li a {
    color: #363737;
}

#langue-btn li.active a {
    background: #e3e3e3;
}

#langue-btn li a:hover {
    background: #e3e3e3;
}

/*********Default***********/

.btn-default {
    background-color: #E40613;
    border-color: #E40613;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    border-radius: 0;
    font-weight: 600;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #E40613;
    border-color: #E40613;
    color: #fff;
}

#search-panel .btn-default {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    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: #F2F2F2;
    border-color: #F2F2F2;
    color: #000;
}

/*****************Content*****************/

.panel-front, .panel-selection {
    background: #fff;
    padding: 20px 0;
    /*box-shadow: 1px 2px #e8eaec;*/
}

.panel>.panel-heading h2, .panel-title, .panel-front>.x-panel-header {
    text-transform: none;
}

.panel-front>h2, .panel-heading>h2 {
    color: #E40613;
    font-size: 40px;
    font-weight: 300;
}

.panel-front>.x-panel-header span, h2 {
    color: #E40613;
    font-weight: 600;
}

.layout_fluid100 div#page>div.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    float: left
}

/**********************************/

.rsDefaultInv .rsArrow {
    height: 100%;
    width: 46px;
    padding: 0;
    /*background: rgba(232,233,233,0.4);*/
    opacity: 1 !important;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: transparent;
    left: auto;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background: transparent;
    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: #A0A0A0
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 28px;
    color: #A0A0A0
}

/****************/

.bs-bullets .rsNavSelected .btn {
    background: #E40613;
    border-color: #E40613;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.bs-bullets .btn, .bs-bullets .btn:hover, .bs-bullets .btn:active {
    border-color: #A0A0A0;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
    background: #A0A0A0;
}

/*********Themes**********/

/*******Pages themes***********/

#portal .frame {
    margin: 0 0 30px 0 !important;
}

/*********Th譥 1**********/

.theme_1 {
    position: relative;
}

#portal .theme_1.frame {}

.theme_1 .panel-front, .theme_1 .panel-selection {
    background: #29aae1;
}

.theme_1 .panel-heading>h2 {
    color: #fff;
}

#portal .theme_1 .panel-body {
    padding-top: 0;
}

/*********Th譥 2**********/

/***************/

.theme_2 {
    position: relative;
}

.theme_2 .panel-front, .theme_2 .panel-selection {
    margin: -114px 0 0 0;
    padding: 20px;
    box-shadow: none;
    text-align: center;
    -webkit-box-shadow: 0px -9px 6px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -9px 6px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -9px 6px -2px rgba(0, 0, 0, 0.15);
}

#portal .theme_2.frame {
    max-width: 1200px;
    margin: 0 auto 40px !important;
    padding: 0 30px;
}

.theme_2 .panel-heading {}

.theme_2 .panel-heading>h2 {
    padding: 20px 0;
    display: none;
}

.theme_2 .rsDefaultInv .rsBullets {
    display: none;
}

.actus {
    padding: 0 60px;
}

.actus h3 {
    font-size: 30px;
    margin: 2rem 0 3rem 0;
    font-weight: 600;
    color: #363737;
    display: inline-block;
    width: 100%;
}

/*********Th譥 3**********/

.theme_3 {
    position: relative;
}

.theme_3 .panel-front, .theme_3 .panel-selection {
    padding: 0;
}

.theme_3 .panel-heading>h2 {
    text-align: center;
    margin: 50px 0 30px 0;
}

/*********Th譥 4**********/

.theme_4 {
    position: relative;
}

.theme_4 .panel-front, .theme_4 .panel-selection {
    padding: 10px 20px;
}

.theme_4 .panel-heading>h2 {
    color: #E40613;
}

#portal .theme_4 .panel-body {}

.theme_4 .selection-description {
    background: #E40613;
    border: none;
    color: #fff;
}

.theme_4 .bs-bullets .rsNavSelected .btn {
    background: #E40613;
    border-color: #E40613;
}

.theme_4 .bs-bullets .btn, .theme_4 .bs-bullets .btn:hover, .theme_4 .bs-bullets .btn:active {}

.theme_4 .btn-default {
    background-color: #E40613;
    border-color: #E40613;
    color: #fff;
}

.theme_4 .btn-default:hover, .theme_4 .btn-default:focus, .theme_4 .btn-default:active, .theme_4 .btn-default.active, .theme_4 .open .dropdown-toggle.btn-default {
    background-color: #E40613;
    border-color: #E40613;
    color: rgba(255, 255, 255, 0.5);
}

.theme_4 .vignette_document {
    margin: 0 0 30px 0;
    width: 100%;
}

.theme_4 .vignette_document img {
    width: 100% !important;
    max-width: 100%;
}

.theme_4 div.webframe-ermes-lastviewedresources-item, .theme_4 div.webframe-ermes-openfindselection-item {
    background-color: #fff;
    padding: 0;
}

.theme_4 .template-title {
    font-weight: 600;
    font-size: 18px;
}

.theme_4 p.template-info {
    display: none;
}

.template-title {
    color: #363737;
    text-transform: none;
}

/*********Th譥 5**********/

.theme_5 {
    position: relative;
}

#portal .theme_5.frame {
    max-width: 1200px;
    margin: 0 auto 40px !important;
    padding: 0 30px;
}

.theme_5 .panel-front, .theme_5 .panel-selection {}

.theme_5 .panel-heading>h2 {
    color: #E40613;
}

#portal .theme_5 .panel-body {}

.theme_5 .rsDefaultInv.rsHor .rsArrowRight {
    right: 0;
    top: 0;
    height: auto;
}

.theme_5 .rsDefaultInv.rsHor .rsArrowLeft {
    right: 41px;
    top: 0;
    height: auto;
    left: auto;
}

.theme_5 .rsDefaultInv .rsArrowIcn:after {
    font-size: 20px !important;
    color: #E40613 !important;
}

/*********Th譥 6**********/

.theme_6 {
    position: relative;
    background: #fff;
    margin-top: -70px;
}

.theme_6 .panel-front, .theme_6 .panel-selection {
    padding: 0
}

.theme_6 .panel-heading>h2 {
    display: none
}

#portal .theme_6 .panel-body {
    padding: 0
}

/*********Th譥 7**********/

.theme_7 {
    position: relative;
}

.theme_7 .panel-front, .theme_7 .panel-selection {
    padding: 20px;
    box-shadow: none;
    background: #F2F2F2;
}

#portal .theme_7.frame {}

.theme_7 .panel-heading {}

.theme_7 .panel-heading>h2 {}

/*********Th譥 8**********/

.theme_8 {
    position: relative;
    background: #fff;
}

.theme_8 .panel-front, .theme_8 .panel-selection {
    padding: 0
}

.theme_8 .panel-heading>h2 {
    display: none
}

#portal .theme_8 .panel-body {
    padding: 0
}

/*********Th譥 9**********/

.theme_9 {
    position: relative;
    background: #65B243;
}

.theme_9 .panel-front, .theme_9 .panel-selection {}

.theme_9 .panel-heading>h2 {
    color: #fff;
}

.capture_style_home .rs-staticList li {
    width: 29.3333333% !important;
    float: left !important;
    margin: 0 6% 42px 0 !important;
}

.theme_9 .rs-staticList li:nth-child(3n+3) {
    margin-right: 0
}

.theme_9 .rs-staticList li {
    width: 30%;
    float: left;
    margin: 0 5% 4% 0;
}

.theme_9 .rs-staticList .vignette_document {
    width: 100%;
    text-align: center;
    height: 240px;
    margin: 0px;
}

.theme_9 .rs-staticList .notice_corps {
    padding-top: 240px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    width: 90%;
    position: relative;
}

.theme_9 .rs-staticList .vignette_document img {
    width: 90%;
    max-height: 240px;
    vertical-align: middle;
}

.theme_9 .rs-staticList .webframe-ermes-lastviewedresources-item {
    border: none;
    height: 430px;
    padding: 10px 0px;
    overflow: hidden;
    background: #fff;
}

.theme_9 .template-resume {
    display: none
}

.theme_9 .webframe-ermes-lastviewedresources-item:hover {
    background-color: #51a22d;
}

.theme_9 .webframe-ermes-lastviewedresources-item:hover .notice_corps h3, .theme_9 .webframe-ermes-lastviewedresources-item:hover .notice_corps a, .theme_9 .webframe-ermes-lastviewedresources-item:hover .notice_corps p.template-info {
    color: #fff;
    text-decoration: none;
}

.theme_9 .webframe-ermes-lastviewedresources-item .notice_corps h3 {
    margin-top: 8px;
    color: #000;
}

.theme_9 p.template-info {
    color: #000
}

.theme_9 .btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #65B243;
}

.theme_9 .btn-default:hover, .btn-default:focus, .theme_9 .btn-default:active, .theme_9 .btn-default.active, .theme_9 .open .dropdown-toggle.btn-default {
    background-color: #51A22D;
    border-color: #51A22D;
    color: #fff;
}

.theme_9 .bs-bullets .rsNavSelected button {
    background: #fff;
    border-color: #fff;
    border-radius: 0
}

.theme_9 .bs-bullets button, .theme_9 .bs-bullets button:focus, .theme_9 .bs-bullets button:active, .theme_9 .bs-bullets button:hover {
    border-color: #fff;
    border-radius: 0
}

.theme_9 .event-wrapper span, .theme_9 .event-wrapper a, .theme_9 .event-wrapper p {
    color: #fff !important
}

.theme_9 .rsDefaultInv .rsGCaption *, .theme_9 .rs-railsWithCaption .rsGCaption span {
    color: #fff;
}

.theme_9 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after, .theme_9 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

.theme_9 a, .theme_9 p, .theme_9 h3, .theme_9 h4, .theme_9 h2, .theme_9 h5 {
    color: #fff;
}

.theme_9 .webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body, .theme_9 .webframe-ermes-lastcomments small {
    color: #fff;
}

/*********Th譥 10**********/

.theme_10 {
    position: relative;
    background: transparent;
}

.theme_10 .panel-front, .theme_10 .panel-selection {
    background: #fff url('images/syr_bg.png') repeat-y center top;
}

#portal .theme_10.frame {
    margin: 0 !important;
    background: transparent;
    padding: 0;
}

.theme_10 .panel-heading {}

.theme_10 .panel-heading>h2 {
    color: #fff;
    padding: 16px 0 0 0;
}

.theme_10 .btn-default {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    padding: 0;
}

.theme_10 .btn-default:hover, .btn-default:focus, .theme_10 .btn-default:active, .theme_10 .btn-default.active, .theme_10 .open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.theme_10 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after, .theme_10 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    font-size: 30px;
    color: #fff;
}

.theme_10 .rsDefaultInv .rsGCaption *, .theme_10 .rs-railsWithCaption .rsGCaption span {
    color: #fff;
}

.theme_10 .event-wrapper span, .theme_10 .event-wrapper a, .theme_10 .event-wrapper p {
    color: #fff !important
}

.theme_10 .rsDefaultInv .rsGCaption *, .theme_10 .rs-railsWithCaption .rsGCaption span {
    color: #fff;
}

.theme_10 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after, .theme_10 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

.theme_10 a, .theme_10 p, .theme_10 h3, .theme_10 h4, .theme_10 h2, .theme_10 h5 {
    color: #fff;
}

.theme_10 .webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body, .theme_10 .webframe-ermes-lastcomments small {
    color: #fff;
}

.theme_10 .img-thumbnail {
    height: 181px;
    width: auto !important;
}

.theme_10 .rsVisibleNearbyWrap {
    width: 50% !important;
    height: 100%;
    position: relative;
}

.theme_10 .rs-railsWithCaption .rsGCaption {
    position: relative;
    float: right;
    left: auto;
    bottom: auto;
    background: transparent;
    width: 45%;
}

.theme_10 .rs-railsWithCaption .royalSlider {
    width: 100%;
}

.theme_10 .rsVisibleNearbyWrap .rsOverflow {
    margin: 0 !important;
}

.theme_10 .footer-icon-container a span {
    color: #fff !important;
}

.theme_10 .rsDefaultInv .rsBullets {
    position: absolute;
    right: 0;
    bottom: -36px;
    width: 45%;
}

.theme_10 .bs-bullets .rsNavSelected .btn {
    background: #F3A329;
    border-color: #F3A329;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.theme_10 .bs-bullets .btn, .theme_10 .bs-bullets .btn:hover, .theme_10 .bs-bullets .btn:active {
    border-color: #fff;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
    background: #fff;
}

.theme_10 .event-wrapper {
    border: none !important;
}

.theme_10.frame-portalblogpostpromotionwebframefactory .rsGCaption {
    text-align: left;
}

/*******theme 20********/

.theme_20 {
    position: relative;
}

#portal .theme_20.frame {
    margin: -30px 0 0 0 !important;
}

.theme_20 .panel-front, .theme_20 .panel-selection {
    background: transparent;
    padding: 0;
    margin: 0;
}

.theme_20 .panel-heading>h2 {
    display: none;
}

#portal .theme_20 .panel-body {
    padding-top: 0;
}

.theme_20 .slider_sub_container {
    width: 100%;
}

.theme_20 .slider_container .container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    float: none;
    padding: 0
}

.theme_20 .carrousel-5 {
    float: left;
    position: relative;
    width: 100%
}

.theme_20 .rsDefaultInv .rsBullets {
    background: transparent;
    position: absolute;
    bottom: 5px;
}

.theme_20 .bs-bullets .rsNavSelected .btn {
    background: #E40613;
    border-color: #E40613;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.theme_20 .bs-bullets .btn, .theme_20 .bs-bullets .btn:hover, .theme_20 .bs-bullets .btn:active {
    background: #dadadb;
    border-color: #dadadb;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.theme_20 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn, .theme_20 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: transparent;
    right: auto;
    vertical-align: middle;
    border-radius: 0;
    height: 117px;
}

.theme_20 .rsDefaultInv .rsArrow {
    height: 100%;
    width: 60px;
    padding: 0;
}

.theme_20 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_20 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    content: "\e903";
    font-family: 'icomoon';
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_20 .carousel_3 .slider_container {
    width: 100%;
    height: 100%;
    background: transparent;
}

.theme_20 .carousel_3 h2 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'roboto_slabbold';
}

.theme_20 .carousel_3 h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 14px 0 0 0;
}

.theme_20 .sub_cont {
    width: auto;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    display: inline-block;
}

.theme_20 .carousel_3 h2 a, .theme_20 .carousel_3 h3 a {
    color: #fff;
}

.theme_20 .carousel_3 h2 a:hover, .theme_20 .carousel_3 h3 a:hover {
    text-decoration: underline;
}

.theme_20 .btn-default {
    background-color: #E40613;
    color: #fff;
    margin: 12px 0 0 0;
    float: left;
    border-color: #E40613;
}

.theme_20 .btn-default:hover, .theme_20 .btn-default:focus, .theme_20 .btn-default:active, .theme_20 .btn-default.active, .theme_20 .open .dropdown-toggle.btn-default {
    background-color: #E40613;
    border-color: #E40613;
    color: #fff;
}

.theme_20 .rsSlide .ermes-thumb {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;
}

.theme_20 img {
    width: 100%;
}

.theme_20 .carousel_acceuil {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.theme_20 .carousel_acceuil p {
    color: #fff;
}

.theme_20 .carousel_acceuil h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.theme_20 .carousel_acceuil h2 span {
    font-family: 'Lato-Bold';
    color: #fff;
    font-size: 25px;
    display: block;
}

.theme_20 .container {
    position: relative;
    padding: 50px 28px;
}

.theme_20 .thumb_content {
    position: absolute;
}

.theme_20 .content_cars {
    background: transparent;
    padding: 0;
    width: 60%;
}

.footer_zn {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.btn_more .btn-default {
    position: absolute;
    left: 42%;
    bottom: 68px;
}

/***************/

.theme_26 {
    position: relative;
}

#portal .theme_26.frame {
    margin: 0 !important;
}

.theme_26 .panel-front, .theme_26 .panel-selection {
    margin: 0;
    padding: 0;
}

.theme_26 .panel-heading>h2 {
    display: none;
}

#portal .theme_26 .panel-body {
    padding-top: 0;
}

.theme_26 .rsDefaultInv .rsBullets {
    background: transparent;
}

.theme_26 .bs-bullets .rsNavSelected .btn {
    background: #E40613;
    border-color: #E40613;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
}

.theme_26 .bs-bullets .btn, .theme_26 .bs-bullets .btn:hover, .theme_26 .bs-bullets .btn:active {
    border-color: #fff;
    border-radius: 8px;
    height: 10px;
    width: 10px;
    line-height: 100%;
    border: none;
    background: #fff;
}

.theme_26 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn, .theme_26 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: transparent;
    right: auto;
    vertical-align: middle;
    border-radius: 0;
    height: 117px;
}

.theme_26 .rsDefaultInv .rsArrow {
    height: 100%;
    width: 60px;
    padding: 0;
}

.theme_26 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_26 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    content: "\e903";
    font-family: 'icomoon';
    font-size: 44px;
    color: #fff;
    height: 117px;
    display: block;
    vertical-align: middle;
    line-height: 117px;
}

.theme_26 .rsDefaultInv .rsGCaption {
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.9);
}

.theme_26 .panel-heading>h2 {
    color: #fff;
}

/***************/

.theme_22 {
    position: relative;
}

.theme_22 .panel-front, .theme_22 .panel-selection {
    padding: 0;
}

#portal .theme_22.frame {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 30px;
}

.theme_22 .panel-front, .theme_22 .panel-selection {
    margin: 0;
    padding: 0;
}

.theme_22 .panel-heading>h2 {
    text-align: center;
    margin: 0 0 30px 0;
}

.theme_22 div.webframe-ermes-lastviewedresources-item, .theme_22 div.webframe-ermes-openfindselection-item {
    background: #F8F7F2;
    padding: 0;
}

.theme_22 .webframe-ermes-lastviewedresources-item-shadow, .theme_22 .webframe-ermes-openfindselection-item-shadow {
    display: none;
}

.theme_22 .rs-staticList li .webframe-ermes-lastviewedresources-item>a {
    display: inline-block;
    width: 50%;
    float: right;
    max-height: 350px;
    overflow: hidden;
}

.theme_22 .rs-staticList li .webframe-ermes-lastviewedresources-item>a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.theme_22 .rs-staticList li img {
    background-image: none;
    width: auto !important;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item {
    background: #e8e8e8;
}

.theme_22 .rs-staticList .notice_corps {
    width: 50%;
    float: right;
    padding: 20px;
}

.theme_22 .vignette_document {
    float: right;
    width: 100%;
    margin: 0;
}

.theme_22 .vignette_document:after {
    content: '';
    position: absolute;
    right: auto;
    top: calc(50% - 15px);
    width: 0;
    height: 0;
    left: 0;
    border-right: 0px solid transparent;
    border-left: 30px solid #e8e8e8;
    border-top: 15px solid transparent;
    border-bottom: 20px solid transparent;
}

#portal .theme_22 .panel-body {}

.theme_22 .panel-body>div:nth-child(3) {}

.theme_22 .event-wrapper {
    padding-left: 0;
    text-align: center;
    /*margin: 30px;*/
    border: none !important;
}

.theme_22 .rs-staticList li:nth-child(3) .webframe-ermes-lastviewedresources-item>a, .theme_22 .rs-staticList li:nth-child(4) .webframe-ermes-lastviewedresources-item>a {
    float: left;
}

.theme_22 .rs-staticList li:nth-child(3) .vignette_document:after, .theme_22 .rs-staticList li:nth-child(4) .vignette_document:after {
    border-left: 0px solid transparent;
    border-right: 30px solid #e8e8e8;
    border-top: 15px solid transparent;
    border-bottom: 20px solid transparent;
    right: 0;
    left: auto;
}

.theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item img {
    float: right;
    height: 260px !important;
    object-fit: cover;
    width: 100% !important;
}

.theme_22 .rs-staticList li:nth-child(3) .webframe-ermes-lastviewedresources-item img, .theme_22 .rs-staticList li:nth-child(4) .webframe-ermes-lastviewedresources-item img {
    float: left;
}

.theme_22 .rs-staticList li:nth-child(even) .notice_corps {
    border-left: none;
    border-right: 0;
}

.theme_22 .rs-staticList>ul {
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.theme_22 .rs-staticList>ul>li {
    margin: 0;
    width: 50%;
    float: left;
    flex: 1;
    flex-basis: 50%;
    background: #e8e8e8
}

.theme_22 .see_all_results {
    float: left;
}

.theme_22 .panel-body h3, .theme_22 .panel-body h2 {
    color: #363737;
    text-transform: none;
    font-weight: 600;
}

.theme_22 p.template-info {
    color: #fff;
    background: #E40613;
    display: inline-block;
    padding: 2px 6px;
}

.theme_22 .template-resume {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theme_22 .rs-staticList .notice_corps a {
    text-decoration: none;
}

/*
.theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item:hover, .theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item:focus {
    background: #363737;
}
.theme_22 .webframe-ermes-lastviewedresources-item:hover .vignette_document:after {       border-left: 30px solid #363737;}
.theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item:hover * {
    color: #fff;
}

.theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item {
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
}
*/

/***************/

.theme_23 .panel-front, .theme_23 .panel-selection {
    padding: 0;
}

.theme_23 .panel-heading>h2 {
    color: #002749;
    padding: 20px;
}

.theme_23 .panel-heading {
    text-align: center;
}

#portal .theme_23 .panel-body {
    padding: 0;
}

/*********Th譥 24**********/

.theme_24 {
    position: relative;
    background: transparent;
}

.theme_24 .panel-front, .theme_24 .panel-selection {
    background: #002749;
    margin: 0;
}

#portal .theme_24.frame {
    margin: 0 !important;
    background: transparent;
    padding: 0;
}

.theme_24 .panel-heading {
    text-align: center;
}

.theme_24 .panel-heading>h2 {
    color: #fff;
    text-align: center;
    margin: 14px 0 26px 0;
}

.theme_24 .panel-heading>h2:after {
    position: relative;
    display: block;
    background: #E40613;
    content: " ";
    height: 2px;
    width: 72px;
    margin: 12px auto 0;
}

.theme_24 .btn-default {
    background-color: #EA6367;
    border-color: #EA6367;
}

.theme_24 .btn-default:hover, .btn-default:focus, .theme_24 .btn-default:active, .theme_24 .btn-default.active, .theme_24 .open .dropdown-toggle.btn-default {
    background-color: #EA6367;
    border-color: #EA6367;
}

.theme_24 .panel-body h3, .theme_24 .panel-body a, .theme_24 .panel-body p, .theme_24 .panel-body span {
    color: #fff;
}

.theme_24 .webframe-ermes-lastcomments .webframe-ermes-lastcomments-item-body, .theme_24 .webframe-ermes-lastcomments small {
    color: #fff;
}

.theme_24 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after, .theme_24 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    color: #fff;
}

.theme_24 .rsSlide .ermes-thumb {
    min-width: 200px !important;
}

/**********************/

.carousel_3 .slider_container {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    display: block;
}

.carousel_3 h3 {
    color: #fff;
    font-weight: normal;
}

.carousel_3 p {
    color: #fff;
}

/***************/

.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: #E40613;
}

.user-name {
    color: #E40613;
}

.myaccount-profile .account-label {
    color: #E40613;
}

.facetList .badge {
    color: #E40613;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    border-bottom: 5px solid #E40613;
    color: #E40613;
    border-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0;
}

#criteres_recherche p, #description_resultats, .taille_page, .btn-group.pageSize-container button, .btn-group.pageSize-container.open .dropdown-menu>li>a {
    color: #000;
    font-size: 16px;
}

.displaymode-icon-container .active, .siteRestriction-icon-container .active, .pageSize-container .active, .sort-order .active {
    background-color: #868686;
    color: #fff;
}

.displaymode-icon-container.desktop button, .siteRestriction-icon-container.desktop button, .sort-order button {
    background-color: #868686;
    color: #fff;
}

.btn-group.pageSize-container.open .dropdown-menu>li>a.active {
    background: #E40613;
}

/* Surcharge r觬e 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: #868686;
    color: #fff;
}

#multi_selection_simple .bouton_detail, #multi_selection .bouton_detail {
    color: #E40613;
}

.vignette_document .icon-new {
    background-color: #E42028;
    box-shadow: none;
    margin: 0;
    right: 0;
    padding-left: 0;
}

h3.category_header {
    background-color: #363737;
    color: #fff;
    margin-bottom: 0;
}

h2.category_header {
    color: #E40613;
    font-weight: normal;
}

.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: #4D4D4D;
    color: #fff;
    font-weight: normal;
}

.template-title {
    font-weight: 700;
    font-size: 20px;
}

p.template-info {
    font-weight: normal;
}

.template-title, p.template-info, .template-resume, .event-wrapper *, #notice_longue h3 {
    font-family: Segoe UI, tahoma, helvetica, arial, sans-serif;
}

.rsDefaultInv .rsGCaption {}

.rsDefaultInv .rsGCaption *, .rs-railsWithCaption .rsGCaption span {}

.mobile-navigation, .mobile-navigation .btn.precedent, .mobile-navigation .btn.suivant {
    background-color: #E40613;
}

.mobile-navigation>.btn-group, .mobile-navigation .btn {
    background: #333;
}

.template-resume {
    font-size: 14px;
    line-height: 140%;
}

.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;
}

.date {
    font-weight: 800;
}

.btn-action {
    background-color: #363737;
    border-color: #363737;
    color: #fff;
}

.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active, .btn-action.disabled, .btn-action[disabled] {
    background-color: #363737;
    border-color: #363737;
    color: #fff;
}

.metadata-actions .btn {
    background-color: #fff;
    border: none;
    /*border-bottom: 1px solid #363737;*/
    color: #363737;
}

.anonymous-info .btn {
    background-color: #F0F0F0 !important;
    height: auto !important;
    padding: 7px !important;
}

#notice_longue .vignette_document img.ermes-thumb {
    /* max-width: none;
    min-width: none !important;
	width: 260px;*/
}

/*****************/

.panel-title {
    font-size: 18px;
    line-height: 100%;
}

#facet_container.accordion h3.panel-title {
    font-weight: 600;
    border-left: 4px solid #E40613;
    padding-left: 15px;
    color: #545454;
}

.facet-controls>a, .facet-controls>button {
    color: #fff;
    text-transform: uppercase;
    background: #545454;
    font-size: 12px;
    padding: 2px 7px 2px 12px;
}

/*****************/

#resultats_detail h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

#notice_longue_description .item-publisher, #notice_longue_description .item-author {
    margin: 20px 0
}

/*********/

#resultats>ul>li {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 14px;
}

#resultats .select {
    background-color: #aaaaaa;
}

#resultats>ul>li.on {
    background-color: #fff;
    border: 1px solid #eee;
}

.label-facet .btn-action {
    opacity: 1;
    color: #fff;
}

.panel-front.panel-search-container {
    background: #F0F0F0;
}

#resultats_recherche .panel-search-container {
    background: #F0F0F0;
    padding: 0 20px;
}

#facet_container>.panel-group {
    margin-bottom: 10px;
    background: transparent;
    padding: 0 0 8px 0;
    border-top: none;
}

#criteres_recherche, .navigation-page, .intro, #description_resultats_pendingActiveClients {
    padding: 0;
}

#criteres_recherche {
    background: #F0F0F0;
}

#resultats_recherche .panel-heading {
    padding: 30px 0;
}

.more-actions {
    margin-top: 0;
    right: 0;
}

.search-icon-container {
    right: 0;
    top: 32px;
}

.panel-default>.panel-heading {
    background-color: transparent;
}

.additional-infos {
    color: #363737;
}

.pagination button.page_link {
    border-bottom: 5px solid #363737;
    color: #363737;
}

#facet_container a, #langue-btn a, .site-btn a {
    font-family: Segoe UI, tahoma, helvetica, arial, sans-serif;
}

/*****************Footer*****************/

/*****************Footer*****************/

footer {
    background: #f0f0f0;
    color: #4b494a;
    font-size: 14px;
    clear: both;
}

.footer {
    position: relative;
}

footer .container .col-md-12 {
    float: left;
    width: 100%;
}

footer .container {
    margin: 0px auto;
    padding: 26px 0;
}

footer a, footer a:hover, footer a:focus, footer [class^="icon-"], footer [class*=" icon-"] {
    color: #4b494a;
}

footer .container ul li, .label-ermes {
    color: #4b494a;
}

footer div.footer-mobile [class^="icon-"], footer.footer-mobile [class*=" icon-"] {
    color: #4b494a;
}

footer h3 {
    color: #4b494a;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

footer p {
    color: #4b494a;
}

footer a {
    color: #4b494a;
    font-size: 1.4rem;
    font-weight: 400;
}

footer a:hover, footer a:focus {
    color: #E40613;
    text-decoration: none;
}

footer .logo_ft {
    width: 250px;
    margin: 20px 0 0 0;
    filter: contrast(0.2);
}

footer p {
    color: #fff;
    font-size: 14px;
}

footer a.mailto {
    color: #aaaaaa;
    font-weight: 800;
    font-size: 16px;
}

footer .social_media {
    text-align: left;
}

footer .social_media .fab {
    font-size: 32px;
}

footer .social_media ul li {
    display: inline-block;
    margin: 0 6px;
}

div.product-infos {
    text-align: center;
    background-color: #363737;
    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;
    float: left;
    width: 100%;
}

footer .pqc li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 6px 0 0;
    font-size: 2rem;
    line-height: 100%;
}

footer .pqc li.contact a:before {
    content: '\f0e0';
}

footer .pqc li.agenda a:before {
    content: '\f073';
}

footer .pqc li.newsletter a:before {
    content: '\f1d8';
}

/* facebook */

footer .social_media li a:before {
    content: '\f39e';
    font-family: 'Font Awesome 5 Brands';
    font-weight: 500;
    font-size: 3rem;
}

/* Youtube */

footer .social_media li.youtube a:before {
    content: '\f167';
}

/* Viadeo */

footer .social_media li:nth-child(4) a:before {
    /*content: '\f0e1';*/
}

/* google */

/*
footer .social_media li:nth-child(3) a:before {
    content: '\f0d5';
}
*/

/* twitter */

footer .social_media li.twitter a:before {
    content: '\f099';
}

/* Linkedin */

footer .social_media li:nth-child(2) a:before {
    /*content: '\f0e1';*/
}

/* instagram */

footer .social_media li.instagram a:before {
    content: '\f16d';
}

footer .social_media li a span {
    display: none;
}

footer .cond_ml {
    display: inline-block;
    margin: 24px 0 0 0;
    text-align: center;
    width: 100%;
}

footer .cond_ml li {
    display: inline-block;
    margin: 0 8px 0 0;
}

footer .cond_ml li a {
    font-size: 1.2rem;
}

footer .pqc {
    text-align: center;
    padding: 10px 0;
}

footer .pqc li {
    display: inline-block;
    margin: 0 8px;
}

/***********/

#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;*/
    right: 20%;
    position: absolute;
    top: -21px;
    width: auto;
}

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: #fff !important;
    border: none;
    color: #E40613 !important;
    margin: 0;
    font-size: 12px;
    clear: both;
    margin: 10px 0 0;
    border-radius: 0;
}

.plan_map {
    width: 100% !important
}

.sans_titre .panel-heading>h2 {
    display: none;
}

#detail-notice .metadata-actions .btn {
    background: #F0F0F0;
}

#detail-notice .metadata-actions a.btn-technicalReport {
    background: #937CAF;
    color: #fff;
}

#detail-notice .metadata-actions #dropBasketList {
    /*background: #333;*/
}

.webframe-ermes-commonviewedresources.facet .facetSuggest li:nth-child(odd)>a {
    background-color: #937CAF;
    border-color: #937CAF;
}

.blog-header-title, .blog-header-stats {
    color: #8058af;
}

#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: #fff;
    border-color: #fff;
    color: #4D4D4D;
}

#detail-notice .nav-tabs>li {
    background-color: #4D4D4D;
    border-right: 1px solid #F0F0F0;
}

#detail-notice .nav-tabs>li>a {
    color: #fff;
}

#detail-notice .tab-content {
    background-color: #fff;
}

h2.category_header {
    color: #000;
    border-left: 6px solid #E40613;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 25px;
}

#menu-more {
    background: transparent;
    border: none;
    margin: 10px 0 20px 0;
    padding: 0;
}

#menu-more ul li {
    display: inline;
    margin: 0 10px 0 0;
}

#menu-more li a {
    color: #fff;
    background: #F2A229;
    padding: 6px 9px;
}

#enrichissements .content_tab {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

#notice_longue h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}

.holdings_container_desktop .btn-default {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 100%;
}

#notice_longue .item-typedoc {
    background: #E40613;
    color: #fff;
    padding: 4px 10px;
    font-weight: normal;
    display: inline-block;
}

a.rheader-button.rheader-button-search.active {
    background: #E40613;
    border-left: 1px solid #E40613;
    border-right: 1px solid #E40613;
}

.navbar-compact .site-btn {
    position: relative;
    background: transparent;
    width: 100%;
    float: right;
    top: auto;
    text-align: right;
}

.navbar-compact .site-btn ul.dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-compact #dropChangeSite {
    height: auto;
    width: auto;
    background: #E40613;
    color: #fff;
    text-align: center;
    border-radius: 0;
    float: right;
    margin: 11px 0 0 0;
    font-size: 12px;
}

.navbar-compact #dropChangeSite .icon-site {
    margin: 0;
    display: inline-block;
}

.navbar-compact #dropChangeSite span {
    display: inline-block;
}

.navbar-compact .site-btn .caret {
    border-top: 4px solid #fff;
}

.navbar-compact .site-btn ul {
    padding: 0;
}

.header-compact .navbar-brand {
    margin: 0 0 0 30px;
}

/**********/

.btn-default .caret, .btn-account .caret, .btn-basket .caret {
    border-top-color: #333;
}

#nav_connexe .sr-only.tablink {
    z-index: 9999;
    top: 76px !important;
    left: 0 !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 32px !important;
}

.myaccount-memorysearch .searchBox .btn-group button, .myaccount-memorysearch .serviceBox .btn-group button {
    margin-right: 0 !important;
}

a.rheader-button.rheader-button-search.active {
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-left: none;
    border-right: none;
    color: #E40613;
}

.dropdown-submenu>a:after {
    float: right;
    border-left-color: #E40613;
    border-width: 3px 0 3px 3px;
    margin: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #E40613;
}

/*
#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: #E40613;
    transform: translate(184px, 0);
    transition: all ease 0.2s;
    border-radius: 6px 0 0 6px;
    margin: 4px 0;
    -webkit-transform: translate(184px, 0);
    -moz-transform: translate(184px, 0);
    -ms-transform: translate(184px, 0);
    -o-transform: translate(184px, 0);
    float: none !important;
}

#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: #E40613;
    transform: translateX(0);
}

#admin-actions .btn-group a i, #admin-actions .btn-group a span:before {
    font-size: 20px;
}
*/

.btn-account-label {
    display: none !important;
}

.acc_img:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

#facet_container .facetSuggest li>a {
    font-family: Segoe UI, tahoma, helvetica, arial, sans-serif;
}

#facet_container .facetSuggest a:hover {
    background-color: #595959;
}

#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";
}

.haut_btn a {
    display: block;
    background: transparent;
    background-color: white;
    width: 45px;
    height: 43px;
    text-indent: 0;
    position: relative;
}

.haut_btn a span {
    display: none;
}

.haut_btn a:before {
    content: "\f106";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    color: #363737;
    font-size: 30px;
    text-align: center;
    display: block;
}

#resultats .thumbnail-wrapper, #resultats_detail .thumbnail-wrapper {
    border: 3px solid #F0F0F0;
    background: #fff;
}

.publications {
    text-align: center;
    margin: 70px 0 30px;
}

.publications li a {
    font-size: 30px;
    color: #363737;
    font-weight: 300;
    position: relative;
    padding: 8px 40px;
    transition: transform 0.2s;
    display: inline-block
}

.publications li a:hover {
    color: #E40613;
    text-decoration: none;
    transform: scale(1.1);
}

.publications ul {
    margin: 0 auto;
    display: inline-block;
}

.publications li a::after {
    content: "\e903";
    font-family: 'icomoon';
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 18px;
}

.publications li a:hover::after {
    /*transform: rotate(360deg);*/
}

.publications li {
    float: left;
    margin: 0;
    border-left: 1px solid #C8CAC7;
    width: 33.3333%;
}

.publications li:first-child {
    border: none;
}

.btn-info {
    background-color: #85888A;
    border-color: #85888A;
    color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #85888A;
    border-color: #85888A;
    color: #fff;
}

.event-wrapper {
    border-left: 3px solid #E40613 !important;
}

.portal-translation-alertbox {
    display: none
}

#detail-holdings .category_header {
    color: #fff;
}

/******************Responsive devices*******************/

/* Full HD · width: 1920px */

@media (min-width: 1920px) {}

/* Kindle landscape · width: 1024px */

/* iPad landscape · width: 1024px */

@media (min-width: 1100px) {
    .layout_fluid100 #layout-2, .layout_fluid100 #layout-3 {
        width: 100%;
        margin: 0;
        padding: 20Px;
        background: #fff;
    }
    .layout_fluid100 #layout-2>.row, .layout_fluid100 #layout-3>.row {
        width: 1100px;
        margin: 0 auto;
    }
}

@media (max-width: 1400px) {
    #langue-btn {
        top: 15px;
        right: 15px;
        bottom: auto;
        background: #fff;
    }
}

@media (min-width: 1025px) {}

@media (min-width: 1024px) {}

@media (max-width: 1024px) {
    .all-link-connexe {
        position: relative;
        top: auto;
        right: auto;
    }
    #nav_connexe .btn-default {
        color: #000;
    }
}

@media (min-width: 992px) {}

@media (max-width: 992px) {
    .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;
    }
    footer .col-md-4 {
        margin: 0 0 5% 0;
    }
    .publications li {
        border: none;
        width: 100%
    }
    .publications li:first-child a {
        border: none;
    }
    .publications li a {
        padding: 8px 24px;
        border-top: 1px solid #C8CAC7;
        margin: 6px 0 10px 0;
        display: inline-block;
    }
}

@media (max-width: 800px) {
    .theme_10 .panel-front, .theme_10 .panel-selection {
        background: #937CAF;
    }
    .theme_10 .rsDefaultInv .rsBullets {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
    }
    .haut_btn {
        float: left;
    }
    .theme_10 .rs-railsWithCaption .rsGCaption {
        float: left;
        width: 100%;
    }
    .theme_10 .rsVisibleNearbyWrap {
        width: 100% !important;
    }
}

/* iPad portrait  width: 768px */

@media (min-width: 768px) {
    #admin-actions~#page header {
        position: relative;
    }
    #admin-actions~#mobile-actions.visible-xs {
        position: absolute;
        top: 35px;
    }
    #admin-actions~#page main {
        margin: 0;
    }
    .navbar>.container .navbar-brand {
        margin: -55px 0 12px 0;
        padding: 0;
    }
    #search-panel>.container {
        padding: 0;
        background: transparent;
        position: relative;
        /*max-width: 100%;
    width: 100%;
	display: none*/
    }
    header .container {
        /*width: auto;
    max-width: none;*/
    }
    
    #search-panel .panel-body {
        width: 304px;
        margin: 0;
        float: none;
        padding: 0;
        position: absolute;
        right: 15px;
        top: -65px;
        z-index: 99;
    }
    .navbar>.container .navbar-brand {
        margin: 0;
        padding: 0;
        height: 126px;
        background-color: #fff;
        position: absolute;
        /*border: 10px solid #363737;*/
    }
    header {
        border-top: 0;
        box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
        margin: 0 0 40px 0;
        height: 80px;
        z-index: 1020;
        position: fixed;
        width: 100%;
    }
    main {
        margin: 150px 0 0 0;
    }
    #menu-panel {
        border-top: none;
        background: transparent;
        margin: 0;
    }
    .statut, .statut-disabled, .statut-primaryDoc {
        background-color: #eee;
    }
    .btn-account {
        background: transparent;
        color: #000;
        font-size: 14px;
        text-transform: none;
        padding: 0 16px;
        border-radius: 0 !important;
        border: 0;
        overflow: hidden;
        height: 80px;
    }
    .btn-account:hover, .btn-account:focus, .btn-account:active, .btn-account.active, .open .dropdown-toggle.btn-account {
        color: #fff;
        background: transparent;
        border: 0;
        border-radius: 0;
    }
    .btn-account i {
        background: #363737;
        border-radius: 50%;
        height: 26px;
        width: 26px;
        display: inline-block;
        line-height: 26px;
        margin: 0;
        padding: 0;
        color: #fff;
    }
    .btn-account i:hover {
        background: #E40613
    }
    .btn-account i:before {
        margin: 0;
    }
    .button-my-account {
        margin: 0;
    }
    .register_user_link, .register_user_link:hover {
        color: #fff;
    }
    .connectBox {
        padding: 22px 0;
    }
    .detail-icon-container {
        margin-top: 0px;
    }
    .statut, .statut-disabled, .statut-primaryDoc {
        background-color: #fff;
    }
    .modal-dialog {
        width: 900px;
    }
    .modal-dialog .btn {
        border-radius: 0;
        text-transform: none;
    }
    .decouvrir {
        height: 500px;
    }
    /*******************/
    #ermes_main_menu {
        width: auto;
        background: transparent;
        padding: 0;
        float: left;
        margin: 0;
        position: absolute;
        top: -80px;
        left: 148px;
    }
    #ermes_main_menu li.LEVEL1 {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        float: left;
    }
    #ermes_main_menu li.LEVEL1>a {
        padding: 0 10px;
        color: #231f20;
        font-weight: 600;
        text-transform: uppercase;
        height: 100%;
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 100%;
        background: #fff;
        border-bottom: none;
        -moz-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        height: 80px;
        line-height: 80px;
    }
    #ermes_main_menu li.LEVEL1>a:hover, #ermes_main_menu li:hover>a {
        background: #E40613;
        color: #fff;
    }
    #ermes_main_menu .dropdown-menu {
        background: #E40613;
        border: none;
        padding: 0;
        margin-top: 0px;
    }
    #ermes_main_menu .dropdown-menu>li>a {
        color: #fff;
        font-size: 13px;
        text-align: left;
        text-transform: none;
        font-weight: 600;
        padding: 6px 10px;
        white-space: normal;
    }
    #ermes_main_menu .dropdown-menu>li>a:hover, #ermes_main_menu .dropdown-menu>li:hover>a {
        background: #EAEAEA;
        color: #333;
    }
    #ermes_main_menu li.LEVEL1 .caret, #ermes_main_menu li.LEVEL1 a:hover .caret {
        border-bottom-color: #333;
        border-top-color: #333;
    }
    #ermes_main_menu li.LEVEL1>a:hover .caret, #ermes_main_menu li:hover>a .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }
    .dropdown-submenu>.dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #ermes_main_menu li.LEVEL1.acces>a:hover, #ermes_main_menu li.acces:hover>a {
        background: transparent;
    }
    #ermes_main_menu li.LEVEL1.acces>a span {
        background: #fff;
        padding: 10px;
        color: #E40613;
        border: 1px solid #E40613;
    }
    #ermes_main_menu li.LEVEL1.acces>a span:hover, #ermes_main_menu li.LEVEL1.acces>a span:focus {
        background: #E40613;
        color: #fff;
    }
    /*********Compact menu*********/
    #notice_longue .metadata-actions {
        top: 56px;
    }
    #detail-notice {
        background: #F0F0F0;
        padding: 10px 20px 20px 20px;
    }
    #notice_longue .metadata-actions {
        top: -25px;
        right: -61px;
    }
}

@media (min-width: 769px) {}

@media (max-width: 768px) {
    #admin-actions, #mobile-actions {
        background: #E40613;
        box-shadow: none;
    }
    #scenario-selection, #submit-search, .tt-hint {
        height: 36px;
        line-height: 35px;
    }
    #textfield, .clean-text-field {
        height: 36px;
    }
    .programs_hv2 ul>li {
        width: 50%;
        margin: 0;
    }
    .decouvrir .carousel_3 .slider_container {
        width: 100%;
        background: rgba(0, 39, 73, 0.5);
    }
    .theme_20 .carousel_acceuil {
        height: 100%;
    }
}

@media (max-width: 767px) {
    #menu-panel {
        top: 42px
    }
    #menu-panel .navbar-collapse {
        border: 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;
    }
    .container>.navbar-header {
        width: 100%;
        text-align: center;
    }
    .navbar-inverse .navbar-brand {
        margin: 10px 0 0 0;
        float: none;
        display: inline-block;
        height: 128px;
    }
    #scenario-selection .caret {
        border-top-color: #000;
    }
    #portal .theme_10.frame {
        margin: 16px 0 !important;
    }
    .frame-standard .panel-heading .resize {
        display: none !important;
    }
    .theme_6 {
        margin-top: 0 !important;
    }
    /***************/
    #admin-actions {
        background-color: #212121;
    }
    #mobile-actions {
        background: #E6002F
    }
    #mobile-actions #dropSite {
        color: #fff;
    }
    #ermes_main_menu {
        background-color: #E40613;
    }
    #ermes_main_menu>li.LEVEL1>a {
        color: #fff;
    }
    #ermes_main_menu>li.LEVEL1>a:hover, #ermes_main_menu>li.LEVEL1>a:focus, #ermes_main_menu>li.LEVEL1.open a {
        background: #333;
    }
    #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: #E40613;
        color: #fff;
    }
    #ermes_main_menu .dropdown-menu.LEVEL1 {
        background: #E40613;
        padding: 0;
    }
    #ermes_main_menu>li.LEVEL1:hover, #ermes_main_menu>li.LEVEL1:focus {
        background-color: #E40613;
        color: #fff;
    }
    /***************/
    .encart-focus ul {
        float: left;
        width: 100%;
        position: relative;
    }
    .encart-focus li img {
        width: 100%;
        position: relative;
    }
    .encart-focus li {
        width: 100%;
        height: auto;
    }
    .encart-focus .wide li {
        height: auto;
        width: 100%;
        position: relative;
    }
    .encart-focus li a:hover, .encart-focus .wide li a:hover {
        height: 100%;
    }
    .header-compact.header-fixed #admin-actions, .header-compact.header-fixed #mobile-actions {
        background: #002749;
    }
    #preselect-facets-link {
        position: relative;
        top: auto;
        left: auto;
        /*color: #fff !important;*/
        margin: 10px 0 0 0;
        display: block;
    }
    .widget-counters .widget-counters-item .widget-counters-inner:after {
        display: none;
    }
    .widget-counters .col-sm-4.col-xs-12 {
        margin-bottom: 20px;
    }
    .widget-counters .col-sm-4.col-xs-12:last-child {
        margin-bottom: 0;
    }
    .change-site-mobile.mode-compact {
        background: #002749;
    }
    footer .container {
        padding: 26px;
    }
    .theme_22 .rs-staticList .webframe-ermes-lastviewedresources-item img {
        float: left;
        height: auto !important;
    }
    .theme_22 .rs-staticList li .webframe-ermes-lastviewedresources-item>a {
        width: 100%;
        float: left;
        max-height: none;
    }
    .theme_22 .rs-staticList .notice_corps {
        width: 100%;
        float: left;
    }
    .theme_2 .panel-front, .theme_2 .panel-selection {
        margin: 0;
        box-shadow: none;
        padding: 0;
    }
    .theme_22 .rs-staticList>ul>li {
        width: 100%;
    }
    .theme_22 .vignette_document:after {
        display: none;
    }
}

/* iPhone 6 Plump landscape · width: 736px */

@media (max-width: 736px) {
    .theme_20 .carousel_acceuil h2 {
        font-size: 18px;
    }
    .theme_20 .content_cars {
        width: 100%;
    }
    .theme_20 .container {
        padding: 20px;
    }
    .theme_20 .carousel_acceuil p {
        font-size: 14px;
    }
}

/* 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) {
    .theme_24 .rs-staticList .vignette_document img {
        width: 30%;
        max-height: none;
        vertical-align: middle;
        height: auto;
    }
    .theme_24 .rs-staticList li {
        width: 100%;
        margin: 0 0% 2% 0;
    }
    .theme_24 .rs-staticList .notice_corps {
        padding-top: 10px;
        width: 100%;
        display: inline-block;
    }
    .theme_24 .rs-staticList .webframe-ermes-lastviewedresources-item {
        height: auto;
    }
    .change-site-mobile {
        left: auto;
        position: relative;
        float: right;
        margin: 0 10px 0 0;
    }
    .sitebtn-group>a {
        font-size: 13px !important;
        padding: 12px 0;
        text-transform: none;
    }
    .theme_20 .thumb_content {
        position: relative;
    }
    .theme_20 .container {
        padding: 20px;
        background: #002749;
    }
    .theme_20 .rsDefaultInv .rsBullets {
        position: relative;
        bottom: auto;
    }
}

/* iPhone 5 Retina regardless of IOS version */

/* iPhone 5 landscape · width: 568px */

@media (max-width: 568px) {}

/*iPhone 3+4 landscape · width: 480px*/

@media (max-width: 480px) {
    .carousel_3 .slider_container {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
    }
    .btn-default {
        font-size: 12px;
    }
    /************************/
    .theme_9 .rs-staticList .vignette_document {
        width: 100%;
        text-align: center;
        height: 100%;
        margin: 0px;
    }
    .theme_9 .rs-staticList .vignette_document img {
        width: 30%;
        max-height: none;
        vertical-align: middle;
        height: auto;
    }
    .theme_9 .rs-staticList li {
        width: 100%;
        margin: 0 0% 2% 0;
    }
    .theme_9 .rs-staticList .notice_corps {
        padding-top: 10px;
        width: 100%;
        display: inline-block;
    }
    .theme_9 .rs-staticList .webframe-ermes-lastviewedresources-item {
        height: auto;
    }
    footer .ft_logo {
        width: 33%;
    }
}

/*iPhone 6 Plump portrait · width: 414px*/

@media (max-width: 414px) {
    .theme_10 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after, .theme_10 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
        font-size: 30px;
    }
}

/*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) {
    .sitebtn-group>a {
        font-size: 12px !important;
        padding: 13px 0;
    }
}

/*Crappy Android portrait · width: 240px*/

@media (max-width: 240px) {}

/********Responsive expectation***********/

@media (max-width: 1366px) and (min-width: 768px) {
    .navbar-compact #menu-panel .navbar-collapse {
        float: right;
        clear: none;
        width: auto;
    }
    .header-compact .btn-account {
        padding: 0 10px;
    }
    .header-compact .btn-account .icon-lock {
        font-size: 22px;
        padding: 0;
    }
    .header-compact .btn-account span span {
        display: none;
    }
    .sticky-search {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #ermes_main_menu {
        margin: 0;
        text-align: center;
        float: none;
    }
    .site-btn {
        margin: 0;
        position: relative;
        right: auto;
        top: auto;
    }
    #ermes_main_menu li.LEVEL1 {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    header .container {
        max-width: 100%;
        width: 99%;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    #nav-rich-menu {
        width: 100%;
        background: #fff;
        display: table;
        margin: 0;
    }
    #nav-rich-menu li {
        display: table-cell;
        float: none;
        border-left: 1px solid #002749;
    }
    #nav-rich-menu li:first-child {
        border: none;
    }
    #nav-rich-menu li>a {
        padding: 17px 8px;
    }
}

@media (max-width: 1100px) {
    #nav-rich-menu li .dropdown {
        width: 100%;
    }
}

.content-wrapper {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
}

.news-card {
    border: 0px solid aqua;
    margin: 0;
    position: relative;
    height: 12rem;
    overflow: hidden;
    border-radius: 0;
    flex: 1;
    flex-basis: 33.3333%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    text-align: center;
}

@media (min-width: 900px) {
    .news-card {
        height: 30rem
    }
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
    z-index: 0;
}

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #fff;
    /*     background: rgba(255,0,0,.5); */
}

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
    height: 100% !important;
}

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 1.5s ease;
    height: 100%;
    width: 100%;
    left: 0;
    border: 2px solid #fff;
}

.news-card__text-wrapper::after {
    position: absolute;
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    transform: scale(0.8);
    opacity: 0;
    transition: all .2s ease-in-out;
}

.news-card__text-wrapper:hover::after {
    transform: scale(0.9);
    opacity: 1
}

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.news-card__title a:hover {
    text-decoration: none;
}

.news-card__title a:hover span {
    /*color: #E40613 !important;*/
}

.news-card__post-date {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #fff;
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
        max-height: 20rem;
        opacity: 1;
    }
    .news-card:hover .news-card__text-wrapper {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .news-card:hover .news-card__title {
        color: #fff;
    }
    .news-card:hover .news-card__image {
        transform: scale(1.2);
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .news-card {
        height: 25vh;
        flex-basis: 50%;
    }
}

@media (max-width: 414px) {
    .news-card {
        flex-basis: 100%;
    }
}

.news-card__excerpt {
    font-weight: 300;
}

.news-card__read-more {
    background: black;
    color: #bbb;
    display: block;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    margin-top: 1rem;
    border: 1px solid #444;
    font-size: 0.8rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: 7rem;
    margin-left: auto;
    position: relative;
    z-index: 5;
}

.news-card__read-more i {
    position: relative;
    left: 0.2rem;
    color: #888;
    transition: left 0.5s ease, color 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.news-card__read-more:hover i {
    left: 0.5rem;
    color: yellow;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before, .slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

/*
@media (min-width: 992px) and (max-width: 1400px)  {
	header {height: auto}
#search-panel {
    background: #fff;
    padding: 0 0 10px 0;
    margin: 0;
}
#search-panel .panel-body {
    width: 40%;
    margin: 0;
    float: none;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    z-index: auto;
    margin: 4px 0 0 157px;
}

#ermes_main_menu {
    width: auto;
    background: transparent;
    padding: 0;
    float: left;
    margin: 0;
    position: absolute;
    top: -155px;
    left: 148px;
}
main {
    margin: 190px 0 0 0;
}
}
@media (min-width: 768px) and (max-width: 992px)  {
	header {height: auto}
#ermes_main_menu {
    width: 100%;
    background: transparent;
    padding: 0;
    float: left;
    margin: 0;
    position: relative;
    top: 0;
    left: auto;
    text-align: center;
}
#search-panel .panel-body {
    width: 40%;
    margin: 0;
    float: none;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    z-index: auto;
    margin: -48px 0 0 157px;
}
main {
    margin: 230px 0 0 0;
}
}
*/

@media (min-width: 768px) and (max-width: 1280px) {
    #nav_connexe {
        margin: 0 36px 0 0;
    }
    #mobile-actions.visible-xs {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        box-shadow: none;
        background-color: transparent;
        margin: 0 auto;
        width: auto;
        z-index: 1030;
    }
    .btn-group.hamburger-mobile {
        position: absolute;
        right: 15px;
        top: 26px;
        z-index: 9999;
        background: transparent;
    }
    #mobile-actions .my-account-mobile {
        display: none;
    }
    #mobile-actions .navbar-toggle {
        display: block !important;
        padding: 0;
        background: #fff;
        border-radius: 0;
        margin: 0;
        border: none;
    }
    .hamburger-mobile .icon-bar {
        background-color: #363737;
    }
    #menu-panel {
        border-top: none;
        background: transparent;
        margin: 0;
        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: absolute;
        right: 0;
        width: 100%;
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .container>.navbar-header, .container>.navbar-collapse {
        width: auto;
        transition: all 0.2s ease;
    }
    #ermes_main_menu {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        display: inline-block;
        display: table;
        background: #fff;
        position: relative;
        left: auto;
        top: auto;
    }
    #ermes_main_menu li.LEVEL1 {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
    }
    #search-panel .panel-body {
        width: 50%;
        left: 173px;
        right: auto;
        position: absolute;
    }
    .lang-dropdown-mobile, #share_social_mobile {
        display: none !important;
    }
    #langue-btn {
        top: -53px;
        right: 90px;
        bottom: auto;
    }
    .navbar>.container .navbar-brand {
        height: 80px;
        background-size: contain;
    }
    #ermes_main_menu li.LEVEL1>a {
        padding: 23px 10px;
        height: auto;
        line-height: 100%;
    }
}
